From 9e3985ed7c9851da65023a0ab3d0739cce1858e2 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 18 Oct 2012 01:24:49 -0700 Subject: Thu Oct 18 01:23:58 PDT 2012 --- extra/konversation/PKGBUILD | 11 ++++++----- extra/konversation/konversation.install | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) (limited to 'extra/konversation') diff --git a/extra/konversation/PKGBUILD b/extra/konversation/PKGBUILD index 3694bc377..25190140a 100644 --- a/extra/konversation/PKGBUILD +++ b/extra/konversation/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 144356 2011-12-05 01:48:51Z stephane $ +# $Id: PKGBUILD 168997 2012-10-17 10:19:30Z allan $ # Maintainer: Stéphane Gaudreault # Contributor: Andrea Scarpino # Contributor: James Rayner @@ -6,12 +6,13 @@ pkgname=konversation pkgver=1.4 -pkgrel=1 +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 @@ package() { 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 } diff --git a/extra/konversation/konversation.install b/extra/konversation/konversation.install index 5a3809d3f..8834e059a 100644 --- a/extra/konversation/konversation.install +++ b/extra/konversation/konversation.install @@ -1,12 +1,12 @@ post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null + xdg-icon-resource forceupdate --theme hicolor &> /dev/null update-desktop-database -q } post_upgrade() { - post_install + post_install } post_remove() { - post_install + post_install } -- cgit v1.2.3-54-g00ecf