patch gpe-conf up to latest CVS HEAD
authorPhil Blundell <philb@gnu.org>
Thu, 25 Nov 2004 00:11:38 +0000 (00:11 +0000)
committerPhil Blundell <philb@gnu.org>
Thu, 25 Nov 2004 00:11:38 +0000 (00:11 +0000)
BKrev: 41a5233aX025UH2SBl-9Mnl1zTuuJA

gpe-conf/gpe-conf-0.1.22/gpe-conf-0.1.22-20041124.patch [new file with mode: 0644]
gpe-conf/gpe-conf_0.1.22.oe

diff --git a/gpe-conf/gpe-conf-0.1.22/gpe-conf-0.1.22-20041124.patch b/gpe-conf/gpe-conf-0.1.22/gpe-conf-0.1.22-20041124.patch
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..c60ad00 100644 (file)
@@ -0,0 +1,23 @@
+PR = "r1"
+
+inherit gpe
+
+SRC_URI += "file://gpe-conf-0.1.22-20041124.patch;patch=1;pnum=0"
+
+DEPENDS = "gtk+ libgpewidget libxsettings libxsettings-client pcmcia-cs xst xset ipaq-sleep ntp gpe-login gpe-icons"
+RDEPENDS_${PN} = "xst xset ipaq-sleep ntpdate gpe-login gpe-icons"
+SECTION = "gpe"
+PRIORITY = "optional"
+FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/pixmaps \
+               ${datadir}/applications ${datadir}/gpe/pixmaps \
+               ${datadir}/gpe-conf"
+
+do_compile () {
+       oe_runmake PREFIX=${prefix}
+       oe_runmake all-desktop PREFIX=${prefix}
+}
+
+do_install () {
+        oe_runmake PREFIX=${prefix} DESTDIR=${D} install-program
+}
+