[PATCH] gnu: Remove kdewebkit.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Leo Famulari
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
20230214022354.245107-1-kiasoc5@disroot.org
This goes towards 53289

* gnu/packages/kde-frameworks.scm (kdewebkit): Delete variable.
---
gnu/packages/kde-frameworks.scm | 32 --------------------------------
1 file changed, 32 deletions(-)

Toggle diff (47 lines)
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
Leo Famulari wrote 2 years ago
(name . kiasoc5 via Guix-patches via)(address . guix-patches@gnu.org)
Y+v7Z1GAywNbtNQJ@jasmine.lan
On Mon, Feb 13, 2023 at 09:23:54PM -0500, kiasoc5 via Guix-patches via wrote:
Toggle quote (4 lines)
> This goes towards 53289
>
> * gnu/packages/kde-frameworks.scm (kdewebkit): Delete variable.

Thanks for helping with this issue! Pushed as
efe9612953bf60d0d7887ece15469a5b30c337a2
?
Your comment

This issue is archived.

To comment on this conversation send an email to 61498@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 61498
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help