summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/gpe-conf/gpe-conf_0.2.9.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/gpe-conf/gpe-conf_0.2.9.bb b/recipes/gpe-conf/gpe-conf_0.2.9.bb
new file mode 100644
index 0000000000..17e9caa204
--- /dev/null
+++ b/recipes/gpe-conf/gpe-conf_0.2.9.bb
@@ -0,0 +1,25 @@
+DESCRIPTION = "Configuration applets for GPE"
+SECTION = "gpe"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+DEPENDS = "gtk+ esound audiofile libgpewidget libxsettings libxsettings-client libxrandr"
+RDEPENDS_${PN} = "xst gpe-confd xset ntpdate gpe-icons tzdata xrandr"
+RDEPENDS_gpe-conf-panel = "gpe-conf"
+
+RPROVIDES_${PN} += " bl"
+RCONFLICTS_${PN} = "bl"
+
+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"
+
+SRC_URI[md5sum] = "cee99acbeb1a365b95ab7f7f1e5f4369"
+SRC_URI[sha256sum] = "6aa2bb4ae642a69a9580fe2f415869d3bdb4b91401d266552ec6ae088d1dea43"