[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/30: gnu: Add kdewebkit.
From: |
Hartmut Goebel |
Subject: |
13/30: gnu: Add kdewebkit. |
Date: |
Fri, 13 Oct 2017 09:29:03 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit d49766b29353e4e64f0e3ea8e55e54f60195ee1c
Author: Hartmut Goebel <address@hidden>
Date: Fri Sep 22 16:10:43 2017 +0200
gnu: Add kdewebkit.
* gnu/package/kde-frameworks.scm (kdewebkit): New variable.
---
gnu/packages/kde-frameworks.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index a4197e5..811ea05 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2899,6 +2899,38 @@ desktop-wide storage for passwords and the kwalletd
daemon used to safely store
the passwords on KDE work spaces.")
(license license:lgpl2.1+)))
+(define-public kdewebkit
+ (package
+ (name "kdewebkit")
+ (version "5.37.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "1ph3a50wix42hmsbc9jbfxla172aihjx9yzp9rza09j1a7va3hg1"))))
+ (build-system cmake-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)))
+ (inputs
+ `(("kconfig" ,kconfig)
+ ("kcoreaddons" ,kcoreaddons)
+ ("kio" ,kio)
+ ("kjobwidgets" ,kjobwidgets)
+ ("kparts" ,kparts)
+ ("kservice" ,kservice)
+ ("kwallet" ,kwallet)
+ ("qtbase" ,qtbase)
+ ("qtwebkit" ,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 kxmlgui
(package
(name "kxmlgui")
- 22/30: gnu: kio: Adopt a patch from Nix., (continued)
- 22/30: gnu: kio: Adopt a patch from Nix., Hartmut Goebel, 2017/10/13
- 26/30: gnu: kglobalaccel: Reduce the number of warnings when configuring., Hartmut Goebel, 2017/10/13
- 11/30: gnu: kconfigwidgets: Add optional native-input kdoctools., Hartmut Goebel, 2017/10/13
- 12/30: gnu: kwallet: Add optional input qgpgme., Hartmut Goebel, 2017/10/13
- 15/30: gnu: phonon: Enable building the Qt Designer plugin., Hartmut Goebel, 2017/10/13
- 17/30: gnu: kfilemetadata: Enable support for PDF files and audio files., Hartmut Goebel, 2017/10/13
- 27/30: gnu: kdeclarative: Reduce the number of warnings when configuring., Hartmut Goebel, 2017/10/13
- 08/30: gnu: qtkeychain: Reduce the number of warnings when configuring., Hartmut Goebel, 2017/10/13
- 05/30: gnu: qscintilla: Adjust installation directory layout., Hartmut Goebel, 2017/10/13
- 14/30: gnu: kdesignerplugin: Add optional inputs., Hartmut Goebel, 2017/10/13
- 13/30: gnu: Add kdewebkit.,
Hartmut Goebel <=
- 28/30: gnu: ktexteditor: Symlink some files referred to by different names., Hartmut Goebel, 2017/10/13
- 25/30: gnu: sonnet: Reduce the number of warnings when configuring., Hartmut Goebel, 2017/10/13
- 23/30: gnu: kio: Symlink some files referred to by different names., Hartmut Goebel, 2017/10/13
- 20/30: gnu: kparts: Make tests pass again., Hartmut Goebel, 2017/10/13
- 19/30: gnu: bluez-qt: Add comment about status of tests., Hartmut Goebel, 2017/10/13
- 24/30: gnu: kidletime: Enable fallback mode to X-Screensaver based poller., Hartmut Goebel, 2017/10/13
- 30/30: gnu: kdelibs4support: Remove redundant inputs., Hartmut Goebel, 2017/10/13
- 29/30: gnu: kdoctools: Symlink some files referred to by different names., Hartmut Goebel, 2017/10/13