diff options
author | 2017-06-08 23:00:50 +0200 | |
---|---|---|
committer | 2017-06-08 23:00:50 +0200 | |
commit | c892d3edb4099fe424a61b0d1aa296132d872ba0 (patch) | |
tree | e010db999c552c23e6993bd429516c40db852fe6 /kde-apps/kopete/files | |
parent | kde-frameworks/kdelibs: Version bump 4.14.33 (diff) | |
download | gentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.tar.gz gentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.tar.bz2 gentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.zip |
kde-apps: Version bump KDE Applications 17.04.2
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'kde-apps/kopete/files')
-rw-r--r-- | kde-apps/kopete/files/kopete-17.04.0-kde4qgpgme.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kde-apps/kopete/files/kopete-17.04.0-kde4qgpgme.patch b/kde-apps/kopete/files/kopete-17.04.0-kde4qgpgme.patch index 6589f06027ba..59e2a3752e2a 100644 --- a/kde-apps/kopete/files/kopete-17.04.0-kde4qgpgme.patch +++ b/kde-apps/kopete/files/kopete-17.04.0-kde4qgpgme.patch @@ -1,5 +1,5 @@ ---- /CMakeLists.txt -+++ /CMakeLists.txt +--- 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") @@ -11,8 +11,8 @@ 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") ---- /plugins/CMakeLists.txt -+++ /plugins/CMakeLists.txt +--- a/plugins/CMakeLists.txt ++++ b/plugins/CMakeLists.txt @@ -74,6 +74,6 @@ if (WITH_otr AND LIBOTR_FOUND) add_subdirectory ( otr ) @@ -22,8 +22,8 @@ add_subdirectory ( cryptography ) -endif (WITH_cryptography AND KLEOPATRA_FOUND AND QGPGME_FOUND) +endif (WITH_cryptography AND KLEOPATRA_FOUND AND KDE4_QGPGME_FOUND) ---- /plugins/cryptography/CMakeLists.txt -+++ /plugins/cryptography/CMakeLists.txt +--- a/plugins/cryptography/CMakeLists.txt ++++ b/plugins/cryptography/CMakeLists.txt @@ -17,7 +17,7 @@ kde4_add_plugin(kopete_cryptography ${kopete_cryptography_PART_SRCS}) @@ -33,8 +33,8 @@ install(TARGETS kopete_cryptography DESTINATION ${PLUGIN_INSTALL_DIR}) ---- /plugins/cryptography/cryptographyplugin.cpp -+++ /plugins/cryptography/cryptographyplugin.cpp +--- a/plugins/cryptography/cryptographyplugin.cpp ++++ b/plugins/cryptography/cryptographyplugin.cpp @@ -52,12 +52,12 @@ #include <kleo/signjob.h> #include <kleo/keylistjob.h> |