unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 3835c2e3138256c77fec5ef998092497dbbb0050 578 bytes (raw)
name: gnu/packages/patches/libksieve-Fix-missing-link-libraries.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
See <https://phabricator.kde.org/D26818>

diff --git a/src/ksieveui/CMakeLists.txt b/src/ksieveui/CMakeLists.txt
--- a/src/ksieveui/CMakeLists.txt
+++ b/src/ksieveui/CMakeLists.txt
@@ -255,6 +255,7 @@ target_link_libraries(KF5KSieveUi
     KF5::KManageSieve
     KF5::KSieve
     KF5::PimCommon
+    KF5::SyntaxHighlighting
     PRIVATE
     KF5::Libkdepim
     KF5::Archive
@@ -269,7 +270,6 @@ target_link_libraries(KF5KSieveUi
     KF5::I18n
     KF5::SonnetUi
     Qt::PrintSupport
-    KF5::SyntaxHighlighting
     )

 set_target_properties(KF5KSieveUi PROPERTIES
--
2.33.0

debug log:

solving 3835c2e313 ...
found 3835c2e313 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).