diff options
author | root <root@rshg054.dnsready.net> | 2012-03-09 00:01:18 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-09 00:01:18 +0000 |
commit | cf46d1f178976dd464382bb833d45c01c0faba3a (patch) | |
tree | 8659021c45d7b0378ca1ccc82008bb8236a58a34 /extra/kdesdk-kate | |
parent | 718c8e57ef26498cff228de3de92bf5c8a3f6343 (diff) |
Fri Mar 9 00:01:18 UTC 2012
Diffstat (limited to 'extra/kdesdk-kate')
-rw-r--r-- | extra/kdesdk-kate/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/kdesdk-kate/PKGBUILD b/extra/kdesdk-kate/PKGBUILD index 077c1f748..2d9eeede3 100644 --- a/extra/kdesdk-kate/PKGBUILD +++ b/extra/kdesdk-kate/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 152035 2012-03-04 14:19:16Z andrea $ +# $Id: PKGBUILD 152474 2012-03-07 16:12:14Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgbase=kdesdk-kate pkgname=('kdebase-kwrite' 'kdesdk-kate') -pkgver=4.8.0 +pkgver=4.8.1 pkgrel=1 arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') makedepends=('kdelibs ''cmake' 'automoc4') source=("http://download.kde.org/stable/${pkgver}/src/xz/kate-${pkgver}.tar.xz" 'pkgbuild-syntax-highlight.patch') -sha1sums=('01cfffa6e905103c1b23d4006ba5a26844cc97aa' +sha1sums=('d5bd513cd2bfefc2d345547115d0cb0a9d3e6143' '0a928253bd2077f0264d96a6c8823c69c47b6a8d') build() { @@ -51,6 +51,7 @@ package_kdesdk-kate() { groups=('kde' 'kdesdk') url="http://www.kde.org/applications/utilities/kate/" install='kdesdk-kate.install' + optdepends=('kdebase-konsole: open a terminal in Kate') cd "${srcdir}"/build/kate make DESTDIR="${pkgdir}" install |