public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-themes/bibata-xcursors/
Date: Mon, 27 Dec 2021 14:44:02 +0000 (UTC)	[thread overview]
Message-ID: <1640465156.3a130c4876f3b77790cb2dae69208743d8faa819.flow@gentoo> (raw)

commit:     3a130c4876f3b77790cb2dae69208743d8faa819
Author:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Sat Dec 25 20:45:56 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Dec 25 20:45:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a130c48

x11-themes/bibata-xcursors: add v1.1.2

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>

 x11-themes/bibata-xcursors/Manifest                |  2 +
 .../bibata-xcursors/bibata-xcursors-1.1.2.ebuild   | 45 ++++++++++++++++++++++
 x11-themes/bibata-xcursors/metadata.xml            | 12 ++++++
 3 files changed, 59 insertions(+)

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>


             reply	other threads:[~2021-12-27 14:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-27 14:44 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-01-02 15:07 [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/bibata-xcursors/ Andrew Ammerlaan
2022-01-02 15:07 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-06-20  7:42 Florian Schmaus
2023-04-26  9:44 Florian Schmaus
2023-04-26  9:44 Florian Schmaus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1640465156.3a130c4876f3b77790cb2dae69208743d8faa819.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox