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: mint-y-icons-1.3.7 mint-y-theme-1.2.3
Date: Sat, 18 Jan 2020 00:14:41 +0100	[thread overview]
Message-ID: <20200117231441.SCYT8c_MNQ2d2PNmwPN3-_DDQI-xt9uyOwVpEPPuJno@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18352@inbox.vuxu.org>

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

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

https://github.com/bgkillas/void-packages master
https://github.com/void-linux/void-packages/pull/18352

New package: mint-y-icons-1.3.7 mint-y-theme-1.2.3
not so sure of the license for mint-y-theme


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-18352.patch --]
[-- Type: text/x-diff, Size: 6887 bytes --]

From 189630d7133190b69132169742dc07a71769b083 Mon Sep 17 00:00:00 2001
From: bgkillas <55570525+bgkillas@users.noreply.github.com>
Date: Fri, 17 Jan 2020 17:30:04 -0500
Subject: [PATCH 1/8] Add files via upload

---
 srcpkgs/mint-y-icons/template | 15 +++++++++++++++
 1 file changed, 15 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..e60d4eda439
--- /dev/null
+++ b/srcpkgs/mint-y-icons/template
@@ -0,0 +1,15 @@
+# Template file for 'mint-y-icons'
+pkgname='mint-y-icons'
+version=1.3.7
+revision=1
+archs=noarch
+build_style=gnu-configure
+configure_args="--enable-icon-mapping"
+hostmakedepends="pkg-config librsvg icon-naming-utils gtk-update-icon-cache"
+depends="librsvg"
+short_desc="Icons for linux mint"
+maintainer="bgkillas"
+license="Creative Commons Attribution-ShareAlike 4.0 "
+homepage="http://packages.linuxmint.com/pool/main/m/mint-y-icons/"
+distfiles="http://packages.linuxmint.com/pool/main/m/mint-y-icons/${pkgname}_${version}.tar.xz"
+checksum=4d57236b32eb4d96679ce53644c5bc275581f01c8d8a5a58b8bb7ac07e667892
\ No newline at end of file

From 2989c06da9fd6e34c921e03c209207f36e8c1831 Mon Sep 17 00:00:00 2001
From: bgkillas <55570525+bgkillas@users.noreply.github.com>
Date: Fri, 17 Jan 2020 17:33:30 -0500
Subject: [PATCH 2/8] Create template

---
 srcpkgs/mint-y-theme/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/mint-y-theme/template

diff --git a/srcpkgs/mint-y-theme/template b/srcpkgs/mint-y-theme/template
new file mode 100644
index 00000000000..aa7d97168e6
--- /dev/null
+++ b/srcpkgs/mint-y-theme/template
@@ -0,0 +1,15 @@
+# Template file for 'mint-y-theme'
+pkgname='mint-y-theme'
+version=1.2.3
+revision=1
+archs=noarch
+build_style=gnu-configure
+configure_args="--enable-icon-mapping"
+hostmakedepends="pkg-config librsvg icon-naming-utils gtk-update-icon-cache"
+depends="librsvg"
+short_desc="Theme for linux mint"
+maintainer="bgkillas"
+license="GPL v3"
+homepage="http://packages.linuxmint.com/pool/main/m/mint-y-theme/"
+distfiles="http://packages.linuxmint.com/pool/main/m/mint-y-theme/${pkgname}_${version}.tar.xz"
+checksum=dd40f7eb5eac842d5d45c79c51e42b52d46b7fb6e73df14c5a57f7598d4f5389

From 95e1cfa49dab152c343e76e5abab6c994026361f Mon Sep 17 00:00:00 2001
From: bgkillas <55570525+bgkillas@users.noreply.github.com>
Date: Fri, 17 Jan 2020 17:34:02 -0500
Subject: [PATCH 3/8] Update template

---
 srcpkgs/mint-y-icons/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mint-y-icons/template b/srcpkgs/mint-y-icons/template
index e60d4eda439..19c78fe7dd5 100644
--- a/srcpkgs/mint-y-icons/template
+++ b/srcpkgs/mint-y-icons/template
@@ -9,7 +9,7 @@ hostmakedepends="pkg-config librsvg icon-naming-utils gtk-update-icon-cache"
 depends="librsvg"
 short_desc="Icons for linux mint"
 maintainer="bgkillas"
-license="Creative Commons Attribution-ShareAlike 4.0 "
+license="Creative Commons Attribution-ShareAlike 4.0"
 homepage="http://packages.linuxmint.com/pool/main/m/mint-y-icons/"
 distfiles="http://packages.linuxmint.com/pool/main/m/mint-y-icons/${pkgname}_${version}.tar.xz"
-checksum=4d57236b32eb4d96679ce53644c5bc275581f01c8d8a5a58b8bb7ac07e667892
\ No newline at end of file
+checksum=4d57236b32eb4d96679ce53644c5bc275581f01c8d8a5a58b8bb7ac07e667892

From 10593939382aea1bb0fd902f6f556366eca4f5ca Mon Sep 17 00:00:00 2001
From: bgkillas <55570525+bgkillas@users.noreply.github.com>
Date: Fri, 17 Jan 2020 17:51:42 -0500
Subject: [PATCH 4/8] Update template

---
 srcpkgs/mint-y-theme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mint-y-theme/template b/srcpkgs/mint-y-theme/template
index aa7d97168e6..713a6c09c93 100644
--- a/srcpkgs/mint-y-theme/template
+++ b/srcpkgs/mint-y-theme/template
@@ -12,4 +12,4 @@ maintainer="bgkillas"
 license="GPL v3"
 homepage="http://packages.linuxmint.com/pool/main/m/mint-y-theme/"
 distfiles="http://packages.linuxmint.com/pool/main/m/mint-y-theme/${pkgname}_${version}.tar.xz"
-checksum=dd40f7eb5eac842d5d45c79c51e42b52d46b7fb6e73df14c5a57f7598d4f5389
+checksum=afc3176a0b272460c6bff201249604516df64a1eef87d2a3c49816992104dcf0

From 83690021f17ed2b0b2c13da52dca5553a7fc0017 Mon Sep 17 00:00:00 2001
From: bgkillas <55570525+bgkillas@users.noreply.github.com>
Date: Fri, 17 Jan 2020 18:00:31 -0500
Subject: [PATCH 5/8] Update template

---
 srcpkgs/mint-y-theme/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/mint-y-theme/template b/srcpkgs/mint-y-theme/template
index 713a6c09c93..09582cac40f 100644
--- a/srcpkgs/mint-y-theme/template
+++ b/srcpkgs/mint-y-theme/template
@@ -1,7 +1,6 @@
 # Template file for 'mint-y-theme'
 pkgname='mint-y-theme'
 version=1.2.3
-revision=1
 archs=noarch
 build_style=gnu-configure
 configure_args="--enable-icon-mapping"

From 5864e7b5ab986fcad736607d91e712c4a53016a9 Mon Sep 17 00:00:00 2001
From: bgkillas <55570525+bgkillas@users.noreply.github.com>
Date: Fri, 17 Jan 2020 18:01:04 -0500
Subject: [PATCH 6/8] Update template

---
 srcpkgs/mint-y-icons/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/mint-y-icons/template b/srcpkgs/mint-y-icons/template
index 19c78fe7dd5..f123abaca65 100644
--- a/srcpkgs/mint-y-icons/template
+++ b/srcpkgs/mint-y-icons/template
@@ -1,7 +1,6 @@
 # Template file for 'mint-y-icons'
 pkgname='mint-y-icons'
 version=1.3.7
-revision=1
 archs=noarch
 build_style=gnu-configure
 configure_args="--enable-icon-mapping"

From 7abf4674a0fabe7259102ff2af1b0b8bd1e3b5f0 Mon Sep 17 00:00:00 2001
From: bgkillas <55570525+bgkillas@users.noreply.github.com>
Date: Fri, 17 Jan 2020 18:14:35 -0500
Subject: [PATCH 7/8] Update template

---
 srcpkgs/mint-y-theme/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/mint-y-theme/template b/srcpkgs/mint-y-theme/template
index 09582cac40f..713a6c09c93 100644
--- a/srcpkgs/mint-y-theme/template
+++ b/srcpkgs/mint-y-theme/template
@@ -1,6 +1,7 @@
 # Template file for 'mint-y-theme'
 pkgname='mint-y-theme'
 version=1.2.3
+revision=1
 archs=noarch
 build_style=gnu-configure
 configure_args="--enable-icon-mapping"

From e26db0aaaf5de9f69c84e1a3e8f7ddfd8f44edb5 Mon Sep 17 00:00:00 2001
From: bgkillas <55570525+bgkillas@users.noreply.github.com>
Date: Fri, 17 Jan 2020 18:14:38 -0500
Subject: [PATCH 8/8] Update template

---
 srcpkgs/mint-y-icons/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/mint-y-icons/template b/srcpkgs/mint-y-icons/template
index f123abaca65..19c78fe7dd5 100644
--- a/srcpkgs/mint-y-icons/template
+++ b/srcpkgs/mint-y-icons/template
@@ -1,6 +1,7 @@
 # Template file for 'mint-y-icons'
 pkgname='mint-y-icons'
 version=1.3.7
+revision=1
 archs=noarch
 build_style=gnu-configure
 configure_args="--enable-icon-mapping"

  parent reply	other threads:[~2020-01-17 23:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-17 22:39 [PR PATCH] " voidlinux-github
2020-01-17 22:51 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-17 23:00 ` voidlinux-github
2020-01-17 23:01 ` voidlinux-github
2020-01-17 23:14 ` voidlinux-github
2020-01-17 23:14 ` voidlinux-github [this message]
2020-01-17 23:17 ` voidlinux-github
2020-01-17 23:30 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-17 23:34 ` voidlinux-github
2020-01-17 23:43 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-17 23:51 ` voidlinux-github
2020-01-18  0:00 ` voidlinux-github
2020-01-18  0:14 ` [PR PATCH] [Closed]: " 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=20200117231441.SCYT8c_MNQ2d2PNmwPN3-_DDQI-xt9uyOwVpEPPuJno@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).