mint-y-icons: initial add 1.5.9

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2022-04-20 23:12:28 +02:00
parent 8c1ec308f9
commit 036af8d50e
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
SUMMARY = "The Mint-Y icon theme"
LICENSE = "GPL-3.0-or-later"
LIC_FILES_CHKSUM = "file://debian/copyright;md5=da1b7994399b3b47a019c97f55e4f052"
SRC_URI = "git://github.com/linuxmint/mint-y-icons.git;branch=master;protocol=https"
SRCREV = "36cdc3c1978dfd9d62469fdf8bf641b97742b7a7"
PV = "1.5.9"
S = "${WORKDIR}/git"
inherit allarch gtk-icon-cache
do_configure[noexec] = "1"
do_compile[noexec] = "1"
do_install() {
cp -r ${S}/usr ${D}
}
FILES:${PN} = "${datadir}/icons"

View File

@@ -10,6 +10,7 @@ inherit packagegroup
RDEPENDS:${PN} = " \
mint-themes \
mint-x-icons \
mint-y-icons \
cinnamon \
cinnamon-control-center \
cinnamon-desktop \