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: bibata-cursor-0.4.1
Date: Wed, 04 Sep 2019 15:49:30 +0200	[thread overview]
Message-ID: <20190904134930.zBcdpY4KPQV7USOo-Z1Kv5WwQtbUSXutDxqizl-_vFk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14204@inbox.vuxu.org>

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

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

https://github.com/Ogromny/void-packages bibata-cursor
https://github.com/void-linux/void-packages/pull/14204

New package: bibata-cursor-0.4.1
A good looking cursor theme ^^

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

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

From aba66742141baac7db16de0e4e12605bfbe42be5 Mon Sep 17 00:00:00 2001
From: Ogromny <ogromnycoding@gmail.com>
Date: Wed, 4 Sep 2019 11:29:46 +0200
Subject: [PATCH 1/2] New package: bibata-cursor-0.4.1

---
 srcpkgs/bibata-cursor/REMOVE   |  5 +++++
 srcpkgs/bibata-cursor/template | 25 +++++++++++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/bibata-cursor/REMOVE
 create mode 100644 srcpkgs/bibata-cursor/template

diff --git a/srcpkgs/bibata-cursor/REMOVE b/srcpkgs/bibata-cursor/REMOVE
new file mode 100644
index 00000000000..14254f38170
--- /dev/null
+++ b/srcpkgs/bibata-cursor/REMOVE
@@ -0,0 +1,5 @@
+case "$ACTION" in
+pre)
+	rm -r "/usr/share/icons/Bibata_*"
+	;;
+esac
diff --git a/srcpkgs/bibata-cursor/template b/srcpkgs/bibata-cursor/template
new file mode 100644
index 00000000000..5a902526359
--- /dev/null
+++ b/srcpkgs/bibata-cursor/template
@@ -0,0 +1,25 @@
+# Template file for 'bibata-cursor'
+pkgname=bibata-cursor
+version=0.4.1
+revision=1
+archs=noarch
+create_wrksrc=yes
+build_wrksrc="Bibata_Cursor-${version}"
+makedepends="inkscape xcursorgen"
+short_desc="Material Based Cursor"
+maintainer="Ogromny <ogromnycoding@gmail.com>"
+license="GPL-3.0"
+homepage="https://github.com/KaizIqbal/Bibata_Cursor"
+distfiles="https://github.com/KaizIqbal/Bibata_Cursor/archive/v${version}.tar.gz"
+checksum=01d06515f6139d796820cb4ca121185ee65a8789bfdd88e0600bcd749e3eea3b
+
+do_configure() {
+	bash build.sh
+}
+
+do_install() {
+	vmkdir usr/share/icons
+	vcopy build/Bibata_Amber usr/share/icons
+	vcopy build/Bibata_Ice usr/share/icons
+	vcopy build/Bibata_Oil usr/share/icons
+}

From ef239bb0bff5b99046130d8fd5f87d6fd254f76a Mon Sep 17 00:00:00 2001
From: Ogromny <ogromnycoding@gmail.com>
Date: Wed, 4 Sep 2019 15:49:19 +0200
Subject: [PATCH 2/2] fix license

---
 srcpkgs/bibata-cursor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bibata-cursor/template b/srcpkgs/bibata-cursor/template
index 5a902526359..b6f5cee6400 100644
--- a/srcpkgs/bibata-cursor/template
+++ b/srcpkgs/bibata-cursor/template
@@ -8,7 +8,7 @@ build_wrksrc="Bibata_Cursor-${version}"
 makedepends="inkscape xcursorgen"
 short_desc="Material Based Cursor"
 maintainer="Ogromny <ogromnycoding@gmail.com>"
-license="GPL-3.0"
+license="GPL-3.0-or-later"
 homepage="https://github.com/KaizIqbal/Bibata_Cursor"
 distfiles="https://github.com/KaizIqbal/Bibata_Cursor/archive/v${version}.tar.gz"
 checksum=01d06515f6139d796820cb4ca121185ee65a8789bfdd88e0600bcd749e3eea3b

  reply	other threads:[~2019-09-04 13:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-04  9:38 [PR PATCH] " voidlinux-github
2019-09-04 13:49 ` voidlinux-github [this message]
2019-09-04 13:49 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-04 16:19 ` voidlinux-github
2019-09-04 16:19 ` voidlinux-github
2019-09-05 22:45 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-05 22:45 ` voidlinux-github
2019-09-06 18:57 ` [PR PATCH] [Closed]: " voidlinux-github
2019-09-06 18:57 ` 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=20190904134930.zBcdpY4KPQV7USOo-Z1Kv5WwQtbUSXutDxqizl-_vFk@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).