Date: Sunday, August 21, 2016 @ 05:12:15 Author: felixonmars Revision: 274453
archrelease: copy trunk to testing-i686, testing-x86_64 Added: kleopatra/repos/testing-i686/ kleopatra/repos/testing-i686/PKGBUILD (from rev 274452, kleopatra/trunk/PKGBUILD) kleopatra/repos/testing-x86_64/ kleopatra/repos/testing-x86_64/PKGBUILD (from rev 274452, kleopatra/trunk/PKGBUILD) -------------------------+ testing-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++ testing-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) Copied: kleopatra/repos/testing-i686/PKGBUILD (from rev 274452, kleopatra/trunk/PKGBUILD) =================================================================== --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-08-21 05:12:15 UTC (rev 274453) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Antonio Rojas <aro...@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 +} Copied: kleopatra/repos/testing-x86_64/PKGBUILD (from rev 274452, kleopatra/trunk/PKGBUILD) =================================================================== --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-08-21 05:12:15 UTC (rev 274453) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Antonio Rojas <aro...@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 +}