1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
7 pkgdesc="Access, organize, and share your photos on GNOME"
9 url="https://wiki.gnome.org/Apps/Photos"
11 depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas
12 grilo-plugins lcms2 tracker3-miners geocode-glib grilo gfbgraph libgdata
13 libgexiv2 libraw gnome-online-accounts dleyna-server dleyna-renderer
15 makedepends=(python yelp-tools git meson docbook-xsl)
18 _commit=263d82c16b18db0f59c123e34f317a6926debdd8 # tags/42.0^0
19 source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit"
20 "git+https://gitlab.gnome.org/GNOME/libgd.git")
26 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
33 git submodule set-url subprojects/libgd "$srcdir/libgd"
38 arch-meson $pkgname build -D manuals=true
39 meson compile -C build
43 meson install -C build --destdir "$pkgdir"