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

Felix Yan felixonmars at archlinux.org
Sun Aug 21 03:49:51 UTC 2016


    Date: Sunday, August 21, 2016 @ 03:49:50
  Author: felixonmars
Revision: 274452

upgpkg: kleopatra 16.08.0-1

Upstream release

Added:
  kleopatra/trunk/
  kleopatra/trunk/PKGBUILD
Deleted:
  kleopatra/trunk/

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

Added: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	                        (rev 0)
+++ trunk/PKGBUILD	2016-08-21 03:49:50 UTC (rev 274452)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kleopatra
+pkgver=16.08.0
+pkgrel=1
+pkgdesc='Certificate Manager and Unified Crypto GUI'
+arch=(i686 x86_64)
+url='https://www.kde.org/applications/utilities/kleopatra/'
+license=(GPL LGPL FDL)
+depends=(hicolor-icon-theme libkleo kcmutils kmime)
+makedepends=(extra-cmake-modules kdoctools boost python)
+groups=(kde-applications kdepim)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('6b77ee224817283b11f78ebfb2f5fa2ef8f9f73a')
+
+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: kleopatra/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list