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

Andrea Scarpino andrea at archlinux.org
Mon Aug 30 17:39:35 UTC 2010


    Date: Monday, August 30, 2010 @ 13:39:35
  Author: andrea
Revision: 89265

added po2xml and swappo tools (needs antlr)

Modified:
  kdesdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-30 17:23:46 UTC (rev 89264)
+++ PKGBUILD	2010-08-30 17:39:35 UTC (rev 89265)
@@ -30,7 +30,7 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdesdk')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'kdepim-runtime' 'subversion'
-	'kdebindings-python' 'docbook-xsl')
+	'kdebindings-python' 'docbook-xsl' 'antlr')
 source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
 sha1sums=('6632d85f862a3e2ec7d75772f94770aa6aa5a182')
 
@@ -193,7 +193,7 @@
 
 package_kdesdk-poxml() {
 	pkgdesc='Translates DocBook XML files using gettext po files'
-	depends=('qt')
+	depends=('qt' 'anltr')
 	cd $srcdir/build/poxml
 	make DESTDIR=$pkgdir install
 	cd $srcdir/build/doc/poxml




More information about the arch-commits mailing list