GNU bug report logs -
#61498
[PATCH] gnu: Remove kdewebkit.
Previous Next
Reported by: kiasoc5 <kiasoc5 <at> disroot.org>
Date: Tue, 14 Feb 2023 02:25:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#61498: [PATCH] gnu: Remove kdewebkit.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 61498 <at> debbugs.gnu.org.
--
61498: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61498
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
On Mon, Feb 13, 2023 at 09:23:54PM -0500, kiasoc5 via Guix-patches via wrote:
> This goes towards 53289
>
> * gnu/packages/kde-frameworks.scm (kdewebkit): Delete variable.
Thanks for helping with this issue! Pushed as
efe9612953bf60d0d7887ece15469a5b30c337a2
[Message part 3 (message/rfc822, inline)]
This goes towards 53289
* gnu/packages/kde-frameworks.scm (kdewebkit): Delete variable.
---
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 @@ (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")
base-commit: 67d2f688fb89553df53e73a4c584b1b9eb7d5c24
--
2.39.1
This bug report was last modified 2 years and 155 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.