diff options
author | Alexey Zapparov <alexey@zapparov.com> | 2021-12-25 21:45:56 +0100 |
---|---|---|
committer | Alexey Zapparov <alexey@zapparov.com> | 2021-12-25 21:45:56 +0100 |
commit | 3a130c4876f3b77790cb2dae69208743d8faa819 (patch) | |
tree | 3175d95300705b29d10296c7d614154c8ea8bfeb /x11-themes | |
parent | dev-python/clickgen: add v1.1.9 (diff) | |
download | guru-3a130c4876f3b77790cb2dae69208743d8faa819.tar.gz guru-3a130c4876f3b77790cb2dae69208743d8faa819.tar.bz2 guru-3a130c4876f3b77790cb2dae69208743d8faa819.zip |
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>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/bibata-xcursors/Manifest | 2 | ||||
-rw-r--r-- | x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild | 45 | ||||
-rw-r--r-- | x11-themes/bibata-xcursors/metadata.xml | 12 |
3 files changed, 59 insertions, 0 deletions
diff --git a/x11-themes/bibata-xcursors/Manifest b/x11-themes/bibata-xcursors/Manifest new file mode 100644 index 000000000..2d71031dc --- /dev/null +++ b/x11-themes/bibata-xcursors/Manifest @@ -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 diff --git a/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild b/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild new file mode 100644 index 000000000..372d9143c --- /dev/null +++ b/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild @@ -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} +} diff --git a/x11-themes/bibata-xcursors/metadata.xml b/x11-themes/bibata-xcursors/metadata.xml new file mode 100644 index 000000000..39c246724 --- /dev/null +++ b/x11-themes/bibata-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/Bibata_Cursor/issues</bugs-to> + <remote-id type="github">ful1e5/Bibata_Cursor</remote-id> + </upstream> +</pkgmetadata> |