commit: c4faba988c4da71fac87683f3f08cc44c19c78a4
Author: Saveliy Boyarchuk <sav.boyar <AT> gmail <DOT> com>
AuthorDate: Wed Nov 12 17:49:42 2025 +0000
Commit: Saveliy Boyarchuk <sav.boyar <AT> gmail <DOT> com>
CommitDate: Wed Nov 12 17:50:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4faba98
gui-wm/mangowc: add 0.10.5, drop 0.8.1,0.8.2,0.8.6
Signed-off-by: Saveliy Boyarchuk <sav.boyar <AT> gmail.com>
gui-wm/mangowc/Manifest | 4 +-
...{mangowc-0.8.1.ebuild => mangowc-0.10.5.ebuild} | 5 +-
gui-wm/mangowc/mangowc-0.8.2.ebuild | 80 ----------------------
gui-wm/mangowc/mangowc-0.8.6.ebuild | 80 ----------------------
gui-wm/mangowc/mangowc-9999.ebuild | 4 +-
5 files changed, 6 insertions(+), 167 deletions(-)
diff --git a/gui-wm/mangowc/Manifest b/gui-wm/mangowc/Manifest
index 4e8017b548..b754408348 100644
--- a/gui-wm/mangowc/Manifest
+++ b/gui-wm/mangowc/Manifest
@@ -1,3 +1 @@
-DIST mangowc-0.8.1.tar.gz 643785 BLAKE2B
40cd430ac9b16c5631ee15ec0e77482d214a45d680d793bf3546834104ee4ea27c68bc30ee5d12bd400657cb98767af6204dd4f78d0029a9dcf3cda35fa77b93
SHA512
7aacec7f03fb8c2fd4d0ad9fa3fd0265dd2db01b2d1414235c3b83e2a53b8202b041e4cdbe7ce63d87fa1bd3177e9c16595a894431ed6bce2d8776668801c040
-DIST mangowc-0.8.2.tar.gz 644090 BLAKE2B
591e44a3ebdc5602f0c14dce167556d4714dbb5d72c2f493cd897e3683da9ecba256665fdce41f21e7dae3d7e5a55fb2dd5e28ae974f766df755e1dd965d0ddd
SHA512
7e2a86dad7a058b55c18f29c8d5b53cbb8d57dc9ac4b7d4090961f2316777bd10bb13283ed455006b0afaac89807f60ad2507e46d27d2f160a93814115ed4c5b
-DIST mangowc-0.8.6.tar.gz 653337 BLAKE2B
3b14b1a6ebafb6d9f72bbe3bba6ad062e429a88034ce0de1319ded549d755f90da7f0d3f50bb909daab93f4cb531a9dfee28d473b8f2eaba66bb710a33154944
SHA512
82e04bc4f7fabb13ef13f3f8a10088429b9bd846875dd08288e30cd2a1d16991f36c66bdf30af1dbaaa4e534d2ed3bfcb56e248e0b3dd641278478422f363475
+DIST mangowc-0.10.5.tar.gz 401322 BLAKE2B
5e8aa1006aaef8f53822526e1aecaa2d43972dadc1e5df9a319b68f5b72a258daa1a9e58de6acd2fd62660c82f4bafda2b99fb88a1babcc92840e450469e9660
SHA512
13497f821d72b72d9ba81f1f529a4f3dd227c785c7f2e8aa93a83bd24860447ed55f23e4d249d8fa9268f6e25a1aefeb02ae84a98dc89f330eea5b44527653ab
diff --git a/gui-wm/mangowc/mangowc-0.8.1.ebuild
b/gui-wm/mangowc/mangowc-0.10.5.ebuild
similarity index 93%
rename from gui-wm/mangowc/mangowc-0.8.1.ebuild
rename to gui-wm/mangowc/mangowc-0.10.5.ebuild
index 098c0c594c..e5c1f7fa45 100644
--- a/gui-wm/mangowc/mangowc-0.8.1.ebuild
+++ b/gui-wm/mangowc/mangowc-0.10.5.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
else
SRC_URI="https://github.com/DreamMaoMao/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64"
+ S="${WORKDIR}/${PN}-${PV}"
fi
DESCRIPTION="wayland compositor based on wlroots and scenefx(dwl but no
suckless)"
@@ -25,10 +25,11 @@ COMMON_DEPEND="
<gui-libs/wlroots-0.20:=[X?]
"
+# tracking git scenefx branch is required
COMMON_DEPEND+="
dev-libs/libinput:=
dev-libs/wayland
- >=gui-libs/scenefx-0.4.1
+ ~gui-libs/scenefx-9999
dev-libs/libpcre2
x11-libs/libxkbcommon
X? (
diff --git a/gui-wm/mangowc/mangowc-0.8.2.ebuild
b/gui-wm/mangowc/mangowc-0.8.2.ebuild
deleted file mode 100644
index 098c0c594c..0000000000
--- a/gui-wm/mangowc/mangowc-0.8.2.ebuild
+++ /dev/null
@@ -1,80 +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"
- KEYWORDS="~amd64 ~arm64"
-fi
-
-DESCRIPTION="wayland compositor based on wlroots and scenefx(dwl but no
suckless)"
-HOMEPAGE="https://github.com/DreamMaoMao/maomaowm.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.8.6.ebuild
b/gui-wm/mangowc/mangowc-0.8.6.ebuild
deleted file mode 100644
index 098c0c594c..0000000000
--- a/gui-wm/mangowc/mangowc-0.8.6.ebuild
+++ /dev/null
@@ -1,80 +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"
- KEYWORDS="~amd64 ~arm64"
-fi
-
-DESCRIPTION="wayland compositor based on wlroots and scenefx(dwl but no
suckless)"
-HOMEPAGE="https://github.com/DreamMaoMao/maomaowm.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-9999.ebuild
b/gui-wm/mangowc/mangowc-9999.ebuild
index ac353711eb..d6997bb75f 100644
--- a/gui-wm/mangowc/mangowc-9999.ebuild
+++ b/gui-wm/mangowc/mangowc-9999.ebuild
@@ -10,7 +10,6 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
else
SRC_URI="https://github.com/DreamMaoMao/${PN}/archive/${PV}.tar.gz"
- KEYWORDS="~amd64 ~arm64"
fi
DESCRIPTION="wayland compositor based on wlroots and scenefx(dwl but no
suckless)"
@@ -25,10 +24,11 @@ COMMON_DEPEND="
<gui-libs/wlroots-0.20:=[X?]
"
+# tracking git scenefx branch is required
COMMON_DEPEND+="
dev-libs/libinput:=
dev-libs/wayland
- >=gui-libs/scenefx-0.4.1
+ ~gui-libs/scenefx-9999
dev-libs/libpcre2
x11-libs/libxkbcommon
X? (