surpport seeking the recorded video
[vuplus_openembedded] / recipes / shr / shr-theme_git.bb
1 DESCRIPTION = "Standard icon theme for the SHR distribution"
2 HOMEPAGE = "http://shr-project.org/"
3 LICENSE = "GPL"
4 SECTION = "x11/data"
5 PV = "0.0.2+gitr${SRCREV}"
6 PR = "r2"
7
8 inherit autotools
9
10 SRC_URI = "git://git.shr-project.org/repo/shr.git;protocol=http;branch=master"
11 S = "${WORKDIR}/git/${PN}"
12
13 pkg_postinst_shr-theme () {
14 }
15
16 PACKAGE_ARCH = "all"
17
18 FILES_${PN} += "${datadir}/icons"