Date: Saturday, November 5, 2022 @ 21:44:30 Author: heftig Revision: 460720
15.0.1-1 Modified: gucharmap/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-05 21:42:19 UTC (rev 460719) +++ PKGBUILD 2022-11-05 21:44:30 UTC (rev 460720) @@ -2,7 +2,7 @@ # Contributor: Jan De Groot <[email protected]> pkgname=gucharmap -pkgver=15.0.0 +pkgver=15.0.1 pkgrel=1 pkgdesc="Gnome Unicode Charmap" url="https://wiki.gnome.org/Apps/Gucharmap" @@ -13,7 +13,7 @@ unicode-character-database unzip vala) provides=(libgucharmap_2_90.so) options=(debug !lto) -_commit=36de4b20deb47bccd8434e36dcc48db8b9460e47 # tags/15.0.0^0 +_commit=2b5d70d16d39995db5c90c4595f70a3f3acb571d # tags/15.0.1^0 source=("git+https://gitlab.gnome.org/GNOME/gucharmap.git#commit=$_commit") sha256sums=('SKIP') @@ -27,9 +27,12 @@ } build() { - arch-meson $pkgname build \ - -D b_lto=false \ + local meson_options=( + -D b_lto=false -D ucd_path=/usr/share/unicode + ) + + arch-meson $pkgname build "${meson_options[@]}" meson compile -C build }
