gnu: ardour: Generate freedesktop files.

* gnu/packages/audio.scm (ardour)[arguments]: Add "--freedesktop" configure
flag.
[native-inputs]: Add itstool and gettext-minimal.
master
Ricardo Wurmus 2017-03-05 11:34:38 +01:00
parent 461160c530
commit ba5c85679d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 1 deletions

View File

@ -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")