* [PR PATCH] gtk+3: update to 3.24.36.
@ 2023-03-01 18:00 mhmdanas
2023-03-01 18:40 ` [PR PATCH] [Updated] " mhmdanas
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: mhmdanas @ 2023-03-01 18:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1235 bytes --]
There is a new pull request by mhmdanas against master on the void-packages repository
https://github.com/mhmdanas/void-packages gtk+3-3.24.36
https://github.com/void-linux/void-packages/pull/42530
gtk+3: update to 3.24.36.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
@Gottox
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/42530.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtk+3-3.24.36-42530.patch --]
[-- Type: text/x-diff, Size: 2622 bytes --]
From 50c81598edcf5371f10c03de261abbfcd272c543 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Wed, 1 Mar 2023 17:59:22 +0000
Subject: [PATCH] gtk+3: update to 3.24.36.
---
srcpkgs/gtk+3/template | 50 +++++++++++++++++-------------------------
1 file changed, 20 insertions(+), 30 deletions(-)
diff --git a/srcpkgs/gtk+3/template b/srcpkgs/gtk+3/template
index eaf85bc82ece..7ed23c092c81 100644
--- a/srcpkgs/gtk+3/template
+++ b/srcpkgs/gtk+3/template
@@ -1,6 +1,6 @@
# Template file for 'gtk+3'
pkgname=gtk+3
-version=3.24.34
+version=3.24.36
revision=1
build_style=meson
build_helper="gir"
@@ -14,6 +14,7 @@ configure_args="
$(vopt_bool gtk_doc)
-Dman=true
$(vopt_bool gir introspection)
+ -Dexamples=false
"
conf_files="/etc/gtk-3.0/im-multipress.conf"
hostmakedepends="gettext-devel glib-devel gtk-doc gtk-update-icon-cache perl
@@ -31,24 +32,13 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://www.gtk.org/"
distfiles="${GNOME_SITE}/gtk+/${version%.*}/gtk+-${version}.tar.xz"
-checksum=dbc69f90ddc821b8d1441f00374dc1da4323a2eafa9078e61edbe5eeefa852ec
-_broken_tests="
- a11y/scale-drawvalue
- a11y/menu
- a11y/menubutton
- a11y/menubutton2
- a11y/menubutton3
- a11y/tooltips
- reftests/button-wrapping.ui
- reftests/cellrenderer-pixbuf-stock-rtl.ui
- reftests/symbolic-icon-translucent-color.ui
- reftests/window-height-for-width.ui
- reftests/quit-mnemonic.ui
-"
+checksum=27a6ef157743350c807ffea59baa1d70226dbede82a5e953ffd58ea6059fe691
+# No tests broken at the moment.
+#_broken_tests=""
-case "$XBPS_TARGET_MACHINE" in
- i686*) _broken_tests+=" gtk/cellarea" ;;
-esac
+if [ -z "$XBPS_CHECK_PKGS" ]; then
+ configure_args+=" -Dtests=false"
+fi
# Package build options
build_options="broadway colord cups gir cloudproviders wayland x11 gtk_doc"
@@ -61,18 +51,18 @@ if [ -z "$CROSS_BUILD" ]; then
build_options_default+=" gtk_doc"
fi
-pre_check() {
- for t in $_broken_tests; do
- test_dir="testsuite/${t%\/*}"
- test_name="${t##*\/}"
-
- if [ "$test_dir" == "testsuite/gtk" ]; then
- vsed -e "/'${test_name}'/d" -i "$test_dir/meson.build"
- else
- vsed -e "/'${test_name}',/d" -i "$test_dir/meson.build"
- fi
- done
-}
+#pre_check() {
+# for t in $_broken_tests; do
+# test_dir="testsuite/${t%\/*}"
+# test_name="${t##*\/}"
+#
+# if [ "$test_dir" == "testsuite/gtk" ]; then
+# vsed -e "/'${test_name}'/d" -i "$test_dir/meson.build"
+# else
+# vsed -e "/'${test_name}',/d" -i "$test_dir/meson.build"
+# fi
+# done
+#}
do_check() {
xvfb-run dbus-run-session ninja -C build ${makejobs} test
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] gtk+3: update to 3.24.36.
2023-03-01 18:00 [PR PATCH] gtk+3: update to 3.24.36 mhmdanas
@ 2023-03-01 18:40 ` mhmdanas
2023-03-01 21:05 ` mhmdanas
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: mhmdanas @ 2023-03-01 18:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1240 bytes --]
There is an updated pull request by mhmdanas against master on the void-packages repository
https://github.com/mhmdanas/void-packages gtk+3-3.24.36
https://github.com/void-linux/void-packages/pull/42530
gtk+3: update to 3.24.36.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
@Gottox
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/42530.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtk+3-3.24.36-42530.patch --]
[-- Type: text/x-diff, Size: 1930 bytes --]
From 3c4573b4b43ea6d49937ca31775fd301b8c5e16f Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Wed, 1 Mar 2023 17:59:22 +0000
Subject: [PATCH] gtk+3: update to 3.24.36.
---
srcpkgs/gtk+3/template | 25 +++++++++----------------
1 file changed, 9 insertions(+), 16 deletions(-)
diff --git a/srcpkgs/gtk+3/template b/srcpkgs/gtk+3/template
index eaf85bc82ece..d92d47b214c8 100644
--- a/srcpkgs/gtk+3/template
+++ b/srcpkgs/gtk+3/template
@@ -1,6 +1,6 @@
# Template file for 'gtk+3'
pkgname=gtk+3
-version=3.24.34
+version=3.24.36
revision=1
build_style=meson
build_helper="gir"
@@ -14,6 +14,7 @@ configure_args="
$(vopt_bool gtk_doc)
-Dman=true
$(vopt_bool gir introspection)
+ -Dexamples=false
"
conf_files="/etc/gtk-3.0/im-multipress.conf"
hostmakedepends="gettext-devel glib-devel gtk-doc gtk-update-icon-cache perl
@@ -31,25 +32,17 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://www.gtk.org/"
distfiles="${GNOME_SITE}/gtk+/${version%.*}/gtk+-${version}.tar.xz"
-checksum=dbc69f90ddc821b8d1441f00374dc1da4323a2eafa9078e61edbe5eeefa852ec
-_broken_tests="
- a11y/scale-drawvalue
- a11y/menu
- a11y/menubutton
- a11y/menubutton2
- a11y/menubutton3
- a11y/tooltips
- reftests/button-wrapping.ui
- reftests/cellrenderer-pixbuf-stock-rtl.ui
- reftests/symbolic-icon-translucent-color.ui
- reftests/window-height-for-width.ui
- reftests/quit-mnemonic.ui
-"
+checksum=27a6ef157743350c807ffea59baa1d70226dbede82a5e953ffd58ea6059fe691
+# _broken_tests=""
case "$XBPS_TARGET_MACHINE" in
- i686*) _broken_tests+=" gtk/cellarea" ;;
+ i686*) _broken_tests+=" reftests/linear-gradient.ui" ;;
esac
+if [ -z "$XBPS_CHECK_PKGS" ]; then
+ configure_args+=" -Dtests=false"
+fi
+
# Package build options
build_options="broadway colord cups gir cloudproviders wayland x11 gtk_doc"
desc_option_broadway="Enable support for the HTML5 Broadway backend"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] gtk+3: update to 3.24.36.
2023-03-01 18:00 [PR PATCH] gtk+3: update to 3.24.36 mhmdanas
2023-03-01 18:40 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-03-01 21:05 ` mhmdanas
2023-03-05 22:25 ` mhmdanas
2023-03-06 19:47 ` [PR PATCH] [Merged]: gtk+3: update to 3.24.37 paper42
3 siblings, 0 replies; 5+ messages in thread
From: mhmdanas @ 2023-03-01 21:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1240 bytes --]
There is an updated pull request by mhmdanas against master on the void-packages repository
https://github.com/mhmdanas/void-packages gtk+3-3.24.36
https://github.com/void-linux/void-packages/pull/42530
gtk+3: update to 3.24.36.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
@Gottox
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/42530.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtk+3-3.24.36-42530.patch --]
[-- Type: text/x-diff, Size: 2584 bytes --]
From baf6634e7fcd48d8a377e68bda87f22fc9f6a0a7 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Wed, 1 Mar 2023 17:59:22 +0000
Subject: [PATCH] gtk+3: update to 3.24.36.
---
srcpkgs/gtk+3/template | 35 ++++++++++++-----------------------
1 file changed, 12 insertions(+), 23 deletions(-)
diff --git a/srcpkgs/gtk+3/template b/srcpkgs/gtk+3/template
index eaf85bc82ece..cf81c5b38395 100644
--- a/srcpkgs/gtk+3/template
+++ b/srcpkgs/gtk+3/template
@@ -1,6 +1,6 @@
# Template file for 'gtk+3'
pkgname=gtk+3
-version=3.24.34
+version=3.24.36
revision=1
build_style=meson
build_helper="gir"
@@ -14,6 +14,7 @@ configure_args="
$(vopt_bool gtk_doc)
-Dman=true
$(vopt_bool gir introspection)
+ -Dexamples=false
"
conf_files="/etc/gtk-3.0/im-multipress.conf"
hostmakedepends="gettext-devel glib-devel gtk-doc gtk-update-icon-cache perl
@@ -31,25 +32,17 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://www.gtk.org/"
distfiles="${GNOME_SITE}/gtk+/${version%.*}/gtk+-${version}.tar.xz"
-checksum=dbc69f90ddc821b8d1441f00374dc1da4323a2eafa9078e61edbe5eeefa852ec
-_broken_tests="
- a11y/scale-drawvalue
- a11y/menu
- a11y/menubutton
- a11y/menubutton2
- a11y/menubutton3
- a11y/tooltips
- reftests/button-wrapping.ui
- reftests/cellrenderer-pixbuf-stock-rtl.ui
- reftests/symbolic-icon-translucent-color.ui
- reftests/window-height-for-width.ui
- reftests/quit-mnemonic.ui
-"
+checksum=27a6ef157743350c807ffea59baa1d70226dbede82a5e953ffd58ea6059fe691
+# _broken_tests=""
case "$XBPS_TARGET_MACHINE" in
- i686*) _broken_tests+=" gtk/cellarea" ;;
+ i686*) _broken_tests="reftests/linear-gradient.ui" ;;
esac
+if [ -z "$XBPS_CHECK_PKGS" ]; then
+ configure_args+=" -Dtests=false"
+fi
+
# Package build options
build_options="broadway colord cups gir cloudproviders wayland x11 gtk_doc"
desc_option_broadway="Enable support for the HTML5 Broadway backend"
@@ -66,11 +59,7 @@ pre_check() {
test_dir="testsuite/${t%\/*}"
test_name="${t##*\/}"
- if [ "$test_dir" == "testsuite/gtk" ]; then
- vsed -e "/'${test_name}'/d" -i "$test_dir/meson.build"
- else
- vsed -e "/'${test_name}',/d" -i "$test_dir/meson.build"
- fi
+ vsed -e "/'${test_name}'/d" -i "${test_dir}/meson.build"
done
}
@@ -79,8 +68,8 @@ do_check() {
}
post_install() {
- rm -f ${DESTDIR}/usr/bin/gtk-update-icon-cache
- rm -f ${DESTDIR}/usr/share/man/man1/gtk-update-icon-cache.1
+ rm ${DESTDIR}/usr/bin/gtk-update-icon-cache
+ rm ${DESTDIR}/usr/share/man/man1/gtk-update-icon-cache.1
}
gtk+3-devel_package() {
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] gtk+3: update to 3.24.36.
2023-03-01 18:00 [PR PATCH] gtk+3: update to 3.24.36 mhmdanas
2023-03-01 18:40 ` [PR PATCH] [Updated] " mhmdanas
2023-03-01 21:05 ` mhmdanas
@ 2023-03-05 22:25 ` mhmdanas
2023-03-06 19:47 ` [PR PATCH] [Merged]: gtk+3: update to 3.24.37 paper42
3 siblings, 0 replies; 5+ messages in thread
From: mhmdanas @ 2023-03-05 22:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1240 bytes --]
There is an updated pull request by mhmdanas against master on the void-packages repository
https://github.com/mhmdanas/void-packages gtk+3-3.24.36
https://github.com/void-linux/void-packages/pull/42530
gtk+3: update to 3.24.36.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
@Gottox
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/42530.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtk+3-3.24.36-42530.patch --]
[-- Type: text/x-diff, Size: 2584 bytes --]
From 2db684f1efd95e29e6bcbb2883be9ad6b60a8d64 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Wed, 1 Mar 2023 17:59:22 +0000
Subject: [PATCH] gtk+3: update to 3.24.37.
---
srcpkgs/gtk+3/template | 35 ++++++++++++-----------------------
1 file changed, 12 insertions(+), 23 deletions(-)
diff --git a/srcpkgs/gtk+3/template b/srcpkgs/gtk+3/template
index eaf85bc82ece..44843eb762c0 100644
--- a/srcpkgs/gtk+3/template
+++ b/srcpkgs/gtk+3/template
@@ -1,6 +1,6 @@
# Template file for 'gtk+3'
pkgname=gtk+3
-version=3.24.34
+version=3.24.37
revision=1
build_style=meson
build_helper="gir"
@@ -14,6 +14,7 @@ configure_args="
$(vopt_bool gtk_doc)
-Dman=true
$(vopt_bool gir introspection)
+ -Dexamples=false
"
conf_files="/etc/gtk-3.0/im-multipress.conf"
hostmakedepends="gettext-devel glib-devel gtk-doc gtk-update-icon-cache perl
@@ -31,25 +32,17 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://www.gtk.org/"
distfiles="${GNOME_SITE}/gtk+/${version%.*}/gtk+-${version}.tar.xz"
-checksum=dbc69f90ddc821b8d1441f00374dc1da4323a2eafa9078e61edbe5eeefa852ec
-_broken_tests="
- a11y/scale-drawvalue
- a11y/menu
- a11y/menubutton
- a11y/menubutton2
- a11y/menubutton3
- a11y/tooltips
- reftests/button-wrapping.ui
- reftests/cellrenderer-pixbuf-stock-rtl.ui
- reftests/symbolic-icon-translucent-color.ui
- reftests/window-height-for-width.ui
- reftests/quit-mnemonic.ui
-"
+checksum=6745f0b4c053794151fd0f0e2474b077cccff5f83e9dd1bf3d39fe9fe5fb7f57
+# _broken_tests=""
case "$XBPS_TARGET_MACHINE" in
- i686*) _broken_tests+=" gtk/cellarea" ;;
+ i686*) _broken_tests="reftests/linear-gradient.ui" ;;
esac
+if [ -z "$XBPS_CHECK_PKGS" ]; then
+ configure_args+=" -Dtests=false"
+fi
+
# Package build options
build_options="broadway colord cups gir cloudproviders wayland x11 gtk_doc"
desc_option_broadway="Enable support for the HTML5 Broadway backend"
@@ -66,11 +59,7 @@ pre_check() {
test_dir="testsuite/${t%\/*}"
test_name="${t##*\/}"
- if [ "$test_dir" == "testsuite/gtk" ]; then
- vsed -e "/'${test_name}'/d" -i "$test_dir/meson.build"
- else
- vsed -e "/'${test_name}',/d" -i "$test_dir/meson.build"
- fi
+ vsed -e "/'${test_name}'/d" -i "${test_dir}/meson.build"
done
}
@@ -79,8 +68,8 @@ do_check() {
}
post_install() {
- rm -f ${DESTDIR}/usr/bin/gtk-update-icon-cache
- rm -f ${DESTDIR}/usr/share/man/man1/gtk-update-icon-cache.1
+ rm ${DESTDIR}/usr/bin/gtk-update-icon-cache
+ rm ${DESTDIR}/usr/share/man/man1/gtk-update-icon-cache.1
}
gtk+3-devel_package() {
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Merged]: gtk+3: update to 3.24.37.
2023-03-01 18:00 [PR PATCH] gtk+3: update to 3.24.36 mhmdanas
` (2 preceding siblings ...)
2023-03-05 22:25 ` mhmdanas
@ 2023-03-06 19:47 ` paper42
3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-03-06 19:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1076 bytes --]
There's a merged pull request on the void-packages repository
gtk+3: update to 3.24.37.
https://github.com/void-linux/void-packages/pull/42530
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
@Gottox
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-03-06 19:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-01 18:00 [PR PATCH] gtk+3: update to 3.24.36 mhmdanas
2023-03-01 18:40 ` [PR PATCH] [Updated] " mhmdanas
2023-03-01 21:05 ` mhmdanas
2023-03-05 22:25 ` mhmdanas
2023-03-06 19:47 ` [PR PATCH] [Merged]: gtk+3: update to 3.24.37 paper42
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).