diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2023-08-07 21:19:59 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2023-08-07 21:19:59 +0800 |
commit | e215d238648443419250ab133ecfd466110d99cd (patch) | |
tree | b1de4b64eb9e57c6c32631328bd90b4ae343315e | |
parent | 3e786d51e2dc0f7bc1fb13b44c60b7de3db64532 (diff) | |
download | AUR4-PKGBUILD-e215d238648443419250ab133ecfd466110d99cd.tar.gz AUR4-PKGBUILD-e215d238648443419250ab133ecfd466110d99cd.tar.zst AUR4-PKGBUILD-e215d238648443419250ab133ecfd466110d99cd.zip |
mingw-w64-gtk4: 4.10.4 -> 4.12.0
-rw-r--r-- | mingw-w64-gtk4/.SRCINFO | 8 | ||||
-rw-r--r-- | mingw-w64-gtk4/PKGBUILD | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/mingw-w64-gtk4/.SRCINFO b/mingw-w64-gtk4/.SRCINFO index b4c26a6..fbe0887 100644 --- a/mingw-w64-gtk4/.SRCINFO +++ b/mingw-w64-gtk4/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = mingw-w64-gtk4 pkgdesc = GObject-based multi-platform GUI toolkit (mingw-w64) - pkgver = 4.10.4 + pkgver = 4.12.0 pkgrel = 1 url = https://www.gtk.org install = mingw-w64-gtk4.install @@ -16,7 +16,7 @@ pkgbase = mingw-w64-gtk4 depends = mingw-w64-cairo>=1.14.2-3 depends = mingw-w64-fribidi>=1.0.6 depends = mingw-w64-gdk-pixbuf2>=2.30.0 - depends = mingw-w64-glib2>=2.72.0 + depends = mingw-w64-glib2>=2.76.0 depends = mingw-w64-graphene>=1.10.0 depends = mingw-w64-gst-plugins-bad>=1.12.3 depends = mingw-w64-harfbuzz>=2.6.0 @@ -29,7 +29,7 @@ pkgbase = mingw-w64-gtk4 options = !strip options = !buildflags options = staticlibs - source = https://download.gnome.org/sources/gtk/4.10/gtk-4.10.4.tar.xz - sha256sums = 7725400482e0685e28265e226c62847f4e73cfca9e9b416ac5838207f5377a24 + source = https://download.gnome.org/sources/gtk/4.12/gtk-4.12.0.tar.xz + sha256sums = a6d10829f405b1afc0b65e2a9642c04126a1d1b638d11c6d97426da4f84f1f6f pkgname = mingw-w64-gtk4 diff --git a/mingw-w64-gtk4/PKGBUILD b/mingw-w64-gtk4/PKGBUILD index 946c96e..8b23bd6 100644 --- a/mingw-w64-gtk4/PKGBUILD +++ b/mingw-w64-gtk4/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: lantw44 (at) gmail (dot) com pkgname=mingw-w64-gtk4 -pkgver=4.10.4 +pkgver=4.12.0 pkgrel=1 pkgdesc='GObject-based multi-platform GUI toolkit (mingw-w64)' arch=('any') @@ -20,7 +20,7 @@ depends=( 'mingw-w64-cairo>=1.14.2-3' 'mingw-w64-fribidi>=1.0.6' 'mingw-w64-gdk-pixbuf2>=2.30.0' - 'mingw-w64-glib2>=2.72.0' + 'mingw-w64-glib2>=2.76.0' 'mingw-w64-graphene>=1.10.0' 'mingw-w64-gst-plugins-bad>=1.12.3' 'mingw-w64-harfbuzz>=2.6.0' @@ -34,7 +34,7 @@ options=('!strip' '!buildflags' 'staticlibs') source=( "https://download.gnome.org/sources/gtk/${pkgver%.*}/gtk-${pkgver}.tar.xz") sha256sums=( - '7725400482e0685e28265e226c62847f4e73cfca9e9b416ac5838207f5377a24') + 'a6d10829f405b1afc0b65e2a9642c04126a1d1b638d11c6d97426da4f84f1f6f') _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') @@ -62,7 +62,7 @@ build() { -Dmedia-ffmpeg=disabled \ -Dmedia-gstreamer=enabled \ -Dprint-cups=disabled \ - -Dgtk_doc=false \ + -Ddocumentation=false \ -Dman-pages=false \ -Dintrospection=disabled ninja |