Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: Yaru++ icon theme
Date: Sat, 26 Oct 2019 09:48:56 +0200	[thread overview]
Message-ID: <20191026074856.kFp-ncvlRzozqpCAt8L0E_Shc0B3ApbE-VGuhAT1GLM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15800@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 508 bytes --]

There is an updated pull request by gusbemacbe against master on the void-packages repository

https://github.com/gusbemacbe/void-packages yaru-plus-icon
https://github.com/void-linux/void-packages/pull/15800

New package: Yaru++ icon theme
Hello!

I am co-author of Yaru++ icons. I am providing it for Void Linux users who want to install quickly without needing to go to my repository.

Thanks to @DarthWound! 

A patch file from https://github.com/void-linux/void-packages/pull/15800.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yaru-plus-icon-15800.patch --]
[-- Type: text/x-diff, Size: 3530 bytes --]

From ee7133fc999da07947a35c9da7f9c91baf70b030 Mon Sep 17 00:00:00 2001
From: Gustavo Costa <gusbemacbe@gmail.com>
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 <gusbemacbe@gmail.com>"
+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 <gusbemacbe@gmail.com>
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 <gusbemacbe@gmail.com>"
 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 <gusbemacbe@gmail.com>
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 <gusbemacbe@gmail.com>
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 <gusbemacbe@gmail.com>"
 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() {

  parent reply	other threads:[~2019-10-26  7:48 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-26  3:43 [PR PATCH] " voidlinux-github
2019-10-26  3:55 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-26  3:55 ` voidlinux-github
2019-10-26  4:05 ` voidlinux-github
2019-10-26  4:05 ` voidlinux-github
2019-10-26  4:13 ` voidlinux-github
2019-10-26  4:13 ` voidlinux-github
2019-10-26  7:39 ` voidlinux-github
2019-10-26  7:48 ` voidlinux-github [this message]
2019-10-26  7:48 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-26  7:57 ` voidlinux-github
2019-10-26  8:12 ` voidlinux-github
2019-10-26  8:34 ` voidlinux-github
2019-10-26 10:44 ` voidlinux-github
2019-10-27  1:32 ` voidlinux-github
2019-10-27 10:47 ` voidlinux-github
2019-10-27 10:48 ` voidlinux-github
2019-10-27 10:48 ` voidlinux-github
2019-10-27 11:04 ` voidlinux-github
2019-10-27 11:12 ` voidlinux-github
2019-10-27 11:13 ` voidlinux-github
2019-10-27 11:13 ` voidlinux-github
2019-10-27 11:14 ` voidlinux-github
2019-10-27 11:46 ` voidlinux-github
2019-10-29 23:33 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-29 23:33 ` voidlinux-github
2019-10-29 23:36 ` [PR PATCH] [Closed]: " voidlinux-github
2019-11-01  6:00 ` voidlinux-github
2019-11-01  6:35 ` voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191026074856.kFp-ncvlRzozqpCAt8L0E_Shc0B3ApbE-VGuhAT1GLM@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).