diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-07-30 21:31:05 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-07-30 21:31:05 +0000 |
commit | 56a369a5883c274739e24b264075e97b91363597 (patch) | |
tree | 55a6fa2aa0e81e7cf7af52ebe985862faf80d9c8 | |
parent | 9483d281bf54280c47dac2afd506b39cfb6f4ecf (diff) |
gpe-applauncher: add 0.9
-rw-r--r-- | packages/gpephone/gpe-applauncher_0.9.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/gpephone/gpe-applauncher_0.9.bb b/packages/gpephone/gpe-applauncher_0.9.bb new file mode 100644 index 0000000000..fbc47bd091 --- /dev/null +++ b/packages/gpephone/gpe-applauncher_0.9.bb @@ -0,0 +1,12 @@ +LICENSE = "GPL" +DESCRIPTION = "A cellphone application launcher." +SECTION = "gpe" +PRIORITY = "optional" +PR = "r0" + +DEPENDS = "gtk+ libgpewidget libgpephone libgpelaunch dbus-glib libsettings libxsettings-client" + +GPE_TARBALL_SUFFIX= "bz2" +inherit gpephone autotools + +FILES_${PN} += '${datadir}/themes' |