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/hyprutils | |
| 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/hyprutils')
| -rw-r--r-- | gui-libs/hyprutils/Manifest | 3 | ||||
| -rw-r--r-- | gui-libs/hyprutils/hyprutils-0.13.0.ebuild | 39 | ||||
| -rw-r--r-- | gui-libs/hyprutils/hyprutils-0.14.0.ebuild (renamed from gui-libs/hyprutils/hyprutils-0.11.1.ebuild) | 0 |
3 files changed, 1 insertions, 41 deletions
diff --git a/gui-libs/hyprutils/Manifest b/gui-libs/hyprutils/Manifest index 3b065a129028..d2008f57e9d4 100644 --- a/gui-libs/hyprutils/Manifest +++ b/gui-libs/hyprutils/Manifest @@ -1,4 +1,3 @@ -DIST hyprutils-0.11.1.gh.tar.gz 58859 BLAKE2B 86ab61e715c5e08457ca338a6e83b693e2659951c74c06aa7130518ee7f168cac751cd0545eadc13b99802040a195c64f1043ed223de1c79621cac3722632719 SHA512 3ea408659f0326262e30e09238d441e9c3eb4af17c442eafac092033f2f2a2a75ada325fe8e7ead850bf564cb3929aae6a12761a68cab4a0bdaf04f9ed092202 DIST hyprutils-0.12.0.gh.tar.gz 59380 BLAKE2B 5f239cdb4a46e8e23f15ad97fdcf3553c25fe8778a72aebc149243afbf57cd497fa9b2fda703b6b80d6205d48641b078fab12da0d36f09c3146dfa13befd83c9 SHA512 ccea62c5c1ef56ba0d8134281ef4a1b9b0e15acff085f4950e3376c795c6198ed116407f3e0f0de0acca3897e82aa55e2f0cfe9e0b292683d06272bbd432783c -DIST hyprutils-0.13.0.gh.tar.gz 60702 BLAKE2B 3464b4a0643d5b6eb1830d214e211ab5733cf2fb59311c32d5bdf7e8a82eb1096fd1a9166340e91b44fc4d5b65337b90973d76c3db3d381396427d8d1cc3a02b SHA512 f641eecf60b3bde1019354bc70557c07e54d231e9b1f592ac61297ce3ed586ead9a8c47a457154fba7331931c9a01067e29c8716e4f78af860e7fe4c5e399770 DIST hyprutils-0.13.1.gh.tar.gz 60796 BLAKE2B f9bd31dce95128121d31a6ca951b05ad1163df311e5791d6307584dfe4a0318d8c63b2d4894c2dd161d79bdb004929fba4d3e350a7f081f22e4539bcd8383402 SHA512 d090c2e30fe20afea6290f63a8ab4f695350cd61ab02e85b32e19fde02a928388883373dd1539135596091cbeaaac2d7cb2738173bb87c4d770584032f5f7b5a +DIST hyprutils-0.14.0.gh.tar.gz 63150 BLAKE2B e3816c2e5f3ec6dde0085b82caca3c851a0456fccc3e3c5bfe4a2d65c15d73de8f44fd1c36c1f830901f479030602e2a0852c74e31aebd7db132fb0e7d59a191 SHA512 ce66f3af478cfa2d05f999a554db194ca537a6ed117228cfa8b202f2946d4fddb41628089390047514f71bf85187eaf2c71449ee096c87a241a5c0df05a7a889 diff --git a/gui-libs/hyprutils/hyprutils-0.13.0.ebuild b/gui-libs/hyprutils/hyprutils-0.13.0.ebuild deleted file mode 100644 index 042031b1fa80..000000000000 --- a/gui-libs/hyprutils/hyprutils-0.13.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2023-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Hyprland utilities library used across the ecosystem" -HOMEPAGE="https://github.com/hyprwm/hyprutils" - -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}/v${PV}.tar.gz -> ${P}.gh.tar.gz" - S="${WORKDIR}/${PN}-${PV}" - - KEYWORDS="~amd64" -fi - -LICENSE="BSD" -SLOT="0/$(ver_cut 1-2)" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND=" - test? ( dev-cpp/gtest ) -" -DEPEND=" - x11-libs/pixman -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DBUILD_TESTING=$(usex test) - ) - cmake_src_configure -} diff --git a/gui-libs/hyprutils/hyprutils-0.11.1.ebuild b/gui-libs/hyprutils/hyprutils-0.14.0.ebuild index 042031b1fa80..042031b1fa80 100644 --- a/gui-libs/hyprutils/hyprutils-0.11.1.ebuild +++ b/gui-libs/hyprutils/hyprutils-0.14.0.ebuild |
