GNU bug report logs - #45195
[PATCH 1/2] gnu: breeze: Split from breeze-icons.

Previous Next

Package: guix-patches;

Reported by: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Date: Sat, 12 Dec 2020 18:14:01 UTC

Severity: normal

Tags: patch

Merged with 45201, 45203, 45204

Done: Hartmut Goebel <h.goebel <at> goebel-consult.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Hartmut Goebel <h.goebel <at> goebel-consult.de>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#45203: closed ([PATCH 2/2] gnu: kdenlive: Add breeze-icons.)
Date: Tue, 05 Jan 2021 16:37:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 5 Jan 2021 17:36:54 +0100
with message-id <6e3f6d58-f8cf-cd91-749b-bb94bdc920b7 <at> goebel-consult.de>
and subject line Forgot to close
has caused the debbugs.gnu.org bug report #45195,
regarding [PATCH 2/2] gnu: kdenlive: Add breeze-icons.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
45195: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45195
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
To: 45195 <at> debbugs.gnu.org,
	guix-patches <at> gnu.org
Subject: [PATCH 2/2] gnu: kdenlive: Add breeze-icons.
Date: Sat, 12 Dec 2020 20:23:23 +0100
Since breeze-icons are now longer united into breeze, these need to be
explicitly added.

* gnu/package/kde.scm (kdenlive)[inputs]: Add breeze-icons.
  [argmuments]{phases}<wrap-executable>: Add breeze-icons to XDG_DATA_DIRS.
---
 gnu/packages/kde.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 601b2bba8b..43162d63ce 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -180,7 +180,8 @@ This package contains GUI widgets for baloo.")
          ("qtquickcontrols" ,qtquickcontrols)
          ("qtquickcontrols2" ,qtquickcontrols2)
          ("kiconthemes" ,kiconthemes)
-         ("breeze" ,breeze)
+         ("breeze" ,breeze) ; make dark them available easily
+         ("breeze-icons" ,breeze-icons) ; recommended icon set
          ("purpose" ,purpose)
          ("qtwebkit" ,qtwebkit)
          ("qtgraphicaleffects" ,qtgraphicaleffects)
@@ -195,12 +196,14 @@ This package contains GUI widgets for baloo.")
                       (qtbase (assoc-ref inputs "qtbase"))
                       (frei0r (assoc-ref inputs "frei0r-plugins"))
                       (ffmpeg (assoc-ref inputs "ffmpeg"))
-                      (breeze (assoc-ref inputs "breeze")))
+                      (breeze (assoc-ref inputs "breeze"))
+                      (breeze-icons (assoc-ref inputs "breeze-icons")))
                  (wrap-program (string-append out "/bin/kdenlive")
                    `("PATH" ":" prefix
                      ,(list (string-append ffmpeg "/bin")))
                    `("XDG_DATA_DIRS" ":" prefix
-                     ,(list (string-append breeze "/share")))
+                     ,(list (string-append breeze "/share")
+                            (string-append breeze-icons "/share")))
                    `("QT_PLUGIN_PATH" ":" prefix
                      ,(list (getenv "QT_PLUGIN_PATH")))
                    `("FREI0R_PATH" ":" =
-- 
2.21.3



[Message part 3 (message/rfc822, inline)]
From: Hartmut Goebel <h.goebel <at> goebel-consult.de>
To: 45195-close <at> debbugs.gnu.org
Subject: Forgot to close
Date: Tue, 5 Jan 2021 17:36:54 +0100
Forgot to close after committing the patchs.


This bug report was last modified 4 years and 134 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.