summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-03-19 01:30:10 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-03-19 01:30:30 +0100
commit305945367df9ecff66fd0389c1312df733028863 (patch)
tree8f54b88a7e3999d0d19bf27ce90d507bf0104809 /kde-apps/ktp-common-internals/files
parentapp-admin/abrt: Version bump to 2.14.0 (diff)
downloadgentoo-305945367df9ecff66fd0389c1312df733028863.tar.gz
gentoo-305945367df9ecff66fd0389c1312df733028863.tar.bz2
gentoo-305945367df9ecff66fd0389c1312df733028863.zip
kde-apps: Drop KDE Applications 19.08.3
Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ktp-common-internals/files')
-rw-r--r--kde-apps/ktp-common-internals/files/ktp-common-internals-19.08.3-telepathy-0.9.8.patch57
1 files changed, 0 insertions, 57 deletions
diff --git a/kde-apps/ktp-common-internals/files/ktp-common-internals-19.08.3-telepathy-0.9.8.patch b/kde-apps/ktp-common-internals/files/ktp-common-internals-19.08.3-telepathy-0.9.8.patch
deleted file mode 100644
index 9cc3b301e0ab..000000000000
--- a/kde-apps/ktp-common-internals/files/ktp-common-internals-19.08.3-telepathy-0.9.8.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-From f030b527c4d390ead78d2e56a1655444f97b5545 Mon Sep 17 00:00:00 2001
-From: Antonio Rojas <arojas@archlinux.org>
-Date: Thu, 14 Nov 2019 20:34:21 +0100
-Subject: [PATCH] Fix build with telepathy-qt 0.9.8
-
-Explicitely add the necessary link targets which are no longer exported by telepathy-qt
-
-Differential Revision: https://phabricator.kde.org/D25269
----
- CMakeLists.txt | 4 +++-
- KTp/CMakeLists.txt | 2 ++
- KTp/OTR/CMakeLists.txt | 1 +
- 3 files changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 187400e..2650321 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -20,8 +20,10 @@ set (KTP_VERSION "${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_M
- set (KTP_MESSAGE_FILTER_FRAMEWORK_VERSION "5")
-
- find_package (Qt5 REQUIRED CONFIG COMPONENTS
-+ DBus
- Qml
-- Test)
-+ Test
-+ Xml)
-
- find_package (KF5 5.11 REQUIRED COMPONENTS
- CoreAddons
-diff --git a/KTp/CMakeLists.txt b/KTp/CMakeLists.txt
-index 85d578b..ffbce10 100644
---- a/KTp/CMakeLists.txt
-+++ b/KTp/CMakeLists.txt
-@@ -91,6 +91,8 @@ set_target_properties(KTpCommonInternals PROPERTIES
-
- target_link_libraries (KTpCommonInternals
- PUBLIC
-+ Qt5::DBus
-+ Qt5::Xml
- KF5::Wallet #included from wallet-interface.h
- ${TELEPATHY_QT5_LIBRARIES}
- PRIVATE
-diff --git a/KTp/OTR/CMakeLists.txt b/KTp/OTR/CMakeLists.txt
-index 12e28de..0743e25 100644
---- a/KTp/OTR/CMakeLists.txt
-+++ b/KTp/OTR/CMakeLists.txt
-@@ -28,6 +28,7 @@ generate_export_header(KTpOTR)
-
- target_link_libraries (KTpOTR
- PUBLIC
-+ Qt5::DBus
- ${TELEPATHY_QT5_LIBRARIES}
- PRIVATE
- KF5::I18n
---
-2.24.0