From ee7133fc999da07947a35c9da7f9c91baf70b030 Mon Sep 17 00:00:00 2001 From: Gustavo Costa Date: Sat, 26 Oct 2019 00:40:05 -0300 Subject: [PATCH 1/2] 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/ +} From 8e74ecb603dc1ceb838169339d5350158cdcf755 Mon Sep 17 00:00:00 2001 From: Gustavo Costa Date: Sat, 26 Oct 2019 00:54:52 -0300 Subject: [PATCH 2/2] Required to be than 72 chars --- srcpkgs/yaru-plus-icon/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/yaru-plus-icon/template b/srcpkgs/yaru-plus-icon/template index f206d00cc69..181624f9a61 100644 --- a/srcpkgs/yaru-plus-icon/template +++ b/srcpkgs/yaru-plus-icon/template @@ -3,7 +3,7 @@ pkgname=yaru-plus version=v3.0 revision=1 archs=noarch -short_desc="Elegant and modern third-party icons theme, based on Canonical’s Yaru " +short_desc="Elegant Canonical's Yaru-based third-party icons theme" maintainer="Gustavo Costa " license="GPL-3.0-or-later" homepage="https://github.com/Bonandry/yaru-plus"