See 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 'id' value='e57e7eaea072bfb45a73dc26e82f9d8f048cf452'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/git.scm
AgeCommit message (Expand)Author
2022-02-14git: Add 'commit-descendant?'....* guix/git.scm (commit-descendant?): New procedure. * tests/git.scm ("commit-descendant?"): New test. Ludovic Courtès
2021-09-18import: Add 'generic-git' updater....* guix/git.scm (ls-remote-refs): New procedure. * tests/git.scm ("remote-refs" "remote-refs: only tags"): New tests. * guix/import/git.scm: New file. * doc/guix.texi (Invoking guix refresh): Document it. * tests/import-git.scm: New test file. * Makefile.am (MODULES, SCM_TESTS): Register the new files. Co-authored-by: Sarah Morgensen <iskarian@mgsn.dev> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Xinglu Chen
2020-06-09git: 'commit-difference' really excludes the ancestors of #:excluded....* guix/git.scm (commit-difference): Initialize VISITED to the closure of OLD and EXCLUDED, as written in the docstring. * tests/git.scm ("commit-difference, excluded commits"): Adjust accordingly. Ludovic Courtès
2020-05-25git: Add 'commit-relation'....* guix/git.scm (commit-relation): New procedure. * tests/git.scm ("commit-relation"): New test. Ludovic Courtès