public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/bibata-xcursors/
@ 2021-12-25 20:47 Alexey Zapparov
  0 siblings, 0 replies; 7+ messages in thread
From: Alexey Zapparov @ 2021-12-25 20:47 UTC (permalink / raw
  To: gentoo-commits

commit:     3a130c4876f3b77790cb2dae69208743d8faa819
Author:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Sat Dec 25 20:45:56 2021 +0000
Commit:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
CommitDate: Sat Dec 25 20:45:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a130c48

x11-themes/bibata-xcursors: add v1.1.2

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>

 x11-themes/bibata-xcursors/Manifest                |  2 +
 .../bibata-xcursors/bibata-xcursors-1.1.2.ebuild   | 45 ++++++++++++++++++++++
 x11-themes/bibata-xcursors/metadata.xml            | 12 ++++++
 3 files changed, 59 insertions(+)

diff --git a/x11-themes/bibata-xcursors/Manifest b/x11-themes/bibata-xcursors/Manifest
new file mode 100644
index 000000000..2d71031dc
--- /dev/null
+++ b/x11-themes/bibata-xcursors/Manifest
@@ -0,0 +1,2 @@
+DIST bibata-xcursors-1.1.2-bitmaps.zip 15673671 BLAKE2B 6d0a21b292480afec7f34de4f183c2e4c434b69ba04ae8d87dc30072e9c0cecba753e1652a5dbf93ec0ca6b2d000627a170b5d49afb67986ad0f431a62180e02 SHA512 2c0b8ab793d5896f25fb3fac5876b22895c9faefff8708834deeb60d91e7670af50d362c6c66a3d37763f8615b5d2ca5360c5b067c074a94eaa8be549a14fa9d
+DIST bibata-xcursors-1.1.2.tar.gz 102572 BLAKE2B bfe295d15d662423620dcf734a428224012c24cf1bd72ddbb0c80a1a1e971082107a143af4447cd49f7ea1ab6fa4d3b8943deb2261cd5b8cb36a98df26d6b772 SHA512 397f11097bf56cd93ef5da39d3cdec0ef45af20cf691619acdb0747c81104de0fab0fcbbb90c7a09823a7bb070092f9dab880d0cb515cc36198de95cc51fe7a2

diff --git a/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild b/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild
new file mode 100644
index 000000000..372d9143c
--- /dev/null
+++ b/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="Bibata_Cursor"
+
+DESCRIPTION="Opensource, compact, and material-designed cursor set"
+HOMEPAGE="https://github.com/ful1e5/Bibata_Cursor"
+SRC_URI="
+	https://github.com/ful1e5/${MY_PN}/archive/v1.1.2.tar.gz -> ${P}.tar.gz
+	https://github.com/ful1e5/${MY_PN}/releases/download/v${PV}/bitmaps.zip -> ${P}-bitmaps.zip
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="x11-libs/libXcursor"
+BDEPEND="dev-python/clickgen"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_unpack() {
+	unpack "${P}.tar.gz"
+	cd "${S}" || die "Cannot change dir into '${S}'"
+	mkdir -p bitmaps || die "Cannot create 'bitmaps' directory"
+	cd bitmaps || "Cannot change dir into '${S}/bitmaps'"
+	unpack "${P}-bitmaps.zip"
+}
+
+src_prepare() {
+	rm -rf themes || die "Cannot remove 'themes' directory"
+	eapply_user
+}
+
+src_compile() {
+	cd builder || die "Cannot change dir into '${S}/builder'"
+	emake build_unix
+}
+
+src_install() {
+	insinto /usr/share/cursors/xorg-x11
+	doins -r themes/Bibata-{Modern,Original}-{Amber,Classic,Ice}
+}

diff --git a/x11-themes/bibata-xcursors/metadata.xml b/x11-themes/bibata-xcursors/metadata.xml
new file mode 100644
index 000000000..39c246724
--- /dev/null
+++ b/x11-themes/bibata-xcursors/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>alexey@zapparov.com</email>
+		<name>Alexey Zapparov</name>
+	</maintainer>
+	<upstream>
+		<bugs-to>https://github.com/ful1e5/Bibata_Cursor/issues</bugs-to>
+		<remote-id type="github">ful1e5/Bibata_Cursor</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/bibata-xcursors/
@ 2022-01-02 15:07 Andrew Ammerlaan
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2022-01-02 15:07 UTC (permalink / raw
  To: gentoo-commits

commit:     2c98f59d8350aaae9d0170adcaeb3e4ca706604f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  2 15:07:20 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan  2 15:07:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c98f59d

x11-themes/bibata-xcursors: add MissingUnpackerDep

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild b/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild
index 372d9143c..170981fd1 100644
--- a/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild
+++ b/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="x11-libs/libXcursor"
-BDEPEND="dev-python/clickgen"
+BDEPEND="
+	dev-python/clickgen
+	app-arch/unzip
+"
 
 S="${WORKDIR}/${MY_PN}-${PV}"
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/bibata-xcursors/
@ 2022-01-17  3:39 Alexey Zapparov
  0 siblings, 0 replies; 7+ messages in thread
From: Alexey Zapparov @ 2022-01-17  3:39 UTC (permalink / raw
  To: gentoo-commits

commit:     d4a696225afffa1542beac38c620e28fcbfc90fe
Author:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Mon Jan 17 03:36:23 2022 +0000
Commit:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
CommitDate: Mon Jan 17 03:36:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d4a69622

x11-themes/bibata-xcursors: fix QA failures

Closes: https://bugs.gentoo.org/830149
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>

 ...ors-1.1.2.ebuild => bibata-xcursors-1.1.2-r1.ebuild} | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild b/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2-r1.ebuild
similarity index 80%
rename from x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild
rename to x11-themes/bibata-xcursors/bibata-xcursors-1.1.2-r1.ebuild
index 170981fd1..7797f0381 100644
--- a/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild
+++ b/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2-r1.ebuild
@@ -3,6 +3,9 @@
 
 EAPI=8
 
+PYTHON_COMPAT=( python3_{8..10} )
+inherit python-any-r1
+
 MY_PN="Bibata_Cursor"
 
 DESCRIPTION="Opensource, compact, and material-designed cursor set"
@@ -18,12 +21,24 @@ KEYWORDS="~amd64 ~x86"
 
 RDEPEND="x11-libs/libXcursor"
 BDEPEND="
-	dev-python/clickgen
+	${RDEPEND}
+	${PYTHON_DEPS}
+	$(python_gen_any_dep '
+		dev-python/clickgen[${PYTHON_USEDEP}]
+	')
 	app-arch/unzip
 "
 
 S="${WORKDIR}/${MY_PN}-${PV}"
 
+python_check_deps() {
+	has_version -b "dev-python/clickgen[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+	python-any-r1_pkg_setup
+}
+
 src_unpack() {
 	unpack "${P}.tar.gz"
 	cd "${S}" || die "Cannot change dir into '${S}'"


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

* [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/bibata-xcursors/
@ 2022-06-20  3:07 Alexey Zapparov
  0 siblings, 0 replies; 7+ messages in thread
From: Alexey Zapparov @ 2022-06-20  3:07 UTC (permalink / raw
  To: gentoo-commits

commit:     96bf927881b115f9a5d6d26a767c8095ffd604bf
Author:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Mon Jun 20 03:07:08 2022 +0000
Commit:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
CommitDate: Mon Jun 20 03:07:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96bf9278

x11-themes/bibata-xcursors: add 1.1.2-r2

Use prebuilt theme, thus we won't need clickgen package anymore.

Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>

 x11-themes/bibata-xcursors/Manifest                |  3 +-
 .../bibata-xcursors-1.1.2-r1.ebuild                | 63 ----------------------
 .../bibata-xcursors-1.1.2-r2.ebuild                | 21 ++++++++
 3 files changed, 22 insertions(+), 65 deletions(-)

diff --git a/x11-themes/bibata-xcursors/Manifest b/x11-themes/bibata-xcursors/Manifest
index 2d71031dc..c4a280b2d 100644
--- a/x11-themes/bibata-xcursors/Manifest
+++ b/x11-themes/bibata-xcursors/Manifest
@@ -1,2 +1 @@
-DIST bibata-xcursors-1.1.2-bitmaps.zip 15673671 BLAKE2B 6d0a21b292480afec7f34de4f183c2e4c434b69ba04ae8d87dc30072e9c0cecba753e1652a5dbf93ec0ca6b2d000627a170b5d49afb67986ad0f431a62180e02 SHA512 2c0b8ab793d5896f25fb3fac5876b22895c9faefff8708834deeb60d91e7670af50d362c6c66a3d37763f8615b5d2ca5360c5b067c074a94eaa8be549a14fa9d
-DIST bibata-xcursors-1.1.2.tar.gz 102572 BLAKE2B bfe295d15d662423620dcf734a428224012c24cf1bd72ddbb0c80a1a1e971082107a143af4447cd49f7ea1ab6fa4d3b8943deb2261cd5b8cb36a98df26d6b772 SHA512 397f11097bf56cd93ef5da39d3cdec0ef45af20cf691619acdb0747c81104de0fab0fcbbb90c7a09823a7bb070092f9dab880d0cb515cc36198de95cc51fe7a2
+DIST bibata-xcursors-1.1.2-r2.tar.gz 26397061 BLAKE2B 4bd1c9a2b8fc1cd636e855e876a9efefac6abc1ad464466000d444d98fbb675fa83beeba9633cfc98cf448e454ac0192793ef832586c186be52f4c5b3fb6427b SHA512 5acc71613fc8d4528d83d50f6e763ffc5645ede306c7f761ea3791bab74afbe2904711aa4ce5b88d204e3a0b074d9d61bef2d5bfa9b4147527c00a6dca9667f9

diff --git a/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2-r1.ebuild b/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2-r1.ebuild
deleted file mode 100644
index 7797f0381..000000000
--- a/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit python-any-r1
-
-MY_PN="Bibata_Cursor"
-
-DESCRIPTION="Opensource, compact, and material-designed cursor set"
-HOMEPAGE="https://github.com/ful1e5/Bibata_Cursor"
-SRC_URI="
-	https://github.com/ful1e5/${MY_PN}/archive/v1.1.2.tar.gz -> ${P}.tar.gz
-	https://github.com/ful1e5/${MY_PN}/releases/download/v${PV}/bitmaps.zip -> ${P}-bitmaps.zip
-"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="x11-libs/libXcursor"
-BDEPEND="
-	${RDEPEND}
-	${PYTHON_DEPS}
-	$(python_gen_any_dep '
-		dev-python/clickgen[${PYTHON_USEDEP}]
-	')
-	app-arch/unzip
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-python_check_deps() {
-	has_version -b "dev-python/clickgen[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-	python-any-r1_pkg_setup
-}
-
-src_unpack() {
-	unpack "${P}.tar.gz"
-	cd "${S}" || die "Cannot change dir into '${S}'"
-	mkdir -p bitmaps || die "Cannot create 'bitmaps' directory"
-	cd bitmaps || "Cannot change dir into '${S}/bitmaps'"
-	unpack "${P}-bitmaps.zip"
-}
-
-src_prepare() {
-	rm -rf themes || die "Cannot remove 'themes' directory"
-	eapply_user
-}
-
-src_compile() {
-	cd builder || die "Cannot change dir into '${S}/builder'"
-	emake build_unix
-}
-
-src_install() {
-	insinto /usr/share/cursors/xorg-x11
-	doins -r themes/Bibata-{Modern,Original}-{Amber,Classic,Ice}
-}

diff --git a/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2-r2.ebuild b/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2-r2.ebuild
new file mode 100644
index 000000000..f6b4a0fa4
--- /dev/null
+++ b/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2-r2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Opensource, compact, and material-designed cursor set"
+HOMEPAGE="https://github.com/ful1e5/Bibata_Cursor"
+SRC_URI="https://github.com/ful1e5/Bibata_Cursor/releases/download/v${PV}/Bibata.tar.gz -> ${P}-r2.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="x11-libs/libXcursor"
+
+S="${WORKDIR}"
+
+src_install() {
+	insinto /usr/share/cursors/xorg-x11
+	doins -r Bibata-{Modern,Original}-{Amber,Classic,Ice}
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/bibata-xcursors/
@ 2022-10-25 13:40 Alexey Zapparov
  0 siblings, 0 replies; 7+ messages in thread
From: Alexey Zapparov @ 2022-10-25 13:40 UTC (permalink / raw
  To: gentoo-commits

commit:     67a1b60a1469f70f05714d513fda8bd4ee9d0f1f
Author:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Tue Oct 25 13:39:30 2022 +0000
Commit:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
CommitDate: Tue Oct 25 13:39:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67a1b60a

x11-themes/bibata-xcursors: add 2.0.2

Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>

 x11-themes/bibata-xcursors/Manifest                 |  1 +
 .../bibata-xcursors/bibata-xcursors-2.0.2.ebuild    | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/x11-themes/bibata-xcursors/Manifest b/x11-themes/bibata-xcursors/Manifest
index c4a280b2d..e445cc061 100644
--- a/x11-themes/bibata-xcursors/Manifest
+++ b/x11-themes/bibata-xcursors/Manifest
@@ -1 +1,2 @@
 DIST bibata-xcursors-1.1.2-r2.tar.gz 26397061 BLAKE2B 4bd1c9a2b8fc1cd636e855e876a9efefac6abc1ad464466000d444d98fbb675fa83beeba9633cfc98cf448e454ac0192793ef832586c186be52f4c5b3fb6427b SHA512 5acc71613fc8d4528d83d50f6e763ffc5645ede306c7f761ea3791bab74afbe2904711aa4ce5b88d204e3a0b074d9d61bef2d5bfa9b4147527c00a6dca9667f9
+DIST bibata-xcursors-2.0.2.tar.gz 96043910 BLAKE2B 38495942a40fd252a8d96e585b0da1b858ef702b6df806d9fdaafddb497df15ffef599801806161ae3108e4b80236503b9190ab021b82e476fa548fcc47dd68e SHA512 192cdd81c9ab0dc7d8acd1e20454f6c954ce1af031d083a5c8a22a1f28a101667e0c30eecb84a626cf843cc47068bf728726277bc0b56df757dff96d002aea98

diff --git a/x11-themes/bibata-xcursors/bibata-xcursors-2.0.2.ebuild b/x11-themes/bibata-xcursors/bibata-xcursors-2.0.2.ebuild
new file mode 100644
index 000000000..f0cf55bc1
--- /dev/null
+++ b/x11-themes/bibata-xcursors/bibata-xcursors-2.0.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Opensource, compact, and material-designed cursor set"
+HOMEPAGE="https://github.com/ful1e5/Bibata_Cursor"
+SRC_URI="https://github.com/ful1e5/Bibata_Cursor/releases/download/v${PV}/Bibata.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="x11-libs/libXcursor"
+
+S="${WORKDIR}"
+
+src_install() {
+	insinto /usr/share/cursors/xorg-x11
+	doins -r Bibata-{Modern,Original}-{Amber,Classic,Ice}
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/bibata-xcursors/
@ 2023-04-24 17:07 Alexey Zapparov
  0 siblings, 0 replies; 7+ messages in thread
From: Alexey Zapparov @ 2023-04-24 17:07 UTC (permalink / raw
  To: gentoo-commits

commit:     da04de2d36b259a3755dd1af00f59d74444ad53e
Author:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Mon Apr 24 17:06:58 2023 +0000
Commit:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
CommitDate: Mon Apr 24 17:06:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da04de2d

x11-themes/bibata-xcursors: drop 1.1.2-r2

Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>

 x11-themes/bibata-xcursors/Manifest                 |  1 -
 .../bibata-xcursors/bibata-xcursors-1.1.2-r2.ebuild | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/x11-themes/bibata-xcursors/Manifest b/x11-themes/bibata-xcursors/Manifest
index 00c76cef7..3a4b708ea 100644
--- a/x11-themes/bibata-xcursors/Manifest
+++ b/x11-themes/bibata-xcursors/Manifest
@@ -1,3 +1,2 @@
-DIST bibata-xcursors-1.1.2-r2.tar.gz 26397061 BLAKE2B 4bd1c9a2b8fc1cd636e855e876a9efefac6abc1ad464466000d444d98fbb675fa83beeba9633cfc98cf448e454ac0192793ef832586c186be52f4c5b3fb6427b SHA512 5acc71613fc8d4528d83d50f6e763ffc5645ede306c7f761ea3791bab74afbe2904711aa4ce5b88d204e3a0b074d9d61bef2d5bfa9b4147527c00a6dca9667f9
 DIST bibata-xcursors-2.0.2.tar.gz 96043910 BLAKE2B 38495942a40fd252a8d96e585b0da1b858ef702b6df806d9fdaafddb497df15ffef599801806161ae3108e4b80236503b9190ab021b82e476fa548fcc47dd68e SHA512 192cdd81c9ab0dc7d8acd1e20454f6c954ce1af031d083a5c8a22a1f28a101667e0c30eecb84a626cf843cc47068bf728726277bc0b56df757dff96d002aea98
 DIST bibata-xcursors-2.0.3.tar.gz 95694863 BLAKE2B 68344c46d07982351e36267e8ade471b8fb25895d7d799f2ff5aab88f79d23671105a869d9a029a8ea10bc76e753e2dce576c780901017f9a8255f389f31f6a8 SHA512 fe05f908e2bf16c0072a34f4fd2233ed2bf03740b1ea7ab30ce4be43810fc5dec47844af532ff3c52b6cc75318a3653599f44b48e88623b9250787ba1c7982f1

diff --git a/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2-r2.ebuild b/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2-r2.ebuild
deleted file mode 100644
index f6b4a0fa4..000000000
--- a/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2-r2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Opensource, compact, and material-designed cursor set"
-HOMEPAGE="https://github.com/ful1e5/Bibata_Cursor"
-SRC_URI="https://github.com/ful1e5/Bibata_Cursor/releases/download/v${PV}/Bibata.tar.gz -> ${P}-r2.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="x11-libs/libXcursor"
-
-S="${WORKDIR}"
-
-src_install() {
-	insinto /usr/share/cursors/xorg-x11
-	doins -r Bibata-{Modern,Original}-{Amber,Classic,Ice}
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/bibata-xcursors/
@ 2023-04-24 17:07 Alexey Zapparov
  0 siblings, 0 replies; 7+ messages in thread
From: Alexey Zapparov @ 2023-04-24 17:07 UTC (permalink / raw
  To: gentoo-commits

commit:     de06a95e83c40cbe3387e6d7cda2b8f0adb442b1
Author:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Mon Apr 24 16:47:59 2023 +0000
Commit:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
CommitDate: Mon Apr 24 16:47:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de06a95e

x11-themes/bibata-xcursors: add 2.0.3

Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>

 x11-themes/bibata-xcursors/Manifest                 |  1 +
 .../bibata-xcursors/bibata-xcursors-2.0.3.ebuild    | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/x11-themes/bibata-xcursors/Manifest b/x11-themes/bibata-xcursors/Manifest
index e445cc061..00c76cef7 100644
--- a/x11-themes/bibata-xcursors/Manifest
+++ b/x11-themes/bibata-xcursors/Manifest
@@ -1,2 +1,3 @@
 DIST bibata-xcursors-1.1.2-r2.tar.gz 26397061 BLAKE2B 4bd1c9a2b8fc1cd636e855e876a9efefac6abc1ad464466000d444d98fbb675fa83beeba9633cfc98cf448e454ac0192793ef832586c186be52f4c5b3fb6427b SHA512 5acc71613fc8d4528d83d50f6e763ffc5645ede306c7f761ea3791bab74afbe2904711aa4ce5b88d204e3a0b074d9d61bef2d5bfa9b4147527c00a6dca9667f9
 DIST bibata-xcursors-2.0.2.tar.gz 96043910 BLAKE2B 38495942a40fd252a8d96e585b0da1b858ef702b6df806d9fdaafddb497df15ffef599801806161ae3108e4b80236503b9190ab021b82e476fa548fcc47dd68e SHA512 192cdd81c9ab0dc7d8acd1e20454f6c954ce1af031d083a5c8a22a1f28a101667e0c30eecb84a626cf843cc47068bf728726277bc0b56df757dff96d002aea98
+DIST bibata-xcursors-2.0.3.tar.gz 95694863 BLAKE2B 68344c46d07982351e36267e8ade471b8fb25895d7d799f2ff5aab88f79d23671105a869d9a029a8ea10bc76e753e2dce576c780901017f9a8255f389f31f6a8 SHA512 fe05f908e2bf16c0072a34f4fd2233ed2bf03740b1ea7ab30ce4be43810fc5dec47844af532ff3c52b6cc75318a3653599f44b48e88623b9250787ba1c7982f1

diff --git a/x11-themes/bibata-xcursors/bibata-xcursors-2.0.3.ebuild b/x11-themes/bibata-xcursors/bibata-xcursors-2.0.3.ebuild
new file mode 100644
index 000000000..f0cf55bc1
--- /dev/null
+++ b/x11-themes/bibata-xcursors/bibata-xcursors-2.0.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Opensource, compact, and material-designed cursor set"
+HOMEPAGE="https://github.com/ful1e5/Bibata_Cursor"
+SRC_URI="https://github.com/ful1e5/Bibata_Cursor/releases/download/v${PV}/Bibata.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="x11-libs/libXcursor"
+
+S="${WORKDIR}"
+
+src_install() {
+	insinto /usr/share/cursors/xorg-x11
+	doins -r Bibata-{Modern,Original}-{Amber,Classic,Ice}
+}


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

end of thread, other threads:[~2023-04-24 17:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-25 13:40 [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/bibata-xcursors/ Alexey Zapparov
  -- strict thread matches above, loose matches on Subject: below --
2023-04-24 17:07 Alexey Zapparov
2023-04-24 17:07 Alexey Zapparov
2022-06-20  3:07 Alexey Zapparov
2022-01-17  3:39 Alexey Zapparov
2022-01-02 15:07 Andrew Ammerlaan
2021-12-25 20:47 Alexey Zapparov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox