[arch-commits] Commit in telepathy-kde-call-ui/repos (3 files)

Antonio Rojas arojas at archlinux.org
Mon Nov 18 00:20:09 UTC 2019


    Date: Monday, November 18, 2019 @ 00:20:05
  Author: arojas
Revision: 369166

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

Added:
  telepathy-kde-call-ui/repos/kde-unstable-x86_64/
  telepathy-kde-call-ui/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 369165, telepathy-kde-call-ui/kde-unstable/PKGBUILD)
  telepathy-kde-call-ui/repos/kde-unstable-x86_64/telepathy-qt-0.9.8.patch
    (from rev 369165, telepathy-kde-call-ui/kde-unstable/telepathy-qt-0.9.8.patch)

--------------------------+
 PKGBUILD                 |   40 ++++++++++++++++++++++++++++++++++++++++
 telepathy-qt-0.9.8.patch |   11 +++++++++++
 2 files changed, 51 insertions(+)

Copied: telepathy-kde-call-ui/repos/kde-unstable-x86_64/PKGBUILD (from rev 369165, telepathy-kde-call-ui/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2019-11-18 00:20:05 UTC (rev 369166)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=telepathy-kde-call-ui
+_pkgname=ktp-call-ui
+pkgver=19.11.80
+pkgrel=1
+pkgdesc='Voice/Video Call UI for Telepathy'
+arch=(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 qt-gstreamer)
+makedepends=(extra-cmake-modules boost)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig}
+         telepathy-qt-0.9.8.patch)
+sha256sums=('508835258cdc4ebc577916e1e2b56869e904ae59c0164e2be28ce5317aa4b3dc'
+            'SKIP'
+            '29ae07bbe5409e765328f68a27a528a4ff3ab93a1ca3ac190fc76a7c314594ac')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+  mkdir -p build
+
+  cd $_pkgname-$pkgver
+  patch -p1 -i ../telepathy-qt-0.9.8.patch # Fix build with telepathy-qt 0.9.8
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: telepathy-kde-call-ui/repos/kde-unstable-x86_64/telepathy-qt-0.9.8.patch (from rev 369165, telepathy-kde-call-ui/kde-unstable/telepathy-qt-0.9.8.patch)
===================================================================
--- kde-unstable-x86_64/telepathy-qt-0.9.8.patch	                        (rev 0)
+++ kde-unstable-x86_64/telepathy-qt-0.9.8.patch	2019-11-18 00:20:05 UTC (rev 369166)
@@ -0,0 +1,11 @@
+diff --git a/libqtf/CMakeLists.txt b/libqtf/CMakeLists.txt
+index 3025576..bb5faaf 100644
+--- a/libqtf/CMakeLists.txt
++++ b/libqtf/CMakeLists.txt
+@@ -24,5 +24,5 @@ target_link_libraries(qtf
+     ${QTGSTREAMER_LIBRARIES}
+     ${TP_FARSTREAM_LDFLAGS}
+     ${FARSTREAM_LDFLAGS}
+-    ${TELEPATHY_QT5_FARSTREAM_LIBRARIES}
++    TelepathyQt5::Farstream
+ )



More information about the arch-commits mailing list