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

Jan de Groot jgc at archlinux.org
Thu Oct 18 19:28:44 UTC 2012


    Date: Thursday, October 18, 2012 @ 15:28:43
  Author: jgc
Revision: 169257

db-move: moved evince from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  evince/repos/testing-i686/
  evince/repos/testing-i686/PKGBUILD
    (from rev 169138, evince/repos/gnome-unstable-i686/PKGBUILD)
  evince/repos/testing-i686/evince.install
    (from rev 169138, evince/repos/gnome-unstable-i686/evince.install)
  evince/repos/testing-x86_64/
  evince/repos/testing-x86_64/PKGBUILD
    (from rev 169138, evince/repos/gnome-unstable-x86_64/PKGBUILD)
  evince/repos/testing-x86_64/evince.install
    (from rev 169138, evince/repos/gnome-unstable-x86_64/evince.install)
Deleted:
  evince/repos/gnome-unstable-i686/
  evince/repos/gnome-unstable-x86_64/

-------------------------------+
 testing-i686/PKGBUILD         |   36 ++++++++++++++++++++++++++++++++++++
 testing-i686/evince.install   |   13 +++++++++++++
 testing-x86_64/PKGBUILD       |   36 ++++++++++++++++++++++++++++++++++++
 testing-x86_64/evince.install |   13 +++++++++++++
 4 files changed, 98 insertions(+)

Copied: evince/repos/testing-i686/PKGBUILD (from rev 169138, evince/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-10-18 19:28:43 UTC (rev 169257)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=evince
+pkgver=3.6.0
+pkgrel=1
+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')
+groups=('gnome-extra')
+install=evince.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8dfa7b9c2f0b910d06b1612ff445d3f3050c44d25f2e78718966374d30ab83f2')
+
+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/evince.install (from rev 169138, evince/repos/gnome-unstable-i686/evince.install)
===================================================================
--- testing-i686/evince.install	                        (rev 0)
+++ testing-i686/evince.install	2012-10-18 19:28:43 UTC (rev 169257)
@@ -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/testing-x86_64/PKGBUILD (from rev 169138, evince/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-10-18 19:28:43 UTC (rev 169257)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=evince
+pkgver=3.6.0
+pkgrel=1
+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')
+groups=('gnome-extra')
+install=evince.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8dfa7b9c2f0b910d06b1612ff445d3f3050c44d25f2e78718966374d30ab83f2')
+
+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/evince.install (from rev 169138, evince/repos/gnome-unstable-x86_64/evince.install)
===================================================================
--- testing-x86_64/evince.install	                        (rev 0)
+++ testing-x86_64/evince.install	2012-10-18 19:28:43 UTC (rev 169257)
@@ -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