From 7dd24ef8cbd4a84ddd39fb700b9160f62a7652a8 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 19 Nov 2017 19:03:19 +0100 Subject: kde-apps/kopete: Drop obsolete patch Package-Manager: Portage-2.3.14, Repoman-2.3.6 --- .../kopete/files/kopete-17.04.0-kde4qgpgme.patch | 56 ---------------------- 1 file changed, 56 deletions(-) delete mode 100644 kde-apps/kopete/files/kopete-17.04.0-kde4qgpgme.patch diff --git a/kde-apps/kopete/files/kopete-17.04.0-kde4qgpgme.patch b/kde-apps/kopete/files/kopete-17.04.0-kde4qgpgme.patch deleted file mode 100644 index 59e2a3752e2..00000000000 --- a/kde-apps/kopete/files/kopete-17.04.0-kde4qgpgme.patch +++ /dev/null @@ -1,56 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -98,8 +98,8 @@ - macro_optional_find_package(QJSON) - macro_log_feature(QJSON_FOUND "QJSON" "JSON handling library for Qt" "http://qjson.sourceforge.net/" FALSE "" "Required for the Jabber protocol") - --macro_optional_find_package(QGpgme) --macro_log_feature(QGPGME_FOUND "QGpgme" "QGpgME library (from kdepimlibs)" "http://www.kde.org/" FALSE "" "Required for the Cryptography plugin") -+macro_optional_find_package(KDE4_QGpgme) -+macro_log_feature(KDE4_QGPGME_FOUND "KDE4_QGpgme" "KDE4_QGpgME library (from kdepimlibs)" "http://www.kde.org/" FALSE "" "Required for the Cryptography plugin") - - macro_optional_find_package(Sqlite) - macro_log_feature(SQLITE_FOUND "Sqlite" "SQLite is a Binary-Database" "http://www.sqlite.org/" FALSE "" "Required for the Statistic plugin") ---- a/plugins/CMakeLists.txt -+++ b/plugins/CMakeLists.txt -@@ -74,6 +74,6 @@ - if (WITH_otr AND LIBOTR_FOUND) - add_subdirectory ( otr ) - endif (WITH_otr AND LIBOTR_FOUND) --if (WITH_cryptography AND KLEOPATRA_FOUND AND QGPGME_FOUND) -+if (WITH_cryptography AND KLEOPATRA_FOUND AND KDE4_QGPGME_FOUND) - add_subdirectory ( cryptography ) --endif (WITH_cryptography AND KLEOPATRA_FOUND AND QGPGME_FOUND) -+endif (WITH_cryptography AND KLEOPATRA_FOUND AND KDE4_QGPGME_FOUND) ---- a/plugins/cryptography/CMakeLists.txt -+++ b/plugins/cryptography/CMakeLists.txt -@@ -17,7 +17,7 @@ - - kde4_add_plugin(kopete_cryptography ${kopete_cryptography_PART_SRCS}) - --target_link_libraries(kopete_cryptography ${QT_QTGUI_LIBRARY} ${KDE4_KDECORE_LIBS} kopete ${KLEOPATRA_LIBRARIES} ${KDE4_KABC_LIBS} ${QGPGME_LIBRARIES} ) -+target_link_libraries(kopete_cryptography ${QT_QTGUI_LIBRARY} ${KDE4_KDECORE_LIBS} kopete ${KLEOPATRA_LIBRARIES} ${KDE4_KABC_LIBS} ${KDE4_QGPGME_LIBRARIES} ) - - install(TARGETS kopete_cryptography DESTINATION ${PLUGIN_INSTALL_DIR}) - ---- a/plugins/cryptography/cryptographyplugin.cpp -+++ b/plugins/cryptography/cryptographyplugin.cpp -@@ -52,12 +52,12 @@ - #include - #include - #include --#include --#include --#include --#include --#include --#include -+#include -+#include -+#include -+#include -+#include -+#include - - // kabc stuff - #include -- cgit v1.2.3