diff options
Diffstat (limited to 'recipes/shr/shr-settings_git.bb')
-rw-r--r-- | recipes/shr/shr-settings_git.bb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/recipes/shr/shr-settings_git.bb b/recipes/shr/shr-settings_git.bb new file mode 100644 index 0000000000..747f6d7df5 --- /dev/null +++ b/recipes/shr/shr-settings_git.bb @@ -0,0 +1,32 @@ +DESCRIPTION = "Modular settings application for SHR based on python-elementary" +HOMEPAGE = "http://shr-project.org" +SHR_RELEASE ?= "shr" +LICENSE ?= "GPL" +RDEPENDS = "python-elementary python-dbus python-codecs python-shell python-pyrtc python python-core python-edbus dbus-x11 frameworkd python-phoneutils" +SECTION = "x11/application" +PE = "1" +PV = "0.1.1+gitr${SRCPV}" +PR = "r7" + +inherit setuptools + +PACKAGES =+ "\ + ${PN}-addons-illume \ + ${PN}-backup-configuration \ +" + +RRECOMMENDS_${PN} = "\ + ${PN}-addons-illume \ + ${PN}-backup-configuration \ +" + +PACKAGE_ARCH_${PN}-addons-illume = "all" +PACKAGE_ARCH_${PN}-backup-configuration = "all" + +SRC_URI = "git://git.shr-project.org/repo/shr-settings.git;protocol=http;branch=master" +S = "${WORKDIR}/git" +FILES_${PN} += "${prefix}/share/pixmaps" +FILES_${PN} += "${prefix}/share/applications" +FILES_${PN}-addons-illume = "${prefix}/share/applications/shr-settings-addons-illume" +FILES_${PN}-backup-configuration = "${sysconfdir}/shr-settings/" +CONFFILES_${PN}-backup-configuration = "${sysconfdir}/shr-settings/*" |