Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: capitaine-cursors-r3
@ 2019-07-22  9:55 voidlinux-github
  2019-07-23  6:09 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-22  9:55 UTC (permalink / raw)
  To: ml

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

There is a new pull request by LinArcX against master on the void-packages repository

https://github.com/LinArcX/void-packages capitaine-cursors-r3
https://github.com/void-linux/void-packages/pull/13277

New package: capitaine-cursors-r3
An x-cursor theme inspired by macOS and based on KDE Breeze. Designed to pair well with my icon pack, La Capitaine:
https://github.com/keeferrourke/capitaine-cursors

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-capitaine-cursors-r3-13277.patch --]
[-- Type: application/text/x-diff, Size: 1268 bytes --]

From 2285493ec07a1400b61fe0bd8dfc514c971418fd Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Mon, 22 Jul 2019 14:23:09 +0430
Subject: [PATCH] New package: capitaine-cursors-r3

---
 srcpkgs/capitaine-cursors/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/capitaine-cursors/template

diff --git a/srcpkgs/capitaine-cursors/template b/srcpkgs/capitaine-cursors/template
new file mode 100644
index 00000000000..c93eef5eb6d
--- /dev/null
+++ b/srcpkgs/capitaine-cursors/template
@@ -0,0 +1,21 @@
+# Template file for 'capitaine-cursors'
+pkgname=capitaine-cursors
+version=r3
+revision=1
+archs=noarch
+short_desc="X-cursor theme inspired by macOS and based on KDE Breeze"
+maintainer="linarcx <orphan@voidlinux.org>"
+license="LGPL-2.0-only"
+homepage="https://github.com/keeferrourke/capitaine-cursors"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=226258d7d07648c27d8ecfb2085a1af4bcc37e49df497fcd371950f7c42ae090
+
+do_install() {
+	vmkdir usr/share/icons
+	vmkdir usr/share/icons/capitaine_cursors
+	vmkdir usr/share/icons/capitaine_cursors_ligth
+	cd dist/
+	vcopy ./* /usr/share/icons/capitaine_cursors
+	cd ..; cd dist-white
+	vcopy ./* /usr/share/icons/capitaine_cursors_ligth
+}

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] New package: capitaine-cursors-r3
  2019-07-22  9:55 [PR PATCH] New package: capitaine-cursors-r3 voidlinux-github
@ 2019-07-23  6:09 ` voidlinux-github
  2019-07-23  6:09 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-23  6:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages capitaine-cursors-r3
https://github.com/void-linux/void-packages/pull/13277

New package: capitaine-cursors-r3
An x-cursor theme inspired by macOS and based on KDE Breeze. Designed to pair well with my icon pack, La Capitaine:
https://github.com/keeferrourke/capitaine-cursors

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-capitaine-cursors-r3-13277.patch --]
[-- Type: application/text/x-diff, Size: 1265 bytes --]

From ffaab44a658e2e4d296cde3f76888e89ea724f47 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Tue, 23 Jul 2019 10:26:26 +0430
Subject: [PATCH] New package: capitaine-cursors-r3

---
 srcpkgs/capitaine-cursors/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/capitaine-cursors/template

diff --git a/srcpkgs/capitaine-cursors/template b/srcpkgs/capitaine-cursors/template
new file mode 100644
index 00000000000..72d0f4750e7
--- /dev/null
+++ b/srcpkgs/capitaine-cursors/template
@@ -0,0 +1,21 @@
+# Template file for 'capitaine-cursors'
+pkgname=capitaine-cursors
+version=r3
+revision=1
+archs=noarch
+short_desc="X-cursor theme inspired by macOS and based on KDE Breeze"
+maintainer="linarcx <linarcx@gmail.com>"
+license="LGPL-2.0-only"
+homepage="https://github.com/keeferrourke/capitaine-cursors"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=226258d7d07648c27d8ecfb2085a1af4bcc37e49df497fcd371950f7c42ae090
+
+do_install() {
+	vmkdir usr/share/icons
+	vmkdir usr/share/icons/capitaine_cursors
+	vmkdir usr/share/icons/capitaine_cursors_ligth
+	cd dist/
+	vcopy ./* /usr/share/icons/capitaine_cursors
+	cd ..; cd dist-white
+	vcopy ./* /usr/share/icons/capitaine_cursors_ligth
+}

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] New package: capitaine-cursors-r3
  2019-07-22  9:55 [PR PATCH] New package: capitaine-cursors-r3 voidlinux-github
  2019-07-23  6:09 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-23  6:09 ` voidlinux-github
  2019-07-29 12:49 ` voidlinux-github
  2019-07-29 12:49 ` [PR PATCH] [Closed]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-23  6:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages capitaine-cursors-r3
https://github.com/void-linux/void-packages/pull/13277

New package: capitaine-cursors-r3
An x-cursor theme inspired by macOS and based on KDE Breeze. Designed to pair well with my icon pack, La Capitaine:
https://github.com/keeferrourke/capitaine-cursors

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-capitaine-cursors-r3-13277.patch --]
[-- Type: application/text/x-diff, Size: 1265 bytes --]

From ffaab44a658e2e4d296cde3f76888e89ea724f47 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Tue, 23 Jul 2019 10:26:26 +0430
Subject: [PATCH] New package: capitaine-cursors-r3

---
 srcpkgs/capitaine-cursors/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/capitaine-cursors/template

diff --git a/srcpkgs/capitaine-cursors/template b/srcpkgs/capitaine-cursors/template
new file mode 100644
index 00000000000..72d0f4750e7
--- /dev/null
+++ b/srcpkgs/capitaine-cursors/template
@@ -0,0 +1,21 @@
+# Template file for 'capitaine-cursors'
+pkgname=capitaine-cursors
+version=r3
+revision=1
+archs=noarch
+short_desc="X-cursor theme inspired by macOS and based on KDE Breeze"
+maintainer="linarcx <linarcx@gmail.com>"
+license="LGPL-2.0-only"
+homepage="https://github.com/keeferrourke/capitaine-cursors"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=226258d7d07648c27d8ecfb2085a1af4bcc37e49df497fcd371950f7c42ae090
+
+do_install() {
+	vmkdir usr/share/icons
+	vmkdir usr/share/icons/capitaine_cursors
+	vmkdir usr/share/icons/capitaine_cursors_ligth
+	cd dist/
+	vcopy ./* /usr/share/icons/capitaine_cursors
+	cd ..; cd dist-white
+	vcopy ./* /usr/share/icons/capitaine_cursors_ligth
+}

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: New package: capitaine-cursors-r3
  2019-07-22  9:55 [PR PATCH] New package: capitaine-cursors-r3 voidlinux-github
  2019-07-23  6:09 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-23  6:09 ` voidlinux-github
@ 2019-07-29 12:49 ` voidlinux-github
  2019-07-29 12:49 ` [PR PATCH] [Closed]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-29 12:49 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/13277#issuecomment-515977584
Comment:
As discussed a few times before (in the old, now gone, gh-repo and on IRC), Void prefers to not package more themes, icons, mouse cursors etc., especially if they are derivatives of other themes, possibly contain work of dubious licensing situation or are expected to not be of interest for most users.
The policy mostly was/is to provide themes that are used by the main desktop environments, and it is expected that such things can easily installed by users on their own.

(Despite this being not applied to similar PRs lately) I close this one to match the policy.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: New package: capitaine-cursors-r3
  2019-07-22  9:55 [PR PATCH] New package: capitaine-cursors-r3 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-29 12:49 ` voidlinux-github
@ 2019-07-29 12:49 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-29 12:49 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: capitaine-cursors-r3
https://github.com/void-linux/void-packages/pull/13277
Description: An x-cursor theme inspired by macOS and based on KDE Breeze. Designed to pair well with my icon pack, La Capitaine:
https://github.com/keeferrourke/capitaine-cursors

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-07-29 12:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-22  9:55 [PR PATCH] New package: capitaine-cursors-r3 voidlinux-github
2019-07-23  6:09 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-23  6:09 ` voidlinux-github
2019-07-29 12:49 ` voidlinux-github
2019-07-29 12:49 ` [PR PATCH] [Closed]: " voidlinux-github

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).