summaryrefslogtreecommitdiff
path: root/nonprism
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-20 04:41:59 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-20 04:41:59 -0300
commit97161d7676a9268aa73ee18c51fb3d45afad19db (patch)
treefbae11f61f24f98e2ae734c8f20701f4c76ba322 /nonprism
parent086e7e613ea6526c5cd2922555748e7f9d3a3f6b (diff)
kdepim-runtime-nonprism: fix package name and features
Diffstat (limited to 'nonprism')
-rw-r--r--nonprism/kdepim-runtime-nonprism/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/nonprism/kdepim-runtime-nonprism/PKGBUILD b/nonprism/kdepim-runtime-nonprism/PKGBUILD
index 8bc3de90e..38a0a1edc 100644
--- a/nonprism/kdepim-runtime-nonprism/PKGBUILD
+++ b/nonprism/kdepim-runtime-nonprism/PKGBUILD
@@ -4,19 +4,19 @@
# Maintainer (Parabola): André Silva <emulatorman@parabola.nu>
_pkgname=kdepim-runtime
-pkgname=kdepim-runtime-coherence
+pkgname=kdepim-runtime-nonprism
pkgver=4.11.0
pkgrel=1
pkgdesc='Extends the functionality of kdepim, without libkgapi support'
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/kde/kdepim-runtime'
license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'libkolab' 'libkfbapi')
+depends=('kdebase-runtime' 'libkolab')
makedepends=('cmake' 'automoc4' 'boost')
install="${_pkgname}.install"
-replaces=$_pkgname
-conflicts=$_pkgname
-provides=$_pkgname=$pkgver
+replaces=('kdepim-runtime' 'kdepim-runtime-coherence')
+conflicts=kdepim-runtime
+provides=kdepim-runtime=$pkgver
source=("http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz")
sha1sums=('ec2a45baf0c2c2ccea633b599a453db52b38dc75')