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

Jan de Groot jgc at archlinux.org
Tue Oct 14 13:53:14 UTC 2014


    Date: Tuesday, October 14, 2014 @ 15:53:14
  Author: jgc
Revision: 224324

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  evince/repos/testing-i686/PKGBUILD
    (from rev 224323, evince/trunk/PKGBUILD)
  evince/repos/testing-i686/evince.install
    (from rev 224323, evince/trunk/evince.install)
  evince/repos/testing-x86_64/PKGBUILD
    (from rev 224323, evince/trunk/PKGBUILD)
  evince/repos/testing-x86_64/evince.install
    (from rev 224323, evince/trunk/evince.install)
Deleted:
  evince/repos/testing-i686/PKGBUILD
  evince/repos/testing-i686/evince.install
  evince/repos/testing-x86_64/PKGBUILD
  evince/repos/testing-x86_64/evince.install

-------------------------------+
 /PKGBUILD                     |   80 ++++++++++++++++++++++++++++++++++++++++
 /evince.install               |   26 +++++++++++++
 testing-i686/PKGBUILD         |   40 --------------------
 testing-i686/evince.install   |   13 ------
 testing-x86_64/PKGBUILD       |   40 --------------------
 testing-x86_64/evince.install |   13 ------
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2014-10-14 13:53:08 UTC (rev 224323)
+++ testing-i686/PKGBUILD	2014-10-14 13:53:14 UTC (rev 224324)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=evince
-pkgver=3.14.0
-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 libsecret desktop-file-utils dconf gsettings-desktop-schemas gnome-desktop)
-makedepends=(itstool libnautilus-extension texlive-bin intltool gobject-introspection docbook-xsl python python2)
-optdepends=('texlive-bin: DVI support'
-	    'gvfs: bookmark support and session saving'
-            'p7zip: cbz and cb7 compressed comic books'
-            'tar: cbt compressed comic books'
-            'unrar: cbr compressed comic books')
-groups=(gnome)
-install=evince.install
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f4a4b0e393b1fdb097bbf8ff69c658ff1a9eac5798d62ca3c9f52e5ca553de93')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr   --sysconfdir=/etc \
-      --localstatedir=/var    --libexecdir=/usr/lib/evince \
-      --disable-static        --enable-nautilus \
-      --enable-pdf            --enable-tiff \
-      --enable-djvu           --enable-dvi \
-      --enable-t1lib          --enable-comics \
-      --disable-scrollkeeper  --disable-schemas-compile \
-      --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: evince/repos/testing-i686/PKGBUILD (from rev 224323, evince/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-10-14 13:53:14 UTC (rev 224324)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=evince
+pkgver=3.14.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 libsecret desktop-file-utils dconf gsettings-desktop-schemas gnome-desktop)
+makedepends=(itstool libnautilus-extension texlive-bin intltool gobject-introspection docbook-xsl python python2)
+optdepends=('texlive-bin: DVI support'
+	    'gvfs: bookmark support and session saving'
+            'p7zip: cbz and cb7 compressed comic books'
+            'tar: cbt compressed comic books'
+            'unrar: cbr compressed comic books')
+groups=(gnome)
+install=evince.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('13ec728d6957aa18ba21a3a66504dd52b8607596337f30f0908b62b5fcc14507')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr   --sysconfdir=/etc \
+      --localstatedir=/var    --libexecdir=/usr/lib/evince \
+      --disable-static        --enable-nautilus \
+      --enable-pdf            --enable-tiff \
+      --enable-djvu           --enable-dvi \
+      --enable-t1lib          --enable-comics \
+      --disable-scrollkeeper  --disable-schemas-compile \
+      --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/evince.install
===================================================================
--- testing-i686/evince.install	2014-10-14 13:53:08 UTC (rev 224323)
+++ testing-i686/evince.install	2014-10-14 13:53:14 UTC (rev 224324)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: evince/repos/testing-i686/evince.install (from rev 224323, evince/trunk/evince.install)
===================================================================
--- testing-i686/evince.install	                        (rev 0)
+++ testing-i686/evince.install	2014-10-14 13:53:14 UTC (rev 224324)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2014-10-14 13:53:08 UTC (rev 224323)
+++ testing-x86_64/PKGBUILD	2014-10-14 13:53:14 UTC (rev 224324)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=evince
-pkgver=3.14.0
-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 libsecret desktop-file-utils dconf gsettings-desktop-schemas gnome-desktop)
-makedepends=(itstool libnautilus-extension texlive-bin intltool gobject-introspection docbook-xsl python python2)
-optdepends=('texlive-bin: DVI support'
-	    'gvfs: bookmark support and session saving'
-            'p7zip: cbz and cb7 compressed comic books'
-            'tar: cbt compressed comic books'
-            'unrar: cbr compressed comic books')
-groups=(gnome)
-install=evince.install
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f4a4b0e393b1fdb097bbf8ff69c658ff1a9eac5798d62ca3c9f52e5ca553de93')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr   --sysconfdir=/etc \
-      --localstatedir=/var    --libexecdir=/usr/lib/evince \
-      --disable-static        --enable-nautilus \
-      --enable-pdf            --enable-tiff \
-      --enable-djvu           --enable-dvi \
-      --enable-t1lib          --enable-comics \
-      --disable-scrollkeeper  --disable-schemas-compile \
-      --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: evince/repos/testing-x86_64/PKGBUILD (from rev 224323, evince/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-10-14 13:53:14 UTC (rev 224324)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=evince
+pkgver=3.14.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 libsecret desktop-file-utils dconf gsettings-desktop-schemas gnome-desktop)
+makedepends=(itstool libnautilus-extension texlive-bin intltool gobject-introspection docbook-xsl python python2)
+optdepends=('texlive-bin: DVI support'
+	    'gvfs: bookmark support and session saving'
+            'p7zip: cbz and cb7 compressed comic books'
+            'tar: cbt compressed comic books'
+            'unrar: cbr compressed comic books')
+groups=(gnome)
+install=evince.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('13ec728d6957aa18ba21a3a66504dd52b8607596337f30f0908b62b5fcc14507')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr   --sysconfdir=/etc \
+      --localstatedir=/var    --libexecdir=/usr/lib/evince \
+      --disable-static        --enable-nautilus \
+      --enable-pdf            --enable-tiff \
+      --enable-djvu           --enable-dvi \
+      --enable-t1lib          --enable-comics \
+      --disable-scrollkeeper  --disable-schemas-compile \
+      --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/evince.install
===================================================================
--- testing-x86_64/evince.install	2014-10-14 13:53:08 UTC (rev 224323)
+++ testing-x86_64/evince.install	2014-10-14 13:53:14 UTC (rev 224324)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: evince/repos/testing-x86_64/evince.install (from rev 224323, evince/trunk/evince.install)
===================================================================
--- testing-x86_64/evince.install	                        (rev 0)
+++ testing-x86_64/evince.install	2014-10-14 13:53:14 UTC (rev 224324)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list