Date: Sunday, August 21, 2016 @ 03:42:57 Author: felixonmars Revision: 274430
upgpkg: telepathy-kde-auth-handler 16.08.0-1 Upstream release Added: telepathy-kde-auth-handler/trunk/ telepathy-kde-auth-handler/trunk/PKGBUILD Deleted: telepathy-kde-auth-handler/trunk/ ----------+ PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) Added: trunk/PKGBUILD =================================================================== --- trunk/PKGBUILD (rev 0) +++ trunk/PKGBUILD 2016-08-21 03:42:57 UTC (rev 274430) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Andrea Scarpino <[email protected]> +# Contributor: Laurent Carlier <[email protected]> +# Contributor: Antonio Rojas <[email protected]> + +pkgname=telepathy-kde-auth-handler +_pkgname=ktp-auth-handler +pkgver=16.08.0 +pkgrel=1 +pkgdesc='Provide UI/KWallet Integration For Passwords and SSL Errors on Account Connect' +arch=('i686' 'x86_64') +url='http://community.kde.org/Real-Time_Communication_and_Collaboration' +license=('GPL') +groups=('kde-applications' 'kdenetwork' 'telepathy-kde') +depends=('qca-qt5' 'telepathy-kde-common-internals') +makedepends=('extra-cmake-modules' 'python' 'kdewebkit') +source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz") +md5sums=('ed199da6e1cb6c0bbdad8f4f66ca99e9') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$_pkgname-$pkgver \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DKDE_INSTALL_LIBDIR=lib \ + -DKDE_INSTALL_LIBEXECDIR=lib \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Property changes on: telepathy-kde-auth-handler/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
