From ee7133fc999da07947a35c9da7f9c91baf70b030 Mon Sep 17 00:00:00 2001 From: Gustavo Costa Date: Sat, 26 Oct 2019 00:40:05 -0300 Subject: [PATCH] Added new package: Yaru++ icon theme --- srcpkgs/yaru-plus-icon/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/yaru-plus-icon/template diff --git a/srcpkgs/yaru-plus-icon/template b/srcpkgs/yaru-plus-icon/template new file mode 100644 index 00000000000..f206d00cc69 --- /dev/null +++ b/srcpkgs/yaru-plus-icon/template @@ -0,0 +1,16 @@ +# Template file for 'yaru-plus' +pkgname=yaru-plus +version=v3.0 +revision=1 +archs=noarch +short_desc="Elegant and modern third-party icons theme, based on Canonical’s Yaru " +maintainer="Gustavo Costa " +license="GPL-3.0-or-later" +homepage="https://github.com/Bonandry/yaru-plus" +distfiles="https://github.com/Bonandry/${pkgname}/archive/${version}.tar.gz" +checksum=02491bd251358bd5b6dab89a910c274ba8dbf081dd5b5db5757a0a3c6bdcf618 + +do_install() { + vmkdir usr/share/icons + vcopy Yaru++* usr/share/icons/ +}