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

Ionuț Mircea Bîru ioni at nymeria.archlinux.org
Thu Feb 28 18:20:38 UTC 2013


    Date: Thursday, February 28, 2013 @ 19:20:38
  Author: ioni
Revision: 178908

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

Added:
  evince/repos/staging-i686/
  evince/repos/staging-i686/PKGBUILD
    (from rev 178907, evince/trunk/PKGBUILD)
  evince/repos/staging-i686/evince.install
    (from rev 178907, evince/trunk/evince.install)
  evince/repos/staging-x86_64/
  evince/repos/staging-x86_64/PKGBUILD
    (from rev 178907, evince/trunk/PKGBUILD)
  evince/repos/staging-x86_64/evince.install
    (from rev 178907, evince/trunk/evince.install)

-------------------------------+
 staging-i686/PKGBUILD         |   37 +++++++++++++++++++++++++++++++++++++
 staging-i686/evince.install   |   13 +++++++++++++
 staging-x86_64/PKGBUILD       |   37 +++++++++++++++++++++++++++++++++++++
 staging-x86_64/evince.install |   13 +++++++++++++
 4 files changed, 100 insertions(+)

Copied: evince/repos/staging-i686/PKGBUILD (from rev 178907, evince/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2013-02-28 18:20:38 UTC (rev 178908)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=evince
+pkgver=3.6.1
+pkgrel=2
+pkgdesc="Simply a document viewer"
+url="http://projects.gnome.org/evince/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libgxps' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 'gnome-icon-theme' 't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 'gsettings-desktop-schemas')
+makedepends=('itstool' 'nautilus' 'texlive-bin' 'intltool' 'gobject-introspection' 'docbook-xsl')
+optdepends=('texlive-bin: DVI support'
+	    'gvfs: bookmark support and session saving')
+groups=('gnome-extra')
+install=evince.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1b87b2579d438a126391f9044611b472e9f7b5b712e40b5645b0810164bc41b5')
+
+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/staging-i686/evince.install (from rev 178907, evince/trunk/evince.install)
===================================================================
--- staging-i686/evince.install	                        (rev 0)
+++ staging-i686/evince.install	2013-02-28 18:20:38 UTC (rev 178908)
@@ -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
+}

Copied: evince/repos/staging-x86_64/PKGBUILD (from rev 178907, evince/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2013-02-28 18:20:38 UTC (rev 178908)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=evince
+pkgver=3.6.1
+pkgrel=2
+pkgdesc="Simply a document viewer"
+url="http://projects.gnome.org/evince/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libgxps' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 'gnome-icon-theme' 't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 'gsettings-desktop-schemas')
+makedepends=('itstool' 'nautilus' 'texlive-bin' 'intltool' 'gobject-introspection' 'docbook-xsl')
+optdepends=('texlive-bin: DVI support'
+	    'gvfs: bookmark support and session saving')
+groups=('gnome-extra')
+install=evince.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1b87b2579d438a126391f9044611b472e9f7b5b712e40b5645b0810164bc41b5')
+
+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/staging-x86_64/evince.install (from rev 178907, evince/trunk/evince.install)
===================================================================
--- staging-x86_64/evince.install	                        (rev 0)
+++ staging-x86_64/evince.install	2013-02-28 18:20:38 UTC (rev 178908)
@@ -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