guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: kdelibs4support: Fix tests.


From: guix-commits
Subject: 01/03: gnu: kdelibs4support: Fix tests.
Date: Wed, 10 Apr 2024 08:03:33 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 9acc0567254c8b5bcdca79287660019da7fdada4
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Wed Apr 10 19:25:17 2024 +0800

    gnu: kdelibs4support: Fix tests.
    
    Reported in:
      <https://issues.guix.gnu.org/70100>
      <https://issues.guix.gnu.org/70176>
    
    * gnu/packages/kde-frameworks.scm (kdelibs4support)[source]: Add snippet.
    
    Change-Id: I12e16b8003e9b7e857492e51105d7c3580e1c35f
---
 gnu/packages/kde-frameworks.scm | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index f487ac9a30..95c0f95e8c 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3670,7 +3670,16 @@ workspace.")
              (version-major+minor version) "/portingAids/"
              name "-" version ".tar.xz"))
        (sha256
-        (base32 "17473him2fjfcw5f88diarqac815wsakfyb9fka82a4qqh9l41mc"))))
+        (base32 "17473him2fjfcw5f88diarqac815wsakfyb9fka82a4qqh9l41mc"))
+       (modules '((guix build utils)))
+       (snippet
+        '(substitute* "autotests/kmimetypetest.cpp"
+           ;; Adjust the test for shared-mime-info changes:
+           ;; https://gitlab.freedesktop.org/xdg/shared-mime-info/-/issues/202
+           ;; 
https://gitlab.freedesktop.org/xdg/shared-mime-info/-/merge_requests/255
+           (("empty document") "Empty document")
+           (("Bzip archive") "Bzip2 archive")
+           (("<< \"application/x-bzip") "<< \"application/x-bzip2")))))
     (build-system cmake-build-system)
     (native-inputs
      (list dbus



reply via email to

[Prev in Thread] Current Thread [Next in Thread]