diff options
-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, 0 insertions, 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> |