aboutsummaryrefslogtreecommitdiffstats
path: root/gpe-conf
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2004-09-18 16:42:55 +0000
committerChris Lord <chris@openedhand.com>2004-09-18 16:42:55 +0000
commit573cc9833f13048a75f4503b745cdde01d819c7d (patch)
tree0ef2c9ec832c9356cbd55a09e9e615b42896df2c /gpe-conf
parent4192196731b34198722fc8ac14393a2510a50408 (diff)
downloadopenembedded-573cc9833f13048a75f4503b745cdde01d819c7d.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into chris.(none):/home/cwiiis/oe/packages 2004/09/18 17:42:41+01:00 (none)!cwiiis Add libmatchbox 1.3 Add matchbox-desktop 0.8.1 Add matchbox-panel 0.8.3 Add matchbox-wm 0.8.3 Add gpe-go 0.05 Patch gtk+-2.4.4 for nice single-click behaviour 2004/09/18 11:38:57+01:00 (none)!cwiiis Change gpe-image to work similarly to opie-image for ease of editing. BKrev: 414c658fkom_EGx-19nrxl_iDSwjxw
Diffstat (limited to 'gpe-conf')
-rw-r--r--gpe-conf/gpe-conf_0.1.19.oe21
1 files changed, 21 insertions, 0 deletions
diff --git a/gpe-conf/gpe-conf_0.1.19.oe b/gpe-conf/gpe-conf_0.1.19.oe
index e69de29bb2..6ce4df21b9 100644
--- a/gpe-conf/gpe-conf_0.1.19.oe
+++ b/gpe-conf/gpe-conf_0.1.19.oe
@@ -0,0 +1,21 @@
+
+inherit gpe pkgconfig
+
+DEPENDS = "gtk+ libgpewidget libxsettings libxsettings-client pcmcia-cs xst xset ipaq-sleep ntp gpe-mixer"
+RDEPENDS = "xset xst ipaq-sleep ntpdate"
+SECTION = "gpe"
+PRIORITY = "optional"
+FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/pixmaps ${datadir}/applications"
+FILES_${PN} += " ${datadir}/gpe/pixmaps ${datadir}/gpe-conf"
+PR = "r1"
+
+do_compile () {
+ oe_runmake PREFIX=${prefix}
+ oe_runmake all-desktop PREFIX=${prefix}
+}
+
+do_install () {
+ oe_runmake PREFIX=${prefix} DESTDIR=${D} install-program
+ rm -f ${D}/${datadir}/applications/gpe-conf.desktop
+}
+