Skip to Content.
Sympa Menu

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

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 (f9242c0f6664ab8d1389fd5c64544bdc19bb36bd)
  • Date: Sat, 26 Aug 2023 16:57:37 +0000

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

x11-toolkits/gtk+4/CONFIGURE | 3 ++-
x11-toolkits/gtk+4/DEPENDS | 3 ++-
x11-toolkits/gtk+4/DETAILS | 4 ++--
x11-toolkits/gtk+4/HISTORY | 6 ++++++
4 files changed, 12 insertions(+), 4 deletions(-)

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

x11-toolkits/gtk+4: version 4.13.0

diff --git a/x11-toolkits/gtk+4/CONFIGURE b/x11-toolkits/gtk+4/CONFIGURE
index 3be2c02..ba7045d 100755
--- a/x11-toolkits/gtk+4/CONFIGURE
+++ b/x11-toolkits/gtk+4/CONFIGURE
@@ -10,7 +10,8 @@ config_query_option GTK4_OPTS "Build examples?" "n" \
"build-examples=true" "build-examples=false" &&

config_query_option GTK4_OPTS "Build tests?" "n" \
- "build-tests=true" "build-tests=false" &&
+ "build-tests=true build-testsuite=true" \
+ "build-tests=false build-testsuite=false" &&

if list_find "${GTK4_OPTS}" "build-tests=true"; then
config_query_option GTK4_OPTS "Install tests?" "n" \
diff --git a/x11-toolkits/gtk+4/DEPENDS b/x11-toolkits/gtk+4/DEPENDS
index a2ca0d3..5edfd77 100755
--- a/x11-toolkits/gtk+4/DEPENDS
+++ b/x11-toolkits/gtk+4/DEPENDS
@@ -1,3 +1,4 @@
+. "${GRIMOIRE}/FUNCTIONS" &&
. "${GRIMOIRE}/MESON_DEPENDS" &&
if spell_ok at-spi2-core &&
is_version_less "2.45.0" "$(installed_version at-spi2-core)"; then
@@ -13,7 +14,7 @@ depends sassc &&

optional_depends cups \
"print-cups=enabled" \
- "print-cups=disable" \
+ "print-cups=disabled" \
"Enable CUPS print backend support?" &&

if is_depends_enabled "${SPELL}" "cups"; then
diff --git a/x11-toolkits/gtk+4/DETAILS b/x11-toolkits/gtk+4/DETAILS
index ba789d4..f0702bb 100755
--- a/x11-toolkits/gtk+4/DETAILS
+++ b/x11-toolkits/gtk+4/DETAILS
@@ -1,7 +1,7 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL="gtk+4"
- VERSION="4.12.1"
-
SOURCE_HASH="sha256:b8b61d6cf94fac64bf3a0bfc7af137c9dd2f8360033fdeb0cfe9612b77a99a72:UPSTREAM_HASH"
+ VERSION="4.13.0"
+
SOURCE_HASH="sha256:0e2e928a271ac5ef9c95d891a2b9a8c46df9598d12efd9ccfa31695e88cab6aa:UPSTREAM_HASH"
SOURCE="gtk-$VERSION.tar.xz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/gtk-${VERSION}"
SOURCE_URL[0]="${GNOME_URL}/sources/gtk/${VERSION%.*}/${SOURCE}"
diff --git a/x11-toolkits/gtk+4/HISTORY b/x11-toolkits/gtk+4/HISTORY
index 1d43827..aee5c9f 100644
--- a/x11-toolkits/gtk+4/HISTORY
+++ b/x11-toolkits/gtk+4/HISTORY
@@ -1,3 +1,9 @@
+2023-08-26 Pavel Vinogradov <public AT sorcemage.org>
+ * DETAILS: version 4.13.0
+ * CONFIGURE: build (or not) testsuite alongside tests
+ * DEPENDS: source grimoire FUNCTIONS for is_version_less, corrected
cups
+ disabled flag
+
2023-08-25 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 4.12.1




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f9242c0f6664ab8d1389fd5c64544bdc19bb36bd), Pavel Vinogradov, 08/26/2023

Archive powered by MHonArc 2.6.24.

Top of Page