diff options
author | root <root@rshg054.dnsready.net> | 2012-11-02 01:15:19 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-02 01:15:19 -0700 |
commit | 35bd2bb6857eb818ca53b8fe34d88106133342f4 (patch) | |
tree | 61a0a9d6d37f293a174fac6197e7fbd3e12aed1a /extra/konversation/PKGBUILD | |
parent | 83a318800db22408628e60c9e1730578efcfee37 (diff) |
Fri Nov 2 01:12:32 PDT 2012
Diffstat (limited to 'extra/konversation/PKGBUILD')
-rw-r--r-- | extra/konversation/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/konversation/PKGBUILD b/extra/konversation/PKGBUILD index 25190140a..267963aba 100644 --- a/extra/konversation/PKGBUILD +++ b/extra/konversation/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 168997 2012-10-17 10:19:30Z allan $ +# $Id: PKGBUILD 170102 2012-11-01 18:41:11Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: James Rayner <iphitus@gmail.com> @@ -6,13 +6,14 @@ pkgname=konversation pkgver=1.4 -pkgrel=3 +pkgrel=4 pkgdesc="A user friendly IRC client for KDE" arch=('i686' 'x86_64') url="http://konversation.kde.org" depends=('kdebase-runtime' 'kdepimlibs') makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml') -optdepends=('python: python scripting support') +optdepends=('python: python scripting support' + 'kdebase-konsole: open a terminal in konversation') license=('GPL2' 'FDL') install=${pkgname}.install options=('!makeflags') |