public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/breezex-xcursors/
@ 2022-10-25 13:47 Alexey Zapparov
  0 siblings, 0 replies; only message in thread
From: Alexey Zapparov @ 2022-10-25 13:47 UTC (permalink / raw
  To: gentoo-commits

commit:     15fbe50ec966983fea1dad8d1db9e1b42912a436
Author:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Tue Oct 25 13:47:04 2022 +0000
Commit:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
CommitDate: Tue Oct 25 13:47:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15fbe50e

x11-themes/breezex-xcursors: new package, add 2.0.0

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

 x11-themes/breezex-xcursors/Manifest               |  3 +++
 .../breezex-xcursors/breezex-xcursors-2.0.0.ebuild | 25 ++++++++++++++++++++++
 x11-themes/breezex-xcursors/metadata.xml           | 12 +++++++++++
 3 files changed, 40 insertions(+)

diff --git a/x11-themes/breezex-xcursors/Manifest b/x11-themes/breezex-xcursors/Manifest
new file mode 100644
index 000000000..0d8224c9c
--- /dev/null
+++ b/x11-themes/breezex-xcursors/Manifest
@@ -0,0 +1,3 @@
+DIST breezex-xcursors-2.0.0-black.tar.gz 3605183 BLAKE2B 2a5cb9a790104aa6ded991ba9b5c6d02a0a63b64f9a9de6fcc045d3a9d612d0514d7b3b4064d2b46d7fb7db97becc937ae6d736c2c95fedf7d8106d87c912a1e SHA512 b670d9c342c129be0dc2b2fd55c8c5e5c1c63081f465d1350d74b7e8f2208b167349830b5a575a8b0ffca789daff403e324c6b76e7b18a0edba21cb7c1b0a3c8
+DIST breezex-xcursors-2.0.0-dark.tar.gz 2947540 BLAKE2B 38e3804fc31bee28a85d9fb3d978a7f7945e62d7e32b71a11cb263eefa67248b49388eb4983a53efa56af8459acac924849a174a438b878751cf2e81516ab582 SHA512 120ff91294df9830a1177f375558be97f03ad6b0e7068866268514f4d88bd5f7c046e917c3baf65b35a9e9836e91afc3cfa78ece73c54ce0ed664ea51069d646
+DIST breezex-xcursors-2.0.0-light.tar.gz 3677034 BLAKE2B 4da7e76c3d847dc3dcb8ede495f04a3720af165752d7fa6f7aca0db0a89f4fa6a81d309bdbb3d6ca06dbef3a727e6e290a82a071c0d772b0a6fc9b0d175a6138 SHA512 28d5de705559c2ac5c2d973d12f62415435e460e6e98934bddae1534bb75bc4e6d3d75d17466e96f2edc9a2284325937d7d1f854a3c8f01fbc044041629cf606

diff --git a/x11-themes/breezex-xcursors/breezex-xcursors-2.0.0.ebuild b/x11-themes/breezex-xcursors/breezex-xcursors-2.0.0.ebuild
new file mode 100644
index 000000000..e7f37ea7b
--- /dev/null
+++ b/x11-themes/breezex-xcursors/breezex-xcursors-2.0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Cursor set highly inspired on KDE Breeze with HiDPi Support"
+HOMEPAGE="https://github.com/ful1e5/BreezeX_Cursor"
+SRC_URI="
+	https://github.com/ful1e5/BreezeX_Cursor/releases/download/v${PV}/BreezeX-Black.tar.gz -> ${P}-black.tar.gz
+	https://github.com/ful1e5/BreezeX_Cursor/releases/download/v${PV}/BreezeX-Dark.tar.gz -> ${P}-dark.tar.gz
+	https://github.com/ful1e5/BreezeX_Cursor/releases/download/v${PV}/BreezeX-Light.tar.gz -> ${P}-light.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 BreezeX-{Black,Dark,Light}
+}

diff --git a/x11-themes/breezex-xcursors/metadata.xml b/x11-themes/breezex-xcursors/metadata.xml
new file mode 100644
index 000000000..550bbb023
--- /dev/null
+++ b/x11-themes/breezex-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/BreezeX_Cursor/issues</bugs-to>
+		<remote-id type="github">ful1e5/BreezeX_Cursor</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-25 13:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-25 13:47 [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/breezex-xcursors/ Alexey Zapparov

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