summaryrefslogtreecommitdiff
path: root/gpe-conf
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-06-12 15:38:55 +0000
committerPhil Blundell <philb@gnu.org>2004-06-12 15:38:55 +0000
commit43bcb7353467192be595a6b6574862dc8d44c7a2 (patch)
tree94e0363cc75578d2e562e0f4219bad750cad36e4 /gpe-conf
parent0c0f13c62d1d1906fffb543e0f96a639dcbe3c3b (diff)
apply latest patch from florian
BKrev: 40cb238fgCfPOp9gflDxFLHB6GV8nQ
Diffstat (limited to 'gpe-conf')
-rw-r--r--gpe-conf/gpe-conf-0.1.10/gpe-conf-infofixes.patch0
-rw-r--r--gpe-conf/gpe-conf_0.1.10.oe23
2 files changed, 23 insertions, 0 deletions
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
index 0000000000..e69de29bb2
--- /dev/null
+++ b/gpe-conf/gpe-conf-0.1.10/gpe-conf-infofixes.patch
diff --git a/gpe-conf/gpe-conf_0.1.10.oe b/gpe-conf/gpe-conf_0.1.10.oe
index e69de29bb2..c9bfff3f8f 100644
--- a/gpe-conf/gpe-conf_0.1.10.oe
+++ b/gpe-conf/gpe-conf_0.1.10.oe
@@ -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
+}
+