# Maintainer: Natanael Copa pkgname=gnumeric pkgver=1.12.6 pkgrel=0 pkgdesc="A GNOME Spreadsheet Program" url="http://www.gnome.org/projects/gnumeric/" arch="all" license="GPL" makedepends="gtk+3.0-dev intltool desktop-file-utils goffice-dev rarian python-dev py-gobject3-dev" install= subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="http://ftp.gnome.org/pub/gnome/sources/$pkgname/1.12/$pkgname-$pkgver.tar.xz" _builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$_builddir" for i in $source; do case $i in *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done } build() { cd "$_builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-static \ --with-python \ || return 1 make itlocaledir="/usr/share/locale" || return 1 } package() { cd "$_builddir" make -j1 itlocaledir="/usr/share/locale" \ DESTDIR="$pkgdir" install || return 1 rm "$pkgdir"/usr/lib/*.la \ "$pkgdir"/usr/lib/*/*/plugins/*/*.la } md5sums="22e249018488ee377ab5b5290b01697b gnumeric-1.12.6.tar.xz" sha256sums="73cce1979eac10bd248a46d0a702eeba57673c3e9a990356d246e687d0c7ce25 gnumeric-1.12.6.tar.xz" sha512sums="25cff9dd925a6f9591f06f7a33f483ffb23941a6cdc0b0c9987860311335da7c0bd7f64af19617d958d5687a57c154578519753d6eaad574271cc8bd4d0a6a1a gnumeric-1.12.6.tar.xz"