[arch-commits] Commit in telepathy-kde-accounts-kcm/repos (3 files)

Antonio Rojas arojas at archlinux.org
Mon Nov 18 00:19:33 UTC 2019


    Date: Monday, November 18, 2019 @ 00:19:31
  Author: arojas
Revision: 369163

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

Added:
  telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64/
  telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 369162, telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD)
  telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64/telepathy-qt-0.9.8.patch
    (from rev 369162, telepathy-kde-accounts-kcm/kde-unstable/telepathy-qt-0.9.8.patch)

--------------------------+
 PKGBUILD                 |   43 +++++++++++++++++++++++++++++++++++++++++++
 telepathy-qt-0.9.8.patch |   13 +++++++++++++
 2 files changed, 56 insertions(+)

Copied: telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64/PKGBUILD (from rev 369162, telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2019-11-18 00:19:31 UTC (rev 369163)
@@ -0,0 +1,43 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+
+pkgname=telepathy-kde-accounts-kcm
+_pkgname=ktp-accounts-kcm
+pkgver=19.11.80
+pkgrel=1
+pkgdesc='KCM Module for configuring Telepathy Instant Messaging Accounts'
+arch=(x86_64)
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=(GPL)
+groups=(kde-applications kdenetwork telepathy-kde)
+depends=(telepathy-qt kaccounts-providers)
+makedepends=(extra-cmake-modules intltool)
+optdepends=('telepathy-gabble: XMPP/Jabber accounts support' 'telepathy-haze: account types supported by Pidgin/libpurple'
+            'telepathy-morse: Telegram accounts support' 'telepathy-salut: link-local XMPP account support')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig}
+         telepathy-qt-0.9.8.patch)
+sha256sums=('751825b44c5ef1d39541f52ea8bbb527c2db8ddbbc1d43866d2a720918e1ffb6'
+            'SKIP'
+            'f34e8e9ae6ca9877208f9e8d5df4927542618561e3a81c6a2e7e972306ea80fb')
+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 \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64/telepathy-qt-0.9.8.patch (from rev 369162, telepathy-kde-accounts-kcm/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:19:31 UTC (rev 369163)
@@ -0,0 +1,13 @@
+diff --git a/src/KCMTelepathyAccounts/CMakeLists.txt b/src/KCMTelepathyAccounts/CMakeLists.txt
+index 1fe7c09..34bc5e0 100644
+--- a/src/KCMTelepathyAccounts/CMakeLists.txt
++++ b/src/KCMTelepathyAccounts/CMakeLists.txt
+@@ -79,7 +79,7 @@ target_link_libraries (ktpaccountskcminternal
+                        KF5::ItemViews
+                        KF5::IconThemes
+                        KF5::Service
+-                       ${TELEPATHY_QT5_LIBRARIES}
++                       TelepathyQt5::Core
+ )
+ 
+ 



More information about the arch-commits mailing list