[arch-commits] Commit in evince/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue Oct 23 21:58:32 UTC 2018
Date: Tuesday, October 23, 2018 @ 21:58:32
Author: heftig
Revision: 337199
archrelease: copy trunk to extra-x86_64
Added:
evince/repos/extra-x86_64/PKGBUILD
(from rev 337198, evince/trunk/PKGBUILD)
Deleted:
evince/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 120 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 60 insertions(+), 60 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-23 21:58:19 UTC (rev 337198)
+++ PKGBUILD 2018-10-23 21:58:32 UTC (rev 337199)
@@ -1,60 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=evince
-pkgver=3.30.1
-pkgrel=1
-pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex support with gedit, comics books (cbr,cbz,cb7 and cbt))"
-url="https://wiki.gnome.org/Apps/Evince"
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib dconf libsecret libsynctex
- gsettings-desktop-schemas gnome-desktop libarchive gst-plugins-base-libs gspell)
-makedepends=(itstool libnautilus-extension texlive-bin gobject-introspection intltool docbook-xsl
- python gtk-doc git gnome-common)
-optdepends=('texlive-bin: DVI support'
- 'gvfs: bookmark support and session saving')
-groups=(gnome)
-options=('!emptydirs')
-_commit=4916339769013ed365c8eca5f1a7dff2b8b94187 # tags/3.30.1^0
-source=("git+https://gitlab.gnome.org/GNOME/evince.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd $pkgname
-
- BROWSER_PLUGIN_DIR=/usr/lib/epiphany/plugins \
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --libexecdir=/usr/lib/$pkgname \
- --disable-static \
- --enable-compile-warnings=minimum \
- --enable-introspection \
- --enable-nautilus \
- --enable-pdf \
- --enable-ps \
- --enable-tiff \
- --enable-djvu \
- --enable-dvi \
- --enable-t1lib \
- --enable-comics \
- --enable-gtk-doc \
- --enable-multimedia \
- --disable-schemas-compile
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-}
Copied: evince/repos/extra-x86_64/PKGBUILD (from rev 337198, evince/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-10-23 21:58:32 UTC (rev 337199)
@@ -0,0 +1,60 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=evince
+pkgver=3.30.2
+pkgrel=1
+pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex support with gedit, comics books (cbr,cbz,cb7 and cbt))"
+url="https://wiki.gnome.org/Apps/Evince"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib dconf libsecret libsynctex
+ gsettings-desktop-schemas gnome-desktop libarchive gst-plugins-base-libs gspell)
+makedepends=(itstool libnautilus-extension texlive-bin gobject-introspection intltool docbook-xsl
+ python gtk-doc git gnome-common)
+optdepends=('texlive-bin: DVI support'
+ 'gvfs: bookmark support and session saving')
+groups=(gnome)
+options=('!emptydirs')
+_commit=d1cef98aecbc490dbea72323e4e75af5fcc2f5d8 # tags/3.30.2^0
+source=("git+https://gitlab.gnome.org/GNOME/evince.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+
+ BROWSER_PLUGIN_DIR=/usr/lib/epiphany/plugins \
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --libexecdir=/usr/lib/$pkgname \
+ --disable-static \
+ --enable-compile-warnings=minimum \
+ --enable-introspection \
+ --enable-nautilus \
+ --enable-pdf \
+ --enable-ps \
+ --enable-tiff \
+ --enable-djvu \
+ --enable-dvi \
+ --enable-t1lib \
+ --enable-comics \
+ --enable-gtk-doc \
+ --enable-multimedia \
+ --disable-schemas-compile
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list