aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/shr-installer_git.bb
blob: 31511bab79735e4f1626f5abe65f1e95f94b1aac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "EFL frontend for packagekit"
HOMEPAGE = "http://shr-project.org"
SHR_RELEASE ?= "shr"
LICENSE ?= "GPL"
RDEPENDS_${PN} = "python-elementary python-dbus python-core python-edbus packagekit"
SECTION = "x11/application"

SRCREV = "8608816ea1a1ac14b6e9faaa3685dd2b6450e889"
PV = "0.0.2+gitr${SRCPV}"
PR = "r1"

inherit setuptools

SRC_URI = "git://git.shr-project.org/repo/shr-installer.git;protocol=http"
S = "${WORKDIR}/git"

FILES_${PN} += "${prefix}/share/pixmaps"
FILES_${PN} += "${prefix}/share/applications"