Date: Monday, October 3, 2022 @ 23:28:14 Author: heftig Revision: 457193
15.0.0-1 Modified: gucharmap/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-03 23:28:05 UTC (rev 457192) +++ PKGBUILD 2022-10-03 23:28:14 UTC (rev 457193) @@ -2,7 +2,7 @@ # Contributor: Jan De Groot <[email protected]> pkgname=gucharmap -pkgver=14.0.3 +pkgver=15.0.0 pkgrel=1 pkgdesc="Gnome Unicode Charmap" url="https://wiki.gnome.org/Apps/Gucharmap" @@ -12,8 +12,8 @@ makedepends=(gtk-doc gobject-introspection yelp-tools appdata-tools git meson unicode-character-database unzip vala) provides=(libgucharmap_2_90.so) -options=(debug) -_commit=c5ed6328814952e7a6e7997d02697119dc52eb90 # tags/14.0.3^0 +options=(debug !lto) +_commit=36de4b20deb47bccd8434e36dcc48db8b9460e47 # tags/15.0.0^0 source=("git+https://gitlab.gnome.org/GNOME/gucharmap.git#commit=$_commit") sha256sums=('SKIP') @@ -27,7 +27,9 @@ } build() { - arch-meson $pkgname build -D ucd_path=/usr/share/unicode + arch-meson $pkgname build \ + -D b_lto=false \ + -D ucd_path=/usr/share/unicode meson compile -C build } @@ -38,3 +40,5 @@ package() { meson install -C build --destdir "$pkgdir" } + +# vim:set sw=2 sts=-1 et:
