ports/contrib (3.7): gtk4: updated optional dependency and fixed buildflag
commit 92640916a4a8cd00b327cbeb33893ed37e4437e8 Author: Tim Biermann <tbier@posteo.de> Date: Sun Oct 30 11:04:24 2022 +0000 gtk4: updated optional dependency and fixed buildflag diff --git a/gtk4/.signature b/gtk4/.signature index f9d18f3e5..92d225c4e 100644 --- a/gtk4/.signature +++ b/gtk4/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF338dvBXprCnjKd/kUTXFRrNFRhgxaROiriO3aH5aTBnXDn2q2WU7C938DT/DdJ46AHFGKrFIdq9r2Z7gyAs+6QM= -SHA256 (Pkgfile) = 76a2c481cbc2707b29ba8396a1c08ff55224655f24a6275642455f57e3f055ec +RWSagIOpLGJF3xr2bOVryTWyaZ8l8v65wk1+bzCTGY+s4JT+wb/ArmVnEkk35TOOMIY4Shgk9uEmJDrb2Ci8igVgq7pYE9qDPwM= +SHA256 (Pkgfile) = 81465ed8137fec8c11f8d8781905d07e3451347cce59e2d80e990d2f0efdc7d4 SHA256 (.footprint) = b815e864bcfa10c786ebe520883d8804ac5e71e17087b56f80305c16801521b6 SHA256 (gtk-4.8.2.tar.bz2) = 0e2227fadf7886d383fbe3b0a48a947292c13daeb25e106908022c584694c84a diff --git a/gtk4/Pkgfile b/gtk4/Pkgfile index b9ad24fff..ea0631b27 100644 --- a/gtk4/Pkgfile +++ b/gtk4/Pkgfile @@ -2,7 +2,7 @@ # URL: https://www.gtk.org/ # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: adwaita-icon-theme docbook-xsl graphene gst-plugins-bad libxkbcommon sassc xorg-libxcursor xorg-libxinerama -# Optional: colord cups vulkan wayland +# Optional: colord cups vulkan wayland-protocols name=gtk4 version=4.8.2 @@ -11,14 +11,14 @@ source=(https://gitlab.gnome.org/GNOME/gtk/-/archive/$version/gtk-$version.tar.b build() { prt-get isinst colord && PKGMK_GTK4+=' -D colord=enabled' - prt-get isinst wayland || PKGMK_GTK4+=' -D wayland-backend=false' + prt-get isinst wayland-protocols || PKGMK_GTK4+=' -D wayland-backend=false' # manpages need rst2man, which we don't have meson setup gtk-$version build $PKGMK_GTK4 \ --prefix=/usr \ -D buildtype=plain \ --wrap-mode nodownload \ - -D b_lto=false \ + -D b_lto=true \ -D b_pie=true \ -D broadway-backend=true \ -D man-pages=false \
participants (1)
-
crux@crux.nu