[arch-commits] Commit in evince/repos (4 files)

Jan de Groot jgc at archlinux.org
Wed Sep 20 20:52:19 UTC 2017


    Date: Wednesday, September 20, 2017 @ 20:52:18
  Author: jgc
Revision: 306008

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  evince/repos/gnome-unstable-i686/PKGBUILD
    (from rev 306007, evince/trunk/PKGBUILD)
  evince/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 306007, evince/trunk/PKGBUILD)
Deleted:
  evince/repos/gnome-unstable-i686/PKGBUILD
  evince/repos/gnome-unstable-x86_64/PKGBUILD

--------------------------------+
 /PKGBUILD                      |  126 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-i686/PKGBUILD   |   63 -------------------
 gnome-unstable-x86_64/PKGBUILD |   63 -------------------
 3 files changed, 126 insertions(+), 126 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2017-09-20 20:52:11 UTC (rev 306007)
+++ gnome-unstable-i686/PKGBUILD	2017-09-20 20:52:18 UTC (rev 306008)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=evince
-pkgver=3.26.0+2+gfafa2603
-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=fafa2603d553ed3f81e5780cb8f8c16957d505eb  # master~13
-source=("git+https://git.gnome.org/browse/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/gnome-unstable-i686/PKGBUILD (from rev 306007, evince/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-09-20 20:52:18 UTC (rev 306008)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=evince
+pkgver=3.26.0+14+g2a499547
+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=2a4995479ccf65f5bd15df13f9b6c810c3156b58  # master
+source=("git+https://git.gnome.org/browse/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: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2017-09-20 20:52:11 UTC (rev 306007)
+++ gnome-unstable-x86_64/PKGBUILD	2017-09-20 20:52:18 UTC (rev 306008)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=evince
-pkgver=3.26.0+2+gfafa2603
-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=fafa2603d553ed3f81e5780cb8f8c16957d505eb  # master~13
-source=("git+https://git.gnome.org/browse/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/gnome-unstable-x86_64/PKGBUILD (from rev 306007, evince/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-09-20 20:52:18 UTC (rev 306008)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=evince
+pkgver=3.26.0+14+g2a499547
+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=2a4995479ccf65f5bd15df13f9b6c810c3156b58  # master
+source=("git+https://git.gnome.org/browse/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