aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/shr-theme_git.bb
blob: 93d84ff8fb88df24816304278342d2926611a051 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "Standard icon theme for the SHR distribution"
HOMEPAGE = "http://shr-project.org/"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=297cd7a08a1ae4d946a1164f25bacd88"
SECTION = "x11/data"

SRCREV = "730da87ad75c814c16c856ca138605d985b6efdb"
PV = "0.0.2+gitr${SRCPV}"
PR = "r2"

inherit autotools gettext

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

pkg_postinst_shr-theme () {
}

PACKAGE_ARCH = "all"

FILES_${PN} += "${datadir}/icons"