diff options
| author | root <root@alpha.trunkmasters.com> | 2026-07-21 03:04:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-07-21 03:04:37 -0500 |
| commit | 805088e14f2164ec415b97288657da8492869f97 (patch) | |
| tree | 88ee58152921ddf6bef7248fce98099789b33d14 /gui-libs/hyprland-guiutils | |
| parent | 72e61757ad18b354c7e086543f02375857946e03 (diff) | |
| download | baldeagleos-repo-805088e14f2164ec415b97288657da8492869f97.tar.gz baldeagleos-repo-805088e14f2164ec415b97288657da8492869f97.tar.xz baldeagleos-repo-805088e14f2164ec415b97288657da8492869f97.zip | |
Adding metadata
Diffstat (limited to 'gui-libs/hyprland-guiutils')
| -rw-r--r-- | gui-libs/hyprland-guiutils/Manifest | 1 | ||||
| -rw-r--r-- | gui-libs/hyprland-guiutils/hyprland-guiutils-0.2.2.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/gui-libs/hyprland-guiutils/Manifest b/gui-libs/hyprland-guiutils/Manifest index d7ad21ec1c76..75b5687275fd 100644 --- a/gui-libs/hyprland-guiutils/Manifest +++ b/gui-libs/hyprland-guiutils/Manifest @@ -1 +1,2 @@ DIST hyprland-guiutils-0.2.1.tar.gz 17392 BLAKE2B 367e9a60e3077f3ac2d2203255f2dae5622e11be6363415f2882d1ef9e34cb43268db88b4546f45f595ee754babcdfed5a782e43175a79ceffa57d83f46ac45c SHA512 8f3f8ebbb8daf07b11e4420d1b0056efbcd462e832d7ae63b5859f388480c07a9e300324cf26df5c7a8f21bebf2d8342748a32a50991a9432a2af6b5b2165adc +DIST hyprland-guiutils-0.2.2.tar.gz 18083 BLAKE2B d2522e456f50316d3c2b877d2ee2c22328e0b43f7465152a3e4c2ecba169bf5dff3a406ca5be710c5c63039dbafbc446f2fd6ba751e67371b6d515cc76b4376c SHA512 e30a0caa34c48e2646f97ff763d031689245888ff7c3f89f3341638b4a6572164fceda2836bb6cb3ef0774e7328ecc34740c6d1542dee82617289becdab4a37d diff --git a/gui-libs/hyprland-guiutils/hyprland-guiutils-0.2.2.ebuild b/gui-libs/hyprland-guiutils/hyprland-guiutils-0.2.2.ebuild new file mode 100644 index 000000000000..7ec77cdb9ae1 --- /dev/null +++ b/gui-libs/hyprland-guiutils/hyprland-guiutils-0.2.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 2023-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Hyprland GUI utilities, successor to hyprland-qtutils" +HOMEPAGE="https://github.com/hyprwm/hyprland-guiutils" + +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)" + +RDEPEND=" + !gui-libs/hyprland-qtutils + >=gui-libs/hyprtoolkit-0.4.0:= + >=gui-libs/hyprutils-0.2.4:= + dev-libs/glib:2 + >=dev-libs/hyprlang-0.6.0:= + x11-libs/libdrm + x11-libs/libxkbcommon + x11-libs/pixman +" + +DEPEND="${RDEPEND}" |
