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

Aaron Griffin aaron at archlinux.org
Thu Sep 27 23:47:45 UTC 2007


    Date: Thursday, September 27, 2007 @ 19:47:45
  Author: aaron
    Path: /home/cvs-extra/extra/office/stardict

Modified: PKGBUILD (1.8 -> 1.9)

upgpkg: stardict 3.0.0-2
Fix some dependency errors, closing FS#8020


----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)


Index: extra/office/stardict/PKGBUILD
diff -u extra/office/stardict/PKGBUILD:1.8 extra/office/stardict/PKGBUILD:1.9
--- extra/office/stardict/PKGBUILD:1.8	Thu Sep 13 01:08:30 2007
+++ extra/office/stardict/PKGBUILD	Thu Sep 27 19:47:45 2007
@@ -1,19 +1,20 @@
-# $Id: PKGBUILD,v 1.8 2007/09/13 05:08:30 aaron Exp $
+# $Id: PKGBUILD,v 1.9 2007/09/27 23:47:45 aaron Exp $
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 # Contributor: Neil Lin <neil at vip.url.com.tw>
 
 pkgname=stardict
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="StarDict is a powerful international dictionary written in Gtk2."
 arch=(i686 x86_64)
 url="http://stardict.sourceforge.net/"
 license=('GPL')
-depends=('gtk2' 'gcc' 'festival')
+depends=('festival' 'libsigc++2.0' 'gucharmap' 'enchant')
 makedepends=('perlxml' 'popt')
 source=(http://downloads.sourceforge.net/sourceforge/stardict/$pkgname-$pkgver.tar.bz2
         gtk_gthread_fixes.patch)
 md5sums=('23bbfd0a75baab5d0def5596f19b80cb' 'b9d471f0a119a86251c7dd0f593b3d50')
+options=('!libtool' '!emptydirs')
 
 build()
 {




More information about the arch-commits mailing list