Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-themes/bibata-xcursors/
Date: Mon, 27 Dec 2021 14:44:17
Message-Id: 1640465156.3a130c4876f3b77790cb2dae69208743d8faa819.flow@gentoo
1 commit: 3a130c4876f3b77790cb2dae69208743d8faa819
2 Author: Alexey Zapparov <alexey <AT> zapparov <DOT> com>
3 AuthorDate: Sat Dec 25 20:45:56 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 25 20:45:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a130c48
7
8 x11-themes/bibata-xcursors: add v1.1.2
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>
12
13 x11-themes/bibata-xcursors/Manifest | 2 +
14 .../bibata-xcursors/bibata-xcursors-1.1.2.ebuild | 45 ++++++++++++++++++++++
15 x11-themes/bibata-xcursors/metadata.xml | 12 ++++++
16 3 files changed, 59 insertions(+)
17
18 diff --git a/x11-themes/bibata-xcursors/Manifest b/x11-themes/bibata-xcursors/Manifest
19 new file mode 100644
20 index 000000000..2d71031dc
21 --- /dev/null
22 +++ b/x11-themes/bibata-xcursors/Manifest
23 @@ -0,0 +1,2 @@
24 +DIST bibata-xcursors-1.1.2-bitmaps.zip 15673671 BLAKE2B 6d0a21b292480afec7f34de4f183c2e4c434b69ba04ae8d87dc30072e9c0cecba753e1652a5dbf93ec0ca6b2d000627a170b5d49afb67986ad0f431a62180e02 SHA512 2c0b8ab793d5896f25fb3fac5876b22895c9faefff8708834deeb60d91e7670af50d362c6c66a3d37763f8615b5d2ca5360c5b067c074a94eaa8be549a14fa9d
25 +DIST bibata-xcursors-1.1.2.tar.gz 102572 BLAKE2B bfe295d15d662423620dcf734a428224012c24cf1bd72ddbb0c80a1a1e971082107a143af4447cd49f7ea1ab6fa4d3b8943deb2261cd5b8cb36a98df26d6b772 SHA512 397f11097bf56cd93ef5da39d3cdec0ef45af20cf691619acdb0747c81104de0fab0fcbbb90c7a09823a7bb070092f9dab880d0cb515cc36198de95cc51fe7a2
26
27 diff --git a/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild b/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild
28 new file mode 100644
29 index 000000000..372d9143c
30 --- /dev/null
31 +++ b/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild
32 @@ -0,0 +1,45 @@
33 +# Copyright 2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=8
37 +
38 +MY_PN="Bibata_Cursor"
39 +
40 +DESCRIPTION="Opensource, compact, and material-designed cursor set"
41 +HOMEPAGE="https://github.com/ful1e5/Bibata_Cursor"
42 +SRC_URI="
43 + https://github.com/ful1e5/${MY_PN}/archive/v1.1.2.tar.gz -> ${P}.tar.gz
44 + https://github.com/ful1e5/${MY_PN}/releases/download/v${PV}/bitmaps.zip -> ${P}-bitmaps.zip
45 +"
46 +
47 +LICENSE="GPL-3"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~x86"
50 +
51 +RDEPEND="x11-libs/libXcursor"
52 +BDEPEND="dev-python/clickgen"
53 +
54 +S="${WORKDIR}/${MY_PN}-${PV}"
55 +
56 +src_unpack() {
57 + unpack "${P}.tar.gz"
58 + cd "${S}" || die "Cannot change dir into '${S}'"
59 + mkdir -p bitmaps || die "Cannot create 'bitmaps' directory"
60 + cd bitmaps || "Cannot change dir into '${S}/bitmaps'"
61 + unpack "${P}-bitmaps.zip"
62 +}
63 +
64 +src_prepare() {
65 + rm -rf themes || die "Cannot remove 'themes' directory"
66 + eapply_user
67 +}
68 +
69 +src_compile() {
70 + cd builder || die "Cannot change dir into '${S}/builder'"
71 + emake build_unix
72 +}
73 +
74 +src_install() {
75 + insinto /usr/share/cursors/xorg-x11
76 + doins -r themes/Bibata-{Modern,Original}-{Amber,Classic,Ice}
77 +}
78
79 diff --git a/x11-themes/bibata-xcursors/metadata.xml b/x11-themes/bibata-xcursors/metadata.xml
80 new file mode 100644
81 index 000000000..39c246724
82 --- /dev/null
83 +++ b/x11-themes/bibata-xcursors/metadata.xml
84 @@ -0,0 +1,12 @@
85 +<?xml version="1.0" encoding="UTF-8"?>
86 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
87 +<pkgmetadata>
88 + <maintainer type="person">
89 + <email>alexey@××××××××.com</email>
90 + <name>Alexey Zapparov</name>
91 + </maintainer>
92 + <upstream>
93 + <bugs-to>https://github.com/ful1e5/Bibata_Cursor/issues</bugs-to>
94 + <remote-id type="github">ful1e5/Bibata_Cursor</remote-id>
95 + </upstream>
96 +</pkgmetadata>