[arch-commits] Commit in goffice/trunk (PKGBUILD)
Aaron Griffin
aaron at archlinux.org
Thu Nov 20 06:31:44 UTC 2008
Date: Thursday, November 20, 2008 @ 01:31:44
Author: aaron
Revision: 19310
upgpkg: goffice 0.6.5-2
Fix the depends I botched last build with a borked x86_64 machine
Modified:
goffice/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-11-20 05:28:12 UTC (rev 19309)
+++ PKGBUILD 2008-11-20 06:31:44 UTC (rev 19310)
@@ -3,13 +3,13 @@
pkgname=goffice
pkgver=0.6.5
-pkgrel=1
+pkgrel=2
pkgdesc="A library of document-centric objects and utilities built on top of GLib and Gtk+"
arch=(i686 x86_64)
license=('GPL')
-depends=('libxext' 'libxrender' 'fontconfig' 'glib2' 'libart-lgpl'
- 'gtk2' 'libglade' 'libgnome' 'libgsf')
+depends=('libgnomeui>=2.24' 'libgsf-gnome>=1.14')
makedepends=('perlxml' 'pkgconfig' 'intltool')
+optdepends=('libxml2' 'libsm' 'gtk2' 'popt')
url="http://www.gnome.org"
options=(!libtool)
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
More information about the arch-commits
mailing list