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

Jan de Groot jgc at archlinux.org
Sun May 17 13:44:42 UTC 2009


    Date: Sunday, May 17, 2009 @ 09:44:42
  Author: jgc
Revision: 39483

Merged revisions 35489,39482 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/gcalctool/trunk

........
  r35489 | jgc | 2009-04-13 18:54:56 +0000 (Mon, 13 Apr 2009) | 1 line
  
  upgpkg: gcalctool 5.26.1-1
........
  r39482 | jgc | 2009-05-17 13:44:26 +0000 (Sun, 17 May 2009) | 1 line
  
  upgpkg: gcalctool 5.26.2-1
........

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

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


Property changes on: gcalctool/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /gcalctool/trunk:1-35482
   + /gcalctool/trunk:1-39482

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-05-17 13:44:26 UTC (rev 39482)
+++ extra-x86_64/PKGBUILD	2009-05-17 13:44:42 UTC (rev 39483)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gcalctool
-pkgver=5.26.1
+pkgver=5.26.2
 pkgrel=1
 pkgdesc="GNOME Scientific calculator"
 arch=(i686 x86_64)
@@ -14,11 +14,11 @@
 url="http://www.gnome.org"
 install=gcalctool.install
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/5.26/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('f21752e7bf18e445367f9ae6e22e73d9')
+md5sums=('bdc50a2b1eca2e779268f084187a5140')
 	
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-install \
               --localstatedir=/var --disable-scrollkeeper || return 1
   make || return 1
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1




More information about the arch-commits mailing list