Date: Tuesday, October 25, 2022 @ 15:14:55 Author: heftig Revision: 458889
43.1-1 Modified: eog/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 15:14:49 UTC (rev 458888) +++ PKGBUILD 2022-10-25 15:14:55 UTC (rev 458889) @@ -3,16 +3,17 @@ pkgbase=eog pkgname=(eog eog-docs) -pkgver=42.3 +pkgver=43.1 pkgrel=1 pkgdesc="Eye of Gnome: An image viewing and cataloging program" url="https://wiki.gnome.org/Apps/EyeOfGnome" arch=(x86_64) license=(GPL) -depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg libhandy) +depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg libhandy + webp-pixbuf-loader) makedepends=(gobject-introspection gi-docgen git meson yelp-tools systemd) options=(debug) -_commit=b38fb1f0048b086100ab9ff5c0b2e18142880e8a # tags/42.3^0 +_commit=bfc775c6e3efc7d9aa8a21e7e12ea59e6e921b28 # tags/43.1^0 source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit") sha256sums=('SKIP') @@ -22,7 +23,12 @@ } build() { - arch-meson eog build -D gtk_doc=true -D libportal=false + local meson_options=( + -D gtk_doc=true + -D libportal=false + ) + + arch-meson eog build "${meson_options[@]}" meson compile -C build } @@ -46,3 +52,5 @@ mv doc/* "$pkgdir" } + +# vim:set sw=2 sts=-1 et:
