From 8185891e28635bdb83fdf4ba4391030912dae596 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Tue, 18 Feb 2014 01:56:34 +0000 Subject: Tue Feb 18 01:56:27 UTC 2014 --- nonprism/kdepim-runtime-nonprism/PKGBUILD | 39 +++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 nonprism/kdepim-runtime-nonprism/PKGBUILD (limited to 'nonprism/kdepim-runtime-nonprism/PKGBUILD') diff --git a/nonprism/kdepim-runtime-nonprism/PKGBUILD b/nonprism/kdepim-runtime-nonprism/PKGBUILD new file mode 100644 index 000000000..ecdf5bc50 --- /dev/null +++ b/nonprism/kdepim-runtime-nonprism/PKGBUILD @@ -0,0 +1,39 @@ +# $Id: PKGBUILD 205108 2014-02-04 13:51:21Z svenstaro $ +# Maintainer: Andrea Scarpino +# Contributor: Pierre Schmitz +# Maintainer (Parabola): André Silva + +_pkgname=kdepim-runtime +pkgname=kdepim-runtime-nonprism +pkgver=4.12.2 +pkgrel=1 +pkgdesc='Extends the functionality of kdepim, without libkgapi and libkfbapi support' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/kdepim-runtime' +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime' 'libkolab') +makedepends=('cmake' 'automoc4' 'boost') +install="${_pkgname}.install" +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=('9ec15431754f8ea49f764cafa5bb87eda5fef5b6') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../${_pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-54-g00ecf