summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorFlorian Franzmann2021-05-29 20:16:51 +0200
committerFlorian Franzmann2021-06-01 00:44:22 +0200
commit77024ec72c076eb96ae0fc1207c7df5cff21a85c (patch)
treefcf6e9989b1762cb74fcb7acfcf3f90ef6372cd7 /x11-toolkits
parent1c35e2b0fd2e9eefb3543a6530ea02af040be76f (diff)
x11-toolkits/gtk+4: version 4.3.0
Diffstat (limited to 'x11-toolkits')
-rwxr-xr-xx11-toolkits/gtk+4/DEPENDS29
-rwxr-xr-xx11-toolkits/gtk+4/DETAILS10
-rw-r--r--x11-toolkits/gtk+4/HISTORY3
3 files changed, 25 insertions, 17 deletions
diff --git a/x11-toolkits/gtk+4/DEPENDS b/x11-toolkits/gtk+4/DEPENDS
index 15f8618601..377f455c37 100755
--- a/x11-toolkits/gtk+4/DEPENDS
+++ b/x11-toolkits/gtk+4/DEPENDS
@@ -9,30 +9,30 @@ depends graphene &&
depends pango &&
optional_depends cups \
- "print-backends=cups,file" \
- "print-backends=file" \
+ "print-cups=enabled" \
+ "print-cups=disable" \
"Enable CUPS print backend support?" &&
if is_depends_enabled "${SPELL}" "cups"; then
optional_depends colord \
- "colord=yes" \
- "colord=yes" \
+ "colord=enabled" \
+ "colord=disabled" \
"Build colord support for CUPS print backend"
fi &&
optional_depends gobject-introspection \
- "introspection=true" \
- "introspection=false" \
+ "introspection=enabled" \
+ "introspection=disabled" \
"to enable introspection support" &&
optional_depends gstreamer-1.0 \
- "media=gstreamer" \
- "media=none" \
+ "media-gstreamer=enabled" \
+ "media-gstreamer=disabled" \
"for Gstreamer media backend" &&
optional_depends gtk-doc \
- "documentation=true" \
- "documentation=false" \
+ "gtk_doc=true" \
+ "gtk_doc=false" \
"Build documentation with gtk-doc" &&
optional_depends libx11 \
@@ -69,10 +69,15 @@ if is_depends_enabled "${SPELL}" "libx11"; then
fi &&
optional_depends libxinerama \
- "xinerama=yes" \
- "xinerama=no" \
+ "xinerama=enabled" \
+ "xinerama=disabled" \
"for X11 Xinerama extension support" &&
+optional_depends LIBAVCODEC \
+ "media-ffmpeg=enabled" \
+ "media-ffmpeg=disabled" \
+ "to enable Wayland backend" &&
+
optional_depends wayland \
"wayland-backend=true" \
"wayland-backend=false" \
diff --git a/x11-toolkits/gtk+4/DETAILS b/x11-toolkits/gtk+4/DETAILS
index e600d9dc8c..f8fd9b3f28 100755
--- a/x11-toolkits/gtk+4/DETAILS
+++ b/x11-toolkits/gtk+4/DETAILS
@@ -1,10 +1,10 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL="gtk+4"
- VERSION="3.94.0"
- SOURCE_HASH="sha256:a947caa5296610b0f1d7a03b58df34765c227c577c78e683e75eea3251a67035:UPSTREAM_HASH"
- SOURCE="gtk+-$VERSION.tar.xz"
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/gtk+-${VERSION}"
- SOURCE_URL[0]="${GNOME_URL}/sources/gtk+/${VERSION%.*}/${SOURCE}"
+ VERSION="4.3.0"
+ SOURCE_HASH="sha256:1f6ddacb549c80923e6a0600c2a795b38add73f75dc0d0780cdf8bad59589c19:UPSTREAM_HASH"
+ SOURCE="gtk-$VERSION.tar.xz"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/gtk-${VERSION}"
+ SOURCE_URL[0]="${GNOME_URL}/sources/gtk/${VERSION%.*}/${SOURCE}"
LICENSE[0]="LGPL"
WEB_SITE="http://www.gtk.org/"
ENTERED="20190122"
diff --git a/x11-toolkits/gtk+4/HISTORY b/x11-toolkits/gtk+4/HISTORY
index 258c29dc24..72cfc81524 100644
--- a/x11-toolkits/gtk+4/HISTORY
+++ b/x11-toolkits/gtk+4/HISTORY
@@ -1,3 +1,6 @@
+2021-05-29 Florian Franzmann <bwlf@bandrate.org>
+ * DETAILS, DEPENDS: version 4.3.0
+
2019-01-23 Pavel Vinogradov <public@sourcemage.org>
* CONFIGURE: fixed typos