diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-09-03 18:05:51 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-09-03 18:05:51 +0000 |
commit | 325f26749da469ef7d90430a1be7b6f1e9d014a8 (patch) | |
tree | 08f7dc22dd2c48b341ce41e5e1c7618814697a95 | |
parent | 46fcbc2c7cc8d1251c8047636353dd61ffd54d91 (diff) |
gpe-applauncher: Add 0.10
-rw-r--r-- | packages/gpephone/gpe-applauncher_0.10.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/gpephone/gpe-applauncher_0.10.bb b/packages/gpephone/gpe-applauncher_0.10.bb new file mode 100644 index 0000000000..fbc47bd091 --- /dev/null +++ b/packages/gpephone/gpe-applauncher_0.10.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' |