diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-20 12:35:17 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-20 12:35:17 +0200 |
commit | dd20ac40523cf27f69f10087655ccb3c0f318a9b (patch) | |
tree | bfa47cd682339a5732821d9d693ef3cd0d02f898 /extra/kdepim-runtime | |
parent | b17208557669f7d787c139c7f15913be60db7b1b (diff) | |
parent | 1ae31a85e191bbf7313077b472a66d1c24af1f74 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/agsync/PKGBUILD
community/synce-serial/PKGBUILD
community/synce-vdccm/PKGBUILD
core/lvm2/PKGBUILD
extra/kdepim/PKGBUILD
extra/kdeplasma-addons/PKGBUILD
extra/sqlite/PKGBUILD
Diffstat (limited to 'extra/kdepim-runtime')
-rw-r--r-- | extra/kdepim-runtime/PKGBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/extra/kdepim-runtime/PKGBUILD b/extra/kdepim-runtime/PKGBUILD index 194ac9b6f..62873681b 100644 --- a/extra/kdepim-runtime/PKGBUILD +++ b/extra/kdepim-runtime/PKGBUILD @@ -1,22 +1,25 @@ -# $Id: PKGBUILD 189492 2013-07-03 17:00:37Z andrea $ +# $Id: PKGBUILD 193223 2013-08-19 09:54:16Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=kdepim-runtime -pkgver=4.10.5 +pkgver=4.11.0 pkgrel=1 pkgdesc='Extends the functionality of kdepim' arch=('i686' 'x86_64' 'mips64el') url='https://projects.kde.org/projects/kde/kdepim-runtime' license=('GPL' 'LGPL' 'FDL') -depends=('kdebase-runtime' 'libkgapi' 'libkolab') +depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi') makedepends=('cmake' 'automoc4' 'boost') install="${pkgname}.install" source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('f0b18cd320973c02d9b52cce9f4f424cb868d7fb') +sha1sums=('ec2a45baf0c2c2ccea633b599a453db52b38dc75') + +prepare() { + mkdir build +} build() { - mkdir build cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ |