guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: openshot: Fix ‘color shift.png’ file name.


From: guix-commits
Subject: branch master updated: gnu: openshot: Fix ‘color shift.png’ file name.
Date: Wed, 01 Apr 2020 11:14:21 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3f3daa1  gnu: openshot: Fix ‘color shift.png’ file name.
3f3daa1 is described below

commit 3f3daa1cc1c8be4c46da28c9268dbdf9c80f950a
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Apr 1 17:10:50 2020 +0200

    gnu: openshot: Fix ‘color shift.png’ file name.
    
    * gnu/packages/video.scm (openshot)[source]: Rename it to
    ‘colorshift.png’ in the snippet.
    
    Reported by <address@hidden>.
---
 gnu/packages/video.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 03796fd..88e7aea 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3668,6 +3668,10 @@ API.  It includes bindings for Python, Ruby, and other 
languages.")
        (modules '((guix build utils)))
        (snippet
         '(begin
+           ;; Manually apply upstream's 
a5cef5b09668513af8f898e2402377ebd58a64cc
+           ;; fix.  See <https://issues.guix.gnu.org/issue/40374>.
+           (rename-file "src/effects/icons/color shift.png"
+                        "src/effects/icons/colorshift.png")
            (delete-file-recursively "src/images/fonts") #t))))
     (build-system python-build-system)
     (inputs



reply via email to

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