diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-20 04:41:59 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-20 04:41:59 -0300 |
commit | 97161d7676a9268aa73ee18c51fb3d45afad19db (patch) | |
tree | fbae11f61f24f98e2ae734c8f20701f4c76ba322 /nonprism/kdepim-runtime-nonprism/PKGBUILD | |
parent | 086e7e613ea6526c5cd2922555748e7f9d3a3f6b (diff) | |
download | abslibre-97161d7676a9268aa73ee18c51fb3d45afad19db.tar.gz abslibre-97161d7676a9268aa73ee18c51fb3d45afad19db.tar.bz2 abslibre-97161d7676a9268aa73ee18c51fb3d45afad19db.zip |
kdepim-runtime-nonprism: fix package name and features
Diffstat (limited to 'nonprism/kdepim-runtime-nonprism/PKGBUILD')
-rw-r--r-- | nonprism/kdepim-runtime-nonprism/PKGBUILD | 10 |
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') |