Date: Tuesday, October 25, 2022 @ 19:23:34 Author: heftig Revision: 458986
3.46.3-1 Modified: gnome-terminal/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 19:21:24 UTC (rev 458985) +++ PKGBUILD 2022-10-25 19:23:34 UTC (rev 458986) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gnome-terminal -pkgver=3.44.1 +pkgver=3.46.3 pkgrel=1 pkgdesc="The GNOME Terminal Emulator" url="https://wiki.gnome.org/Apps/Terminal" @@ -12,7 +12,7 @@ makedepends=(docbook-xsl libnautilus-extension gnome-shell yelp-tools git meson) groups=(gnome) options=(debug) -_commit=8209fbeec17c835cb99708bcaf956b75b69cd7b3 # tags/3.44.1^0 +_commit=bce00598029491f06a0681834014409dc264bf27 # tags/3.46.3^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=$_commit") sha256sums=('SKIP') @@ -26,7 +26,11 @@ } build() { - arch-meson $pkgname build + local meson_options=( + -D b_lto=false + ) + + arch-meson $pkgname build "${meson_options[@]}" meson compile -C build } @@ -37,3 +41,5 @@ package() { meson install -C build --destdir "$pkgdir" } + +# vim:set sw=2 sts=-1 et:
