diff options
| author | Sughosha <sughosha@disroot.org> | 2026-05-08 06:08:34 +0530 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-28 17:20:45 +0200 |
| commit | 72b510dfc58f23c1058b9203050f34c516ccb951 (patch) | |
| tree | ad460144dc77c6ff90a072d1de20e18557ebab83 | |
| parent | fe7ae4eba2b15dffa0309530d19672474ff3f016 (diff) | |
gnu: kate: Update to 26.04.1.
* gnu/packages/kde-utils.scm (kate): Update to 26.04.1.
[arguments]<#:test-exclude>: Exclude "kateapp-kate_view_mgmt_test2".
Change-Id: I0f946719821e388730df3d2bf96a8857681c284d
| -rw-r--r-- | gnu/packages/kde-utils.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm index 64e56806425..dc890e6e9e5 100644 --- a/gnu/packages/kde-utils.scm +++ b/gnu/packages/kde-utils.scm | |||
| @@ -480,14 +480,14 @@ to camera devices supported by @code{libgphoto2} using | |||
| 480 | (define-public kate | 480 | (define-public kate |
| 481 | (package | 481 | (package |
| 482 | (name "kate") | 482 | (name "kate") |
| 483 | (version "25.12.3") | 483 | (version "26.04.1") |
| 484 | (source | 484 | (source |
| 485 | (origin | 485 | (origin |
| 486 | (method url-fetch) | 486 | (method url-fetch) |
| 487 | (uri (string-append "mirror://kde/stable/release-service/" version | 487 | (uri (string-append "mirror://kde/stable/release-service/" version |
| 488 | "/src/kate-" version ".tar.xz")) | 488 | "/src/kate-" version ".tar.xz")) |
| 489 | (sha256 | 489 | (sha256 |
| 490 | (base32 "1awhrqkbd1ckxdb8xqli72s6x3fhvrlr07912wv888lrq5vdjqfp")) | 490 | (base32 "161109c15lby1fa2z321dd8b9va2pkjsn4j418gnx2j8gzff3k3l")) |
| 491 | (modules '((guix build utils))) | 491 | (modules '((guix build utils))) |
| 492 | ;; Unbundle SingleApplication. | 492 | ;; Unbundle SingleApplication. |
| 493 | (snippet | 493 | (snippet |
| @@ -502,7 +502,7 @@ to camera devices supported by @code{libgphoto2} using | |||
| 502 | (string-append keep "<SingleApplication>")))))))) | 502 | (string-append keep "<SingleApplication>")))))))) |
| 503 | (build-system qt-build-system) | 503 | (build-system qt-build-system) |
| 504 | (native-inputs | 504 | (native-inputs |
| 505 | (list extra-cmake-modules kdoctools xorg-server-for-tests)) | 505 | (list dbus extra-cmake-modules kdoctools xorg-server-for-tests)) |
| 506 | ;; TODO: Unbundle rapidjson. | 506 | ;; TODO: Unbundle rapidjson. |
| 507 | (inputs | 507 | (inputs |
| 508 | (list breeze-icons ;; default icon set | 508 | (list breeze-icons ;; default icon set |
| @@ -533,6 +533,7 @@ to camera devices supported by @code{libgphoto2} using | |||
| 533 | single-application)) | 533 | single-application)) |
| 534 | (arguments | 534 | (arguments |
| 535 | (list #:qtbase qtbase | 535 | (list #:qtbase qtbase |
| 536 | #:test-exclude "kateapp-kate_view_mgmt_test2" | ||
| 536 | #:phases | 537 | #:phases |
| 537 | #~(modify-phases %standard-phases | 538 | #~(modify-phases %standard-phases |
| 538 | (add-after 'unpack 'link-single-application | 539 | (add-after 'unpack 'link-single-application |
