[arch-commits] Commit in (4 files)
Jan de Groot
jgc at archlinux.org
Wed Dec 19 11:49:32 UTC 2012
Date: Wednesday, December 19, 2012 @ 06:49:32
Author: jgc
Revision: 173328
Rename goffice to goffice0.8. We need this package until abiword and gnucash have been ported to GTK3
Added:
goffice0.8/
goffice0.8/repos/
goffice0.8/trunk/
Modified:
goffice0.8/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: goffice0.8/trunk/PKGBUILD
===================================================================
--- goffice/trunk/PKGBUILD 2012-12-19 01:16:33 UTC (rev 173327)
+++ goffice0.8/trunk/PKGBUILD 2012-12-19 11:49:32 UTC (rev 173328)
@@ -1,7 +1,7 @@
# $Id$
# Maintainer: Aaron Griffin <aaron at archlinux.org>
-pkgname=goffice
+pkgname=goffice0.8
pkgver=0.8.17
pkgrel=1
pkgdesc="A library of document-centric objects and utilities built on top of GLib and Gtk+"
@@ -10,14 +10,15 @@
license=('GPL')
options=('!libtool')
depends=('gtk2' 'gconf' 'libgsf')
+conflicts=('goffice<0.10')
makedepends=('pkgconfig' 'intltool' 'gtk-doc')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
+source=(http://ftp.gnome.org/pub/gnome/sources/goffice/${pkgver%.*}/goffice-${pkgver}.tar.xz
use-apiver-for-dirs.patch)
sha256sums=('165070beb67b84580afe80a8a100b674a81d553ab791acd72ac0c655f4fadb15'
'4507a49f6ccb13e55c0b3cc6831b7e0dcec7badb58a3661190e843f8607fa270')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}/goffice-${pkgver}"
patch -Np0 -i "${srcdir}/use-apiver-for-dirs.patch"
autoreconf -fi
./configure --prefix=/usr --sysconfdir=/etc \
@@ -26,6 +27,6 @@
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}/goffice-${pkgver}"
make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list