nongnu: qtwebengine: now attributes copyright to original author too
* nongnu/packages/qt.scm This also improves synopsis and some trailing parenthesis
This commit is contained in:
parent
c62842bdd3
commit
baac966248
|
@ -1,5 +1,6 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2019 Pierre Neidhardt <mail@ambrevar.xyz>
|
||||
;;; Copyright © 2019 Michael Rosset <mike.rosset@gmail.com>
|
||||
;;;
|
||||
;;; This file is not part of GNU Guix.
|
||||
;;;
|
||||
|
@ -72,8 +73,7 @@
|
|||
"1zmqsdais85cdfh2jh8h4a5jcamp1mzdk3vgqm6xnldqf6nrxd2v"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(
|
||||
("bison" ,bison)
|
||||
`(("bison" ,bison)
|
||||
("flex" ,flex)
|
||||
("gperf" ,gperf)
|
||||
("ninja" ,ninja)
|
||||
|
@ -83,8 +83,7 @@
|
|||
("ruby" ,ruby)
|
||||
))
|
||||
(inputs
|
||||
`(
|
||||
("alsa-lib" ,alsa-lib)
|
||||
`(("alsa-lib" ,alsa-lib)
|
||||
("atk" ,atk)
|
||||
("cups-minimal" ,cups-minimal)
|
||||
("dbus" ,dbus)
|
||||
|
@ -129,8 +128,7 @@
|
|||
("re2" ,re2)
|
||||
("snappy" ,snappy)
|
||||
("udev" ,eudev)
|
||||
("xcb-util" ,xcb-util)
|
||||
))
|
||||
("xcb-util" ,xcb-util)))
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
@ -195,10 +193,9 @@ HostData=lib/qt5
|
|||
(in.conf (string-append tmpdir "/qt.conf"))
|
||||
(out.conf (string-append out "/lib/qt5/libexec/qt.conf")))
|
||||
(copy-file in.conf out.conf))
|
||||
#t))
|
||||
)))
|
||||
#t)))))
|
||||
(home-page "https://www.qt.io")
|
||||
(synopsis "Qt5WebEngine")
|
||||
(synopsis "Qt WebEngine Module")
|
||||
(description "Qt5WebEngine provides support for web
|
||||
applications using the Chromium browser project.")
|
||||
(license
|
||||
|
|
Loading…
Reference in New Issue
Block a user