diff options
| author | Sughosha <sughosha@disroot.org> | 2026-03-03 21:57:21 +0530 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2026-03-16 07:44:04 +0530 |
| commit | b7d1f23b61855f29635f0497680c9edf179050c0 (patch) | |
| tree | 18505abd2cc39692d2f3f88df6c000a9b7d08548 | |
| parent | e47d90a0758e08659007594060844d4b7c79961a (diff) | |
gnu: kcrash: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (kcrash): Update to 6.23.0.
[arguments]<#:phases>: Add 'check-setup' phase.
Change-Id: I6fb50aa612f3b0461671e783fa419cab4917e911
| -rw-r--r-- | gnu/packages/kde-frameworks.scm | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index bbe84ad5e8f..8df989ff869 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm | |||
| @@ -2340,7 +2340,7 @@ localized country name to ISO 3166-1 alpha 2 code mapping and vice verca. | |||
| 2340 | (define-public kcrash | 2340 | (define-public kcrash |
| 2341 | (package | 2341 | (package |
| 2342 | (name "kcrash") | 2342 | (name "kcrash") |
| 2343 | (version "6.22.0") | 2343 | (version "6.23.0") |
| 2344 | (source (origin | 2344 | (source (origin |
| 2345 | (method url-fetch) | 2345 | (method url-fetch) |
| 2346 | (uri (string-append | 2346 | (uri (string-append |
| @@ -2349,11 +2349,16 @@ localized country name to ISO 3166-1 alpha 2 code mapping and vice verca. | |||
| 2349 | name "-" version ".tar.xz")) | 2349 | name "-" version ".tar.xz")) |
| 2350 | (sha256 | 2350 | (sha256 |
| 2351 | (base32 | 2351 | (base32 |
| 2352 | "03kh3qchrnny1r5f463kr15pnxi82c8ricwpx538f04cb2h7qb9j")))) | 2352 | "146ywqc0anrsbc6p7a6yqznnx825x13r2xwvjiw8qlb683z3hgwc")))) |
| 2353 | (build-system qt-build-system) | 2353 | (build-system qt-build-system) |
| 2354 | (native-inputs (list extra-cmake-modules)) | 2354 | (native-inputs (list extra-cmake-modules)) |
| 2355 | (inputs (list kcoreaddons kwindowsystem)) | 2355 | (inputs (list kcoreaddons kwindowsystem)) |
| 2356 | (arguments (list #:qtbase qtbase)) | 2356 | (arguments |
| 2357 | (list #:qtbase qtbase | ||
| 2358 | #:phases | ||
| 2359 | #~(modify-phases %standard-phases | ||
| 2360 | (add-before 'check 'check-setup | ||
| 2361 | (lambda _ (setenv "HOME" (getcwd))))))) | ||
| 2357 | (home-page "https://community.kde.org/Frameworks") | 2362 | (home-page "https://community.kde.org/Frameworks") |
| 2358 | (synopsis "Graceful handling of application crashes") | 2363 | (synopsis "Graceful handling of application crashes") |
| 2359 | (description "KCrash provides support for intercepting and handling | 2364 | (description "KCrash provides support for intercepting and handling |
