diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-08-22 17:44:22 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-08-22 17:44:22 +0000 |
| commit | 626aaf58c27cbb102f52688f36106f6794e5b071 (patch) | |
| tree | e0c340801999f13ae75bbdfb6d0d5b04cbde703a /gui-libs/hyprcursor | |
| parent | 6943294386559ef9460513c23ab0966ba5a7fc44 (diff) | |
| download | baldeagleos-repo-626aaf58c27cbb102f52688f36106f6794e5b071.tar.gz baldeagleos-repo-626aaf58c27cbb102f52688f36106f6794e5b071.tar.xz baldeagleos-repo-626aaf58c27cbb102f52688f36106f6794e5b071.zip | |
Adding metadata
Diffstat (limited to 'gui-libs/hyprcursor')
| -rw-r--r-- | gui-libs/hyprcursor/Manifest | 3 | ||||
| -rw-r--r-- | gui-libs/hyprcursor/hyprcursor-0.1.5.ebuild | 24 | ||||
| -rw-r--r-- | gui-libs/hyprcursor/hyprcursor-0.1.8.ebuild | 26 | ||||
| -rw-r--r-- | gui-libs/hyprcursor/hyprcursor-9999.ebuild (renamed from gui-libs/hyprcursor/hyprcursor-0.1.7.ebuild) | 10 | ||||
| -rw-r--r-- | gui-libs/hyprcursor/metadata.xml | 4 |
5 files changed, 12 insertions, 55 deletions
diff --git a/gui-libs/hyprcursor/Manifest b/gui-libs/hyprcursor/Manifest index 2c9c4b326e7f..8a4308b2c4a2 100644 --- a/gui-libs/hyprcursor/Manifest +++ b/gui-libs/hyprcursor/Manifest @@ -1,4 +1 @@ -DIST hyprcursor-0.1.5.gh.tar.gz 20096 BLAKE2B 31595ca4ffb0e9683d2584dc1e58483435bd19180a4326d741b4093d780b79878e9202153744b54786ed82991469ddd277112a79b3a3a95179195519cdfe9ff9 SHA512 3092b6773a34fa1cab10f83fa48274d79a50cd373dfe8a89d0170a78767a66b5e0cbe57cd1b86bc4bb85371c23ac7425f59e61fb50723a895fef4e7f6039fdfc -DIST hyprcursor-0.1.7.gh.tar.gz 25670 BLAKE2B 72b4e7a78b832782c2a79e59eadf7e3d94d14377291f3cffd38d59d11ca119eca3ba1febdd36535a16ce6f15c02804f9fe6291ac2d5758cde51090929b17635d SHA512 dd506860fc7a0d5b1f9602330becc7f9a37fda19d92fcc10150e6e23680124d63451b98a92e33b9a820db385fdba29a7f306d0c1639426aa06c749fa1dfad04e -DIST hyprcursor-0.1.8.gh.tar.gz 25946 BLAKE2B 7f3186f6447553664cf2a2af43426a89f0d64ad05b191720447116e25a22ae562805cd2aa1786a0a40dfa4cbb10629e9cbf1a3def7f0018c3c7680e6346fc0f5 SHA512 f03ead33b37d46f189ec16b6dcebf066a4f531e74a5a71c4aaae90cb09415fd3901793bcdf41d7ce7bd2b5a22856abda360ed63648a19f4aef40dc78ae96963e DIST hyprcursor-0.1.9.gh.tar.gz 26111 BLAKE2B 94edd94be6ba29e85074f5dd16a52e7da89d75a2b3c1be06fabf9d0880085b5ec37f507ba100f24b34f8efd8f2f84d5508aa846860ceaa9eb629ee54c58bb5c1 SHA512 39205b0ae4094cf07b19844894e4c7b4dfd2f44e8014e0db77759d880f02c21a2568705fdfae9efb11f05b97a54a9f0c2ffb57045c10a022a1b3ed2a0d2ccca8 diff --git a/gui-libs/hyprcursor/hyprcursor-0.1.5.ebuild b/gui-libs/hyprcursor/hyprcursor-0.1.5.ebuild deleted file mode 100644 index 79220724856b..000000000000 --- a/gui-libs/hyprcursor/hyprcursor-0.1.5.ebuild +++ /dev/null @@ -1,24 +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" -SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~riscv" - -# Disable tests since as per the documentation, tests require a theme to be installed -# See also https://github.com/hyprwm/hyprcursor/commit/94361fd8a75178b92c4bb24dcd8c7fac8423acf3 -RESTRICT="test" -RDEPEND=" - >=dev-libs/hyprlang-0.4.2 - dev-libs/libzip - gnome-base/librsvg:2 - x11-libs/cairo -" diff --git a/gui-libs/hyprcursor/hyprcursor-0.1.8.ebuild b/gui-libs/hyprcursor/hyprcursor-0.1.8.ebuild deleted file mode 100644 index 49f4d5143574..000000000000 --- a/gui-libs/hyprcursor/hyprcursor-0.1.8.ebuild +++ /dev/null @@ -1,26 +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" -SRC_URI="https://github.com/hyprwm/hyprcursor/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~riscv" - -# 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/hyprcursor-0.1.7.ebuild b/gui-libs/hyprcursor/hyprcursor-9999.ebuild index f3af5d8096a0..cb5f28fe41d0 100644 --- a/gui-libs/hyprcursor/hyprcursor-0.1.7.ebuild +++ b/gui-libs/hyprcursor/hyprcursor-9999.ebuild @@ -7,11 +7,17 @@ inherit cmake DESCRIPTION="The hyprland cursor format, library and utilities" HOMEPAGE="https://github.com/hyprwm/hyprcursor" -SRC_URI="https://github.com/hyprwm/hyprcursor/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +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 ~riscv" +fi LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~riscv" # Disable tests since as per upstream, tests require a theme to be installed # See also https://github.com/hyprwm/hyprcursor/commit/94361fd8a75178b92c4bb24dcd8c7fac8423acf3 diff --git a/gui-libs/hyprcursor/metadata.xml b/gui-libs/hyprcursor/metadata.xml index 10e462bc5dda..bd1a5a1f0e0b 100644 --- a/gui-libs/hyprcursor/metadata.xml +++ b/gui-libs/hyprcursor/metadata.xml @@ -5,6 +5,10 @@ <email>julien@jroy.ca</email> <name>Julien Roy</name> </maintainer> + <maintainer type="person"> + <email>johnmh@johnmh.me</email> + <name>John M. Harris, Jr.</name> + </maintainer> <maintainer type="project"> <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> |
