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

Antonio Rojas arojas at archlinux.org
Fri Nov 29 23:47:29 UTC 2019


    Date: Friday, November 29, 2019 @ 23:47:28
  Author: arojas
Revision: 370107

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

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-29 23:47:13 UTC (rev 370106)
+++ PKGBUILD	2019-11-29 23:47:28 UTC (rev 370107)
@@ -1,43 +0,0 @@
-# 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/PKGBUILD (from rev 370106, telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-29 23:47:28 UTC (rev 370107)
@@ -0,0 +1,38 @@
+# 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.90
+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})
+sha256sums=('c1867fd19b137abf23147f61bfe07152a66010f37f633e8df57c6af9b51f3309'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: telepathy-qt-0.9.8.patch
===================================================================
--- telepathy-qt-0.9.8.patch	2019-11-29 23:47:13 UTC (rev 370106)
+++ telepathy-qt-0.9.8.patch	2019-11-29 23:47:28 UTC (rev 370107)
@@ -1,13 +0,0 @@
-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