gpe-conf_0.1.23.bb: tweak gpe-conf.bb, courtesy Florian Boor
authorKoen Kooi <koen@openembedded.org>
Wed, 27 Apr 2005 07:47:26 +0000 (07:47 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 27 Apr 2005 07:47:26 +0000 (07:47 +0000)
BKrev: 426f438edO5leSzXS38-sILzmCsrDg

packages/gpe-conf/gpe-conf_0.1.23.bb

index f6c2d96..ddf9e71 100644 (file)
@@ -1,25 +1,21 @@
+PACKAGES = "gpe-conf gpe-conf-panel"
 LICENSE = "GPL"
-inherit gpe
-PR="r2"
+SECTION = "gpe"
+PRIORITY = "optional"
 
-#SRC_URI += "file://gpe-conf-0.1.22-20041124.patch;patch=1;pnum=0 \
-#      file://desktop-categories.patch;patch=1 \
-#      file://fix-wificonfig.patch;patch=1;pnum=0 \
-#      file://serial_tts.patch;patch=1 \
-#      file://battery_with_no_lifetime.patch;patch=1 \
-#      file://ignore_invalid_battery_values.patch;patch=1"
+inherit gpe
+PR="r3"
 
+SRC_URI += "file://remove-popup.patch;patch=1;pnum=1"
 SRC_URI += "file://desktop-categories.patch;patch=1"
 
-DEPENDS = "gtk+ libgpewidget libxsettings libxsettings-client pcmcia-cs xst xset ipaq-sleep ntp gpe-login gpe-icons"
+DEPENDS = "gtk+ libgpewidget libxsettings libxsettings-client pcmcia-cs xst xset ipaq-sleep ntp gpe-login gpe-icons gpe-appmgr"
 RDEPENDS_${PN} = "xst xset ipaq-sleep ntpdate gpe-login gpe-icons"
-SECTION = "gpe"
-PRIORITY = "optional"
+RDEPENDS_gpe-conf-panel = "gpe-conf gpe-appmgr"
 FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/pixmaps \
-               ${datadir}/applications ${datadir}/gpe/pixmaps \
+               ${datadir}/applications/gpe-conf-* ${datadir}/gpe/pixmaps \
                ${datadir}/gpe-conf"
-
-SRC_URI += "file://remove-popup.patch;patch=1;pnum=1"
+FILES_gpe-conf-panel = "${datadir}/applications/gpe-conf.desktop"
 
 do_compile () {
        oe_runmake PREFIX=${prefix}
@@ -30,3 +26,4 @@ do_install () {
         oe_runmake PREFIX=${prefix} DESTDIR=${D} install-program
 }
 
+