summaryrefslogtreecommitdiff
path: root/gui-libs/hyprcursor
diff options
context:
space:
mode:
Diffstat (limited to 'gui-libs/hyprcursor')
-rw-r--r--gui-libs/hyprcursor/Manifest3
-rw-r--r--gui-libs/hyprcursor/hyprcursor-0.1.4.ebuild24
-rw-r--r--gui-libs/hyprcursor/metadata.xml18
3 files changed, 45 insertions, 0 deletions
diff --git a/gui-libs/hyprcursor/Manifest b/gui-libs/hyprcursor/Manifest
new file mode 100644
index 000000000000..034a4c4b607a
--- /dev/null
+++ b/gui-libs/hyprcursor/Manifest
@@ -0,0 +1,3 @@
+DIST hyprcursor-0.1.4.gh.tar.gz 20072 BLAKE2B 9f4aafc673185ca522f16325529de30fb24cc962779358bc06e21fc148adae64156731d4d3e4a1f7bb2d72d4592cb238b8fefe33c473e86a1678cc5ec8677725 SHA512 6af0a81c39b73c804f5587be7a626db125a99318089c39769a26a4c2ebf0322a82c4ef690f0fda3b60301972bfd1c3a489209fa8157e6a43dec52fa2a6ccb9c9
+EBUILD hyprcursor-0.1.4.ebuild 657 BLAKE2B 5c2fa6640d30e34e3f1a4844803aabcd27ce98ea78885a990e889dcf8afc3b0e8cf3cc13eb2d0f935cde349bca34713268d2b52ba77833cc7d394998adee2ee5 SHA512 7b100ff15c53b9f662bdcf8f18c25f688a2ee7ca63ff76f39061205a1da1f839dbd18d6c8d33b8e6acfeb1c73253c44bd002ead2b203ba7385b94fc7773f1135
+MISC metadata.xml 671 BLAKE2B a58a3afafa4440b47b1106b69e93cabbfa20f147fad094aaf117d8daecd641662309ef8641f029220e20504939e86a307d7b1392af7fad1d6e44cfacbc334140 SHA512 9ac835082f59787ccca1e798bc85fcaf669a601b1dbb8f66f7b575e6fc0c2e857d269c918d100d1a26cb8c41a6e406247434935b26479a6dab31f6d348cc7463
diff --git a/gui-libs/hyprcursor/hyprcursor-0.1.4.ebuild b/gui-libs/hyprcursor/hyprcursor-0.1.4.ebuild
new file mode 100644
index 000000000000..d006f21c4a9e
--- /dev/null
+++ b/gui-libs/hyprcursor/hyprcursor-0.1.4.ebuild
@@ -0,0 +1,24 @@
+# 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"
+
+# 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/metadata.xml b/gui-libs/hyprcursor/metadata.xml
new file mode 100644
index 000000000000..227e37ab55b9
--- /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>