mirror of
https://github.com/schnitzeltony/meta-gnome-forks.git
synced 2026-01-29 17:08:42 +01:00
mint-y-icons: initial add 1.5.9
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
19
recipes-mint/mint-icons/mint-y-icons.bb
Normal file
19
recipes-mint/mint-icons/mint-y-icons.bb
Normal 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"
|
||||||
@@ -10,6 +10,7 @@ inherit packagegroup
|
|||||||
RDEPENDS:${PN} = " \
|
RDEPENDS:${PN} = " \
|
||||||
mint-themes \
|
mint-themes \
|
||||||
mint-x-icons \
|
mint-x-icons \
|
||||||
|
mint-y-icons \
|
||||||
cinnamon \
|
cinnamon \
|
||||||
cinnamon-control-center \
|
cinnamon-control-center \
|
||||||
cinnamon-desktop \
|
cinnamon-desktop \
|
||||||
|
|||||||
Reference in New Issue
Block a user