commit: f954a8553f7ad78402fa05eff174c41bf9d90145 Author: Timur Kuprava <kupravagoodman <AT> proton <DOT> me> AuthorDate: Fri May 9 19:28:46 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Sat May 10 06:35:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f954a855
x11-themes/apple-cursor: new package Signed-off-by: Timur Kuprava <kupravagoodman <AT> proton.me> x11-themes/apple-cursor/Manifest | 1 + x11-themes/apple-cursor/apple-cursor-2.0.1.ebuild | 20 ++++++++++++++++++++ x11-themes/apple-cursor/metadata.xml | 12 ++++++++++++ 3 files changed, 33 insertions(+) diff --git a/x11-themes/apple-cursor/Manifest b/x11-themes/apple-cursor/Manifest new file mode 100644 index 000000000..429558476 --- /dev/null +++ b/x11-themes/apple-cursor/Manifest @@ -0,0 +1 @@ +DIST apple-cursor-2.0.1.tar.xz 5514788 BLAKE2B ccc6aed44ecf0c008ae5be69c5f16bd7d2cebb4177fb960efec37bbba77f549dee743f0ed60ce9c85462d9fc8dd4130c6cfc0550339dd45b294418f316c56c7a SHA512 3a826df8164cc8b8e924fa95cc726bd746bdbb9d18bfc3d4ae3b125bc81e6f251a8d4bde283601c074bb4b3ad6e3e23c59bc1de49270548d1d2702a00fd54e78 diff --git a/x11-themes/apple-cursor/apple-cursor-2.0.1.ebuild b/x11-themes/apple-cursor/apple-cursor-2.0.1.ebuild new file mode 100644 index 000000000..aa542440f --- /dev/null +++ b/x11-themes/apple-cursor/apple-cursor-2.0.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Free & Open source macOS Cursors." +HOMEPAGE="https://github.com/ful1e5/apple_cursor" +SRC_URI="https://github.com/ful1e5/apple_cursor/releases/download/v${PV}/macOS.tar.xz -> ${P}.tar.xz" + +S="${WORKDIR}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +src_install() { + insinto "/usr/share/icons" + doins -r macOS/ + doins -r macOS-White/ +} diff --git a/x11-themes/apple-cursor/metadata.xml b/x11-themes/apple-cursor/metadata.xml new file mode 100644 index 000000000..96710c4e3 --- /dev/null +++ b/x11-themes/apple-cursor/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>[email protected]</email> + <name>Timur Kuprava</name> + </maintainer> + <upstream> + <bugs-to>https://github.com/ful1e5/apple_cursor/issues</bugs-to> + <remote-id type="github">ful1e5/apple_cursor</remote-id> + </upstream> +</pkgmetadata>
