guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Remove kdewebkit.


From: guix-commits
Subject: branch master updated: gnu: Remove kdewebkit.
Date: Tue, 14 Feb 2023 16:21:30 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new efe9612953 gnu: Remove kdewebkit.
efe9612953 is described below

commit efe9612953bf60d0d7887ece15469a5b30c337a2
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Mon Feb 13 21:23:54 2023 -0500

    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>
---
 gnu/packages/kde-frameworks.scm | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 71ee9ea895..6f463d217c 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2435,38 +2435,6 @@ ini-style description files.")
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]