~ruther/guix-local

5ac7a6864f76e0c6217ce6d8e82f57a019624a92 — Zheng Junjie 1 year, 3 months ago a567dad
gnu: kommit: Update to 1.7.1.

* gnu/packages/kde.scm (kommit): Update to 1.7.1.
[source]: Adjust uri.
[arguments]<#:phases>: Adjust check phase.

Change-Id: Ie5cab671f5e9b466bd23ac08a8ebacd00c0fe0ec
1 files changed, 19 insertions(+), 19 deletions(-)

M gnu/packages/kde.scm
M gnu/packages/kde.scm => gnu/packages/kde.scm +19 -19
@@ 1102,15 1102,15 @@ cards.")
(define-public kommit
  (package
    (name "kommit")
    (version "1.6.0")
    (version "1.7.1")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://kde/stable/"
                                  name "/" name "-"
                                  version ".tar.xz"))
                                  "v" version ".tar.xz"))
              (sha256
               (base32
                "09ahnizl5mqdrg583lxkwwnsq8ci95fk49wx9733ah4c39gync5c"))))
                "14gr0ms99il76k3yrdff2z4fj5pi5c613gk9n60gg66rmr7m3pnx"))))
    (build-system qt-build-system)
    (arguments
     (list #:qtbase qtbase


@@ 1125,26 1125,26 @@ cards.")
                     (invoke "ctest" "-E"
                             "(difftest|clonedialogtest|tagtest|indextest|\
branchestest|configtest|stashtest|filetest|overlaytest|remotetest|clonetest|\
submoduletest)")))))))
submoduletest|cachetest|switchtest)")))))))
    (native-inputs
     (list extra-cmake-modules kdoctools pkg-config))
    (inputs
     (list ;; module cyclic referencing
            (module-ref
             (resolve-interface
              '(gnu packages kde-systemtools))
             'dolphin)         ;for dolphin plugin
           kconfigwidgets
           kcoreaddons
           kcrash
           kdbusaddons
           ki18n
           kxmlgui
           kio
           ktextwidgets
           ktexteditor
           ksyntaxhighlighting
           libgit2-1.8))
      (module-ref
       (resolve-interface
        '(gnu packages kde-systemtools))
       'dolphin)         ;for dolphin plugin
      kconfigwidgets
      kcoreaddons
      kcrash
      kdbusaddons
      ki18n
      kxmlgui
      kio
      ktextwidgets
      ktexteditor
      ksyntaxhighlighting
      libgit2-1.8))
    (home-page "https://apps.kde.org/kommit/")
    (synopsis "Git client for KDE")
    (description