diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
| commit | dda948891d3731927b821ce31f9d9a2d03ba20c5 (patch) | |
| tree | 99cd40be4cbb0606260da212cd81b8ab2db9da9b /gui-libs/hyprcursor | |
| parent | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (diff) | |
| download | baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.gz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.xz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.zip | |
Adding metadata
Diffstat (limited to 'gui-libs/hyprcursor')
| -rw-r--r-- | gui-libs/hyprcursor/Manifest | 1 | ||||
| -rw-r--r-- | gui-libs/hyprcursor/hyprcursor-0.1.13-r1.ebuild | 32 | ||||
| -rw-r--r-- | gui-libs/hyprcursor/hyprcursor-9999.ebuild | 32 | ||||
| -rw-r--r-- | gui-libs/hyprcursor/metadata.xml | 18 |
4 files changed, 83 insertions, 0 deletions
diff --git a/gui-libs/hyprcursor/Manifest b/gui-libs/hyprcursor/Manifest new file mode 100644 index 000000000000..f398361d8361 --- /dev/null +++ b/gui-libs/hyprcursor/Manifest @@ -0,0 +1 @@ +DIST hyprcursor-0.1.13.tar.gz 28681 BLAKE2B a094bc3528b9d8c767de66a43e0ce5ea820b19bd08941b2d8435a799d3daab97790f56be0e99aaa44332e7a4e79cb539ad37248acfb4920fa597fd1c24fae43b SHA512 ba602d0cdd8b58c9c24763199dcc4ec580152ae5c27dd8e74ee537ed7b7702c4657e8c34afeee4f238d1ff9ede7ca3efbd8fd0a67562beace2c462201d0b904d diff --git a/gui-libs/hyprcursor/hyprcursor-0.1.13-r1.ebuild b/gui-libs/hyprcursor/hyprcursor-0.1.13-r1.ebuild new file mode 100644 index 000000000000..2f90a6f72792 --- /dev/null +++ b/gui-libs/hyprcursor/hyprcursor-0.1.13-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 2023-2025 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/$(ver_cut 1-2)" + +# 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-9999.ebuild b/gui-libs/hyprcursor/hyprcursor-9999.ebuild new file mode 100644 index 000000000000..2f90a6f72792 --- /dev/null +++ b/gui-libs/hyprcursor/hyprcursor-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 2023-2025 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/$(ver_cut 1-2)" + +# 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 000000000000..d685011f0d3d --- /dev/null +++ b/gui-libs/hyprcursor/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>filip@kszczot.pl</email> + <name>Filip Kszczot</name> + </maintainer> + <maintainer type="person"> + <email>aruhier@mailbox.org</email> + <name>Anthony Ruhier</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> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
