[arch-commits] Commit in evince/repos (4 files)
Jan Steffens
heftig at archlinux.org
Wed Oct 12 08:47:14 UTC 2016
Date: Wednesday, October 12, 2016 @ 08:47:13
Author: heftig
Revision: 278306
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
evince/repos/testing-i686/PKGBUILD
(from rev 278305, evince/trunk/PKGBUILD)
evince/repos/testing-x86_64/PKGBUILD
(from rev 278305, evince/trunk/PKGBUILD)
Deleted:
evince/repos/testing-i686/PKGBUILD
evince/repos/testing-x86_64/PKGBUILD
-------------------------+
/PKGBUILD | 126 ++++++++++++++++++++++++++++++++++++++++++++++
testing-i686/PKGBUILD | 63 -----------------------
testing-x86_64/PKGBUILD | 63 -----------------------
3 files changed, 126 insertions(+), 126 deletions(-)
Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2016-10-12 08:43:38 UTC (rev 278305)
+++ testing-i686/PKGBUILD 2016-10-12 08:47:13 UTC (rev 278306)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=evince
-pkgver=3.22.0+1+gc1dd9eb
-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=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib dconf
- libsecret gsettings-desktop-schemas gnome-desktop libarchive
- gst-plugins-base-libs)
-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=c1dd9eb697a58044e9d04846590fdfe1e65dda0f
-source=("git://git.gnome.org/evince#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-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/testing-i686/PKGBUILD (from rev 278305, evince/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2016-10-12 08:47:13 UTC (rev 278306)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=evince
+pkgver=3.22.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=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib dconf
+ libsecret gsettings-desktop-schemas gnome-desktop libarchive
+ gst-plugins-base-libs)
+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=ca4868faa3ecc2e4f4962f86820e090682502274 # tags/3.22.1^0
+source=("git://git.gnome.org/evince#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-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
+}
Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2016-10-12 08:43:38 UTC (rev 278305)
+++ testing-x86_64/PKGBUILD 2016-10-12 08:47:13 UTC (rev 278306)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=evince
-pkgver=3.22.0+1+gc1dd9eb
-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=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib dconf
- libsecret gsettings-desktop-schemas gnome-desktop libarchive
- gst-plugins-base-libs)
-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=c1dd9eb697a58044e9d04846590fdfe1e65dda0f
-source=("git://git.gnome.org/evince#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-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/testing-x86_64/PKGBUILD (from rev 278305, evince/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-12 08:47:13 UTC (rev 278306)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=evince
+pkgver=3.22.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=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib dconf
+ libsecret gsettings-desktop-schemas gnome-desktop libarchive
+ gst-plugins-base-libs)
+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=ca4868faa3ecc2e4f4962f86820e090682502274 # tags/3.22.1^0
+source=("git://git.gnome.org/evince#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-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