[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: brasero: Embed growisofs store item.
From: |
Thomas Danckaert |
Subject: |
03/07: gnu: brasero: Embed growisofs store item. |
Date: |
Wed, 10 May 2017 03:33:33 -0400 (EDT) |
thomasd pushed a commit to branch master
in repository guix.
commit ce426deb8a4b6132919200ea956f10c4269c9550
Author: Thomas Danckaert <address@hidden>
Date: Tue Apr 25 18:01:40 2017 +0200
gnu: brasero: Embed growisofs store item.
* gnu/packages/gnome.scm (brasero)[arguments]: Add phase 'embed-growisofs.
[inputs]: Add dvd+rw-tools.
---
gnu/packages/gnome.scm | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ef67961..cec8bae 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -150,7 +150,14 @@
"/share/gir-1.0")
(string-append "--with-typelibdir="
(assoc-ref %outputs "out")
- "/lib/girepository-1.0"))))
+ "/lib/girepository-1.0"))
+ #:phases
+ (modify-phases %standard-phases
+ (add-before 'configure 'embed-growisofs
+ (lambda* (#:key inputs #:allow-other-keys)
+ (substitute* "plugins/growisofs/burn-growisofs.c"
+ (("\"growisofs") (string-append "\"" (which "growisofs"))))
+ #t )))))
(propagated-inputs
`(("hicolor-icon-theme" ,hicolor-icon-theme)))
(native-inputs
@@ -159,7 +166,8 @@
("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config)))
(inputs
- `(("glib" ,glib)
+ `(("dvd+rw-tools" ,dvd+rw-tools)
+ ("glib" ,glib)
("gnome-doc-utils" ,gnome-doc-utils)
("gstreamer" ,gstreamer)
("gst-plugins-base" ,gst-plugins-base)
- branch master updated (28a1041 -> 52cb22c), Thomas Danckaert, 2017/05/10
- 06/07: gnu: Add wxsvg., Thomas Danckaert, 2017/05/10
- 04/07: gnu: Add dvdauthor., Thomas Danckaert, 2017/05/10
- 05/07: gnu: Add wxwidgets-3.1., Thomas Danckaert, 2017/05/10
- 03/07: gnu: brasero: Embed growisofs store item.,
Thomas Danckaert <=
- 07/07: gnu: Add dvdstyler., Thomas Danckaert, 2017/05/10
- 01/07: gnu: Add cdrtools., Thomas Danckaert, 2017/05/10
- 02/07: gnu: Add dvd+rw-tools., Thomas Danckaert, 2017/05/10