Date: Sunday, August 21, 2016 @ 03:42:17 Author: felixonmars Revision: 274427
archrelease: copy trunk to testing-i686, testing-x86_64 Added: telepathy-kde-accounts-kcm/repos/testing-i686/ telepathy-kde-accounts-kcm/repos/testing-i686/PKGBUILD (from rev 274426, telepathy-kde-accounts-kcm/trunk/PKGBUILD) telepathy-kde-accounts-kcm/repos/testing-x86_64/ telepathy-kde-accounts-kcm/repos/testing-x86_64/PKGBUILD (from rev 274426, telepathy-kde-accounts-kcm/trunk/PKGBUILD) -------------------------+ testing-i686/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++ testing-x86_64/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) Copied: telepathy-kde-accounts-kcm/repos/testing-i686/PKGBUILD (from rev 274426, telepathy-kde-accounts-kcm/trunk/PKGBUILD) =================================================================== --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-08-21 03:42:17 UTC (rev 274427) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> +# Contributor: Laurent Carlier <lordhea...@gmail.com> +# Contributor: Antonio Rojas <aro...@archlinux.org> + +pkgname=telepathy-kde-accounts-kcm +_pkgname=ktp-accounts-kcm +pkgver=16.08.0 +pkgrel=1 +pkgdesc='KCM Module for configuring Telepathy Instant Messaging Accounts' +arch=('i686' 'x86_64') +url='http://community.kde.org/Real-Time_Communication_and_Collaboration' +license=('GPL') +groups=('kde-applications' 'kdenetwork' 'telepathy-kde') +depends=('telepathy-qt5' 'kaccounts-providers') +makedepends=('extra-cmake-modules' 'intltool' 'python') +optdepends=('telepathy-gabble: XMPP/Jabber accounts support' 'telepathy-haze: account types supported by Pidgin/libpurple') +source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz") +md5sums=('2384b28bcce9f49ab8328f56ad366f0f') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$_pkgname-$pkgver \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DKDE_INSTALL_LIBDIR=lib \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Copied: telepathy-kde-accounts-kcm/repos/testing-x86_64/PKGBUILD (from rev 274426, telepathy-kde-accounts-kcm/trunk/PKGBUILD) =================================================================== --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-08-21 03:42:17 UTC (rev 274427) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> +# Contributor: Laurent Carlier <lordhea...@gmail.com> +# Contributor: Antonio Rojas <aro...@archlinux.org> + +pkgname=telepathy-kde-accounts-kcm +_pkgname=ktp-accounts-kcm +pkgver=16.08.0 +pkgrel=1 +pkgdesc='KCM Module for configuring Telepathy Instant Messaging Accounts' +arch=('i686' 'x86_64') +url='http://community.kde.org/Real-Time_Communication_and_Collaboration' +license=('GPL') +groups=('kde-applications' 'kdenetwork' 'telepathy-kde') +depends=('telepathy-qt5' 'kaccounts-providers') +makedepends=('extra-cmake-modules' 'intltool' 'python') +optdepends=('telepathy-gabble: XMPP/Jabber accounts support' 'telepathy-haze: account types supported by Pidgin/libpurple') +source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz") +md5sums=('2384b28bcce9f49ab8328f56ad366f0f') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$_pkgname-$pkgver \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DKDE_INSTALL_LIBDIR=lib \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}