fix typo in .desktop file
authorPhil Blundell <philb@gnu.org>
Tue, 3 Aug 2004 15:10:51 +0000 (15:10 +0000)
committerPhil Blundell <philb@gnu.org>
Tue, 3 Aug 2004 15:10:51 +0000 (15:10 +0000)
BKrev: 410faafbi3zR21oGPjqzvMzDx24W6w

gpe-conf/gpe-conf_0.1.11.oe

index e69de29..8484319 100644 (file)
@@ -0,0 +1,23 @@
+PR = "r2"
+
+inherit gpe pkgconfig
+
+DEPENDS = "gtk+ libgpewidget libxsettings libxsettings-client libdotdesktop pcmcia-cs xst"
+RDEPENDS = "xst"
+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://desktop.patch;patch=1"
+
+do_compile () {
+       oe_runmake
+       oe_runmake all-desktop
+}
+
+do_install () {
+        oe_runmake PREFIX=${prefix} DESTDIR=${D} install-program
+}
+