guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: ardour: Generate freedesktop files.


From: Ricardo Wurmus
Subject: 02/03: gnu: ardour: Generate freedesktop files.
Date: Sun, 5 Mar 2017 13:44:14 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ba5c85679db3f7cf976b5edfbabb7cfe19a329c9
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Mar 5 11:34:38 2017 +0100

    gnu: ardour: Generate freedesktop files.
    
    * gnu/packages/audio.scm (ardour)[arguments]: Add "--freedesktop" configure
    flag.
    [native-inputs]: Add itstool and gettext-minimal.
---
 gnu/packages/audio.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index cce5273..3d943dc 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -208,7 +208,8 @@ namespace ARDOUR { const char* revision = \"" version "\" ; 
}")))))
     (build-system waf-build-system)
     (arguments
      `(#:configure-flags '("--cxx11"          ; required by gtkmm
-                           "--no-phone-home") ; don't contact ardour.org
+                           "--no-phone-home"  ; don't contact ardour.org
+                           "--freedesktop")   ; install .desktop file
        #:phases
        (modify-phases %standard-phases
          (add-after
@@ -256,6 +257,8 @@ namespace ARDOUR { const char* revision = \"" version "\" ; 
}")))))
     (native-inputs
      `(("perl" ,perl)
        ("cppunit" ,cppunit)
+       ("itstool" ,itstool)
+       ("gettext" ,gettext-minimal)
        ("pkg-config" ,pkg-config)))
     (home-page "http://ardour.org";)
     (synopsis "Digital audio workstation")



reply via email to

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