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 lcms2 tracker3-miners geocode-glib-2 libgdata libgexiv2 libraw
13 gnome-online-accounts dleyna libdazzle libhandy libportal-gtk3)
14 makedepends=(python yelp-tools git meson docbook-xsl)
17 _commit=79de8be107a6c61c6f3a438601fc643c3d6946c2 # tags/43.0^0
18 source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit"
19 "git+https://gitlab.gnome.org/GNOME/libgd.git")
25 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
32 git submodule set-url subprojects/libgd "$srcdir/libgd"
33 git -c protocol.file.allow=always submodule update
41 arch-meson $pkgname build "${meson_options[@]}"
42 meson compile -C build
46 meson install -C build --destdir "$pkgdir"
49 # vim:set sw=2 sts=-1 et: