commit: f13087d8556d2dd941d69e3e6b9578b19e2d6001 Author: Johannes Huber <johu <AT> gmx <DOT> de> AuthorDate: Tue Feb 18 21:47:06 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Tue Feb 18 21:47:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f13087d8
x11-themes/bibata-xcursors: add 2.0.7 Signed-off-by: Johannes Huber <johu <AT> gmx.de> x11-themes/bibata-xcursors/Manifest | 1 + .../bibata-xcursors/bibata-xcursors-2.0.7.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/x11-themes/bibata-xcursors/Manifest b/x11-themes/bibata-xcursors/Manifest index 3a4b708ea..5c7f1cbda 100644 --- a/x11-themes/bibata-xcursors/Manifest +++ b/x11-themes/bibata-xcursors/Manifest @@ -1,2 +1,3 @@ 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 +DIST bibata-xcursors-2.0.7.tar.xz 21862160 BLAKE2B fe54a775968ea77657cdffe79a08d6a7c56c019d196424c0eb125535e725f7790186ba37a8ed4f9eefac92355939b5e8f5e1e4a9578b8cd0430438c1db5074c9 SHA512 b1e9dff650895168e5de31e0581089b7c123379461490a949bb596c0453317a7b3224452aa6f36a28b70ca4ae440e97d08121ef430d7012f32137381720d095b diff --git a/x11-themes/bibata-xcursors/bibata-xcursors-2.0.7.ebuild b/x11-themes/bibata-xcursors/bibata-xcursors-2.0.7.ebuild new file mode 100644 index 000000000..444e2f6af --- /dev/null +++ b/x11-themes/bibata-xcursors/bibata-xcursors-2.0.7.ebuild @@ -0,0 +1,21 @@ +# Copyright 2022-2025 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.xz -> ${P}.tar.xz" + +S="${WORKDIR}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="x11-libs/libXcursor" + +src_install() { + insinto /usr/share/icons + doins -r Bibata-{Modern,Original}-{Amber,Classic,Ice}{,-Right} +}