* [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/phinger-xcursors/
@ 2022-06-27 14:38 Alexey Zapparov
0 siblings, 0 replies; 2+ messages in thread
From: Alexey Zapparov @ 2022-06-27 14:38 UTC (permalink / raw
To: gentoo-commits
commit: 84fa78b7d33e10c51bf1b52a22de4963c537b367
Author: Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Mon Jun 27 14:38:24 2022 +0000
Commit: Alexey Zapparov <alexey <AT> zapparov <DOT> com>
CommitDate: Mon Jun 27 14:38:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84fa78b7
x11-themes/phinger-xcursors: new package, add 1.1
Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>
x11-themes/phinger-xcursors/Manifest | 1 +
x11-themes/phinger-xcursors/metadata.xml | 12 +++++++++++
.../phinger-xcursors/phinger-xcursors-1.1.ebuild | 24 ++++++++++++++++++++++
3 files changed, 37 insertions(+)
diff --git a/x11-themes/phinger-xcursors/Manifest b/x11-themes/phinger-xcursors/Manifest
new file mode 100644
index 000000000..e7a7193da
--- /dev/null
+++ b/x11-themes/phinger-xcursors/Manifest
@@ -0,0 +1 @@
+DIST phinger-xcursors-1.1.tar.bz2 943817 BLAKE2B d56b88e65aaa7f689a94f0d2cfdb644db89694dc483720047973106a6f76e7e49dab17fa895646d78eaafda55ed01fba129bd7016f4ae0e0414c861270289296 SHA512 437d67a77f0abfda65e974b3a63f6452078f3ae86f3fe63d0069ad456922e6244cb6ec57f5cdcddf7c03e96e43349c3774c157c35efd6c7a2e16a84a7dbc6480
diff --git a/x11-themes/phinger-xcursors/metadata.xml b/x11-themes/phinger-xcursors/metadata.xml
new file mode 100644
index 000000000..312ec5262
--- /dev/null
+++ b/x11-themes/phinger-xcursors/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://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/phisch/phinger-cursors/issues</bugs-to>
+ <remote-id type="github">phisch/phinger-cursors</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/x11-themes/phinger-xcursors/phinger-xcursors-1.1.ebuild b/x11-themes/phinger-xcursors/phinger-xcursors-1.1.ebuild
new file mode 100644
index 000000000..d6faf09b3
--- /dev/null
+++ b/x11-themes/phinger-xcursors/phinger-xcursors-1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Most likely the most over engineered cursor theme"
+HOMEPAGE="https://github.com/phisch/phinger-cursors"
+SRC_URI="https://github.com/phisch/phinger-cursors/releases/download/v${PV}/phinger-cursors-variants.tar.bz2 -> ${P}.tar.bz2"
+
+LICENSE="CC-BY-SA-4.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="x11-libs/libXcursor"
+
+S="${WORKDIR}"
+
+src_install() {
+ insinto /usr/share/cursors/xorg-x11/Phinger
+ doins -r phinger-cursors/*
+
+ insinto /usr/share/cursors/xorg-x11/Phinger-Light
+ doins -r phinger-cursors-light/*
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/phinger-xcursors/
@ 2023-10-10 12:37 Alexey Zapparov
0 siblings, 0 replies; 2+ messages in thread
From: Alexey Zapparov @ 2023-10-10 12:37 UTC (permalink / raw
To: gentoo-commits
commit: aaee9001c4a06cf2ad9bf0d7054f27b56df53166
Author: Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Tue Oct 10 12:36:46 2023 +0000
Commit: Alexey Zapparov <alexey <AT> zapparov <DOT> com>
CommitDate: Tue Oct 10 12:36:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aaee9001
x11-themes/phinger-xcursors: treeclean
Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>
x11-themes/phinger-xcursors/Manifest | 1 -
x11-themes/phinger-xcursors/metadata.xml | 12 -----------
.../phinger-xcursors/phinger-xcursors-1.1.ebuild | 24 ----------------------
3 files changed, 37 deletions(-)
diff --git a/x11-themes/phinger-xcursors/Manifest b/x11-themes/phinger-xcursors/Manifest
deleted file mode 100644
index e7a7193dac..0000000000
--- a/x11-themes/phinger-xcursors/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST phinger-xcursors-1.1.tar.bz2 943817 BLAKE2B d56b88e65aaa7f689a94f0d2cfdb644db89694dc483720047973106a6f76e7e49dab17fa895646d78eaafda55ed01fba129bd7016f4ae0e0414c861270289296 SHA512 437d67a77f0abfda65e974b3a63f6452078f3ae86f3fe63d0069ad456922e6244cb6ec57f5cdcddf7c03e96e43349c3774c157c35efd6c7a2e16a84a7dbc6480
diff --git a/x11-themes/phinger-xcursors/metadata.xml b/x11-themes/phinger-xcursors/metadata.xml
deleted file mode 100644
index f7a20aafbf..0000000000
--- a/x11-themes/phinger-xcursors/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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/phisch/phinger-cursors/issues</bugs-to>
- <remote-id type="github">phisch/phinger-cursors</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/x11-themes/phinger-xcursors/phinger-xcursors-1.1.ebuild b/x11-themes/phinger-xcursors/phinger-xcursors-1.1.ebuild
deleted file mode 100644
index d6faf09b3b..0000000000
--- a/x11-themes/phinger-xcursors/phinger-xcursors-1.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Most likely the most over engineered cursor theme"
-HOMEPAGE="https://github.com/phisch/phinger-cursors"
-SRC_URI="https://github.com/phisch/phinger-cursors/releases/download/v${PV}/phinger-cursors-variants.tar.bz2 -> ${P}.tar.bz2"
-
-LICENSE="CC-BY-SA-4.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="x11-libs/libXcursor"
-
-S="${WORKDIR}"
-
-src_install() {
- insinto /usr/share/cursors/xorg-x11/Phinger
- doins -r phinger-cursors/*
-
- insinto /usr/share/cursors/xorg-x11/Phinger-Light
- doins -r phinger-cursors-light/*
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-10-10 12:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-10 12:37 [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/phinger-xcursors/ Alexey Zapparov
-- strict thread matches above, loose matches on Subject: below --
2022-06-27 14:38 Alexey Zapparov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox