From 4ba9f202010cec2b0d385b0dbb31d6b8a3fc21c3 Mon Sep 17 00:00:00 2001 From: totte Date: Mon, 13 Jan 2014 15:08:45 +0000 Subject: [PATCH] multiple: KDE SC 4.12.1 tweaks --- chakra-common/PKGBUILD | 2 +- kde-workspace/PKGBUILD | 2 +- kdesdk-kate/PKGBUILD | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chakra-common/PKGBUILD b/chakra-common/PKGBUILD index dc53273f0..c3d238863 100644 --- a/chakra-common/PKGBUILD +++ b/chakra-common/PKGBUILD @@ -7,7 +7,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=chakra-common arch=('x86_64') pkgver=${_kdever} -pkgrel=2 +pkgrel=1 pkgdesc="Common configuration files, scripts and artwork" url="http://www.chakra-project.org" license=('GPL' diff --git a/kde-workspace/PKGBUILD b/kde-workspace/PKGBUILD index a0ceb852c..b7582f036 100644 --- a/kde-workspace/PKGBUILD +++ b/kde-workspace/PKGBUILD @@ -9,7 +9,7 @@ pkgname="kde-workspace" arch=('x86_64') #pkgver=${_kdever} pkgver=4.11.5 -pkgrel=2 +pkgrel=1 pkgdesc="KDE Workspace" url="http://www.kde.org" license=('GPL' diff --git a/kdesdk-kate/PKGBUILD b/kdesdk-kate/PKGBUILD index 05b5e55b2..aed1121cf 100644 --- a/kdesdk-kate/PKGBUILD +++ b/kdesdk-kate/PKGBUILD @@ -50,9 +50,9 @@ package_kde-baseapps-katepart() { pkgdesc='A fast and feature-rich text editor component' url='http://kate-editor.org/about-katepart/' depends=('kdelibs') - provides=("kdebase-katepart") - replaces=("kdebase-katepart") - conflicts=("kdebase-katepart") + provides=("kdebase-katepart" "kate-syntax-markdown") + replaces=("kdebase-katepart" "kate-syntax-markdown") + conflicts=("kdebase-katepart" "kate-syntax-markdown") install='katepart.install' cd "${srcdir}/build/part" @@ -87,7 +87,7 @@ package_kdesdk-kate() { 'kde-uninstall') url='http://www.kde.org/applications/utilities/kate/' install='kate.install' - optdepends=('konsole: Open a terminal in Kate' + optdepends=('kde-baseapps-konsole: Open a terminal in Kate' 'kdebindings-python2: Python 2 bindings' 'kdebindings-python3: Python 3 bindings') -- GitLab