* update gtk4 to 1:4.16.7-3
This commit is contained in:
parent
730e19eda3
commit
9f060ff34c
@ -1,7 +1,7 @@
|
||||
pkgbase = gtk4
|
||||
pkgdesc = GObject-based multi-platform GUI toolkit
|
||||
pkgver = 4.16.7
|
||||
pkgrel = 1
|
||||
pkgrel = 3
|
||||
epoch = 1
|
||||
url = https://www.gtk.org/
|
||||
arch = x86_64
|
||||
@ -53,7 +53,7 @@ pkgbase = gtk4
|
||||
depends = libegl
|
||||
depends = libepoxy
|
||||
depends = libgl
|
||||
depends = libjpeg
|
||||
depends = libjpeg-turbo
|
||||
depends = libpng
|
||||
depends = librsvg
|
||||
depends = libtiff
|
||||
@ -82,7 +82,7 @@ pkgbase = gtk4
|
||||
b2sums = 6bcd839ef82296d864587e0cc7acc0145bdea8e5235af304747cf3c0e564c2757cc67c0373dc044bec83dccfc57dc899546c2fccea96cff2bba22f09978a3814
|
||||
b2sums = dd589bd1ad2b13f0e06f6899776a083f20a1aac24d4308d666ffd0d1cff38457b8257b8366f92e767b4233b3d86b6b54fa50339faf84c4801a824986366dce30
|
||||
b2sums = 4b90eb8d582509b09aab401313d4399cc139ad21b5dd7d45d79860d0764c7494c60714e0794e09823e51d1894ac032a994f27d79d1499abf24ee6f59bdb0c243
|
||||
b2sums = e240e0a064d6f2e5b2780c41c49b3b55e3e89b99dd4efb515a5a953bf06ed66a04342d81c987b34989650ead5a7797eada867328bb0f97be7e3040dc957543d9
|
||||
b2sums = 8730443c7f69a0009172d85d88e2211958c2a812604ce1d73b1f1d448a78b8662993650e3aff323d15d322cbb455b85ad1b2a941933db4ede1e2e79684b188d7
|
||||
|
||||
pkgname = gtk4
|
||||
depends = adwaita-icon-theme
|
||||
@ -106,7 +106,7 @@ pkgname = gtk4
|
||||
depends = libegl
|
||||
depends = libepoxy
|
||||
depends = libgl
|
||||
depends = libjpeg
|
||||
depends = libjpeg-turbo
|
||||
depends = libpng
|
||||
depends = librsvg
|
||||
depends = libtiff
|
||||
|
@ -15,7 +15,7 @@ See: https://gitlab.gnome.org/GNOME/gtk/-/issues/6153
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index d7c859b8ca71..8b7b22da0504 100644
|
||||
index 87a46805494b..2b4e05080bcb 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -783,7 +783,7 @@ if ld.found()
|
||||
|
@ -10,7 +10,7 @@ pkgname=(
|
||||
gtk-update-icon-cache
|
||||
)
|
||||
pkgver=4.16.7
|
||||
pkgrel=1
|
||||
pkgrel=3
|
||||
epoch=1
|
||||
pkgdesc="GObject-based multi-platform GUI toolkit"
|
||||
url="https://www.gtk.org/"
|
||||
@ -38,7 +38,7 @@ depends=(
|
||||
libegl
|
||||
libepoxy
|
||||
libgl
|
||||
libjpeg
|
||||
libjpeg-turbo
|
||||
libpng
|
||||
librsvg
|
||||
libtiff
|
||||
@ -94,7 +94,7 @@ b2sums=('6e6ce380f7a3a5b4ea6767111f8157ec6c249834df6d1956ff4368c49e1b120176a314d
|
||||
'6bcd839ef82296d864587e0cc7acc0145bdea8e5235af304747cf3c0e564c2757cc67c0373dc044bec83dccfc57dc899546c2fccea96cff2bba22f09978a3814'
|
||||
'dd589bd1ad2b13f0e06f6899776a083f20a1aac24d4308d666ffd0d1cff38457b8257b8366f92e767b4233b3d86b6b54fa50339faf84c4801a824986366dce30'
|
||||
'4b90eb8d582509b09aab401313d4399cc139ad21b5dd7d45d79860d0764c7494c60714e0794e09823e51d1894ac032a994f27d79d1499abf24ee6f59bdb0c243'
|
||||
'e240e0a064d6f2e5b2780c41c49b3b55e3e89b99dd4efb515a5a953bf06ed66a04342d81c987b34989650ead5a7797eada867328bb0f97be7e3040dc957543d9')
|
||||
'8730443c7f69a0009172d85d88e2211958c2a812604ce1d73b1f1d448a78b8662993650e3aff323d15d322cbb455b85ad1b2a941933db4ede1e2e79684b188d7')
|
||||
|
||||
prepare() {
|
||||
cd gtk
|
||||
@ -121,10 +121,7 @@ build() {
|
||||
|
||||
CFLAGS+=" -DG_DISABLE_CAST_CHECKS"
|
||||
arch-meson gtk build "${meson_options[@]}"
|
||||
|
||||
# leave enough threads to spawn LTO
|
||||
let numthreads="$(nproc) / 2"
|
||||
meson compile -j"$numthreads" -C build
|
||||
meson compile -C build
|
||||
}
|
||||
|
||||
check() (
|
||||
|
Loading…
x
Reference in New Issue
Block a user