[arch-commits] Commit in (3 files)

Antonio Rojas arojas at archlinux.org
Sat Mar 26 21:43:37 UTC 2016


    Date: Saturday, March 26, 2016 @ 22:43:36
  Author: arojas
Revision: 262600

Bring back telepathy-kde-call-ui

Added:
  telepathy-kde-call-ui/
  telepathy-kde-call-ui/kde-unstable/
  telepathy-kde-call-ui/kde-unstable/PKGBUILD

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

Added: telepathy-kde-call-ui/kde-unstable/PKGBUILD
===================================================================
--- telepathy-kde-call-ui/kde-unstable/PKGBUILD	                        (rev 0)
+++ telepathy-kde-call-ui/kde-unstable/PKGBUILD	2016-03-26 21:43:36 UTC (rev 262600)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=telepathy-kde-call-ui
+_pkgname=ktp-call-ui
+pkgver=16.03.80
+pkgrel=1
+pkgdesc='Voice/Video Call UI for Telepathy'
+arch=(i686 x86_64)
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=(GPL)
+groups=(kde-applications kdenetwork telepathy-kde)
+depends=(telepathy-kde-common-internals qt5-gstreamer)
+makedepends=(extra-cmake-modules boost)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz")
+md5sums=('6ed5d4ac8b1c77e1a02401d1d3c4b39b')
+
+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
+}



More information about the arch-commits mailing list