mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
x11-themes/breezex-xcursors: new package, add 2.0.0
Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
This commit is contained in:
parent
67a1b60a14
commit
15fbe50ec9
3
x11-themes/breezex-xcursors/Manifest
Normal file
3
x11-themes/breezex-xcursors/Manifest
Normal file
@ -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
|
25
x11-themes/breezex-xcursors/breezex-xcursors-2.0.0.ebuild
Normal file
25
x11-themes/breezex-xcursors/breezex-xcursors-2.0.0.ebuild
Normal file
@ -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}
|
||||
}
|
12
x11-themes/breezex-xcursors/metadata.xml
Normal file
12
x11-themes/breezex-xcursors/metadata.xml
Normal file
@ -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>
|
Loading…
x
Reference in New Issue
Block a user