# Maintainer: Jan Alexander Steffens (heftig) # ALARM: Kevin Mihelich # - use github mirror, more reliable pkgbase=gtk4 pkgname=(gtk4 gtk-update-icon-cache gtk4-docs) pkgver=4.2.0 pkgrel=2 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 colord wayland wayland-protocols libxrandr libx11 libxrender libxi libxext libxcursor libxdamage libxfixes libxcomposite fontconfig libxinerama vulkan-icd-loader vulkan-headers libcloudproviders libcups rest json-glib ffmpeg 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) license=(LGPL) _commit=ccbbc2f2babcfaee88d8d8040938ca6bf39d05b6 # tags/4.2.0^0 source=("git+https://github.com/GNOME/gtk.git#commit=$_commit" gtk-update-icon-cache.{hook,script} gtk4-querymodules.hook) sha256sums=('SKIP' '2d435e3bec8b79b533f00f6d04decb1d7c299c6e89b5b175f20be0459f003fe8' 'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541' 'cd8e607eddd9941f279084e1d15309941423d26cca1897f43524a02e58e48816') pkgver() { cd gtk git describe --tags | sed 's/-/+/g' } prepare() { cd gtk } build() { # https://gitlab.gnome.org/GNOME/gtk/-/commit/df4b564d69cc7d2e751537eff61259b36f37e9e5 CFLAGS+=" -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT" arch-meson gtk build \ -D broadway-backend=true \ -D cloudproviders=enabled \ -D tracker=enabled \ -D colord=enabled \ -D gtk_doc=true \ -D man-pages=true meson compile -C build } package_gtk4() { depends+=(gtk-update-icon-cache) provides+=(libgtk-4.so) DESTDIR="$pkgdir" meson install -C build install -Dm644 /dev/stdin "$pkgdir/usr/share/gtk-4.0/settings.ini" <