From ee7133fc999da07947a35c9da7f9c91baf70b030 Mon Sep 17 00:00:00 2001 From: Gustavo Costa Date: Sat, 26 Oct 2019 00:40:05 -0300 Subject: [PATCH 1/4] 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/4] 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" From 304160856014e26883aa14ac7b0161299d6d3811 Mon Sep 17 00:00:00 2001 From: Gustavo Costa Date: Sat, 26 Oct 2019 01:05:50 -0300 Subject: [PATCH 3/4] Put it to existence --- srcpkgs/{yaru-plus-icon => yaru-plus}/template | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename srcpkgs/{yaru-plus-icon => yaru-plus}/template (100%) diff --git a/srcpkgs/yaru-plus-icon/template b/srcpkgs/yaru-plus/template similarity index 100% rename from srcpkgs/yaru-plus-icon/template rename to srcpkgs/yaru-plus/template From b21de20870f2cc0c62c446045558977c7b8c4fd9 Mon Sep 17 00:00:00 2001 From: Gustavo Costa Date: Sat, 26 Oct 2019 04:46:59 -0300 Subject: [PATCH 4/4] Changed version and distfile's URL --- srcpkgs/yaru-plus/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/yaru-plus/template b/srcpkgs/yaru-plus/template index 181624f9a61..72c63ec663b 100644 --- a/srcpkgs/yaru-plus/template +++ b/srcpkgs/yaru-plus/template @@ -1,13 +1,13 @@ # Template file for 'yaru-plus' pkgname=yaru-plus -version=v3.0 +version=3.0 revision=1 archs=noarch 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" -distfiles="https://github.com/Bonandry/${pkgname}/archive/${version}.tar.gz" +distfiles="https://github.com/Bonandry/${pkgname}/archive/v${version}.tar.gz" checksum=02491bd251358bd5b6dab89a910c274ba8dbf081dd5b5db5757a0a3c6bdcf618 do_install() {