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

Eric Bélanger eric at archlinux.org
Fri Feb 19 16:40:39 UTC 2010


    Date: Friday, February 19, 2010 @ 11:40:38
  Author: eric
Revision: 69276

upgpkg: goffice 0.8.0-1
Upstream update

Modified:
  goffice/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-19 16:40:25 UTC (rev 69275)
+++ PKGBUILD	2010-02-19 16:40:38 UTC (rev 69276)
@@ -2,23 +2,24 @@
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=goffice
-pkgver=0.6.5
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="A library of document-centric objects and utilities built on top of GLib and Gtk+"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+url="http://www.gnome.org"
 license=('GPL')
 depends=('libgnomeui>=2.24' 'libgsf-gnome>=1.14')
 makedepends=('perlxml' 'pkgconfig' 'intltool')
 optdepends=('libxml2' 'libsm' 'gtk2' 'popt')
-url="http://www.gnome.org"
-options=(!libtool)
+options=('!libtool')
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ab0cf11995b7750f26112669cedf6707')
+md5sums=('afb3fcb152fb37ed433f30d1ed1e86e3')
+sha1sums=('8a5540f91cb1619ee1d96ee65856e81624743acd')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var --disable-static
+              --localstatedir=/var --disable-static || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list