aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone
diff options
context:
space:
mode:
authorSebastian Krzyszkowiak <seba.dos1@gmail.com>2009-08-22 17:19:06 +0000
committerJulien 'Ainulindale' Cassignol <ainulindale@gmail.com>2009-08-22 20:44:06 +0200
commit2b52dfd1d1b495c081284d60bf9de3a59474cedc (patch)
treed59e5c143ce005047ef5b7050117fe20a0646adb /recipes/freesmartphone
parent8eed2384728aca46e7173c3ad632c222a2100d91 (diff)
downloadopenembedded-2b52dfd1d1b495c081284d60bf9de3a59474cedc.tar.gz
opimd-utils: add opimd-utils-notes package
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r--recipes/freesmartphone/opimd-utils_git.bb16
1 files changed, 13 insertions, 3 deletions
diff --git a/recipes/freesmartphone/opimd-utils_git.bb b/recipes/freesmartphone/opimd-utils_git.bb
index 3d4ef96302..f9ecc400fd 100644
--- a/recipes/freesmartphone/opimd-utils_git.bb
+++ b/recipes/freesmartphone/opimd-utils_git.bb
@@ -4,13 +4,14 @@ SHR_RELEASE ?= "shr"
LICENSE ?= "GPL"
RDEPENDS = "python-elementary python-dbus python-codecs python-shell python python-core python-edbus shr-settings frameworkd pyphonelog shr-theme"
SECTION = "x11/application"
-PV = "0.0.2+gitr${SRCPV}"
-PR = "r1"
+PV = "0.0.3+gitr${SRCPV}"
+PR = "r0"
inherit setuptools
PACKAGES =+ "\
${PN}-cli \
+ ${PN}-notes \
${PN}-data \
"
@@ -18,16 +19,25 @@ RDEPENDS_${PN} = "\
${PN}-data \
"
+RDEPENDS_${PN}-notes = "\
+ ${PN}-data \
+"
+
RRECOMMENDS_${PN} = "\
+ ${PN}-notes \
${PN}-cli \
"
PACKAGE_ARCH_${PN}-cli = "all"
PACKAGE_ARCH_${PN}-data = "all"
+PACKAGE_ARCH_${PN}-notes = "all"
SRC_URI = "git://git.shr-project.org/repo/opimd-utils.git;protocol=http"
S = "${WORKDIR}/git"
FILES_${PN} += "${sysconfdir}/X11/Xsession.d/89opimd-notifier"
FILES_${PN} += "${prefix}/share/applications/"
FILES_${PN}-data += "${prefix}/share/pixmaps/opimd-utils/"
-FILES_${PN}-cli = "${prefix}/bin/opimd-cli"
+FILES_${PN}-cli += "${prefix}/bin/opimd-cli"
+FILES_${PN}-notes += "${prefix}/bin/opimd-notes"
+FILES_${PN}-notes += "${prefix}/share/pixmaps/opimd-notes.png"
+FILES_${PN}-notes += "${prefix}/share/applications/opimd-notes.desktop"