[arch-commits] Commit in kdepim-runtime (trunk trunk trunk/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Aug 21 02:20:35 UTC 2016


    Date: Sunday, August 21, 2016 @ 02:20:35
  Author: felixonmars
Revision: 274186

upgpkg: kdepim-runtime 16.08.0-1

Upstream release

Added:
  kdepim-runtime/trunk/
  kdepim-runtime/trunk/PKGBUILD
Deleted:
  kdepim-runtime/trunk/

----------+
 PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

Added: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	                        (rev 0)
+++ trunk/PKGBUILD	2016-08-21 02:20:35 UTC (rev 274186)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepim-runtime
+pkgver=16.08.0
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/KDE_PIM'
+license=('GPL' 'LGPL' 'FDL')
+depends=(libkgapi libkolab akonadi-calendar knotifyconfig kross kalarmcal kmbox kimap kde-syndication 
+         hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
+conflicts=(kio-pim)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('4e9ea00b316350005222309f761eddb4c1aa26b4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


Property changes on: kdepim-runtime/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list