[arch-commits] Commit in gv/repos (extra-x86_64 extra-x86_64/PKGBUILD)

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


    Date: Friday, June 13, 2008 @ 22:54:50
  Author: eric
Revision: 2731

Merged revisions 2-2730 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/gv/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r2730 | eric | 2008-06-13 22:54:36 -0400 (Fri, 13 Jun 2008) | 2 lines
  
  upgpkg: gv 3.6.4-1
      upstream update
........

Modified:
  gv/repos/extra-x86_64/	(properties)
  gv/repos/extra-x86_64/PKGBUILD

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


Property changes on: gv/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /gv/trunk:1
   + /gv/trunk:1-2730

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-06-14 02:54:36 UTC (rev 2730)
+++ extra-x86_64/PKGBUILD	2008-06-14 02:54:50 UTC (rev 2731)
@@ -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