aboutsummaryrefslogtreecommitdiffstats
path: root/libgpewidget
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-06-19 12:10:38 +0000
committerPhil Blundell <philb@gnu.org>2004-06-19 12:10:38 +0000
commit1e876cbd54f0a5a67667c10d03f385cf5692e9dc (patch)
treea98db5e16ed3629cdce2669f08f28cc5e47b2a14 /libgpewidget
parentb1d9961a91e6e9a0f1a1914025b340806da8bc5b (diff)
downloadopenembedded-1e876cbd54f0a5a67667c10d03f385cf5692e9dc.tar.gz
apply randr/render cleanup patch from Glenn McGrath
BKrev: 40d42d3eUecPVQUtQYT2kyLoI5y21g
Diffstat (limited to 'libgpewidget')
-rw-r--r--libgpewidget/libgpewidget_0.79.oe2
-rw-r--r--libgpewidget/libgpewidget_0.80.oe21
-rw-r--r--libgpewidget/libgpewidget_0.82.oe2
-rw-r--r--libgpewidget/libgpewidget_0.83.oe2
4 files changed, 24 insertions, 3 deletions
diff --git a/libgpewidget/libgpewidget_0.79.oe b/libgpewidget/libgpewidget_0.79.oe
index e458b2c6e3..c9b3ecedfa 100644
--- a/libgpewidget/libgpewidget_0.79.oe
+++ b/libgpewidget/libgpewidget_0.79.oe
@@ -3,7 +3,7 @@ DESCRIPTION = "libgpewidget contains a collection of widgets and other common co
SECTION = "gpe/libs"
PRIORITY = "optional"
MAINTAINER = "Philip Blundell <pb@handhelds.org>"
-DEPENDS = "gtk+ cairo xrender"
+DEPENDS = "gtk+ cairo libxrender"
inherit pkgconfig gpe
diff --git a/libgpewidget/libgpewidget_0.80.oe b/libgpewidget/libgpewidget_0.80.oe
index e69de29bb2..653bf409e8 100644
--- a/libgpewidget/libgpewidget_0.80.oe
+++ b/libgpewidget/libgpewidget_0.80.oe
@@ -0,0 +1,21 @@
+PR = "r1"
+DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
+SECTION = "gpe/libs"
+PRIORITY = "optional"
+MAINTAINER = "Philip Blundell <pb@handhelds.org>"
+DEPENDS = "gtk+ cairo libxrender"
+
+inherit pkgconfig gpe
+
+SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz"
+
+headers = "init.h render.h errorbox.h smallbox.h pixmaps.h gpetimesel.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h popup_menu.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h gpeiconlistview.h"
+
+do_stage () {
+ oe_libinstall -so libgpewidget ${STAGING_LIBDIR}
+
+ mkdir -p ${STAGING_INCDIR}/gpe
+ for h in ${headers}; do
+ install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h
+ done
+}
diff --git a/libgpewidget/libgpewidget_0.82.oe b/libgpewidget/libgpewidget_0.82.oe
index 71b9df06ff..b69a2cef41 100644
--- a/libgpewidget/libgpewidget_0.82.oe
+++ b/libgpewidget/libgpewidget_0.82.oe
@@ -3,7 +3,7 @@ DESCRIPTION = "libgpewidget contains a collection of widgets and other common co
SECTION = "gpe/libs"
PRIORITY = "optional"
MAINTAINER = "Philip Blundell <pb@handhelds.org>"
-DEPENDS = "gtk+ cairo xrender"
+DEPENDS = "gtk+ cairo libxrender"
inherit pkgconfig gpe
diff --git a/libgpewidget/libgpewidget_0.83.oe b/libgpewidget/libgpewidget_0.83.oe
index c78aba1cc8..0a669ccdf9 100644
--- a/libgpewidget/libgpewidget_0.83.oe
+++ b/libgpewidget/libgpewidget_0.83.oe
@@ -3,7 +3,7 @@ DESCRIPTION = "libgpewidget contains a collection of widgets and other common co
SECTION = "gpe/libs"
PRIORITY = "optional"
MAINTAINER = "Philip Blundell <pb@handhelds.org>"
-DEPENDS = "gtk+ cairo xrender"
+DEPENDS = "gtk+ cairo libxrender"
inherit pkgconfig gpe