diff options
author | 2024-07-31 23:45:26 -0700 | |
---|---|---|
committer | 2024-07-31 23:47:16 -0700 | |
commit | c06b8bf8eafdd3aa47ec85a29dd77933cae74277 (patch) | |
tree | 9554a092fc0eed818c7f1df979db15a106c90b42 | |
parent | sys-fs/sanoid: new package, add 2.2.0, 9999 (diff) | |
download | johnmh-c06b8bf8eafdd3aa47ec85a29dd77933cae74277.tar.gz johnmh-c06b8bf8eafdd3aa47ec85a29dd77933cae74277.tar.bz2 johnmh-c06b8bf8eafdd3aa47ec85a29dd77933cae74277.zip |
gui-libs/hyprcursor: update Manifest
Signed-off-by: John M. Harris Jr. <johnmh@johnmh.me>
-rw-r--r-- | gui-libs/hyprcursor/Manifest | 2 | ||||
-rw-r--r-- | gui-libs/hyprcursor/hyprcursor-9999.ebuild | 32 | ||||
-rw-r--r-- | gui-libs/hyprcursor/metadata.xml | 18 |
3 files changed, 52 insertions, 0 deletions
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> |