mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
x11-themes/bibata-xcursors: add v1.1.2
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
This commit is contained in:
2
x11-themes/bibata-xcursors/Manifest
Normal file
2
x11-themes/bibata-xcursors/Manifest
Normal file
@@ -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
|
||||
45
x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild
Normal file
45
x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild
Normal file
@@ -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}
|
||||
}
|
||||
12
x11-themes/bibata-xcursors/metadata.xml
Normal file
12
x11-themes/bibata-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/Bibata_Cursor/issues</bugs-to>
|
||||
<remote-id type="github">ful1e5/Bibata_Cursor</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user