[neon/qt6/qt6-libqaccessibilityclient/Neon/unstable] debian: update the patches

Pino Toscano null at kde.org
Mon Mar 13 14:22:57 GMT 2023


Git commit a4c0bcad5865d086fdbc6ff27585c525cbca24de by Pino Toscano.
Committed on 22/07/2018 at 20:41.
Pushed by jriddell into branch 'Neon/unstable'.

update the patches

- upstream_qt4-link-to-QtGui.patch: drop, backported from upstream

M  +2    -0    debian/changelog
M  +0    -1    debian/patches/series
D  +0    -26   debian/patches/upstream_qt4-link-to-QtGui.patch

https://invent.kde.org/neon/qt6/qt6-libqaccessibilityclient/commit/a4c0bcad5865d086fdbc6ff27585c525cbca24de

diff --git a/debian/changelog b/debian/changelog
index 844910b..0a956ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ libqaccessibilityclient (0.2.0-0r1) UNRELEASED; urgency=medium
       - libqaccessibilityclient-dev -> libqaccessibilityclient-qt5-dev
     - update install files
     - update symbols file
+  * Update the patches:
+    - upstream_qt4-link-to-QtGui.patch: drop, backported from upstream
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 20 May 2018 19:34:58 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index bc496ba..b7e163a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 libdir.diff
-upstream_qt4-link-to-QtGui.patch
diff --git a/debian/patches/upstream_qt4-link-to-QtGui.patch b/debian/patches/upstream_qt4-link-to-QtGui.patch
deleted file mode 100644
index 71bc9a8..0000000
--- a/debian/patches/upstream_qt4-link-to-QtGui.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 1e1c469597e0e692caea11c89f6da831ad2410b3 Mon Sep 17 00:00:00 2001
-From: Pino Toscano <pino at kde.org>
-Date: Tue, 31 May 2016 07:34:05 +0200
-Subject: [PATCH] qt4: link to QtGui
-
-QAction and QKeySequence are used, and they are in QtGui
----
- src/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index ed8452a..ade53e0 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -24,7 +24,7 @@ add_library(qaccessibilityclient SHARED ${QAccessibilityClient_SRCS} ${QAccessib
- if (QT5_BUILD)
-     target_link_libraries(qaccessibilityclient ${Qt5Core_LIBRARIES} ${Qt5Widgets_LIBRARIES} ${Qt5DBus_LIBRARIES})
- else (QT5_BUILD)
--    target_link_libraries(qaccessibilityclient ${QT_QTCORE_LIBRARY} ${QT_QTDBUS_LIBRARY})
-+    target_link_libraries(qaccessibilityclient ${QT_QTCORE_LIBRARY} ${QT_QTDBUS_LIBRARY} ${QT_QTGUI_LIBRARY})
- endif(QT5_BUILD)
- 
- set(QACCESSIBILITYCLIENT_SOVERSION ${QACCESSIBILITYCLIENT_VERSION_MAJOR})
--- 
-2.8.1
-



More information about the Neon-commits mailing list