summaryrefslogtreecommitdiff
path: root/gui-libs
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-08-17 03:04:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-08-17 03:04:37 -0500
commit5e23801c678ccd5c0e28d009b46d8860e38779ce (patch)
tree3f70315272c1bd4384b4c71e877a013973c1b86e /gui-libs
parent419e92606fe27d657dbe239bd6f440ec8a36d51d (diff)
downloadbaldeagleos-repo-5e23801c678ccd5c0e28d009b46d8860e38779ce.tar.gz
baldeagleos-repo-5e23801c678ccd5c0e28d009b46d8860e38779ce.tar.xz
baldeagleos-repo-5e23801c678ccd5c0e28d009b46d8860e38779ce.zip
Adding metadata
Diffstat (limited to 'gui-libs')
-rw-r--r--gui-libs/hyprutils/Manifest1
-rw-r--r--gui-libs/hyprutils/hyprutils-0.14.1.ebuild39
-rw-r--r--gui-libs/wayfire-plugins-extra/Manifest2
-rw-r--r--gui-libs/wayfire-plugins-extra/metadata.xml6
-rw-r--r--gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.10.0.ebuild47
-rw-r--r--gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.11.0_pre20260801.ebuild2
-rw-r--r--gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild2
-rw-r--r--gui-libs/xdg-desktop-portal-hyprland/Manifest1
-rw-r--r--gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-1.4.1.ebuild (renamed from gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-1.4.0.ebuild)0
9 files changed, 46 insertions, 54 deletions
diff --git a/gui-libs/hyprutils/Manifest b/gui-libs/hyprutils/Manifest
index d2008f57e9d4..c3fda218acf7 100644
--- a/gui-libs/hyprutils/Manifest
+++ b/gui-libs/hyprutils/Manifest
@@ -1,3 +1,4 @@
DIST hyprutils-0.12.0.gh.tar.gz 59380 BLAKE2B 5f239cdb4a46e8e23f15ad97fdcf3553c25fe8778a72aebc149243afbf57cd497fa9b2fda703b6b80d6205d48641b078fab12da0d36f09c3146dfa13befd83c9 SHA512 ccea62c5c1ef56ba0d8134281ef4a1b9b0e15acff085f4950e3376c795c6198ed116407f3e0f0de0acca3897e82aa55e2f0cfe9e0b292683d06272bbd432783c
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
+DIST hyprutils-0.14.1.gh.tar.gz 67477 BLAKE2B 0b181a503d6f60b49f1febaa3f934a90bc0f2831cf999779b88114d11ae334263f42323659aee1a127f226307bb614c28777a0b311eed7eb958ea8251dc71ac8 SHA512 5223e610e2b886fbc1c1952ef81d031dd0210a48db8dc0deee0411f851c5f2d803d29e57992b03c5c1cc0795c9e55bd9807ed72d75c34c7e62db8a007050b6d3
diff --git a/gui-libs/hyprutils/hyprutils-0.14.1.ebuild b/gui-libs/hyprutils/hyprutils-0.14.1.ebuild
new file mode 100644
index 000000000000..042031b1fa80
--- /dev/null
+++ b/gui-libs/hyprutils/hyprutils-0.14.1.ebuild
@@ -0,0 +1,39 @@
+# 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/wayfire-plugins-extra/Manifest b/gui-libs/wayfire-plugins-extra/Manifest
deleted file mode 100644
index e3c06472665e..000000000000
--- a/gui-libs/wayfire-plugins-extra/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST wayfire-plugins-extra-0.10.0.tar.xz 96584 BLAKE2B 18cf7da7dff2be95cdbd104789f8bed0675aed05295ebacefd24503bad5abba84e0ed0b873de97dbf7916dc8607ab7ad41f2ac03b3b2ed2708beaa7b7eb14905 SHA512 96a8e82790dad59d67989073332f248806c71bf3fe1d491a098880aae9389bf06243e5a7e7ea5271a1a262bea6b94a04260f105baf3de3f03695d4533f4c56b2
-DIST wayfire-plugins-extra-0.11.0_pre20260801.tar.gz 87551 BLAKE2B 0b7ca39de73950ea69ef1551620e96c1da7d8d606cf44e20067481a3dc377d959efc0444f68ae80f00fe4068c917de2d32d971dea1be70999b48062cf51ea445 SHA512 4542ff4263f74204e5f46ed9d840d142818ccc6849842906a238bb04b4cce6c0be284c6dc6c934efd834f3936a53d06af6dea9780e9d26b91267f9956bc6290f
diff --git a/gui-libs/wayfire-plugins-extra/metadata.xml b/gui-libs/wayfire-plugins-extra/metadata.xml
index d9067a7aa2ed..a91a1b954a63 100644
--- a/gui-libs/wayfire-plugins-extra/metadata.xml
+++ b/gui-libs/wayfire-plugins-extra/metadata.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>ceamac@gentoo.org</email>
- <name>Viorel Munteanu</name>
+ <maintainer type="project">
+ <email>core@baldeagleos.com</email>
+ <name>Development</name>
</maintainer>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.10.0.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.10.0.ebuild
deleted file mode 100644
index fa2e97ecee45..000000000000
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.10.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2019-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="extra plugins for wayfire"
-HOMEPAGE="https://github.com/WayfireWM/wayfire-plugins-extra"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/WayfireWM/wayfire-plugins-extra.git"
- SLOT="0/0.10"
-else
- SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz"
- KEYWORDS="amd64 arm64"
- SLOT="0/$(ver_cut 1-2)"
-fi
-
-LICENSE="MIT"
-
-# no tests
-RESTRICT="test"
-
-WAYFIRE_REVDEP="
- dev-libs/glib:2
- dev-libs/libsigc++:2
- gui-libs/wf-config:=
- gui-libs/wlroots:0.19
- x11-libs/cairo
-"
-
-DEPEND="
- ${WAYFIRE_REVDEP}
- dev-cpp/glibmm:2
- dev-libs/boost
- dev-libs/libevdev
- dev-libs/wayland
- gui-wm/wayfire:0/0.10
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- >=dev-libs/wayland-protocols-1.12
- dev-util/wayland-scanner
- virtual/pkgconfig
-"
diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.11.0_pre20260801.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.11.0_pre20260801.ebuild
index e305fff1e15b..8ed92f84be35 100644
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.11.0_pre20260801.ebuild
+++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.11.0_pre20260801.ebuild
@@ -39,7 +39,7 @@ DEPEND="
dev-libs/boost
dev-libs/libevdev
dev-libs/wayland
- >=gui-wm/wayfire-0.11:*
+ >=gui-wm/wayfire-0.11:=
media-libs/glm
media-libs/libglvnd
"
diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
index 1e306f3a1e7a..2e9268656d54 100644
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
+++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
@@ -37,7 +37,7 @@ DEPEND="
dev-libs/boost
dev-libs/libevdev
dev-libs/wayland
- >=gui-wm/wayfire-0.11:*
+ >=gui-wm/wayfire-0.11:=
media-libs/glm
media-libs/libglvnd
"
diff --git a/gui-libs/xdg-desktop-portal-hyprland/Manifest b/gui-libs/xdg-desktop-portal-hyprland/Manifest
index df098f326a07..339fd233e738 100644
--- a/gui-libs/xdg-desktop-portal-hyprland/Manifest
+++ b/gui-libs/xdg-desktop-portal-hyprland/Manifest
@@ -1,2 +1,3 @@
DIST xdg-desktop-portal-hyprland-1.3.12.tar.gz 52079 BLAKE2B 5c779b813d31a1396eead244f086d4cd3be11ca8fd31d35d29640d52743bc8c566132421112422ae2ceefd321d4ce23d726766b4f6f0530a3c1655839f31d6d9 SHA512 d14412f9d76d4e0b5651d28e99861a5af2548c3c289b8c094af8ce8c05ce257e3fb0af17f922df73ee68cb8d2e4c64d826b9b5911f8bfc41125dcbeaff6956c5
DIST xdg-desktop-portal-hyprland-1.4.0.tar.gz 60057 BLAKE2B 2dc8d7f058edc1f0589448966b95657311c6f0ed9ff59ee5a6ecb73d706d1b9ae538771d59d9207410c6a2b3b4aecdb5e2f7996d0bf4b5b93f68d5b0a697533c SHA512 fecebadff44d7cea3ebaf5c17369b8be7ac09c320f8ab907628ba1c0fdff2985d939a98ab34f308715f01d028b21c991c1e36a54edd702209fd34c86daf65803
+DIST xdg-desktop-portal-hyprland-1.4.1.tar.gz 60223 BLAKE2B b6816ab36d09e691234769336909d775d8d55d3f4febb0aecd62ca495ee4e55679d4d078c092385ad243fd2604a6dca71f43beb0b43aace2e5112e2a8f8b3028 SHA512 c904a6b9b35e8e470274a295a2ba342d27de36feb6763d5816c1c6aaf6f336d011a9010bb804b799946c7f0fc3c7e1a30e5957eb5b868e841d35cdb46f7cd2ba
diff --git a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-1.4.0.ebuild b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-1.4.1.ebuild
index a9fa49430bc5..a9fa49430bc5 100644
--- a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-1.4.0.ebuild
+++ b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-1.4.1.ebuild