[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
310/321: gnu: Remove khtml.
From: |
guix-commits |
Subject: |
310/321: gnu: Remove khtml. |
Date: |
Fri, 10 Jan 2025 23:03:44 -0500 (EST) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 2ab65a2227222a7772fa728f808f83aa9b990082
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jan 11 10:21:49 2025 +0800
gnu: Remove khtml.
* gnu/packages/kde-frameworks.scm (khtml): Delete variable.
Change-Id: I3b261977e9029dd7a385c7586e7c71805596759e
---
gnu/packages/kde-frameworks.scm | 50 -----------------------------------------
1 file changed, 50 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 596841cee6..b12b480e04 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -5366,56 +5366,6 @@ workspace.")
;; from kdelibs 4 to KDE Frameworks 5. Code should aim to port away from this
;; framework, new projects should avoid using these libraries.
-(define-public khtml
- (package
- (name "khtml")
- (version "5.116.0")
- (source
- (origin
- (method url-fetch)
- (uri (string-append
- "mirror://kde/stable/frameworks/"
- (version-major+minor version) "/portingAids/"
- name "-" version ".tar.xz"))
- (sha256
- (base32 "13nc5dcj536xyd87prla30mpbzsyjnylb34a979qn7qvpr0zn8c9"))))
- (build-system qt-build-system)
- (native-inputs
- (list extra-cmake-modules perl))
- (inputs
- (list giflib
- gperf
- karchive-5
- kcodecs-5
- kglobalaccel-5
- ki18n-5
- kiconthemes-5
- kio-5
- kjs
- knotifications-5
- kparts-5
- ktextwidgets-5
- kwallet-5
- kwidgetsaddons-5
- kwindowsystem-5
- kxmlgui-5
- libjpeg-turbo
- libpng
- openssl
- phonon
- qtbase-5
- qtx11extras
- sonnet-5))
- (home-page "https://community.kde.org/Frameworks")
- (synopsis "KDE Frameworks 5 HTML widget and component")
- (description "KHTML is a web rendering engine, based on the KParts
-technology and using KJS for JavaScript support.")
- ;; Most files are distributed under LGPL2+, but the package includes code
- ;; under a variety of licenses.
- (license (list license:lgpl2.0+ license:lgpl2.1+
- license:gpl2 license:gpl3+
- license:expat license:bsd-2 license:bsd-3))))
-
(define-public kjs
(package
(name "kjs")
- 178/321: gnu: korganizer: Update to 24.12.1., (continued)
- 178/321: gnu: korganizer: Update to 24.12.1., guix-commits, 2025/01/10
- 181/321: gnu: libgravatar: Update to 24.12.1., guix-commits, 2025/01/10
- 180/321: gnu: kpimcommon: Update to 24.12.1., guix-commits, 2025/01/10
- 218/321: gnu: kwin: Update to 6.2.5., guix-commits, 2025/01/10
- 231/321: gnu: plasma-integration: Update to 6.2.5., guix-commits, 2025/01/10
- 236/321: gnu: plasma-vault: Update to 6.2.5., guix-commits, 2025/01/10
- 266/321: gnu: kmag: Update to 24.12.1., guix-commits, 2025/01/10
- 301/321: gnu: libkexiv2: Update to 24.12.1., guix-commits, 2025/01/10
- 308/321: gnu: Remove kdelibs4support., guix-commits, 2025/01/10
- 306/321: gnu: Remove plasma-redshift-control., guix-commits, 2025/01/10
- 310/321: gnu: Remove khtml.,
guix-commits <=
- 313/321: gnu: Add wacomtablet., guix-commits, 2025/01/10
- 319/321: gnu: Remove plasma-mobile-settings., guix-commits, 2025/01/10
- 318/321: gnu: Remove lightly., guix-commits, 2025/01/10
- 320/321: gnu: Remove plasma-phone-components., guix-commits, 2025/01/10
- 321/321: gnu: Remove kdesignerplugin., guix-commits, 2025/01/10
- 228/321: gnu: plasma-desktop: Update to 6.2.5., guix-commits, 2025/01/10
- 284/321: gnu: krita: Update to 5.2.6., guix-commits, 2025/01/10
- 247/321: gnu: khelpcenter: Update to 24.12.1., guix-commits, 2025/01/10
- 251/321: gnu: kwalletmanager: Update to 24.12.1., guix-commits, 2025/01/10
- 276/321: gnu: kdenlive: Update to 24.12.1., guix-commits, 2025/01/10