[arch-commits] Commit in gv/trunk (PKGBUILD)

Eric Belanger eric at archlinux.org
Sat Jun 14 02:54:37 UTC 2008


    Date: Friday, June 13, 2008 @ 22:54:36
  Author: eric
Revision: 2730

upgpkg: gv 3.6.4-1
    upstream update

Modified:
  gv/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-14 02:52:28 UTC (rev 2729)
+++ PKGBUILD	2008-06-14 02:54:36 UTC (rev 2730)
@@ -1,8 +1,9 @@
 # $Id$
 # Maintainer: dorphell <dorphell at archlinux.org>
-# Committer: Judd Vinet <jvinet at zeroflux.org>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+
 pkgname=gv
-pkgver=3.6.3
+pkgver=3.6.4
 pkgrel=1
 pkgdesc="A program to view PostScript and PDF documents"
 arch=('i686' 'x86_64')
@@ -10,15 +11,16 @@
 license=('GPL')
 depends=('xaw3d' 'ghostscript')
 source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz gv.desktop)
-md5sums=('0947fdbccaba114ac24da339dbf7d01a' 'cf04652952f2d0903bc7578b4826f50c')
+md5sums=('34ea686ea499c938e152ab424859b903' 'cf04652952f2d0903bc7578b4826f50c')
+sha1sums=('fe11736ba4a31c7d1f27e3829e6e6765eee6eb31' 'c8230fe08ee6d22525678a97832f44941237d174')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   sed -i -e "s:-dGraphicsAlphaBits=2:\0 -dAlignToPixels=0:" \
                 src/{gv_{class,user,system}.ad,Makefile.{am,in}} || return 1
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr || return 1
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
-  install -D -m644 ../gv.desktop ${startdir}/pkg/usr/share/applications/gv.desktop
-  install -D -m644 src/gv_icon.xbm ${startdir}/pkg/usr/share/pixmaps/gv.xbm
+  install -D -m644 ../gv.desktop ${startdir}/pkg/usr/share/applications/gv.desktop || return 1
+  install -D -m644 src/gv_icon.xbm ${startdir}/pkg/usr/share/pixmaps/gv.xbm || return 1
 }





More information about the arch-commits mailing list