[arch-commits] Commit in kdepim-addons (trunk trunk trunk/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Aug 21 03:49:17 UTC 2016
Date: Sunday, August 21, 2016 @ 03:49:17
Author: felixonmars
Revision: 274450
upgpkg: kdepim-addons 16.08.0-1
Upstream release
Added:
kdepim-addons/trunk/
kdepim-addons/trunk/PKGBUILD
Deleted:
kdepim-addons/trunk/
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Added: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD (rev 0)
+++ trunk/PKGBUILD 2016-08-21 03:49:17 UTC (rev 274450)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kdepim-addons
+pkgver=16.08.0
+pkgrel=1
+pkgdesc='Addons for KDE PIM applications'
+arch=(i686 x86_64)
+url='https://community.kde.org/KDE_PIM'
+license=(GPL LGPL FDL)
+depends=(mailcommon incidenceeditor libktnef libkgapi)
+makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
+groups=(kde-applications kdepim)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('4059e8f12b205ac7d4ea9931b9269c4aab909faa')
+
+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-addons/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list