summaryrefslogtreecommitdiff
path: root/gui-wm
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-02 07:10:59 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-02 07:10:59 +0000
commitc0656c8d2536fafb7b43a5c83288b99f600ca54b (patch)
treeeaec9e8b3ef59931427d76ec6a95cab7a889b4a9 /gui-wm
parent0afa2e4c11accc0b2f071494ec4dc1f81b8d1a75 (diff)
downloadbaldeagleos-repo-c0656c8d2536fafb7b43a5c83288b99f600ca54b.tar.gz
baldeagleos-repo-c0656c8d2536fafb7b43a5c83288b99f600ca54b.tar.xz
baldeagleos-repo-c0656c8d2536fafb7b43a5c83288b99f600ca54b.zip
Adding metadata
Diffstat (limited to 'gui-wm')
-rw-r--r--gui-wm/mangowc/Manifest3
-rw-r--r--gui-wm/mangowc/mangowc-0.12.2.ebuild81
-rw-r--r--gui-wm/mangowc/mangowc-0.12.5.ebuild (renamed from gui-wm/mangowc/mangowc-0.12.1.ebuild)14
-rw-r--r--gui-wm/mangowc/mangowc-9999.ebuild12
-rw-r--r--gui-wm/mangowc/metadata.xml4
-rw-r--r--gui-wm/niri/niri-25.11-r1.ebuild17
-rw-r--r--gui-wm/niri/niri-9999.ebuild17
-rw-r--r--gui-wm/phoc/Manifest4
-rw-r--r--gui-wm/phoc/phoc-0.53.0.ebuild (renamed from gui-wm/phoc/phoc-0.49.0.ebuild)7
9 files changed, 38 insertions, 121 deletions
diff --git a/gui-wm/mangowc/Manifest b/gui-wm/mangowc/Manifest
index 86eed3949cd2..0aa6fb475e93 100644
--- a/gui-wm/mangowc/Manifest
+++ b/gui-wm/mangowc/Manifest
@@ -1,2 +1 @@
-DIST mangowc-0.12.1.tar.gz 413299 BLAKE2B aff127984c5f04c551733c9ce90d9381cd8bd8804b231f936fbb2782aac6e88b6725b71a7a5cb12d917eef625f4a57e7972d351cfc59289866db83767fc3e960 SHA512 a681b60f1380349818529797172ed75d504a72ea26b2a921c897a220f3d9167b1e9da05755c3126fbd3cf9f71d1050f549db0e0f5584b43d9f91f056692f8dce
-DIST mangowc-0.12.2.tar.gz 414227 BLAKE2B 15270ef9c0775aadb1249690926c4d33742172e8261f1db6591406f4d17b0e4669d6a6ead10d03ffcb91652b3accc07b929f463e555f82aea7a4856aa4a977d9 SHA512 b2d7b8a38580406a231a28d4318e128c57c940264286235011cce83b871ad069fee4d4d769966924d00a38944df385f2b5f250cc37189ebca09313981fda58af
+DIST mangowc-0.12.5.tar.gz 417659 BLAKE2B 2d0a4abf6b3243d0d728ee058754b4880219f4f3ab71051653df1cea7e337d67c5bf94858062d74a4a2eebab1aa73890364973ad40b6fd9cd47fbb062e8b3c29 SHA512 e36142090fd1f3d7239a93b151b354bf111b45f599d39130f02733fe3941ae305ccd1d1f87861b83ed5a75eb7c3f59bd57d2b2fefd638cda504b0162d734fb57
diff --git a/gui-wm/mangowc/mangowc-0.12.2.ebuild b/gui-wm/mangowc/mangowc-0.12.2.ebuild
deleted file mode 100644
index ce6dfdc70e41..000000000000
--- a/gui-wm/mangowc/mangowc-0.12.2.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="https://github.com/DreamMaoMao/mangowc.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/DreamMaoMao/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${PN}-${PV}"
- KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="wayland compositor based on wlroots and scenefx(dwl but no suckless)"
-HOMEPAGE="https://github.com/DreamMaoMao/mangowc.git"
-
-LICENSE="CC0-1.0 GPL-3+ MIT"
-SLOT="0"
-IUSE="X"
-
-COMMON_DEPEND="
- >=gui-libs/wlroots-0.19:=[libinput,session,X?]
- <gui-libs/wlroots-0.20:=[X?]
-"
-
-COMMON_DEPEND+="
- dev-libs/libinput:=
- dev-libs/wayland
- >=gui-libs/scenefx-0.4.1
- dev-libs/libpcre2
- x11-libs/libxkbcommon
- X? (
- x11-libs/libxcb:=
- x11-libs/xcb-util-wm
- )
-"
-
-RDEPEND="
- ${COMMON_DEPEND}
- X? (
- x11-base/xwayland
- )
-"
-
-# uses <linux/input-event-codes.h>
-DEPEND="
- ${COMMON_DEPEND}
- sys-kernel/linux-headers
-"
-
-BDEPEND="
- >=dev-libs/wayland-protocols-1.32
- >=dev-util/wayland-scanner-1.23
- >=dev-build/meson-0.60.0
- virtual/pkgconfig
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_feature X xwayland)
- )
- meson_src_configure
-}
-
-src_compile() {
- meson_src_compile
-}
-
-src_install() {
- meson_src_install
-}
-
-pkg_postinst() {
- elog "If you have installed maomaowm before, be sure to remove the package,"
- elog "since maomaowm was renamed to mangowc."
- elog ""
- elog "Default config path was changed to \$XDG_CONFIG_DIR/mango"
-}
diff --git a/gui-wm/mangowc/mangowc-0.12.1.ebuild b/gui-wm/mangowc/mangowc-0.12.5.ebuild
index ce6dfdc70e41..fe90004594d4 100644
--- a/gui-wm/mangowc/mangowc-0.12.1.ebuild
+++ b/gui-wm/mangowc/mangowc-0.12.5.ebuild
@@ -6,16 +6,16 @@ EAPI=8
inherit meson
if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="https://github.com/DreamMaoMao/mangowc.git"
+ EGIT_REPO_URI="https://github.com/mangowm/mango.git"
inherit git-r3
else
- SRC_URI="https://github.com/DreamMaoMao/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${PN}-${PV}"
+ SRC_URI="https://github.com/mangowm/mango/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/mango-${PV}"
KEYWORDS="~amd64"
fi
DESCRIPTION="wayland compositor based on wlroots and scenefx(dwl but no suckless)"
-HOMEPAGE="https://github.com/DreamMaoMao/mangowc.git"
+HOMEPAGE="https://github.com/mangowm/mango https://mangowm.github.io"
LICENSE="CC0-1.0 GPL-3+ MIT"
SLOT="0"
@@ -74,8 +74,6 @@ src_install() {
}
pkg_postinst() {
- elog "If you have installed maomaowm before, be sure to remove the package,"
- elog "since maomaowm was renamed to mangowc."
- elog ""
- elog "Default config path was changed to \$XDG_CONFIG_DIR/mango"
+ elog "Default config path is \$XDG_CONFIG_DIR/mango"
+ elog "For example configuration you can check /etc/mango directory"
}
diff --git a/gui-wm/mangowc/mangowc-9999.ebuild b/gui-wm/mangowc/mangowc-9999.ebuild
index 11fbc2c8f582..ce6e1738bd86 100644
--- a/gui-wm/mangowc/mangowc-9999.ebuild
+++ b/gui-wm/mangowc/mangowc-9999.ebuild
@@ -6,16 +6,16 @@ EAPI=8
inherit meson
if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="https://github.com/DreamMaoMao/mangowc.git"
+ EGIT_REPO_URI="https://github.com/mangowm/mango.git"
inherit git-r3
else
- SRC_URI="https://github.com/DreamMaoMao/${PN}/archive/${PV}.tar.gz"
- S="${WORKDIR}/${PN}-${PV}"
+ SRC_URI="https://github.com/mangowm/mango/archive/${PV}.tar.gz"
+ S="${WORKDIR}/mango-${PV}"
KEYWORDS="~amd64"
fi
DESCRIPTION="wayland compositor based on wlroots and scenefx(dwl but no suckless)"
-HOMEPAGE="https://github.com/DreamMaoMao/mangowc.git"
+HOMEPAGE="https://github.com/mangowm/mango https://mangowm.github.io"
LICENSE="CC0-1.0 GPL-3+ MIT"
SLOT="0"
@@ -74,8 +74,6 @@ src_install() {
}
pkg_postinst() {
- elog "If you have installed maomaowm before, be sure to remove the package,"
- elog "since maomaowm was renamed to mangowc."
- elog ""
elog "Default config path was changed to \$XDG_CONFIG_DIR/mango"
+ elog "For example configuration you can check /etc/mango directory"
}
diff --git a/gui-wm/mangowc/metadata.xml b/gui-wm/mangowc/metadata.xml
index da5a45891afa..f67d9c6b3ec7 100644
--- a/gui-wm/mangowc/metadata.xml
+++ b/gui-wm/mangowc/metadata.xml
@@ -16,8 +16,8 @@
<maintainer status="active">
<name>DreamMaoMao</name>
</maintainer>
- <changelog>https://github.com/DreamMaoMao/mangowc/releases</changelog>
- <bugs-to>https://github.com/DreamMaoMao/mangowc/issues</bugs-to>
+ <changelog>https://github.com/mangowm/mango/releases</changelog>
+ <bugs-to>https://github.com/mangowm/mango/issues</bugs-to>
</upstream>
<use>
<flag name="X">Enable support for X11 applications (XWayland)</flag>
diff --git a/gui-wm/niri/niri-25.11-r1.ebuild b/gui-wm/niri/niri-25.11-r1.ebuild
index 537de30ea6db..8033f22ad30f 100644
--- a/gui-wm/niri/niri-25.11-r1.ebuild
+++ b/gui-wm/niri/niri-25.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024-2025 Gentoo Authors
+# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,15 +12,15 @@ RUST_MIN_VER="1.82.0"
inherit cargo llvm-r2 optfeature shell-completion systemd
DESCRIPTION="Scrollable-tiling Wayland compositor"
-HOMEPAGE="https://github.com/YaLTeR/niri"
+HOMEPAGE="https://github.com/niri-wm/niri"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/YaLTeR/niri.git"
+ EGIT_REPO_URI="https://github.com/niri-wm/niri.git"
else
SRC_URI="
- https://github.com/YaLTeR/niri/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
- https://github.com/YaLTeR/niri/releases/download/v${PV}/${P}-vendored-dependencies.tar.xz
+ https://github.com/niri-wm/niri/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+ https://github.com/niri-wm/niri/releases/download/v${PV}/${P}-vendored-dependencies.tar.xz
${CARGO_CRATE_URIS}
"
KEYWORDS="~amd64"
@@ -145,8 +145,9 @@ src_test() {
}
pkg_postinst() {
- optfeature "Default application launcher" "gui-apps/fuzzel"
- optfeature "Default status bar" "gui-apps/waybar"
- optfeature "Default terminal" "x11-terms/alacritty"
optfeature "Xwayland support" "gui-apps/xwayland-satellite"
+ optfeature_header "Default applications"
+ optfeature "Application launcher" "gui-apps/fuzzel"
+ optfeature "Status bar" "gui-apps/waybar"
+ optfeature "Terminal" "x11-terms/alacritty"
}
diff --git a/gui-wm/niri/niri-9999.ebuild b/gui-wm/niri/niri-9999.ebuild
index 537de30ea6db..8033f22ad30f 100644
--- a/gui-wm/niri/niri-9999.ebuild
+++ b/gui-wm/niri/niri-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024-2025 Gentoo Authors
+# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,15 +12,15 @@ RUST_MIN_VER="1.82.0"
inherit cargo llvm-r2 optfeature shell-completion systemd
DESCRIPTION="Scrollable-tiling Wayland compositor"
-HOMEPAGE="https://github.com/YaLTeR/niri"
+HOMEPAGE="https://github.com/niri-wm/niri"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/YaLTeR/niri.git"
+ EGIT_REPO_URI="https://github.com/niri-wm/niri.git"
else
SRC_URI="
- https://github.com/YaLTeR/niri/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
- https://github.com/YaLTeR/niri/releases/download/v${PV}/${P}-vendored-dependencies.tar.xz
+ https://github.com/niri-wm/niri/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+ https://github.com/niri-wm/niri/releases/download/v${PV}/${P}-vendored-dependencies.tar.xz
${CARGO_CRATE_URIS}
"
KEYWORDS="~amd64"
@@ -145,8 +145,9 @@ src_test() {
}
pkg_postinst() {
- optfeature "Default application launcher" "gui-apps/fuzzel"
- optfeature "Default status bar" "gui-apps/waybar"
- optfeature "Default terminal" "x11-terms/alacritty"
optfeature "Xwayland support" "gui-apps/xwayland-satellite"
+ optfeature_header "Default applications"
+ optfeature "Application launcher" "gui-apps/fuzzel"
+ optfeature "Status bar" "gui-apps/waybar"
+ optfeature "Terminal" "x11-terms/alacritty"
}
diff --git a/gui-wm/phoc/Manifest b/gui-wm/phoc/Manifest
index 482cf922d18b..587b70de6ade 100644
--- a/gui-wm/phoc/Manifest
+++ b/gui-wm/phoc/Manifest
@@ -1,6 +1,6 @@
-DIST phoc-0.49.0.tar.xz 778512 BLAKE2B e99808c9a1b6c49fc65b959e983fb9bbafa8e00d42e759d43e30ea4f12bdf22f31594c8d846d9d66681b8b3d3dab03cd2a5f28afb514e7ca313051d2bf68346a SHA512 75853ff03a3bd55ba938a21310e2bcb95b6030020f9fcd2d58d55f6c1ba233e771c16e4314b7537e37247b1a7965d884e288765d72de2b0afdda70bc04e42c84
-DIST phoc-0.49.0.tar.xz.asc 833 BLAKE2B e9543a52aa5fa12f6e69131993fe3275a68144a713e4de52a7d85d632a75e48574e04320df87a305ff1c25ac1360d8a4087a90e7f3893f13d9865e6e6161c1a5 SHA512 9632ad05ac42a83ab1942985b580cd569cc8250286616b5df56d526cfbf9aff656672cf3d98fba3606d5448f31a394a816e98b7dcf5f47aeeb7c5156bf234461
DIST phoc-0.50.0.tar.xz 784008 BLAKE2B 03f49c43512b6d3a36aa813fa766318136d6fc6889886fb005b6725b6bf4f46445907feb066caf6a83f54d01270cdd115538f759d8c13e107ddf574c0784fa63 SHA512 4b33651d0df483a741230192284b3365ba2d42aed60ea77b279ebcc9768fbc0b0ae23f2a386299cb0ebde47f118ee2b9e7381a414d3f37fef3716a34814f9192
DIST phoc-0.50.0.tar.xz.asc 833 BLAKE2B 9eb24f408effa4b0e39309ee8a613dde868e54f085491204f2fcf7e420b0458904648e76feab4ffd24dfbb3612913271659df2a0babce7b201aa441a8b81c7fc SHA512 c8824e95d91d45a73c30edcf8a38e13f401fa0824fbb03ab2d3e308e467c4dcb3408e04478e3aaf2b5df3b612953c496d6758a8c8584a1e3ea6810ee658da637
DIST phoc-0.52.0.tar.xz 792672 BLAKE2B be23c4f3f8aa35959ac7eb66d8b0c1fdd79a2d20fb19644b71cc85404e4a58734a27eddb91a92b06026e53d77595f5e866222662b044cbade946dd7d1ee06e4c SHA512 089b2bb4e80c0ad5b0fd98f2599f9644f00a172e771234a825af62b3462f81bfb8d0123c33faf4bb8f7379f8faebaa0b77cc710ef57d0d72520b8e3ac0295b32
DIST phoc-0.52.0.tar.xz.asc 833 BLAKE2B d3676b6b161af4e5e063c078fc0d1ab7cb5bd43f77b0a02d4ea1ac2b95e06663cd79e0e6bc55ef8ca327d00dfae08eb494f7d097f520749963fdff8c62598f4b SHA512 a77920010488cf56473f231bbe625e648c4f9ec968f4e3d99638b3a900db4767a73e357005e5e514926de28be9e8b8d464a7c4ee2ac27ff094ba7806862ff675
+DIST phoc-0.53.0.tar.xz 805436 BLAKE2B be38ef844eecbc6ac375764994b7cc06fc8a5816033ff786b9465bc5d838f9b53d0075d356088ca50b26bd4daabbb8311ce74aa7a86da578dbbbde8c4b542f77 SHA512 819019e4623d161270eff4939fde8dae90a3c76bb4569f71cbb7d58fe66047ad092222dda1cc21cafeceed09b24666158bd62072eb4205c5311dc9526a577593
+DIST phoc-0.53.0.tar.xz.asc 833 BLAKE2B 01572d1829e1539eb1d0539fe52c228aaa26d9a7267a5bfb505addae8c04850fd4ae8acd42ae486a2501cbfbb3294c7abaf8059d9a2172248228aabfc39f3bf2 SHA512 07d756c219d92680c5d3faafde641f58ff6568b917d19655a9b342cd2dfe4e3490c78805d71b15775d49b18e21995e9f33ee131876f6c1c963b794328c016a98
diff --git a/gui-wm/phoc/phoc-0.49.0.ebuild b/gui-wm/phoc/phoc-0.53.0.ebuild
index 0be4d09ae62f..fb549fdacc7b 100644
--- a/gui-wm/phoc/phoc-0.49.0.ebuild
+++ b/gui-wm/phoc/phoc-0.53.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,7 +18,7 @@ IUSE="dtrace gtk-doc man sysprof test"
RESTRICT="!test? ( test )"
WLROOTS_RDEPEND="
- >=dev-libs/libinput-1.19.0:=
+ >=dev-libs/libinput-1.27.0:=
>=dev-libs/libliftoff-0.4
>=dev-libs/wayland-1.23.1
media-libs/libdisplay-info:=
@@ -31,6 +31,7 @@ WLROOTS_RDEPEND="
x11-libs/cairo
>=x11-libs/libdrm-2.4.122
x11-libs/libxcb:=
+ x11-libs/pango
>=x11-libs/pixman-0.43.0
x11-libs/xcb-util-errors
x11-libs/xcb-util-renderutil
@@ -47,7 +48,7 @@ WLROOTS_BDEPEND="
RDEPEND="${WLROOTS_RDEPEND}
>=dev-libs/glib-2.80:2
- dev-libs/gmobile
+ >=dev-libs/gmobile-0.6.0
dev-libs/libinput:=
>=dev-libs/wayland-1.23.1
>=gnome-base/gnome-desktop-3.26:3=