apply latest patch from florian
authorPhil Blundell <philb@gnu.org>
Sat, 12 Jun 2004 15:38:55 +0000 (15:38 +0000)
committerPhil Blundell <philb@gnu.org>
Sat, 12 Jun 2004 15:38:55 +0000 (15:38 +0000)
BKrev: 40cb238fgCfPOp9gflDxFLHB6GV8nQ

gpe-conf/gpe-conf-0.1.10/gpe-conf-infofixes.patch [new file with mode: 0644]
gpe-conf/gpe-conf_0.1.10.oe

diff --git a/gpe-conf/gpe-conf-0.1.10/gpe-conf-infofixes.patch b/gpe-conf/gpe-conf-0.1.10/gpe-conf-infofixes.patch
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..c9bfff3 100644 (file)
@@ -0,0 +1,23 @@
+PR = "r1"
+
+inherit gpe pkgconfig
+
+DEPENDS = "gtk+ libgpewidget libxsettings libxsettings-client libdotdesktop 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://${FILESDIR}/gpe-conf-infofixes.patch;patch=1;pnum=0"
+
+
+do_compile () {
+       oe_runmake
+       oe_runmake all-desktop
+}
+
+do_install () {
+        oe_runmake PREFIX=${prefix} DESTDIR=${D} install-program
+}
+