gpe-applauncher: add 0.11
authorFlorian Boor <florian.boor@kernelconcepts.de>
Fri, 14 Sep 2007 12:19:10 +0000 (12:19 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Fri, 14 Sep 2007 12:19:10 +0000 (12:19 +0000)
packages/gpephone/gpe-applauncher_0.11.bb [new file with mode: 0644]

diff --git a/packages/gpephone/gpe-applauncher_0.11.bb b/packages/gpephone/gpe-applauncher_0.11.bb
new file mode 100644 (file)
index 0000000..3969816
--- /dev/null
@@ -0,0 +1,27 @@
+LICENSE     = "GPL"
+DESCRIPTION = "A cellphone application launcher."
+SECTION = "gpe"
+PRIORITY    = "optional"
+PR          = "r0"
+
+SRC_URI_OVERRIDES_PACKAGE_ARCH = "0"
+
+PACKAGES += "gpe-applauncher-config"
+PACKAGE_ARCH_gpe-applauncher-config_fic-gta01 = "${MACHINE_ARCH}"
+
+DEPENDS = "gtk+ libgpewidget libgpephone libgpelaunch dbus-glib libsettings libxsettings-client"
+RDEPENDS_${PN} += "gpe-applauncher-config"
+
+GPE_TARBALL_SUFFIX= "bz2"
+inherit gpephone autotools
+
+SRC_URI += "file://hotkeys.conf"
+
+EXTRA_OECONF = "--disable-gridlayout"
+
+FILES_${PN} = '${datadir} ${bindir}'
+FILES_gpe-applauncher-config = '${sysconfdir}/gpe/'
+
+do_configure_append () {
+       install ${WORKDIR}/hotkeys.conf ${S}
+}