1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
7 pkgdesc="Access, organize, and share your photos on GNOME"
8 url="https://wiki.gnome.org/Apps/Photos"
17 gsettings-desktop-schemas
34 _commit=a0eb37bfb6760aa1414fa41ee1ff007336301b8c # tags/44.0^0
36 "git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit"
37 "git+https://gitlab.gnome.org/GNOME/libgd.git"
44 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
51 git submodule set-url subprojects/libgd "$srcdir/libgd"
52 git -c protocol.file.allow=always submodule update
60 arch-meson $pkgname build "${meson_options[@]}"
61 meson compile -C build
65 meson install -C build --destdir "$pkgdir"
68 # vim:set sw=2 sts=-1 et: