Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (b61407582c70e2dc38200c846ba03f35162e2553)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (b61407582c70e2dc38200c846ba03f35162e2553)
  • Date: Sat, 15 Nov 2025 12:25:44 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

x11-libs/wine/DEPENDS | 5 +++++
x11-libs/wine/HISTORY | 1 +
xorg-lib/wayland/CONFIGURE | 2 +-
xorg-lib/wayland/DEPENDS | 7 ++++---
xorg-lib/wayland/HISTORY | 3 +++
5 files changed, 14 insertions(+), 4 deletions(-)

New commits:
commit b61407582c70e2dc38200c846ba03f35162e2553
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

wine: Add optional dep on wayland

commit 5ed0514c90c8f87b0f62f0e69cbfee2258b441a1
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

wayland: Fix doc dependencies

diff --git a/x11-libs/wine/DEPENDS b/x11-libs/wine/DEPENDS
index aa3aae1..1f9af5a 100755
--- a/x11-libs/wine/DEPENDS
+++ b/x11-libs/wine/DEPENDS
@@ -114,6 +114,11 @@ optional_depends sane-backends \
'--without-sane' \
'for scanner support' &&

+optional_depends wayland \
+ "--with-wayland" \
+ "--without-wayland" \
+ "Wayland GUI support" &&
+
optional_depends libx11 \
"--with-x" \
"--without-x" \
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 955dd38..26cc8f2 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,5 +1,6 @@
2025-11-15 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated WINE_BRANCH=devel to 10.19
+ * DEPENDS: added wayland optional dep

2025-11-03 Ismael Luceno <ismael AT sourcemage.org>
* CONFIGURE: updated WINE64 description and default
diff --git a/xorg-lib/wayland/CONFIGURE b/xorg-lib/wayland/CONFIGURE
index d0bac55..d1cc655 100755
--- a/xorg-lib/wayland/CONFIGURE
+++ b/xorg-lib/wayland/CONFIGURE
@@ -1 +1 @@
-source $GRIMOIRE/MESON_CONFIGURE
+. "$GRIMOIRE"/MESON_CONFIGURE
diff --git a/xorg-lib/wayland/DEPENDS b/xorg-lib/wayland/DEPENDS
index 7c05653..3b9ce17 100755
--- a/xorg-lib/wayland/DEPENDS
+++ b/xorg-lib/wayland/DEPENDS
@@ -3,9 +3,10 @@ depends expat scanner=true &&
depends libffi &&
depends libxml2 &&
depends PKG-CONFIG &&
+
optional_depends graphviz documentation={true,false} 'build documentation'
&&
-if is_depends_enabled $SPELL graphviz;then
- depends doxygen
- depends libxslt
+if is_depends_enabled $SPELL graphviz; then
+ depends doxygen &&
+ depends libxslt &&
depends xmlto
fi
diff --git a/xorg-lib/wayland/HISTORY b/xorg-lib/wayland/HISTORY
index 33fe5c5..e07e659 100644
--- a/xorg-lib/wayland/HISTORY
+++ b/xorg-lib/wayland/HISTORY
@@ -1,3 +1,6 @@
+2025-11-15 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: fixed doc dependencies
+
2025-07-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.24.0



  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (b61407582c70e2dc38200c846ba03f35162e2553), Ismael Luceno, 11/15/2025

Archive powered by MHonArc 2.6.24.

Top of Page