unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61498] [PATCH] gnu: Remove kdewebkit.
@ 2023-02-14  2:23 kiasoc5 via Guix-patches via
  2023-02-14 21:21 ` bug#61498: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2023-02-14  2:23 UTC (permalink / raw)
  To: 61498; +Cc: kiasoc5

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61498: [PATCH] gnu: Remove kdewebkit.
  2023-02-14  2:23 [bug#61498] [PATCH] gnu: Remove kdewebkit kiasoc5 via Guix-patches via
@ 2023-02-14 21:21 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2023-02-14 21:21 UTC (permalink / raw)
  To: kiasoc5 via Guix-patches via; +Cc: kiasoc5, 61498-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-14 21:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-14  2:23 [bug#61498] [PATCH] gnu: Remove kdewebkit kiasoc5 via Guix-patches via
2023-02-14 21:21 ` bug#61498: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).