Date: Thursday, November 19, 2015 @ 22:16:54
  Author: arojas
Revision: 251398

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  telepathy-kde-auth-handler/repos/staging-i686/
  telepathy-kde-auth-handler/repos/staging-i686/PKGBUILD
    (from rev 251397, telepathy-kde-auth-handler/kde-unstable/PKGBUILD)
  telepathy-kde-auth-handler/repos/staging-x86_64/
  telepathy-kde-auth-handler/repos/staging-x86_64/PKGBUILD
    (from rev 251397, telepathy-kde-auth-handler/kde-unstable/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   38 ++++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

Copied: telepathy-kde-auth-handler/repos/staging-i686/PKGBUILD (from rev 
251397, telepathy-kde-auth-handler/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2015-11-19 21:16:54 UTC (rev 251398)
@@ -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=15.11.80
+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' 'kdewebkit')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
+md5sums=('3d949ce90a18b39edd06caa3d7937026')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DLIB_INSTALL_DIR=lib \
+    -DLIBEXEC_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: telepathy-kde-auth-handler/repos/staging-x86_64/PKGBUILD (from rev 
251397, telepathy-kde-auth-handler/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2015-11-19 21:16:54 UTC (rev 251398)
@@ -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=15.11.80
+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' 'kdewebkit')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
+md5sums=('3d949ce90a18b39edd06caa3d7937026')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DLIB_INSTALL_DIR=lib \
+    -DLIBEXEC_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Reply via email to