Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (4b442f9986a4ee6b9e34997aafa02d97973fc559)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (4b442f9986a4ee6b9e34997aafa02d97973fc559)
  • Date: Sat, 26 Nov 2022 07:33:16 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

x11-toolkits/gtk+3/DEPENDS | 9 +++------
x11-toolkits/gtk+3/HISTORY | 3 +++
2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 4b442f9986a4ee6b9e34997aafa02d97973fc559
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

x11-toolkits/gtk+3: depends on libxkbcommon if built with libx11,
removed duplications

diff --git a/x11-toolkits/gtk+3/DEPENDS b/x11-toolkits/gtk+3/DEPENDS
index 9615eb6..38ffe74 100755
--- a/x11-toolkits/gtk+3/DEPENDS
+++ b/x11-toolkits/gtk+3/DEPENDS
@@ -19,12 +19,6 @@ if spell_ok at-spi2-core
&&
else
vdepends <<< 'atk >= 2.15'
fi &&
-depends at-spi2-atk &&
-depends libsm &&
-depends libxext &&
-depends libxcursor &&
-depends libxrender &&
-depends libepoxy &&

optional_depends gtk-doc \
"gtk_doc=true" \
@@ -57,6 +51,9 @@ if is_depends_enabled "${SPELL}" "libx11"; then
depends libxcursor &&
depends libxext &&
depends libxrender &&
+ depends libsm &&
+ depends libepoxy &&
+ depends libxkbcommon &&

optional_depends libxcomposite \
"" \
diff --git a/x11-toolkits/gtk+3/HISTORY b/x11-toolkits/gtk+3/HISTORY
index 1dd01cd..a88e9e2 100644
--- a/x11-toolkits/gtk+3/HISTORY
+++ b/x11-toolkits/gtk+3/HISTORY
@@ -1,3 +1,6 @@
+2022-11-26 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: needs libxkbcommon if built with libx1, removed
duplications
+
2022-10-23 Pavel Vinogradov <public AT sourcemage.org>
* INSTALL -> FINAL: fixed staging install on first cast




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (4b442f9986a4ee6b9e34997aafa02d97973fc559), Pavel Vinogradov, 11/26/2022

Archive powered by MHonArc 2.6.24.

Top of Page