rebuild ktp-contact-list without ktp-call-ui conflicts

This commit is contained in:
AlmAck 2016-10-24 23:23:32 +02:00
parent c3e3e99737
commit 3c349c1483

View File

@ -4,7 +4,7 @@ source ../kdeapps.conf
pkgname=ktp-contact-list pkgname=ktp-contact-list
pkgver=${_kdever} pkgver=${_kdever}
pkgrel=1 pkgrel=2
pkgdesc="Telepathy contact list application " pkgdesc="Telepathy contact list application "
arch=('x86_64') arch=('x86_64')
url="https://community.kde.org/Real-Time_Communication_and_Collaboration" url="https://community.kde.org/Real-Time_Communication_and_Collaboration"
@ -13,9 +13,6 @@ depends=('ktp-common-internals')
makedepends=('extra-cmake-modules' 'kdoctools' 'python3') makedepends=('extra-cmake-modules' 'kdoctools' 'python3')
groups=('kde-telepathy') groups=('kde-telepathy')
categories=('communication') categories=('communication')
replaces=('ktp-call-ui')
provides=('ktp-call-ui')
conflicts=('ktp-call-ui')
install=${pkgname}.install install=${pkgname}.install
source=("$_mirror/${pkgname}-$_kdever.tar.xz") source=("$_mirror/${pkgname}-$_kdever.tar.xz")
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`) sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)