mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/gtk4 to 4.4.1-1
This commit is contained in:
parent
2e27cedc91
commit
be405bf3c6
1 changed files with 10 additions and 10 deletions
|
@ -5,22 +5,22 @@
|
|||
|
||||
pkgbase=gtk4
|
||||
pkgname=(gtk4 gtk-update-icon-cache gtk4-docs gtk4-demos)
|
||||
pkgver=4.4.0
|
||||
pkgver=4.4.1
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="GObject-based multi-platform GUI toolkit"
|
||||
arch=(x86_64)
|
||||
url="https://www.gtk.org/"
|
||||
depends=(glib2 cairo pango fribidi gdk-pixbuf2 libepoxy libgl libegl harfbuzz
|
||||
libxkbcommon graphene iso-codes tracker3 libcolord wayland
|
||||
wayland-protocols libxrandr libx11 libxrender libxi libxext libxcursor
|
||||
libxdamage libxfixes fontconfig libxinerama libcloudproviders libcups
|
||||
rest json-glib gst-plugins-bad-libs librsvg dconf shared-mime-info
|
||||
desktop-file-utils adwaita-icon-theme cantarell-fonts)
|
||||
makedepends=(git meson gi-docgen shaderc sassc gobject-introspection
|
||||
docbook-xsl)
|
||||
libxkbcommon graphene iso-codes tracker3 libcolord wayland libxrandr
|
||||
libx11 libxrender libxi libxext libxcursor libxdamage libxfixes
|
||||
fontconfig libxinerama libcloudproviders libcups rest json-glib
|
||||
gst-plugins-bad-libs librsvg dconf shared-mime-info desktop-file-utils
|
||||
adwaita-icon-theme cantarell-fonts)
|
||||
makedepends=(git meson gi-docgen shaderc sassc gobject-introspection docbook-xsl
|
||||
wayland-protocols)
|
||||
license=(LGPL)
|
||||
_commit=f1f197e3b94a55d5cbfaae2498f991a0ae733b32 # tags/4.4.0^0
|
||||
_commit=3090fbac82d86543cd198ddf38d4044e05c87d91 # tags/4.4.1^0
|
||||
source=("git+https://github.com/GNOME/gtk.git#commit=$_commit"
|
||||
gtk-update-icon-cache.{hook,script} gtk4-querymodules.hook)
|
||||
sha256sums=('SKIP'
|
||||
|
@ -38,7 +38,7 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
CFLAGS+=" -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS"
|
||||
CFLAGS+=" -DG_DISABLE_CAST_CHECKS"
|
||||
local meson_options=(
|
||||
-D broadway-backend=true
|
||||
-D cloudproviders=enabled
|
||||
|
|
Loading…
Reference in a new issue