From 3f3daa1cc1c8be4c46da28c9268dbdf9c80f950a Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 1 Apr 2020 17:10:50 +0200 Subject: [PATCH] =?UTF-8?q?gnu:=20openshot:=20Fix=20=E2=80=98color=20shift?= =?UTF-8?q?.png=E2=80=99=20file=20name.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/video.scm (openshot)[source]: Rename it to ‘colorshift.png’ in the snippet. Reported by . --- gnu/packages/video.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 03796fd770..88e7aeadde 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3668,6 +3668,10 @@ (define-public openshot (modules '((guix build utils))) (snippet '(begin + ;; Manually apply upstream's a5cef5b09668513af8f898e2402377ebd58a64cc + ;; fix. See . + (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