Codebase list ktp-call-ui / afa4c63
update the patches - dbus_include.patch: drop, seems not needed anymore Pino Toscano 3 years ago
3 changed file(s) with 2 addition(s) and 23 deletion(s). Raw diff Collapse all Expand all
1212 * Add Rules-Requires-Root: no.
1313 * Bump Standards-Version to 4.5.0, no changes required.
1414 * Switch Vcs-* fields to salsa.debian.org.
15 * Update the patches:
16 - dbus_include.patch: drop, seems not needed anymore
1517
1618 -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 13 Aug 2020 17:07:27 +0200
1719
+0
-22
debian/patches/dbus_include.patch less more
0 From: Debian/Kubuntu KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
1 Date: Fri, 29 Apr 2016 16:47:12 +0200
2 Subject: dbus_include
3
4 Author: Diane Trout <diane@ghic.org>
5 Description: link qtf against d-bus to avoid a missing symbols error
6 ---
7 libqtf/CMakeLists.txt | 1 +
8 1 file changed, 1 insertion(+)
9
10 diff --git a/libqtf/CMakeLists.txt b/libqtf/CMakeLists.txt
11 index 3025576..8b4831b 100644
12 --- a/libqtf/CMakeLists.txt
13 +++ b/libqtf/CMakeLists.txt
14 @@ -10,6 +10,7 @@ include_directories(
15 ${TP_FARSTREAM_INCLUDE_DIRS}
16 ${FARSTREAM_INCLUDE_DIRS}
17 ${TELEPATHY_QT5_FARSTREAM_INCLUDE_DIR}
18 + ${DBUS_INCLUDE_DIR}
19 )
20
21 add_definitions(
+0
-1
debian/patches/series less more
0 dbus_include.patch