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