[arch-commits] CVS update of extra/office/gnumeric (PKGBUILD)

Aaron Griffin aaron at archlinux.org
Thu Mar 27 05:16:40 UTC 2008


    Date: Thursday, March 27, 2008 @ 01:16:40
  Author: aaron
    Path: /home/cvs-extra/extra/office/gnumeric

Modified: PKGBUILD (1.29 -> 1.30)

upgpkg: gnumeric 1.8.2-1


----------+
 PKGBUILD |   20 ++++----------------
 1 file changed, 4 insertions(+), 16 deletions(-)


Index: extra/office/gnumeric/PKGBUILD
diff -u extra/office/gnumeric/PKGBUILD:1.29 extra/office/gnumeric/PKGBUILD:1.30
--- extra/office/gnumeric/PKGBUILD:1.29	Wed Jan 16 01:32:51 2008
+++ extra/office/gnumeric/PKGBUILD	Thu Mar 27 01:16:40 2008
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.29 2008/01/16 06:32:51 aaron Exp $
+# $Id: PKGBUILD,v 1.30 2008/03/27 05:16:40 aaron Exp $
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 # Contributor: Kritoke <typeolinux at yahoo.com>
 
 pkgname=gnumeric
-pkgver=1.7.91
+pkgver=1.8.2
 pkgrel=1
 pkgdesc="A GNOME Spreadsheet Program"
 url="http://www.gnome.org/projects/gnumeric/"
@@ -12,24 +12,12 @@
 depends=('goffice>=0.6.1')
 makedepends=('perlxml' 'pygtk' 'psiconv' 'pkgconfig')
 install=gnumeric.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.7/${pkgname}-${pkgver}.tar.bz2
-        line-pattern-unimplemented.patch)
-md5sums=('1a228d656c65df076708eca80764fc7f' '08219520bbfa32958e20d2d991e61fe4')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.8/${pkgname}-${pkgver}.tar.bz2)
 options=('libtool')
+md5sums=('f60edc6ca42daa2fb3717f3c90fa8a6e')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  find . -name Makefile.in -exec sed -i -e 's/-scrollkeeper-update.*//' {} \;
-  if [ -f omf.make ]; then
-    sed -i -e 's/-scrollkeeper-update.*//' omf.make
-  fi
-  find plugins -name 'plugin.xml.in' -exec sed -i -e 's/\.la/.so/g' {} \;
-  rm -f GNOME_Gnumeric.server.in
-
-  # Switch us to goffice-0.6
-  sed -i "s|ver in 0.5|ver in 0.6|g" configure
-
-  patch -up1 < $startdir/src/line-pattern-unimplemented.patch || return 1
 
   ./configure --prefix=/usr --sysconfdir=/etc \
               --localstatedir=/var --disable-static \




More information about the arch-commits mailing list