gnu: kcoreaddons: Update to 5.98.0.
* gnu/packages/kde-frameworks.scm (kcoreaddons): Update to 5.98.0. [arguments]<#:phases>: Update blocklist for failing tests. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
		
							parent
							
								
									98e2629165
								
							
						
					
					
						commit
						b23985dc80
					
				
					 1 changed files with 4 additions and 10 deletions
				
			
		|  | @ -574,7 +574,7 @@ propagate their changes to their respective configuration files.") | ||||||
| (define-public kcoreaddons | (define-public kcoreaddons | ||||||
|   (package |   (package | ||||||
|     (name "kcoreaddons") |     (name "kcoreaddons") | ||||||
|     (version "5.70.0") |     (version "5.98.0") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (string-append |               (uri (string-append | ||||||
|  | @ -583,7 +583,7 @@ propagate their changes to their respective configuration files.") | ||||||
|                     name "-" version ".tar.xz")) |                     name "-" version ".tar.xz")) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "10a7zys3limsawl7lk9ggymk3msk2bp0y8hp0jmsvk3l405pd1ps")))) |                 "0lqmyxqsw7w1qgdgmax63v64cy7dwk7n4zi8k53xmrqjmd9jir52")))) | ||||||
|     (build-system cmake-build-system) |     (build-system cmake-build-system) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      (list extra-cmake-modules qttools-5 shared-mime-info |      (list extra-cmake-modules qttools-5 shared-mime-info | ||||||
|  | @ -602,14 +602,8 @@ propagate their changes to their respective configuration files.") | ||||||
|                  ;; FIXME: Make it pass.  Test failure caused by stout/stderr |                  ;; FIXME: Make it pass.  Test failure caused by stout/stderr | ||||||
|                  ;; being interleaved. |                  ;; being interleaved. | ||||||
|                  (display "[test_channels]\n*\n") |                  (display "[test_channels]\n*\n") | ||||||
|                  ;; This fails with ENOSPC because of too many inotify watches. |                  ;; FIXME | ||||||
|                  (display "[benchNotifyWatcher]\n*\n"))))) |                  (display "[test_inheritance]\n*\n"))))) | ||||||
|          ;; See upstream commit ee424e9b62368485bba4193053cabb553a1d268e |  | ||||||
|          (add-after 'unpack 'fix-broken-test |  | ||||||
|            (lambda _ |  | ||||||
|              (substitute* "autotests/kdirwatch_unittest.cpp" |  | ||||||
|                (("QVERIFY\\(waitForRecreationSignal\\(watch, existingFile\\)\\);" m) |  | ||||||
|                 (string-append m "\nwaitUntilNewSecond();"))))) |  | ||||||
|          (add-before 'check 'check-setup |          (add-before 'check 'check-setup | ||||||
|            (lambda _ |            (lambda _ | ||||||
|              (setenv "HOME" (getcwd)) |              (setenv "HOME" (getcwd)) | ||||||
|  |  | ||||||
		Reference in a new issue