Date: Tuesday, October 25, 2022 @ 18:32:38 Author: heftig Revision: 458966
43.0-1 Modified: gnome-photos/trunk/PKGBUILD ----------+ PKGBUILD | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 18:30:03 UTC (rev 458965) +++ PKGBUILD 2022-10-25 18:32:38 UTC (rev 458966) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-photos -pkgver=42.0 +pkgver=43.0 pkgrel=1 epoch=1 pkgdesc="Access, organize, and share your photos on GNOME" @@ -9,13 +9,12 @@ url="https://wiki.gnome.org/Apps/Photos" license=(GPL) depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas - grilo-plugins lcms2 tracker3-miners geocode-glib grilo gfbgraph libgdata - libgexiv2 libraw gnome-online-accounts dleyna-server dleyna-renderer - libdazzle libhandy) + lcms2 tracker3-miners geocode-glib-2 libgdata libgexiv2 libraw + gnome-online-accounts dleyna libdazzle libhandy libportal-gtk3) makedepends=(python yelp-tools git meson docbook-xsl) groups=(gnome) options=(debug) -_commit=263d82c16b18db0f59c123e34f317a6926debdd8 # tags/42.0^0 +_commit=79de8be107a6c61c6f3a438601fc643c3d6946c2 # tags/43.0^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit" "git+https://gitlab.gnome.org/GNOME/libgd.git") sha256sums=('SKIP' @@ -29,6 +28,7 @@ prepare() { cd $pkgname + git config --global protocol.file.allow always git submodule init git submodule set-url subprojects/libgd "$srcdir/libgd" git submodule update @@ -35,7 +35,11 @@ } build() { - arch-meson $pkgname build -D manuals=true + local meson_options=( + -D manuals=true + ) + + arch-meson $pkgname build "${meson_options[@]}" meson compile -C build } @@ -42,3 +46,5 @@ package() { meson install -C build --destdir "$pkgdir" } + +# vim:set sw=2 sts=-1 et:
