[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/31: gnu: Add ktextwidgets.
From: |
David Craven |
Subject: |
26/31: gnu: Add ktextwidgets. |
Date: |
Tue, 30 Aug 2016 20:39:57 +0000 (UTC) |
dvc pushed a commit to branch master
in repository guix.
commit 2128da9a98250881d6796d3b40a18a94f5624724
Author: David Craven <address@hidden>
Date: Sun Aug 7 20:25:27 2016 +0200
gnu: Add ktextwidgets.
* gnu/packages/kde-frameworks.scm (ktextwidgets): New variable.
---
gnu/packages/kde-frameworks.scm | 45 +++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 9afbf90..17ccafb 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2485,3 +2485,48 @@ can embed in your application, either as a KPart or
using the KF5::TextEditor
library.")
;; triple licensed
(license (list license:gpl2+ license:lgpl2.0+ license:lgpl2.1+))))
+
+(define-public ktextwidgets
+ (package
+ (name "ktextwidgets")
+ (version "5.24.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "1q10xav2gkii6s3m31c9xvxf1988l7k2lpib6pyhgsidflmwjm02"))))
+ (build-system cmake-build-system)
+ (propagated-inputs
+ `(("ki18n" ,ki18n)
+ ("sonnet" ,sonnet)))
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)))
+ (inputs
+ `(("kauth" ,kauth)
+ ("kcodecs" ,kcodecs)
+ ("kcompletion" ,kcompletion)
+ ("kconfig" ,kconfig)
+ ("kconfigwidgets" ,kconfigwidgets)
+ ("kcoreaddons" ,kcoreaddons)
+ ("kiconthemes" ,kiconthemes)
+ ("kservice" ,kservice)
+ ("kwidgetsaddons" ,kwidgetsaddons)
+ ("kwindowsystem" ,kwindowsystem)
+ ("qtbase" ,qtbase)))
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-before 'check 'check-setup
+ (lambda _
+ (setenv "QT_QPA_PLATFORM" "offscreen")
+ #t)))))
+ (home-page "https://community.kde.org/Frameworks")
+ (synopsis "Text editing widgets")
+ (description "KTextWidgets provides widgets for displaying and editing
text.
+It supports rich text as well as plain text.")
+ ;; dual licensed
+ (license (list license:lgpl2.0+ license:lgpl2.1+))))
- 16/31: gnu: Add kiconthemes., (continued)
- 16/31: gnu: Add kiconthemes., David Craven, 2016/08/30
- 17/31: gnu: Add kinit., David Craven, 2016/08/30
- 24/31: gnu: Add kservice., David Craven, 2016/08/30
- 25/31: gnu: Add ktexteditor., David Craven, 2016/08/30
- 09/31: gnu: Add kconfigwidgets., David Craven, 2016/08/30
- 22/31: gnu: Add kpeople., David Craven, 2016/08/30
- 03/31: build: Add wrap-qt-program., David Craven, 2016/08/30
- 20/31: gnu: Add knotifyconfig., David Craven, 2016/08/30
- 31/31: gnu: Add kpmcore., David Craven, 2016/08/30
- 18/31: gnu: Add kio., David Craven, 2016/08/30
- 26/31: gnu: Add ktextwidgets.,
David Craven <=
- 29/31: gnu: Add kxmlrpcclient., David Craven, 2016/08/30
- 30/31: gnu: Add plasma-framework., David Craven, 2016/08/30
- 15/31: gnu: Add kglobalaccel., David Craven, 2016/08/30
- 27/31: gnu: Add kwallet., David Craven, 2016/08/30
- 05/31: gnu: Add kactivities., David Craven, 2016/08/30
- 06/31: gnu: Add kactivities-stats., David Craven, 2016/08/30
- 14/31: gnu: Add kemoticons., David Craven, 2016/08/30
- 10/31: gnu: Add kdeclarative., David Craven, 2016/08/30
- 21/31: gnu: Add kparts., David Craven, 2016/08/30
- 02/31: gnu: Add prefix to license imports in (gnu packages qt)., David Craven, 2016/08/30