* [gentoo-commits] repo/user/johnmh:master commit in: gui-libs/hyprcursor/
@ 2024-06-17 3:41 John Harris
0 siblings, 0 replies; 5+ messages in thread
From: John Harris @ 2024-06-17 3:41 UTC (permalink / raw
To: gentoo-commits
commit: 8c8868a6ebcfb075a769c542da7367f0735a8202
Author: John M. Harris, Jr. <johnmh <AT> johnmh <DOT> me>
AuthorDate: Mon Jun 17 03:41:08 2024 +0000
Commit: John Harris <johnmh <AT> openblox <DOT> org>
CommitDate: Mon Jun 17 03:41:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/user/johnmh.git/commit/?id=8c8868a6
gui-libs/hyprcursor: Add ebuild
Signed-off-by: John M. Harris, Jr. <johnmh <AT> johnmh.me>
gui-libs/hyprcursor/hyprcursor-9999.ebuild | 35 ++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gui-libs/hyprcursor/hyprcursor-9999.ebuild b/gui-libs/hyprcursor/hyprcursor-9999.ebuild
new file mode 100644
index 0000000..6f66f3f
--- /dev/null
+++ b/gui-libs/hyprcursor/hyprcursor-9999.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2023-2024 Gentoo Authors
+# Copyright 2024 John M. Harris, Jr.
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="The hyprland cursor format, library and utilities"
+HOMEPAGE="https://github.com/hyprwm/hyprcursor"
+
+if [[ "${PV}" = *9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git"
+else
+ SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/source-v${PV}.tar.gz -> ${P}.gh.tar.gz"
+ S="${WORKDIR}/${PN}-source"
+
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+# Disable tests since as per upstream, tests require a theme to be installed
+# See also https://github.com/hyprwm/hyprcursor/commit/94361fd8a75178b92c4bb24dcd8c7fac8423acf3
+RESTRICT="test"
+
+RDEPEND="
+ dev-cpp/tomlplusplus
+ >=dev-libs/hyprlang-0.4.2
+ dev-libs/libzip
+ gnome-base/librsvg:2
+ x11-libs/cairo
+"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/user/johnmh:master commit in: gui-libs/hyprcursor/
@ 2024-06-17 3:43 John Harris
0 siblings, 0 replies; 5+ messages in thread
From: John Harris @ 2024-06-17 3:43 UTC (permalink / raw
To: gentoo-commits
commit: 8dcc6428b11ab0631c6bac9857abcc9c883276e9
Author: John M. Harris, Jr. <johnmh <AT> johnmh <DOT> me>
AuthorDate: Mon Jun 17 03:43:22 2024 +0000
Commit: John Harris <johnmh <AT> openblox <DOT> org>
CommitDate: Mon Jun 17 03:43:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/user/johnmh.git/commit/?id=8dcc6428
gui-libs/hyprcursor: Update manifest
Signed-off-by: John M. Harris, Jr. <johnmh <AT> johnmh.me>
gui-libs/hyprcursor/Manifest | 1 +
1 file changed, 1 insertion(+)
diff --git a/gui-libs/hyprcursor/Manifest b/gui-libs/hyprcursor/Manifest
new file mode 100644
index 0000000..edb9cdf
--- /dev/null
+++ b/gui-libs/hyprcursor/Manifest
@@ -0,0 +1 @@
+EBUILD hyprcursor-9999.ebuild 875 BLAKE2B 0c8ebc4406654d65e9e915b97c169bbf7f2bdf9114669c31aba1bf04814164d82bd9738dc369c7e8260ea8709dd763d2b38f8069e72ad373662d7a55c545bb6b SHA512 77d0fb75675a9b7cd49f78cfafa86ac922413700348c232e4d694d6dadb0df91407fc7e663c86301c8119195f082216adc07c18600dad44ae9b55e583373dfe9
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/user/johnmh:master commit in: gui-libs/hyprcursor/
@ 2024-07-01 22:28 John M. Harris, Jr.
0 siblings, 0 replies; 5+ messages in thread
From: John M. Harris, Jr. @ 2024-07-01 22:28 UTC (permalink / raw
To: gentoo-commits
commit: 40b33d450353da5a18fd73c732dec178c8d7acde
Author: John M. Harris Jr. <johnmh <AT> johnmh <DOT> me>
AuthorDate: Mon Jul 1 22:23:02 2024 +0000
Commit: John M. Harris, Jr. <johnmh <AT> johnmh <DOT> me>
CommitDate: Mon Jul 1 22:23:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/user/johnmh.git/commit/?id=40b33d45
gui-libs/hyprcursor: treeclean
Signed-off-by: John M. Harris Jr. <johnmh <AT> johnmh.me>
gui-libs/hyprcursor/Manifest | 1 -
gui-libs/hyprcursor/hyprcursor-9999.ebuild | 35 ------------------------------
2 files changed, 36 deletions(-)
diff --git a/gui-libs/hyprcursor/Manifest b/gui-libs/hyprcursor/Manifest
deleted file mode 100644
index edb9cdf..0000000
--- a/gui-libs/hyprcursor/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD hyprcursor-9999.ebuild 875 BLAKE2B 0c8ebc4406654d65e9e915b97c169bbf7f2bdf9114669c31aba1bf04814164d82bd9738dc369c7e8260ea8709dd763d2b38f8069e72ad373662d7a55c545bb6b SHA512 77d0fb75675a9b7cd49f78cfafa86ac922413700348c232e4d694d6dadb0df91407fc7e663c86301c8119195f082216adc07c18600dad44ae9b55e583373dfe9
diff --git a/gui-libs/hyprcursor/hyprcursor-9999.ebuild b/gui-libs/hyprcursor/hyprcursor-9999.ebuild
deleted file mode 100644
index 6f66f3f..0000000
--- a/gui-libs/hyprcursor/hyprcursor-9999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Copyright 2024 John M. Harris, Jr.
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="The hyprland cursor format, library and utilities"
-HOMEPAGE="https://github.com/hyprwm/hyprcursor"
-
-if [[ "${PV}" = *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git"
-else
- SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/source-v${PV}.tar.gz -> ${P}.gh.tar.gz"
- S="${WORKDIR}/${PN}-source"
-
- KEYWORDS="~amd64"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-# Disable tests since as per upstream, tests require a theme to be installed
-# See also https://github.com/hyprwm/hyprcursor/commit/94361fd8a75178b92c4bb24dcd8c7fac8423acf3
-RESTRICT="test"
-
-RDEPEND="
- dev-cpp/tomlplusplus
- >=dev-libs/hyprlang-0.4.2
- dev-libs/libzip
- gnome-base/librsvg:2
- x11-libs/cairo
-"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/user/johnmh:master commit in: gui-libs/hyprcursor/
@ 2024-08-05 3:48 John M. Harris, Jr.
0 siblings, 0 replies; 5+ messages in thread
From: John M. Harris, Jr. @ 2024-08-05 3:48 UTC (permalink / raw
To: gentoo-commits
commit: c06b8bf8eafdd3aa47ec85a29dd77933cae74277
Author: John M. Harris Jr. <johnmh <AT> johnmh <DOT> me>
AuthorDate: Thu Aug 1 06:45:26 2024 +0000
Commit: John M. Harris, Jr. <johnmh <AT> johnmh <DOT> me>
CommitDate: Thu Aug 1 06:47:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/user/johnmh.git/commit/?id=c06b8bf8
gui-libs/hyprcursor: update Manifest
Signed-off-by: John M. Harris Jr. <johnmh <AT> johnmh.me>
gui-libs/hyprcursor/Manifest | 2 ++
gui-libs/hyprcursor/hyprcursor-9999.ebuild | 32 ++++++++++++++++++++++++++++++
gui-libs/hyprcursor/metadata.xml | 18 +++++++++++++++++
3 files changed, 52 insertions(+)
diff --git a/gui-libs/hyprcursor/Manifest b/gui-libs/hyprcursor/Manifest
new file mode 100644
index 0000000..14e6ef5
--- /dev/null
+++ b/gui-libs/hyprcursor/Manifest
@@ -0,0 +1,2 @@
+EBUILD hyprcursor-9999.ebuild 791 BLAKE2B 6e065928c13274ac217ddb53d2456f31fb44fb4b203f0db79b28ab3f6e4da9d80e5e17167a6c688dfe522c00ac1b6ad5b6829891daac72271ef88067392a0d27 SHA512 f1337593fa3d52b815679f12dd2aa13947705b8094eda7f735a5a95212cb52f1ef5ce0ef9b588a5cf0fb3b0d85a2069e6213ac0f53b9867a29ee04f727181036
+MISC metadata.xml 671 BLAKE2B a58a3afafa4440b47b1106b69e93cabbfa20f147fad094aaf117d8daecd641662309ef8641f029220e20504939e86a307d7b1392af7fad1d6e44cfacbc334140 SHA512 9ac835082f59787ccca1e798bc85fcaf669a601b1dbb8f66f7b575e6fc0c2e857d269c918d100d1a26cb8c41a6e406247434935b26479a6dab31f6d348cc7463
diff --git a/gui-libs/hyprcursor/hyprcursor-9999.ebuild b/gui-libs/hyprcursor/hyprcursor-9999.ebuild
new file mode 100644
index 0000000..ddfd625
--- /dev/null
+++ b/gui-libs/hyprcursor/hyprcursor-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="The hyprland cursor format, library and utilities"
+HOMEPAGE="https://github.com/hyprwm/hyprcursor"
+
+if [[ "${PV}" = *9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git"
+else
+ SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+# Disable tests since as per upstream, tests require a theme to be installed
+# See also https://github.com/hyprwm/hyprcursor/commit/94361fd8a75178b92c4bb24dcd8c7fac8423acf3
+RESTRICT="test"
+
+RDEPEND="
+ dev-cpp/tomlplusplus
+ >=dev-libs/hyprlang-0.4.2
+ dev-libs/libzip
+ gnome-base/librsvg:2
+ x11-libs/cairo
+"
diff --git a/gui-libs/hyprcursor/metadata.xml b/gui-libs/hyprcursor/metadata.xml
new file mode 100644
index 0000000..227e37a
--- /dev/null
+++ b/gui-libs/hyprcursor/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>julien@jroy.ca</email>
+ <name>Julien Roy</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <changelog>https://github.com/hyprwm/hyprcursor/releases</changelog>
+ <doc>https://github.com/hyprwm/hyprcursor/tree/main/docs</doc>
+ <bugs-to>https://github.com/hyprwm/hyprcursor/issues</bugs-to>
+ <remote-id type="github">hyprwm/hyprcursor</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/user/johnmh:master commit in: gui-libs/hyprcursor/
@ 2024-08-18 22:38 John M. Harris, Jr.
0 siblings, 0 replies; 5+ messages in thread
From: John M. Harris, Jr. @ 2024-08-18 22:38 UTC (permalink / raw
To: gentoo-commits
commit: a4d360f400d069ec179cc798fb1bdc8cdf5dc00c
Author: John M. Harris Jr. <johnmh <AT> johnmh <DOT> me>
AuthorDate: Sun Aug 18 22:38:04 2024 +0000
Commit: John M. Harris, Jr. <johnmh <AT> johnmh <DOT> me>
CommitDate: Sun Aug 18 22:38:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/user/johnmh.git/commit/?id=a4d360f4
gui-libs/hyprcursor: treeclean
Signed-off-by: John M. Harris Jr. <johnmh <AT> johnmh.me>
gui-libs/hyprcursor/Manifest | 2 --
gui-libs/hyprcursor/hyprcursor-9999.ebuild | 32 ------------------------------
gui-libs/hyprcursor/metadata.xml | 18 -----------------
3 files changed, 52 deletions(-)
diff --git a/gui-libs/hyprcursor/Manifest b/gui-libs/hyprcursor/Manifest
deleted file mode 100644
index 14e6ef5..0000000
--- a/gui-libs/hyprcursor/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD hyprcursor-9999.ebuild 791 BLAKE2B 6e065928c13274ac217ddb53d2456f31fb44fb4b203f0db79b28ab3f6e4da9d80e5e17167a6c688dfe522c00ac1b6ad5b6829891daac72271ef88067392a0d27 SHA512 f1337593fa3d52b815679f12dd2aa13947705b8094eda7f735a5a95212cb52f1ef5ce0ef9b588a5cf0fb3b0d85a2069e6213ac0f53b9867a29ee04f727181036
-MISC metadata.xml 671 BLAKE2B a58a3afafa4440b47b1106b69e93cabbfa20f147fad094aaf117d8daecd641662309ef8641f029220e20504939e86a307d7b1392af7fad1d6e44cfacbc334140 SHA512 9ac835082f59787ccca1e798bc85fcaf669a601b1dbb8f66f7b575e6fc0c2e857d269c918d100d1a26cb8c41a6e406247434935b26479a6dab31f6d348cc7463
diff --git a/gui-libs/hyprcursor/hyprcursor-9999.ebuild b/gui-libs/hyprcursor/hyprcursor-9999.ebuild
deleted file mode 100644
index ddfd625..0000000
--- a/gui-libs/hyprcursor/hyprcursor-9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="The hyprland cursor format, library and utilities"
-HOMEPAGE="https://github.com/hyprwm/hyprcursor"
-
-if [[ "${PV}" = *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git"
-else
- SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-# Disable tests since as per upstream, tests require a theme to be installed
-# See also https://github.com/hyprwm/hyprcursor/commit/94361fd8a75178b92c4bb24dcd8c7fac8423acf3
-RESTRICT="test"
-
-RDEPEND="
- dev-cpp/tomlplusplus
- >=dev-libs/hyprlang-0.4.2
- dev-libs/libzip
- gnome-base/librsvg:2
- x11-libs/cairo
-"
diff --git a/gui-libs/hyprcursor/metadata.xml b/gui-libs/hyprcursor/metadata.xml
deleted file mode 100644
index 227e37a..0000000
--- a/gui-libs/hyprcursor/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>julien@jroy.ca</email>
- <name>Julien Roy</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <upstream>
- <changelog>https://github.com/hyprwm/hyprcursor/releases</changelog>
- <doc>https://github.com/hyprwm/hyprcursor/tree/main/docs</doc>
- <bugs-to>https://github.com/hyprwm/hyprcursor/issues</bugs-to>
- <remote-id type="github">hyprwm/hyprcursor</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-08-18 22:38 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-05 3:48 [gentoo-commits] repo/user/johnmh:master commit in: gui-libs/hyprcursor/ John M. Harris, Jr.
-- strict thread matches above, loose matches on Subject: below --
2024-08-18 22:38 John M. Harris, Jr.
2024-07-01 22:28 John M. Harris, Jr.
2024-06-17 3:43 John Harris
2024-06-17 3:41 John Harris
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox