[arch-commits] Commit in gv/repos (3 files)

Eric Belanger eric at archlinux.org
Sat Jun 14 03:44:14 UTC 2008


    Date: Friday, June 13, 2008 @ 23:44:14
  Author: eric
Revision: 2742

Merged revisions 2-2741 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
........
  r2732 | eric | 2008-06-13 22:56:51 -0400 (Fri, 13 Jun 2008) | 1 line
  
  added missing ChangeLog
........

Added:
  gv/repos/extra-i686/ChangeLog
    (from rev 2732, gv/trunk/ChangeLog)
Modified:
  gv/repos/extra-i686/	(properties)
  gv/repos/extra-i686/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |   14 ++++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)


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

Copied: gv/repos/extra-i686/ChangeLog (from rev 2732, gv/trunk/ChangeLog)
===================================================================
--- extra-i686/ChangeLog	                        (rev 0)
+++ extra-i686/ChangeLog	2008-06-14 03:44:14 UTC (rev 2742)
@@ -0,0 +1,5 @@
+2008-06-13  Eric Belanger  <eric at archlinux.org>
+
+	* gv 3.6.4-1
+	* Upstream update
+	* Added ChangeLog

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-06-14 03:41:26 UTC (rev 2741)
+++ extra-i686/PKGBUILD	2008-06-14 03:44:14 UTC (rev 2742)
@@ -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