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

Stéphane Gaudreault stephane at archlinux.org
Sun Oct 14 00:39:21 UTC 2012


    Date: Saturday, October 13, 2012 @ 20:39:21
  Author: stephane
Revision: 168680

upgpkg: konversation 1.4-3

FS#31909 - python dependency is optional

Modified:
  konversation/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-14 00:15:40 UTC (rev 168679)
+++ PKGBUILD	2012-10-14 00:39:21 UTC (rev 168680)
@@ -6,12 +6,13 @@
 
 pkgname=konversation
 pkgver=1.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A user friendly IRC client for KDE"
 arch=('i686' 'x86_64')
 url="http://konversation.kde.org"
-depends=('kdebase-runtime' 'kdepimlibs' 'python')
+depends=('kdebase-runtime' 'kdepimlibs')
 makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml')
+optdepends=('python: python scripting support')
 license=('GPL2' 'FDL')
 install=${pkgname}.install
 options=('!makeflags')
@@ -34,7 +35,7 @@
   make DESTDIR="${pkgdir}" install
   
   # Remove a bunch of symlinks pointing to non-existant files
-  for lang in pt_BR uk sv et de en nl; do
-     rm  "${pkgdir}"/usr/share/doc/kde/html/${lang}/konversation/common
+  for _lang in pt_BR uk sv et de en nl; do
+     rm "${pkgdir}"/usr/share/doc/kde/html/${_lang}/konversation/common
   done
 }




More information about the arch-commits mailing list