mint-themes: initial add 1.9.6
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
22
recipes-mint/mint-themes/mint-themes.bb
Normal file
22
recipes-mint/mint-themes/mint-themes.bb
Normal file
@@ -0,0 +1,22 @@
|
||||
SUMMARY = "Mint themes"
|
||||
LICENSE = "GPL-3.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://debian/copyright;md5=ef6979a180ddd4e4bda4513c8a9dc47b"
|
||||
|
||||
SRC_URI = "git://github.com/linuxmint/mint-themes.git;branch=master;protocol=https"
|
||||
SRCREV = "447703b2c08c9b632736be559fa47a6caa04d072"
|
||||
PV = "1.9.6"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS = " \
|
||||
sassc-native \
|
||||
"
|
||||
|
||||
inherit allarch
|
||||
|
||||
do_configure[noexec] = "1"
|
||||
|
||||
do_install() {
|
||||
cp -r ${S}/usr ${D}
|
||||
}
|
||||
|
||||
FILES:${PN} = "${datadir}/themes"
|
||||
@@ -8,6 +8,7 @@ PACKAGE_ARCH = "${TUNE_PKGARCH}"
|
||||
inherit packagegroup
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
mint-themes \
|
||||
cinnamon \
|
||||
cinnamon-control-center \
|
||||
cinnamon-desktop \
|
||||
|
||||
Reference in New Issue
Block a user