1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
3 pkgname=xdg-user-dirs-gtk
6 pkgdesc="Creates user dirs and asks to relocalize them"
7 url="https://gitlab.gnome.org/GNOME/xdg-user-dirs-gtk"
10 depends=(gtk3 xdg-user-dirs)
11 makedepends=(intltool git)
13 _commit=cf2a85fa5370aa7cdf36d1c8259ca89d3d737ef9 # tags/0.11^0
14 source=("git+https://gitlab.gnome.org/GNOME/xdg-user-dirs-gtk.git#commit=$_commit"
17 '80bd751b9bfc95e06775da31ff1ae32417bfca2df3b9e063d478b056834224f3')
21 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
26 git apply -3 ../show-in-mate.diff
32 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
33 --disable-more-warnings
39 make DESTDIR="$pkgdir" install
42 # vim:set sw=2 sts=-1 et: