[PATCH 1/2] gnu: redkite: Update to 1.3.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Alexandros Theodotou
  • Ludovic Courtès
Owner
unassigned
Submitted by
Alexandros Theodotou
Severity
normal

Debbugs page

Alexandros Theodotou wrote 4 years ago
(address . guix-patches@gnu.org)(name . Alexandros Theodotou)(address . alex@zrythm.org)
20210221103331.28223-1-alex@zrythm.org
* gnu/packages/audio.scm (redkite): Update to 1.3.0.
[propagated-inputs]: Move cairo from inputs.
---
gnu/packages/audio.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Toggle diff (31 lines)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 16e0eec418..42d5a01e57 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4574,20 +4574,20 @@ workstations as well as consumer software such as music players.")
(define-public redkite
(package
(name "redkite")
- (version "1.0.3")
+ (version "1.3.0")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://gitlab.com/geontime/redkite.git")
+ (url "https://gitlab.com/iurie-sw/redkite")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1m2db7c791fi33snkjwnvlxapmf879g5r8azlkx7sr6vp2s0jq2k"))))
+ (base32 "16j9zp5i7svq3g38rfb6h257qfgnd2brrxi7cjd2pdax9xxwj40y"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ;no tests included
- (inputs
+ (propagated-inputs
`(("cairo" ,cairo)))
(native-inputs
`(("pkg-config" ,pkg-config)))
--
2.30.0
Ludovic Courtès wrote 4 years ago
(name . Alexandros Theodotou)(address . alex@zrythm.org)(address . 46681@debbugs.gnu.org)
87wnukinoo.fsf@gnu.org
Hi,

Alexandros Theodotou <alex@zrythm.org> skribis:

Toggle quote (3 lines)
> * gnu/packages/audio.scm (redkite): Update to 1.3.0.
> [propagated-inputs]: Move cairo from inputs.

Could you add a comment explaining why it’s propagated? (Like because
of a .pc file reference, C/C++ header inclusion, etc.)

Otherwise LGTM.

Thanks,
Ludo’.
Ludovic Courtès wrote 4 years ago
(name . Alexandros Theodotou)(address . alex@zrythm.org)(address . 46681-done@debbugs.gnu.org)
87sg494umw.fsf_-_@gnu.org
This was actually pushed as 3fc49dae18dd16f58175ec19998ee63e50c920b6.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 46681@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 46681
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help