gpe-conf: Add new release 0.2.3
authorFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 11 Jan 2007 11:40:18 +0000 (11:40 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 11 Jan 2007 11:40:18 +0000 (11:40 +0000)
packages/gpe-conf/gpe-conf_0.2.3.bb [new file with mode: 0644]

diff --git a/packages/gpe-conf/gpe-conf_0.2.3.bb b/packages/gpe-conf/gpe-conf_0.2.3.bb
new file mode 100644 (file)
index 0000000..c26938c
--- /dev/null
@@ -0,0 +1,22 @@
+DESCRIPTION = "Configuration applets for GPE"
+SECTION = "gpe"
+PRIORITY = "optional"
+LICENSE = "GPL"
+MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
+
+DEPENDS = "gtk+ esound audiofile libgpewidget libxsettings libxsettings-client"
+RDEPENDS_${PN} = "xst xset ipaq-sleep ntpdate gpe-login gpe-icons timezones"
+RDEPENDS_gpe-conf-panel = "gpe-conf"
+
+PR = "r0"
+
+GPE_TARBALL_SUFFIX = "bz2"
+
+inherit gpe autotools pkgconfig
+
+PACKAGES += "gpe-conf-panel"
+
+FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/pixmaps \
+                ${datadir}/applications/gpe-conf-* ${datadir}/gpe/pixmaps \
+                ${datadir}/gpe-conf"
+FILES_gpe-conf-panel = "${datadir}/applications/gpe-conf.desktop"