diff --git a/recipes-mint/mint-themes/mint-themes.bb b/recipes-mint/mint-themes/mint-themes.bb new file mode 100644 index 0000000..eab595f --- /dev/null +++ b/recipes-mint/mint-themes/mint-themes.bb @@ -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" diff --git a/recipes-support/packagegroups/cinnamon-base.bb b/recipes-support/packagegroups/cinnamon-base.bb index f654707..74c5a02 100644 --- a/recipes-support/packagegroups/cinnamon-base.bb +++ b/recipes-support/packagegroups/cinnamon-base.bb @@ -8,6 +8,7 @@ PACKAGE_ARCH = "${TUNE_PKGARCH}" inherit packagegroup RDEPENDS:${PN} = " \ + mint-themes \ cinnamon \ cinnamon-control-center \ cinnamon-desktop \