From 97bf1f6d471dc24968ddcbe4a1a73286fbeee4e2 Mon Sep 17 00:00:00 2001 From: k4leg Date: Fri, 11 Oct 2019 00:08:01 +0300 Subject: [PATCH] New package: mint-y-icons-1.3.4 --- srcpkgs/mint-y-icons/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/mint-y-icons/template diff --git a/srcpkgs/mint-y-icons/template b/srcpkgs/mint-y-icons/template new file mode 100644 index 00000000000..a3b818cedfa --- /dev/null +++ b/srcpkgs/mint-y-icons/template @@ -0,0 +1,18 @@ +# Template file for 'mint-y-icons' +pkgname=mint-y-icons +version=1.3.4 +revision=1 +archs=noarch +wrksrc="${pkgname}" +depends="gtk-update-icon-cache hicolor-icon-theme" +short_desc="Flat, colorful and modern icons" +maintainer="k4leg " +license="CC-BY-SA-4.0" +homepage="https://github.com/linuxmint/${pkgname}" +distfiles="http://packages.linuxmint.com/pool/main/m/${pkgname}/${pkgname}_${version}.tar.xz" +checksum=9768cc29e3f0ca3e0640c67e4b4c7c06418a865f86caa1ef838baad11f94201b + +do_install() { + vmkdir usr/share/icons + vcopy usr/share/icons/Mint-Y* usr/share/icons/ +}