From aba66742141baac7db16de0e4e12605bfbe42be5 Mon Sep 17 00:00:00 2001 From: Ogromny 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 " +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 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 " -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