1 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
3 pkgname=gnome-epub-thumbnailer
6 pkgdesc="Thumbnailer for EPub and MOBI books"
7 url="https://gitlab.gnome.org/GNOME/gnome-epub-thumbnailer"
10 _commit=0211ca3c1f11a2c49f3df1aacb33108846b52ef0 # tags/1.6^0
11 depends=(gdk-pixbuf2 librsvg libarchive libxml2)
13 source=("git+https://gitlab.gnome.org/GNOME/gnome-epub-thumbnailer.git#commit=$_commit")
18 git describe --tags | sed 's/-/+/g'
23 NOCONFIGURE=1 ./autogen.sh
28 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
29 --enable-compile-warnings=minimum
34 make -C $pkgname check
38 DESTDIR="$pkgdir" make -C $pkgname install