mint-themes: initial add 1.9.6

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2022-04-20 22:06:54 +02:00
parent 8485ae5a97
commit e0889ab579
2 changed files with 23 additions and 0 deletions

View 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"

View File

@@ -8,6 +8,7 @@ PACKAGE_ARCH = "${TUNE_PKGARCH}"
inherit packagegroup
RDEPENDS:${PN} = " \
mint-themes \
cinnamon \
cinnamon-control-center \
cinnamon-desktop \