gnu: khtml: Update to 5.116.0.
* gnu/packages/kde-frameworks.scm (khtml): Update to 5.116.0. [inputs]: Remove karchive, kcodecs, kglobalaccel, ki18n, kiconthemes, kio, knotifications, kparts, ktextwidgets, kwallet, kwidgetsaddons, kwindowsystem, kxmlgui, and sonnet; add karchive-5, kcodecs-5, kglobalaccel-5, ki18n-5, kiconthemes-5, kio-5, knotifications-5, kparts-5, ktextwidgets-5, kwallet-5, kwidgetsaddons-5, kwindowsystem-5, kxmlgui-5, and sonnet-5. Change-Id: I521e76eefa5a77a357c8baff61634ffe9ce44ba8master
parent
559e576801
commit
0d7acce60d
|
@ -5493,7 +5493,7 @@ http://community.kde.org/Frameworks/Porting_Notes should help with this.")
|
||||||
(define-public khtml
|
(define-public khtml
|
||||||
(package
|
(package
|
||||||
(name "khtml")
|
(name "khtml")
|
||||||
(version "5.114.0")
|
(version "5.116.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5502,34 +5502,34 @@ http://community.kde.org/Frameworks/Porting_Notes should help with this.")
|
||||||
(version-major+minor version) "/portingAids/"
|
(version-major+minor version) "/portingAids/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1mf84zs9hjvmi74f8rgqzrfkqjq597f9k64dn1bqcj13v0w10vry"))))
|
(base32 "13nc5dcj536xyd87prla30mpbzsyjnylb34a979qn7qvpr0zn8c9"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules perl))
|
(list extra-cmake-modules perl))
|
||||||
(inputs
|
(inputs
|
||||||
(list giflib
|
(list giflib
|
||||||
gperf
|
gperf
|
||||||
karchive
|
karchive-5
|
||||||
kcodecs
|
kcodecs-5
|
||||||
kglobalaccel
|
kglobalaccel-5
|
||||||
ki18n
|
ki18n-5
|
||||||
kiconthemes
|
kiconthemes-5
|
||||||
kio
|
kio-5
|
||||||
kjs
|
kjs
|
||||||
knotifications
|
knotifications-5
|
||||||
kparts
|
kparts-5
|
||||||
ktextwidgets
|
ktextwidgets-5
|
||||||
kwallet
|
kwallet-5
|
||||||
kwidgetsaddons
|
kwidgetsaddons-5
|
||||||
kwindowsystem
|
kwindowsystem-5
|
||||||
kxmlgui
|
kxmlgui-5
|
||||||
libjpeg-turbo
|
libjpeg-turbo
|
||||||
libpng
|
libpng
|
||||||
openssl
|
openssl
|
||||||
phonon
|
phonon
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtx11extras
|
qtx11extras
|
||||||
sonnet))
|
sonnet-5))
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
(synopsis "KDE Frameworks 5 HTML widget and component")
|
(synopsis "KDE Frameworks 5 HTML widget and component")
|
||||||
(description "KHTML is a web rendering engine, based on the KParts
|
(description "KHTML is a web rendering engine, based on the KParts
|
||||||
|
|
Reference in New Issue