[arch-commits] Commit in gnome-epub-thumbnailer/repos (2 files)
Jan Steffens
heftig at archlinux.org
Sat Oct 27 15:57:07 UTC 2018
Date: Saturday, October 27, 2018 @ 15:57:06
Author: heftig
Revision: 337381
archrelease: copy trunk to extra-x86_64
Added:
gnome-epub-thumbnailer/repos/extra-x86_64/
gnome-epub-thumbnailer/repos/extra-x86_64/PKGBUILD
(from rev 337380, gnome-epub-thumbnailer/trunk/PKGBUILD)
----------+
PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
Copied: gnome-epub-thumbnailer/repos/extra-x86_64/PKGBUILD (from rev 337380, gnome-epub-thumbnailer/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2018-10-27 15:57:06 UTC (rev 337381)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-epub-thumbnailer
+pkgver=1.5
+pkgrel=1
+pkgdesc="Thumbnailer for EPub and MOBI books"
+url="https://gitlab.gnome.org/GNOME/gnome-epub-thumbnailer"
+license=(GPL)
+arch=(x86_64)
+_commit=cce8d8e594ef8fe77720ca33656c2f4368cd424a # tags/1.5^0
+depends=(gdk-pixbuf2 libarchive libxml2)
+makedepends=(git gnome-common)
+source=("git+https://gitlab.gnome.org/GNOME/gnome-epub-thumbnailer.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --enable-compile-warnings=minimum
+ make
+}
+
+check() {
+ make -C $pkgname check
+}
+
+package() {
+ DESTDIR="$pkgdir" make -C $pkgname install
+}
+
+# vim:set sw=2 et:
More information about the arch-commits
mailing list