Date: Saturday, February 21, 2015 @ 16:11:44
  Author: fyan
Revision: 231781

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  telepathy-kde-auth-handler/repos/testing-i686/
  telepathy-kde-auth-handler/repos/testing-i686/PKGBUILD
    (from rev 231780, telepathy-kde-auth-handler/trunk/PKGBUILD)
  telepathy-kde-auth-handler/repos/testing-x86_64/
  telepathy-kde-auth-handler/repos/testing-x86_64/PKGBUILD
    (from rev 231780, telepathy-kde-auth-handler/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: telepathy-kde-auth-handler/repos/testing-i686/PKGBUILD (from rev 
231780, telepathy-kde-auth-handler/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2015-02-21 15:11:44 UTC (rev 231781)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=telepathy-kde-auth-handler
+_pkgname=ktp-auth-handler
+pkgver=0.9.0
+pkgrel=2
+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')
+depends=('telepathy-kde-common-internals' 'qjson' 'qca-ossl' 'libaccounts-qt' 
'libsignon-qt4')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('7f855701da1997ee6c1920b7219dead9c94ca04d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: telepathy-kde-auth-handler/repos/testing-x86_64/PKGBUILD (from rev 
231780, telepathy-kde-auth-handler/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2015-02-21 15:11:44 UTC (rev 231781)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=telepathy-kde-auth-handler
+_pkgname=ktp-auth-handler
+pkgver=0.9.0
+pkgrel=2
+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')
+depends=('telepathy-kde-common-internals' 'qjson' 'qca-ossl' 'libaccounts-qt' 
'libsignon-qt4')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('7f855701da1997ee6c1920b7219dead9c94ca04d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to