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] La capitaine icon theme 0.6.1
Date: Sat, 20 Jul 2019 19:34:40 +0200	[thread overview]
Message-ID: <20190720173440.lP7P9ZpPmooTICgs48hq3hMP8FYHXdjUFrjxP7bHR3s@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13256@inbox.vuxu.org>

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

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

https://github.com/LinArcX/void-packages la-capitaine-icon-theme-0.6.1
https://github.com/void-linux/void-packages/pull/13256

La capitaine icon theme 0.6.1
An icon pack designed to integrate with most desktop environments. The set of icons takes inspiration from the latest iterations of macOS and Google's Material Design:

https://github.com/keeferrourke/la-capitaine-icon-theme


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-la-capitaine-icon-theme-0.6.1-13256.patch --]
[-- Type: application/text/x-diff, Size: 3729 bytes --]

From 9fd787482aa9c6ccb4fc53cf8413182d5b873ab1 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 21:51:33 +0430
Subject: [PATCH 1/3] New package: la-capitaine-icon-theme-0.6.1

---
 srcpkgs/la-capitaine-icon-theme/template | 28 ++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/la-capitaine-icon-theme/template

diff --git a/srcpkgs/la-capitaine-icon-theme/template b/srcpkgs/la-capitaine-icon-theme/template
new file mode 100644
index 00000000000..f58733cf1a4
--- /dev/null
+++ b/srcpkgs/la-capitaine-icon-theme/template
@@ -0,0 +1,28 @@
+# Template file for 'la-capitaine-icon-theme'
+pkgname=la-capitaine-icon-theme
+version=0.6.1
+revision=1
+build_style=fetch
+archs=noarch
+short_desc="La Capitaine is an icon pack designed to integrate with most desktop environments. The set of icons takes inspiration from the latest iterations of macOS and Google's Material Design"
+maintainer="linarcx <linarcx@gmail.com>"
+license="GPL3"
+homepage="https://github.com/keeferrourke/${pkgname}"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=9adb3123bf61464696400af43000b61de1825d2ce4b4ad4f21dd78091bd55e73
+
+do_install() {
+	tar xzf v${version}.tar.gz
+	vmkdir usr/share/icons
+	vcopy la-capitaine-icon-theme-${version} usr/share/icons/La-Capitaine-Icon-Theme
+}
+
+#depends="gtk+"
+#build_style=meson
+#https://github.com/keeferrourke/la-capitaine-icon-theme/archive/v0.6.1.tar.gz
+
+#do_install() {
+#	vmkdir usr/share/icons/la-capitaine/
+#	vcopy Papirus* usr/share/icons/
+#	vcopy ePapirus usr/share/icons/
+#}

From c489ab5265e1f1d3502ab840b59866f971b532e2 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 21:53:34 +0430
Subject: [PATCH 2/3] New package: la-capitaine-icon-theme-0.6.1

---
 srcpkgs/la-capitaine-icon-theme/template | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/srcpkgs/la-capitaine-icon-theme/template b/srcpkgs/la-capitaine-icon-theme/template
index f58733cf1a4..ba609af3b56 100644
--- a/srcpkgs/la-capitaine-icon-theme/template
+++ b/srcpkgs/la-capitaine-icon-theme/template
@@ -16,13 +16,3 @@ do_install() {
 	vmkdir usr/share/icons
 	vcopy la-capitaine-icon-theme-${version} usr/share/icons/La-Capitaine-Icon-Theme
 }
-
-#depends="gtk+"
-#build_style=meson
-#https://github.com/keeferrourke/la-capitaine-icon-theme/archive/v0.6.1.tar.gz
-
-#do_install() {
-#	vmkdir usr/share/icons/la-capitaine/
-#	vcopy Papirus* usr/share/icons/
-#	vcopy ePapirus usr/share/icons/
-#}

From d89025479974c6f20aa40928677982225302a4dc Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 22:04:19 +0430
Subject: [PATCH 3/3] New package: la-capitaine-icon-theme-0.6.1

---
 srcpkgs/la-capitaine-icon-theme/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/la-capitaine-icon-theme/template b/srcpkgs/la-capitaine-icon-theme/template
index ba609af3b56..c2160081857 100644
--- a/srcpkgs/la-capitaine-icon-theme/template
+++ b/srcpkgs/la-capitaine-icon-theme/template
@@ -2,11 +2,11 @@
 pkgname=la-capitaine-icon-theme
 version=0.6.1
 revision=1
-build_style=fetch
 archs=noarch
-short_desc="La Capitaine is an icon pack designed to integrate with most desktop environments. The set of icons takes inspiration from the latest iterations of macOS and Google's Material Design"
+build_style=fetch
+short_desc="Icon pack designed to integrate with most desktop environments"
 maintainer="linarcx <linarcx@gmail.com>"
-license="GPL3"
+license="GPL"
 homepage="https://github.com/keeferrourke/${pkgname}"
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=9adb3123bf61464696400af43000b61de1825d2ce4b4ad4f21dd78091bd55e73

  parent reply	other threads:[~2019-07-20 17:34 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-20 17:25 [PR PATCH] " voidlinux-github
2019-07-20 17:34 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-20 17:34 ` voidlinux-github [this message]
2019-07-20 17:37 ` [PR PATCH] [Updated] New package: " voidlinux-github
2019-07-20 17:37 ` voidlinux-github
2019-07-20 17:39 ` voidlinux-github
2019-07-20 17:39 ` voidlinux-github
2019-07-21 19:02 ` voidlinux-github
2019-07-21 19:02 ` voidlinux-github
2019-07-21 19:03 ` voidlinux-github
2019-07-21 19:03 ` voidlinux-github
2019-07-29 13:06 ` New package: la-capitaine-icon-theme-0.6.1 voidlinux-github
2019-07-29 13:06 ` [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=20190720173440.lP7P9ZpPmooTICgs48hq3hMP8FYHXdjUFrjxP7bHR3s@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).