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

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