aboutsummaryrefslogtreecommitdiffstats
path: root/gpe-conf
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-06-07 08:09:02 +0000
committerPhil Blundell <philb@gnu.org>2004-06-07 08:09:02 +0000
commitcc217800c2e58184b08bc7b2fef3c6ad0855fc8f (patch)
tree5e8cf09f70359b363fd152b8baba9a0df359b663 /gpe-conf
parenta59811be539b8cb87ccb0d60fce380585112951a (diff)
downloadopenembedded-cc217800c2e58184b08bc7b2fef3c6ad0855fc8f.tar.gz
remove libdotdesktop from DEPENDS
BKrev: 40c4229e3ND_yjpgPmQmfl2j1cfFZw
Diffstat (limited to 'gpe-conf')
-rw-r--r--gpe-conf/gpe-conf_0.1.8.oe26
1 files changed, 26 insertions, 0 deletions
diff --git a/gpe-conf/gpe-conf_0.1.8.oe b/gpe-conf/gpe-conf_0.1.8.oe
index e69de29bb2..a373fd40b2 100644
--- a/gpe-conf/gpe-conf_0.1.8.oe
+++ b/gpe-conf/gpe-conf_0.1.8.oe
@@ -0,0 +1,26 @@
+PR = "r1"
+
+inherit gpe pkgconfig
+
+DEPENDS = "gtk+ libgpewidget libxsettings libxsettings-client pcmcia-cs"
+SECTION = "gpe"
+PRIORITY = "optional"
+FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/pixmaps ${datadir}/applications"
+FILES_${PN} += " ${datadir}/gpe/pixmaps"
+
+SRC_URI = "${GPE_MIRROR}/gpe-conf-${PV}.tar.gz \
+ file://makefile.patch;patch=1;pnum=0 \
+ file://cardinfo.patch;patch=1;pnum=0 \
+ file://applets-dialog.patch;patch=1;pnum=0 \
+ file://battery.patch;patch=1;pnum=0 \
+ file://brightness.patch;patch=1;pnum=0"
+
+do_compile () {
+ oe_runmake
+ oe_runmake all-desktop
+}
+
+do_install () {
+ oe_runmake PREFIX=${prefix} DESTDIR=${D} install-program
+}
+