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

Ionut Biru ibiru at archlinux.org
Sat Oct 1 18:56:43 UTC 2011


    Date: Saturday, October 1, 2011 @ 14:56:43
  Author: ibiru
Revision: 139253

db-move: moved evince from [testing] to [extra] (x86_64)

Added:
  evince/repos/extra-x86_64/PKGBUILD
    (from rev 139207, evince/repos/testing-x86_64/PKGBUILD)
  evince/repos/extra-x86_64/evince.install
    (from rev 139207, evince/repos/testing-x86_64/evince.install)
Deleted:
  evince/repos/extra-x86_64/PKGBUILD
  evince/repos/extra-x86_64/evince.install
  evince/repos/extra-x86_64/introspection-fix.patch
  evince/repos/testing-x86_64/

-------------------------+
 PKGBUILD                |   80 +++++++++++++++++++++-------------------------
 evince.install          |   38 ++++++++++-----------
 introspection-fix.patch |   11 ------
 3 files changed, 56 insertions(+), 73 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-10-01 18:56:41 UTC (rev 139252)
+++ extra-x86_64/PKGBUILD	2011-10-01 18:56:43 UTC (rev 139253)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=evince
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="Simply a document viewer"
-url="http://projects.gnome.org/evince/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 'gnome-icon-theme'
-         't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 'gsettings-desktop-schemas')
-makedepends=('gnome-doc-utils' 'nautilus' 'texlive-bin' 'intltool' 'gobject-introspection')
-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.bz2
-        introspection-fix.patch)
-sha256sums=('03abb74620caaa255f2d1369b684bbf8f62e15a4bf2d9f2a45f58e1789295a97'
-            '897b8c77c5cda31f4f8d860cd6a7ad8ad986dbf3cf26b56acf054cc650e94be1')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np1 -i "${srcdir}/introspection-fix.patch"
-  autoreconf -fi
-
-  ./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 "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: evince/repos/extra-x86_64/PKGBUILD (from rev 139207, evince/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-10-01 18:56:43 UTC (rev 139253)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=evince
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Simply a document viewer"
+url="http://projects.gnome.org/evince/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 'gnome-icon-theme'
+         't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 'gsettings-desktop-schemas')
+makedepends=('gnome-doc-utils' 'nautilus' 'texlive-bin' 'intltool' 'gobject-introspection')
+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=('a9bc17e7f99489354cc66ffede68466ea0a9c52664b18198291c3a40d0150235')
+
+build() {
+  cd "${srcdir}/${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 "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/evince.install
===================================================================
--- extra-x86_64/evince.install	2011-10-01 18:56:41 UTC (rev 139252)
+++ extra-x86_64/evince.install	2011-10-01 18:56:43 UTC (rev 139253)
@@ -1,19 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0) < 0 )); then
-    usr/sbin/gconfpkg --uninstall evince
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: evince/repos/extra-x86_64/evince.install (from rev 139207, evince/repos/testing-x86_64/evince.install)
===================================================================
--- extra-x86_64/evince.install	                        (rev 0)
+++ extra-x86_64/evince.install	2011-10-01 18:56:43 UTC (rev 139253)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0) < 0 )); then
+    usr/sbin/gconfpkg --uninstall evince
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/introspection-fix.patch
===================================================================
--- extra-x86_64/introspection-fix.patch	2011-10-01 18:56:41 UTC (rev 139252)
+++ extra-x86_64/introspection-fix.patch	2011-10-01 18:56:43 UTC (rev 139253)
@@ -1,11 +0,0 @@
-diff a/libview/Makefile.am b/libview/Makefile.am
---- a/libview/Makefile.am
-+++ b/libview/Makefile.am
-@@ -136,6 +136,7 @@ EvinceView-$(EV_API_VERSION).gir: libevview3.la Makefile $(INST_H_FILES) $(filte
- 	--output $@ \
- 	--pkg evince-document-$(EV_API_VERSION) \
- 	--pkg evince-view-$(EV_API_VERSION) \
-+	-L$(top_builddir)/libdocument/ \
- 	-I$(top_srcdir) \
- 	-I$(top_builddir) \
- 	-DEVINCE_COMPILATION \




More information about the arch-commits mailing list