Date: Saturday, March 25, 2017 @ 01:13:33
  Author: arojas
Revision: 291433

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  telepathy-kde-integration-module/repos/kde-unstable-x86_64/
  telepathy-kde-integration-module/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 291432, telepathy-kde-integration-module/kde-unstable/PKGBUILD)

----------+
 PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

Copied: telepathy-kde-integration-module/repos/kde-unstable-x86_64/PKGBUILD 
(from rev 291432, telepathy-kde-integration-module/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2017-03-25 01:13:33 UTC (rev 291433)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Laurent Carlier <lordhea...@gmail.com>
+# Contributor: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=telepathy-kde-integration-module
+_pkgname=ktp-kded-module
+pkgver=17.03.80
+pkgrel=1
+pkgdesc='Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals' 'kidletime')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('2bc5107a3aec5480a20c3dc4df7d45e487485fb2a89f33151eeb9f22b77775b1'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 
<aa...@kde.org>
+
+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
+}

Reply via email to