Date: Saturday, March 25, 2017 @ 01:13:43
  Author: arojas
Revision: 291434

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

Added:
  telepathy-kde-send-file/repos/kde-unstable-x86_64/
  telepathy-kde-send-file/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 291433, telepathy-kde-send-file/kde-unstable/PKGBUILD)

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

Copied: telepathy-kde-send-file/repos/kde-unstable-x86_64/PKGBUILD (from rev 
291433, telepathy-kde-send-file/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2017-03-25 01:13:43 UTC (rev 291434)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Laurent Carlier <lordhea...@gmail.com>
+
+pkgname=telepathy-kde-send-file
+_pkgname=ktp-send-file
+pkgver=17.03.80
+pkgrel=1
+pkgdesc='A File manager plugin to launch a file transfer job with a specified 
contact'
+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')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('041d2f8a3a7fefddf2d275809d8ae13b74f5baf96d812f17bcb7ee85552843e2'
+            '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