temp/gtk4.0: upgrade to 4.14.1, clean up compile command (MR 4951)
This commit is contained in:
parent
ca51ad851e
commit
661a6494ce
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Teemu Ikonen <tpikonen@mailbox.org>
|
||||
# Forked from Alpine to apply patches for adaptive transient window handling
|
||||
pkgname=gtk4.0
|
||||
pkgver=9999.4.14.0
|
||||
_pkgver=4.14.0
|
||||
pkgver=9999.4.14.1
|
||||
_pkgver=4.14.1
|
||||
pkgrel=0
|
||||
pkgdesc="The GTK Toolkit (v4)"
|
||||
url="https://www.gtk.org/"
|
||||
|
@ -81,7 +81,7 @@ build() {
|
|||
-Dbuild-testsuite=false \
|
||||
. output
|
||||
meson compile -j 1 -C output gdk/version/gdkversionmacros.h gdk/version/gdk-visibility.h
|
||||
meson compile ${JOBS:+-j ${JOBS}} -C output
|
||||
meson compile -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
|
@ -133,7 +133,7 @@ lang() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
ab027c7441ae80ae2f6f774b82bda7f85a4441ef307fef0c3fe6700d799ced1c18938068f45945f04c80148ed6ba4e41ae67c4cb89185957ed8dd1eff23a9b01 gtk-4.14.0.tar.xz
|
||||
b8b6975ff4e3e9d892c3991809ad7c755f9a85af9731a3a4168e8f28b887f41ce64c39de6dc1a44f210cce96d3a410784d0fd09e15f170cdb8fe2c6c6820df3c gtk-4.14.1.tar.xz
|
||||
85ced777c23111f502f8a7d49902c65b113f51c1156490c08de2d8f9cb4a5e85c4a3eec0f043c0fa9d9ff44d6b9ab44c4c2865ecd06c3979a3f2558b287c35fd 0001-window-Maximize-resizable-transient-windows-on-small.patch
|
||||
559f362a918f0f60dfd621daa489f16a61ea9ddd9ad0ef7ad043ceebe1013b8f2fce2f5c3c27597bfc801f2703867095909f16e2b9088e0bf374f36667e25abe 0002-windowcontrols-Force-close-buttons-for-transient-win.patch
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue