* [gentoo-commits] repo/gentoo:master commit in: gui-apps/uwsm/
@ 2025-05-29 18:15 Kenton Groombridge
0 siblings, 0 replies; 4+ messages in thread
From: Kenton Groombridge @ 2025-05-29 18:15 UTC (permalink / raw
To: gentoo-commits
commit: b6d4adec7b30b0d820e479def6d0ba693056ef86
Author: Kenton Groombridge <concord <AT> gentoo <DOT> org>
AuthorDate: Thu May 29 18:14:14 2025 +0000
Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org>
CommitDate: Thu May 29 18:15:27 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d4adec
gui-apps/uwsm: fix shebangs in executables
Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>
gui-apps/uwsm/{uwsm-0.21.5.ebuild => uwsm-0.21.5-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/gui-apps/uwsm/uwsm-0.21.5.ebuild b/gui-apps/uwsm/uwsm-0.21.5-r1.ebuild
similarity index 97%
rename from gui-apps/uwsm/uwsm-0.21.5.ebuild
rename to gui-apps/uwsm/uwsm-0.21.5-r1.ebuild
index 15ac559fd6ea..5d2b0a09950c 100644
--- a/gui-apps/uwsm/uwsm-0.21.5.ebuild
+++ b/gui-apps/uwsm/uwsm-0.21.5-r1.ebuild
@@ -39,6 +39,7 @@ src_configure() {
src_install() {
meson_src_install
+ python_fix_shebang "${ED}/usr/bin"
python_optimize "${ED}/usr/share/${PN}"
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/uwsm/
@ 2025-06-29 15:36 Kenton Groombridge
0 siblings, 0 replies; 4+ messages in thread
From: Kenton Groombridge @ 2025-06-29 15:36 UTC (permalink / raw
To: gentoo-commits
commit: 2516404c34069e5dd65a69957b67eff97183a250
Author: Kenton Groombridge <concord <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 29 15:35:25 2025 +0000
Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org>
CommitDate: Sun Jun 29 15:36:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2516404c
gui-apps/uwsm: add missing BDEPEND for scdoc
Closes: https://bugs.gentoo.org/958458
Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>
gui-apps/uwsm/uwsm-0.21.5-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/gui-apps/uwsm/uwsm-0.21.5-r1.ebuild b/gui-apps/uwsm/uwsm-0.21.5-r1.ebuild
index 5d2b0a09950c..f9c126929cb6 100644
--- a/gui-apps/uwsm/uwsm-0.21.5-r1.ebuild
+++ b/gui-apps/uwsm/uwsm-0.21.5-r1.ebuild
@@ -25,6 +25,7 @@ DEPEND="
')
"
RDEPEND="${DEPEND}"
+BDEPEND="man? ( app-text/scdoc )"
src_configure() {
local emesonargs=(
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/uwsm/
@ 2025-08-08 17:49 Kenton Groombridge
0 siblings, 0 replies; 4+ messages in thread
From: Kenton Groombridge @ 2025-08-08 17:49 UTC (permalink / raw
To: gentoo-commits
commit: 764977638c4f00a2946f34ed0e128c8cd435e2f3
Author: Kenton Groombridge <concord <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 8 17:14:46 2025 +0000
Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org>
CommitDate: Fri Aug 8 17:49:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76497763
gui-apps/uwsm: add 0.23.0
Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>
gui-apps/uwsm/Manifest | 1 +
gui-apps/uwsm/uwsm-0.23.0.ebuild | 53 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/gui-apps/uwsm/Manifest b/gui-apps/uwsm/Manifest
index 7b56477e98fe..f59eb9dfaa5c 100644
--- a/gui-apps/uwsm/Manifest
+++ b/gui-apps/uwsm/Manifest
@@ -1 +1,2 @@
DIST uwsm-0.21.5.tar.gz 98122 BLAKE2B 027d49fc892514fe333d4404aa307bf3c0b1849b6fc4326ff55971aac2d177642ff86da86301b26cb0b8980694eabbdbc300ebd1dfb3419784f3c1bd461a7e3c SHA512 d005a2dc4af73f5edfbdbe4e4f5657f078c22110ff26e8fda451cc4d1ac1995f2c36d9480ea7b89e830070da69b35a3bd60048f45d22b77e30156a7e0a718e32
+DIST uwsm-0.23.0.tar.gz 104550 BLAKE2B 5866709d50bcd2b6378b0ed9e0f65312fc13d88eea0d1a14d66b85e129bd82bc70bf4c9506cdbfc8455f74b7b9d0258e24e44de00a79d3076ccb4ad720c8e66b SHA512 018b0d8af648c72ed83e15044cc8356e527b8f6388ebfec263d2c7d5aa2a835831ffdda02cc5d1e60eece3f72261241ed107adaefcf59d2b949c5b98e2c64572
diff --git a/gui-apps/uwsm/uwsm-0.23.0.ebuild b/gui-apps/uwsm/uwsm-0.23.0.ebuild
new file mode 100644
index 000000000000..e9ebd6aea707
--- /dev/null
+++ b/gui-apps/uwsm/uwsm-0.23.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..14} )
+inherit meson optfeature python-single-r1
+
+DESCRIPTION="Universal Wayland Session Manager"
+HOMEPAGE="https://github.com/Vladimir-csp/uwsm"
+SRC_URI="https://github.com/Vladimir-csp/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+man"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+ ${PYTHON_DEPS}
+ $(python_gen_cond_dep '
+ dev-python/dbus-python[${PYTHON_USEDEP}]
+ dev-python/pyxdg[${PYTHON_USEDEP}]
+ ')
+"
+RDEPEND="${DEPEND}"
+BDEPEND="man? ( app-text/scdoc )"
+
+src_configure() {
+ local emesonargs=(
+ -Duuctl=enabled
+ -Dfumon=enabled
+ -Duwsm-app=enabled
+ $(meson_feature man man-pages)
+ -Ddocdir=/usr/share/doc/"${PF}"
+ )
+ meson_src_configure
+}
+
+src_install() {
+ meson_src_install
+ python_fix_shebang "${ED}/usr/bin"
+ python_optimize "${ED}/usr/share/${PN}"
+}
+
+pkg_postinst() {
+ optfeature "TUI selection menu feature" dev-libs/newt
+ optfeature "GUI selection menu for uuctl" gui-apps/wofi
+ optfeature "GUI selection menu for uuctl" x11-misc/dmenu
+ optfeature "GUI selection menu for uuctl" x11-misc/rofi
+ optfeature "notifications from uwsm commands and services (notify-send)" x11-libs/libnotify
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/uwsm/
@ 2025-08-16 16:04 Kenton Groombridge
0 siblings, 0 replies; 4+ messages in thread
From: Kenton Groombridge @ 2025-08-16 16:04 UTC (permalink / raw
To: gentoo-commits
commit: c0aedd6e5d2119ccfcdbde38704c9cfb21758260
Author: Kenton Groombridge <concord <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 16 16:03:39 2025 +0000
Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org>
CommitDate: Sat Aug 16 16:03:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0aedd6e
gui-apps/uwsm: add 0.23.2
Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>
gui-apps/uwsm/Manifest | 1 +
gui-apps/uwsm/uwsm-0.23.2.ebuild | 53 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/gui-apps/uwsm/Manifest b/gui-apps/uwsm/Manifest
index f59eb9dfaa5c..63b5e5861d6b 100644
--- a/gui-apps/uwsm/Manifest
+++ b/gui-apps/uwsm/Manifest
@@ -1,2 +1,3 @@
DIST uwsm-0.21.5.tar.gz 98122 BLAKE2B 027d49fc892514fe333d4404aa307bf3c0b1849b6fc4326ff55971aac2d177642ff86da86301b26cb0b8980694eabbdbc300ebd1dfb3419784f3c1bd461a7e3c SHA512 d005a2dc4af73f5edfbdbe4e4f5657f078c22110ff26e8fda451cc4d1ac1995f2c36d9480ea7b89e830070da69b35a3bd60048f45d22b77e30156a7e0a718e32
DIST uwsm-0.23.0.tar.gz 104550 BLAKE2B 5866709d50bcd2b6378b0ed9e0f65312fc13d88eea0d1a14d66b85e129bd82bc70bf4c9506cdbfc8455f74b7b9d0258e24e44de00a79d3076ccb4ad720c8e66b SHA512 018b0d8af648c72ed83e15044cc8356e527b8f6388ebfec263d2c7d5aa2a835831ffdda02cc5d1e60eece3f72261241ed107adaefcf59d2b949c5b98e2c64572
+DIST uwsm-0.23.2.tar.gz 104926 BLAKE2B 9226b4d50ac8e2b451ef42f3c07d9c9a42721a328db32d99d140f4fb0a9ab1cacca5b4a04230595f008835ed1b561170de92267f5e7f3428bef4ad6bcb410c94 SHA512 99f74398d63dcebd0525bdb6a808bbf845d1a6d0c1a76e55ef621f945f7f03eb32abef6a03f620e01918d56625dfcc7643e05bfb0f9a5ebd33cad68e3c3f5d9f
diff --git a/gui-apps/uwsm/uwsm-0.23.2.ebuild b/gui-apps/uwsm/uwsm-0.23.2.ebuild
new file mode 100644
index 000000000000..e9ebd6aea707
--- /dev/null
+++ b/gui-apps/uwsm/uwsm-0.23.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..14} )
+inherit meson optfeature python-single-r1
+
+DESCRIPTION="Universal Wayland Session Manager"
+HOMEPAGE="https://github.com/Vladimir-csp/uwsm"
+SRC_URI="https://github.com/Vladimir-csp/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+man"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+ ${PYTHON_DEPS}
+ $(python_gen_cond_dep '
+ dev-python/dbus-python[${PYTHON_USEDEP}]
+ dev-python/pyxdg[${PYTHON_USEDEP}]
+ ')
+"
+RDEPEND="${DEPEND}"
+BDEPEND="man? ( app-text/scdoc )"
+
+src_configure() {
+ local emesonargs=(
+ -Duuctl=enabled
+ -Dfumon=enabled
+ -Duwsm-app=enabled
+ $(meson_feature man man-pages)
+ -Ddocdir=/usr/share/doc/"${PF}"
+ )
+ meson_src_configure
+}
+
+src_install() {
+ meson_src_install
+ python_fix_shebang "${ED}/usr/bin"
+ python_optimize "${ED}/usr/share/${PN}"
+}
+
+pkg_postinst() {
+ optfeature "TUI selection menu feature" dev-libs/newt
+ optfeature "GUI selection menu for uuctl" gui-apps/wofi
+ optfeature "GUI selection menu for uuctl" x11-misc/dmenu
+ optfeature "GUI selection menu for uuctl" x11-misc/rofi
+ optfeature "notifications from uwsm commands and services (notify-send)" x11-libs/libnotify
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-08-16 16:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-16 16:04 [gentoo-commits] repo/gentoo:master commit in: gui-apps/uwsm/ Kenton Groombridge
-- strict thread matches above, loose matches on Subject: below --
2025-08-08 17:49 Kenton Groombridge
2025-06-29 15:36 Kenton Groombridge
2025-05-29 18:15 Kenton Groombridge
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox