[arch-commits] Commit in kdesdk/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Sat Oct 31 15:36:58 UTC 2009
Date: Saturday, October 31, 2009 @ 11:36:58
Author: andrea
Revision: 57445
added translate-toolkit as optdepends
Modified:
kdesdk/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-10-31 15:32:40 UTC (rev 57444)
+++ PKGBUILD 2009-10-31 15:36:58 UTC (rev 57445)
@@ -162,7 +162,8 @@
package_kdesdk-lokalize() {
pkgdesc='Computer-Aided Translation System'
- depends=('kdebase-runtime' 'kdelibs' 'python')
+ depends=('kdebase-runtime' 'kdelibs' 'kdebindings-python')
+ optdepends=('translate-toolkit: enable extra python script')
install='kdesdk.install'
cd $srcdir/build/lokalize
make DESTDIR=$pkgdir install
More information about the arch-commits
mailing list