[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#29114] [PATCH 09/10] gnu: kdewebkit: Move to be in alphabetical ord
From: |
Hartmut Goebel |
Subject: |
[bug#29114] [PATCH 09/10] gnu: kdewebkit: Move to be in alphabetical order. |
Date: |
Thu, 2 Nov 2017 09:47:49 +0100 |
I was trapped by the definitions not being in alphabetical order.
* gnu/packages/kde-frameworks.scm (kdewebkit): Move in front of
kemoticons.
---
gnu/packages/kde-frameworks.scm | 64 ++++++++++++++++++++---------------------
1 file changed, 32 insertions(+), 32 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index beac86f59..b3a7bfdfb 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2240,6 +2240,38 @@ ini-style description files.")
with su and ssh respectively.")
(license license:lgpl2.1+)))
+(define-public kdewebkit
+ (package
+ (name "kdewebkit")
+ (version "5.39.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "05f0l3zw8cnvyavwwijwy5jx8dairhdbvg6ynpn7r5l10vawcf6x"))))
+ (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 kemoticons
(package
(name "kemoticons")
@@ -2990,38 +3022,6 @@ 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.39.0")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "mirror://kde/stable/frameworks/"
- (version-major+minor version) "/"
- name "-" version ".tar.xz"))
- (sha256
- (base32
- "05f0l3zw8cnvyavwwijwy5jx8dairhdbvg6ynpn7r5l10vawcf6x"))))
- (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")
--
2.13.5
- [bug#29114] [PATCH 00/10] KDE Updates and cleanups, Hartmut Goebel, 2017/11/02
- [bug#29114] [PATCH 01/10] gnu: extra-cmake-modules: Install pri-files into lib/qt5/., Hartmut Goebel, 2017/11/02
- [bug#29114] [PATCH 04/10] gnu: kdelibs4support: Make test kstandarddirstest pass., Hartmut Goebel, 2017/11/02
- [bug#29114] [PATCH 10/10] gnu: prison: Move to be in alphabetical order., Hartmut Goebel, 2017/11/02
- [bug#29114] [PATCH 08/10] gnu: kactivities: Move to tier 2., Hartmut Goebel, 2017/11/02
- [bug#29114] [PATCH 03/10] gnu: kimageformats: Update comment., Hartmut Goebel, 2017/11/02
- [bug#29114] [PATCH 09/10] gnu: kdewebkit: Move to be in alphabetical order.,
Hartmut Goebel <=
- [bug#29114] [PATCH 06/10] gnu: solid: Enable building interface for qml., Hartmut Goebel, 2017/11/02
- [bug#29114] [PATCH 05/10] gnu: krunner: Make some tests pass., Hartmut Goebel, 2017/11/02
- [bug#29114] [PATCH 02/10] gnu: kde-frameworks: Update to 5.39.0., Hartmut Goebel, 2017/11/02
- [bug#29114] [PATCH 00/10] KDE Updates and cleanups, Marius Bakke, 2017/11/02
- Message not available