me
/
guix
Archived
1
0
Fork 0

gnu: qtwebengine: Rename to qtwebengine-5.

Automated with:

  git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i
  git checkout NEWS
Maxim Cournoyer 2022-07-18 07:57:16 -04:00
parent ef648459df
commit a0beb297a3
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
19 changed files with 42 additions and 42 deletions

View File

@ -3237,7 +3237,7 @@ link REQUIRED)"))))))
qtwebchannel-5 qtwebchannel-5
qtwebsockets-5)) qtwebsockets-5))
(propagated-inputs ;to get native-search-path (propagated-inputs ;to get native-search-path
(list qtwebengine)) (list qtwebengine-5))
(home-page "https://github.com/supercollider/supercollider") (home-page "https://github.com/supercollider/supercollider")
(synopsis "Synthesis engine and programming language") (synopsis "Synthesis engine and programming language")
(description "SuperCollider is a synthesis engine (@code{scsynth} or (description "SuperCollider is a synthesis engine (@code{scsynth} or

View File

@ -371,7 +371,7 @@ local system.")
(let* ((out (assoc-ref outputs "out")) (let* ((out (assoc-ref outputs "out"))
(bin (string-append out "/bin/zeal")) (bin (string-append out "/bin/zeal"))
(qt-process-path (string-append (qt-process-path (string-append
(assoc-ref inputs "qtwebengine") (assoc-ref inputs "qtwebengine-5")
"/lib/qt5/libexec/QtWebEngineProcess"))) "/lib/qt5/libexec/QtWebEngineProcess")))
(wrap-program bin (wrap-program bin
`("QTWEBENGINEPROCESS_PATH" = (,qt-process-path))) `("QTWEBENGINEPROCESS_PATH" = (,qt-process-path)))
@ -384,7 +384,7 @@ local system.")
("qtbase" ,qtbase-5) ("qtbase" ,qtbase-5)
("qtdeclarative-5" ,qtdeclarative-5) ("qtdeclarative-5" ,qtdeclarative-5)
("qtwebchannel-5" ,qtwebchannel-5) ("qtwebchannel-5" ,qtwebchannel-5)
("qtwebengine" ,qtwebengine) ("qtwebengine-5" ,qtwebengine-5)
("qtquickcontrols-5" ,qtquickcontrols-5) ("qtquickcontrols-5" ,qtquickcontrols-5)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("xcb-util-keyms" ,xcb-util-keysyms))) ("xcb-util-keyms" ,xcb-util-keysyms)))

View File

@ -202,7 +202,7 @@ with Microsoft Compiled HTML (CHM) files")
python-regex python-regex
speech-dispatcher speech-dispatcher
python-zeroconf python-zeroconf
qtwebengine qtwebengine-5
sqlite)) sqlite))
(arguments (arguments
(list (list

View File

@ -448,7 +448,7 @@ specialized device.")
(define-public openboard (define-public openboard
;; The last release builds from qtwebkit, which is planned for removal in ;; The last release builds from qtwebkit, which is planned for removal in
;; Guix, so use the latest commit of the 1.7-dev branch, which builds with ;; Guix, so use the latest commit of the 1.7-dev branch, which builds with
;; qtwebengine. ;; qtwebengine-5.
(let ((commit "39e914f600d26565706f0e5b6ea2482b8b4038c7") ;1.6.2-rc0311 (let ((commit "39e914f600d26565706f0e5b6ea2482b8b4038c7") ;1.6.2-rc0311
(revision "1")) (revision "1"))
(package (package
@ -562,7 +562,7 @@ specialized device.")
qtmultimedia-5 qtmultimedia-5
qtsvg-5 qtsvg-5
qtwebchannel-5 qtwebchannel-5
qtwebengine qtwebengine-5
qtxmlpatterns qtxmlpatterns
quazip-0 quazip-0
sdl sdl
@ -807,9 +807,9 @@ stored and user can review his performance in any time.")
("python-requests" ,python-requests) ("python-requests" ,python-requests)
("python-send2trash" ,python-send2trash) ("python-send2trash" ,python-send2trash)
("python-sip" ,python-sip) ("python-sip" ,python-sip)
;; `qtwebengine' is included in `pyqtwebengine', included here for easy ;; `qtwebengine-5' is included in `pyqtwebengine', included here for easy
;; wrapping. ;; wrapping.
("qtwebengine" ,qtwebengine))) ("qtwebengine-5" ,qtwebengine-5)))
(home-page "https://apps.ankiweb.net/") (home-page "https://apps.ankiweb.net/")
(synopsis "Powerful, intelligent flash cards") (synopsis "Powerful, intelligent flash cards")
(description "Anki is a program which makes remembering things (description "Anki is a program which makes remembering things
@ -999,7 +999,7 @@ formats.")
qtquickcontrols2-5 qtquickcontrols2-5
qtdeclarative-5 qtdeclarative-5
qtwebchannel-5 qtwebchannel-5
qtwebengine qtwebengine-5
zlib)) zlib))
(synopsis "EPWING dictionary reader") (synopsis "EPWING dictionary reader")
(description "qolibri is a dictionary viewer for the EPWING dictionary (description "qolibri is a dictionary viewer for the EPWING dictionary

View File

@ -13111,7 +13111,7 @@ programming and reproducible research.")
(sha256 (sha256
(base32 "17aca4mc3gbdh6nhlcaa5ymh1yy76nwysrvy9sfcqkzvd5lgagzc")) (base32 "17aca4mc3gbdh6nhlcaa5ymh1yy76nwysrvy9sfcqkzvd5lgagzc"))
;; XXX: ob-sclang.el is packaged separately to avoid the dependency on ;; XXX: ob-sclang.el is packaged separately to avoid the dependency on
;; SuperCollider and qtwebengine. This will be unnecessary in 0.4+ ;; SuperCollider and qtwebengine-5. This will be unnecessary in 0.4+
;; release as the file is going to be removed from the repository. ;; release as the file is going to be removed from the repository.
;; XXX: org-contacts.el is now maintained in a separate repository and ;; XXX: org-contacts.el is now maintained in a separate repository and

View File

@ -2493,7 +2493,7 @@ comments.")))
qtdeclarative-5 qtdeclarative-5
qtsvg-5 qtsvg-5
qtwebchannel-5 qtwebchannel-5
qtwebengine qtwebengine-5
qtx11extras qtx11extras
qtxmlpatterns qtxmlpatterns
sqlite sqlite

View File

@ -394,7 +394,7 @@ the Anthy input method.")
("fcitx5-qt" ,fcitx5-qt) ("fcitx5-qt" ,fcitx5-qt)
("qtdeclarative-5" ,qtdeclarative-5) ("qtdeclarative-5" ,qtdeclarative-5)
("qtwebchannel-5" ,qtwebchannel-5) ("qtwebchannel-5" ,qtwebchannel-5)
("qtwebengine" ,qtwebengine))) ("qtwebengine-5" ,qtwebengine-5)))
(native-inputs (native-inputs
(list extra-cmake-modules pkg-config)) (list extra-cmake-modules pkg-config))
(outputs '("out" "gui")) (outputs '("out" "gui"))

View File

@ -1961,7 +1961,7 @@ using the dataset of topographical information collected by
qtdeclarative-5 qtdeclarative-5
qtlocation qtlocation
qtwebchannel-5 qtwebchannel-5
qtwebengine qtwebengine-5
quazip quazip
routino routino
sqlite ; See wrap phase sqlite ; See wrap phase

View File

@ -531,7 +531,7 @@ It supports JPEG, PNG and GIF formats.")
libjpeg-turbo libjpeg-turbo
lcms lcms
openexr-2 openexr-2
qtwebengine qtwebengine-5
qtdeclarative-5 qtdeclarative-5
qtwebchannel-5 qtwebchannel-5
fftwf fftwf

View File

@ -605,7 +605,7 @@ decentralized calling using P2P-DHT.")
network-manager network-manager
qrencode qrencode
qtsvg-5 qtsvg-5
qtwebengine qtwebengine-5
qtwebchannel-5 qtwebchannel-5
qtmultimedia-5 qtmultimedia-5
qtdeclarative-5 qtdeclarative-5

View File

@ -728,7 +728,7 @@ for KDE PIM.")
qtnetworkauth qtnetworkauth
qtspeech qtspeech
qtwebchannel-5 qtwebchannel-5
qtwebengine qtwebengine-5
qtxmlpatterns)) qtxmlpatterns))
(arguments (arguments
;; TODO: 5/45 tests fail for quite different reasons, even with ;; TODO: 5/45 tests fail for quite different reasons, even with
@ -1072,7 +1072,7 @@ and retrieving certificates from LDAP servers.")
qtbase-5 qtbase-5
qtdeclarative-5 qtdeclarative-5
qtwebchannel-5 qtwebchannel-5
qtwebengine qtwebengine-5
sonnet)) sonnet))
(arguments (arguments
`(#:phases `(#:phases
@ -1324,7 +1324,7 @@ using a Qt/KMime C++ API.")
qtbase-5 qtbase-5
qtdeclarative-5 qtdeclarative-5
qtwebchannel-5 qtwebchannel-5
qtwebengine qtwebengine-5
qtwebkit qtwebkit
sonnet)) sonnet))
(arguments (arguments
@ -1656,7 +1656,7 @@ Virtual Contact File}) files to the KPeople contact management library.")
libxslt libxslt
purpose purpose
qtbase-5 qtbase-5
qtwebengine)) qtwebengine-5))
(arguments (arguments
`(#:tests? #f)) ;; TODO tests hang `(#:tests? #f)) ;; TODO tests hang
(home-page "https://invent.kde.org/pim/pimcommon") (home-page "https://invent.kde.org/pim/pimcommon")
@ -1850,7 +1850,7 @@ and allows one to view/extract message formatted text in Rich Text Format.")
qtbase-5 qtbase-5
qtdeclarative-5 qtdeclarative-5
qtwebchannel-5 qtwebchannel-5
qtwebengine)) qtwebengine-5))
(arguments (arguments
`(#:tests? #f)) ;; TODO 6/48 tests fail `(#:tests? #f)) ;; TODO 6/48 tests fail
(home-page "https://invent.kde.org/pim/libkgapi") (home-page "https://invent.kde.org/pim/libkgapi")
@ -1933,7 +1933,7 @@ KDE using certificate-based crypto.")
qtbase-5 qtbase-5
qtdeclarative-5 qtdeclarative-5
qtwebchannel-5 qtwebchannel-5
qtwebengine)) qtwebengine-5))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases

View File

@ -170,7 +170,7 @@ This package contains GUI widgets for baloo.")
(let* ((out (assoc-ref outputs "out")) (let* ((out (assoc-ref outputs "out"))
(bin (string-append out "/bin/akregator")) (bin (string-append out "/bin/akregator"))
(qt-process-path (string-append (qt-process-path (string-append
(assoc-ref inputs "qtwebengine") (assoc-ref inputs "qtwebengine-5")
"/lib/qt5/libexec/QtWebEngineProcess"))) "/lib/qt5/libexec/QtWebEngineProcess")))
(wrap-program bin (wrap-program bin
`("QTWEBENGINEPROCESS_PATH" = (,qt-process-path))) `("QTWEBENGINEPROCESS_PATH" = (,qt-process-path)))
@ -207,7 +207,7 @@ This package contains GUI widgets for baloo.")
qtbase-5 qtbase-5
qtdeclarative-5 qtdeclarative-5
qtwebchannel-5 qtwebchannel-5
qtwebengine qtwebengine-5
syndication)) syndication))
(home-page "https://apps.kde.org/en/akregator") (home-page "https://apps.kde.org/en/akregator")
(synopsis "KDE Feed Reader") (synopsis "KDE Feed Reader")
@ -1029,7 +1029,7 @@ Python, PHP, and Perl.")
qtserialport qtserialport
qtsvg-5 qtsvg-5
qtwebchannel-5 qtwebchannel-5
qtwebengine qtwebengine-5
shapelib shapelib
shared-mime-info shared-mime-info
zlib)) zlib))

View File

@ -2913,7 +2913,7 @@ as phones, embedded computers or microcontrollers.")
(inputs (inputs
(list qtbase-5 qtdeclarative-5 qtwebchannel-5)) (list qtbase-5 qtdeclarative-5 qtwebchannel-5))
(propagated-inputs (propagated-inputs
(list qtwebengine)) (list qtwebengine-5))
(home-page "https://movim.eu/") (home-page "https://movim.eu/")
(synopsis "Desktop Application for Movim") (synopsis "Desktop Application for Movim")
(description (description

View File

@ -2011,7 +2011,7 @@ using the Enchant spell-checking library.")
;; COPYING file specify GPL3, but source code files all refer to GPL2+. ;; COPYING file specify GPL3, but source code files all refer to GPL2+.
(license license:gpl2+))) (license license:gpl2+)))
(define-public qtwebengine (define-public qtwebengine-5
(package (package
(inherit qtsvg-5) (inherit qtsvg-5)
(name "qtwebengine") (name "qtwebengine")
@ -2206,7 +2206,7 @@ using the Enchant spell-checking library.")
(_ #t))) (_ #t)))
(with-directory-excursion "src/3rdparty" (with-directory-excursion "src/3rdparty"
;; TODO: Try removing "gn" too for future versions of qtwebengine. ;; TODO: Try removing "gn" too for future versions of qtwebengine-5.
(delete-file-recursively "ninja") (delete-file-recursively "ninja")
(with-directory-excursion "chromium" (with-directory-excursion "chromium"
@ -2324,7 +2324,7 @@ using the Enchant spell-checking library.")
(display "\ngn_args += use_system_openh264=true\n" out))) (display "\ngn_args += use_system_openh264=true\n" out)))
;; Qtwebengine is not installed into the same prefix as ;; Qtwebengine is not installed into the same prefix as
;; qtbase. Some qtbase QTLibraryInfo constants will not ;; qtbase. Some qtbase QTLibraryInfo constants will not
;; work. Replace with the full path to the qtwebengine ;; work. Replace with the full path to the qtwebengine-5
;; translations and locales in the store. ;; translations and locales in the store.
(substitute* "src/core/web_engine_library_info.cpp" (substitute* "src/core/web_engine_library_info.cpp"
(("QLibraryInfo::location\\(QLibraryInfo::TranslationsPath\\)") (("QLibraryInfo::location\\(QLibraryInfo::TranslationsPath\\)")
@ -2354,7 +2354,7 @@ using the Enchant spell-checking library.")
(invoke "qmake" "QT_BUILD_PARTS = libs tools" "--" (invoke "qmake" "QT_BUILD_PARTS = libs tools" "--"
"--webengine-printing-and-pdf=no" "--webengine-printing-and-pdf=no"
"--webengine-ffmpeg=system" "--webengine-ffmpeg=system"
;; FIXME: Building qtwebengine 5.12.2 with ;; FIXME: Building qtwebengine-5 5.12.2 with
;; icu4c >= 68 fails. ;; icu4c >= 68 fails.
;;"--webengine-icu=system" ;;"--webengine-icu=system"
"--webengine-pepper-plugins=no" "--webengine-pepper-plugins=no"
@ -2647,7 +2647,7 @@ contain over 620 classes.")
("qtsvg-5" ,qtsvg-5) ("qtsvg-5" ,qtsvg-5)
("qtdeclarative-5" ,qtdeclarative-5) ("qtdeclarative-5" ,qtdeclarative-5)
("qtwebchannel-5" ,qtwebchannel-5) ("qtwebchannel-5" ,qtwebchannel-5)
("qtwebengine" ,qtwebengine))) ("qtwebengine-5" ,qtwebengine-5)))
(arguments (arguments
`(#:modules ((srfi srfi-1) `(#:modules ((srfi srfi-1)
((guix build python-build-system) #:select (python-version)) ((guix build python-build-system) #:select (python-version))
@ -3358,7 +3358,7 @@ color-related widgets.")
qtspeech qtspeech
qtsvg-5 qtsvg-5
qtwebchannel-5 qtwebchannel-5
qtwebengine qtwebengine-5
qtwebsockets-5 qtwebsockets-5
qtx11extras qtx11extras
qtxmlpatterns)) qtxmlpatterns))
@ -3408,7 +3408,7 @@ color-related widgets.")
"qtsvg-5" "qtsvg-5"
"qttools" "qttools"
"qtwebchannel-5" "qtwebchannel-5"
"qtwebengine" "qtwebengine-5"
"qtwebsockets-5" "qtwebsockets-5"
"qtx11extras" "qtx11extras"
"qtxmlpatterns")))) "qtxmlpatterns"))))

View File

@ -201,7 +201,7 @@
xdg-utils xdg-utils
zlib)) zlib))
(propagated-inputs (propagated-inputs
(list qtwebengine)) (list qtwebengine-5))
(synopsis "Desktop sync client for Nextcloud") (synopsis "Desktop sync client for Nextcloud")
(description "Nextcloud-Desktop is a tool to synchronize files from (description "Nextcloud-Desktop is a tool to synchronize files from
Nextcloud Server with your computer.") Nextcloud Server with your computer.")

View File

@ -673,7 +673,7 @@ scripts/input/X11/C/Shell/HTML/Dired): 49KB.
qtsvg-5 qtsvg-5
qtwebchannel-5)) qtwebchannel-5))
(propagated-inputs ; To get native-search-path (propagated-inputs ; To get native-search-path
(list qtwebengine)) (list qtwebengine-5))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases

View File

@ -737,7 +737,7 @@ and probably others.")
(let* ((out (assoc-ref outputs "out")) (let* ((out (assoc-ref outputs "out"))
(bin (string-append out "/bin/openconnect-sso")) (bin (string-append out "/bin/openconnect-sso"))
(qt-process-path (string-append (qt-process-path (string-append
(assoc-ref inputs "qtwebengine") (assoc-ref inputs "qtwebengine-5")
"/lib/qt5/libexec/QtWebEngineProcess"))) "/lib/qt5/libexec/QtWebEngineProcess")))
(wrap-program bin (wrap-program bin
#:sh (search-input-file inputs "bin/bash") #:sh (search-input-file inputs "bin/bash")
@ -757,7 +757,7 @@ and probably others.")
python-pyxdg python-pyxdg
python-structlog python-structlog
python-toml python-toml
qtwebengine)) qtwebengine-5))
(native-inputs (native-inputs
(list python-pytest python-setuptools-scm)) (list python-pytest python-setuptools-scm))
(home-page "https://github.com/vlaci/openconnect-sso") (home-page "https://github.com/vlaci/openconnect-sso")

View File

@ -492,11 +492,11 @@ interface.")
;; that it's __init__.py is used first. ;; that it's __init__.py is used first.
python-pyqtwebengine python-pyqtwebengine
python-pyqt-without-qtwebkit python-pyqt-without-qtwebkit
;; While qtwebengine is provided by python-pyqtwebengine, it's ;; While qtwebengine-5 is provided by python-pyqtwebengine, it's
;; included here so we can wrap QTWEBENGINEPROCESS_PATH. ;; included here so we can wrap QTWEBENGINEPROCESS_PATH.
qtwebengine)) qtwebengine-5))
(arguments (arguments
`(;; FIXME: With the existance of qtwebengine, tests can now run. But `(;; FIXME: With the existance of qtwebengine-5, tests can now run. But
;; they are still disabled because test phase hangs. It's not readily ;; they are still disabled because test phase hangs. It's not readily
;; apparent as to why. ;; apparent as to why.
#:tests? #f #:tests? #f
@ -543,7 +543,7 @@ interface.")
(let* ((out (assoc-ref outputs "out")) (let* ((out (assoc-ref outputs "out"))
(bin (string-append out "/bin/qutebrowser")) (bin (string-append out "/bin/qutebrowser"))
(qt-process-path (string-append (qt-process-path (string-append
(assoc-ref inputs "qtwebengine") (assoc-ref inputs "qtwebengine-5")
"/lib/qt5/libexec/QtWebEngineProcess"))) "/lib/qt5/libexec/QtWebEngineProcess")))
(wrap-program bin (wrap-program bin
`("QTWEBENGINEPROCESS_PATH" = (,qt-process-path))))))))) `("QTWEBENGINEPROCESS_PATH" = (,qt-process-path)))))))))

View File

@ -8078,7 +8078,7 @@ It contains the code shared by all Kiwix ports.")
(let* ((out (assoc-ref outputs "out")) (let* ((out (assoc-ref outputs "out"))
(bin (string-append out "/bin/kiwix-desktop")) (bin (string-append out "/bin/kiwix-desktop"))
(qt-process-path (string-append (qt-process-path (string-append
(assoc-ref inputs "qtwebengine") (assoc-ref inputs "qtwebengine-5")
"/lib/qt5/libexec/QtWebEngineProcess"))) "/lib/qt5/libexec/QtWebEngineProcess")))
(wrap-program bin (wrap-program bin
`("QTWEBENGINEPROCESS_PATH" = (,qt-process-path))) `("QTWEBENGINEPROCESS_PATH" = (,qt-process-path)))
@ -8093,7 +8093,7 @@ It contains the code shared by all Kiwix ports.")
qtbase-5 qtbase-5
qtdeclarative-5 qtdeclarative-5
qtwebchannel-5 qtwebchannel-5
qtwebengine qtwebengine-5
xapian xapian
zlib zlib
`(,zstd "lib"))) `(,zstd "lib")))