gnu: Remove kdewebkit.

This goes towards <https://issues.guix.gnu.org/issue/53289>.

* gnu/packages/kde-frameworks.scm (kdewebkit): Remove variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
kiasoc5 2023-02-13 21:23:54 -05:00 committed by Leo Famulari
parent a22b62b98e
commit efe9612953
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -2435,38 +2435,6 @@ (define-public kdesu
with su and ssh respectively.")
(license license:lgpl2.1+)))
(define-public kdewebkit
(package
(name "kdewebkit")
(version "5.98.0")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://kde/stable/frameworks/"
(version-major+minor version) "/portingAids/"
name "-" version ".tar.xz"))
(sha256
(base32
"03bwwgzh1xfj4w7q2cvr7712yrjgf9qhqkqgzypcdb49gpvaq164"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules qttools-5))
(inputs
(list kconfig
kcoreaddons
kio
kjobwidgets
kparts
kservice
kwallet
qtbase-5
qtwebkit))
(home-page "https://community.kde.org/Frameworks")
(synopsis "KDE Integration for QtWebKit")
(description "This library provides KDE integration of the HTML rendering
engine WebKit via QtWebKit.")
(license license:lgpl2.1+)))
(define-public kemoticons
(package
(name "kemoticons")