[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26463: [PATCH v2 5/7] gnu: Add kjsembed.
From: |
Hartmut Goebel |
Subject: |
bug#26463: [PATCH v2 5/7] gnu: Add kjsembed. |
Date: |
Sun, 11 Jun 2017 17:34:25 +0200 |
* gnu/packages/kde-frameworks.scm (kjsembed): New variable.
---
gnu/packages/kde-frameworks.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index e84ed80..4889653 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3297,3 +3297,32 @@ support.")
(license '(license:lgpl2.1+
license:bsd-2 license:bsd-3
(license:non-copyleft "file://src/kjs/dtoa.cpp")))))
+
+(define-public kjsembed
+ (package
+ (name "kjsembed")
+ (version "5.34.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/portingAids/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32 "17w8i370pqks1fj3pcziz7j014chnc6yi7md7w2p4xprw54pbmbk"))))
+ (build-system cmake-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("kdoctools" ,kdoctools)
+ ("qttools" ,qttools)))
+ (inputs
+ `(("ki18n" ,ki18n)
+ ("kjs" ,kjs)
+ ("qtbase" ,qtbase)
+ ("qtsvg" ,qtsvg)))
+ (home-page "https://community.kde.org/Frameworks")
+ (synopsis "KDE Frameworks 5 embedded Javascript engine for Qt")
+ (description "KJSEmbed provides a method of binding Javascript objects to
+QObjects, so you can script your applications.")
+ (license license:lgpl2.1+)))
--
2.7.4
- bug#26463: [PATCH v2 0/7] Add KDE Frameworks Tier 4, Hartmut Goebel, 2017/06/11
- bug#26463: [PATCH v2 7/7] gnu: Add kross., Hartmut Goebel, 2017/06/11
- bug#26463: [PATCH v2 6/7] gnu: Add kmediaplayer., Hartmut Goebel, 2017/06/11
- bug#26463: [PATCH v2 1/7] gnu: Add kde-frameworkintegration., Hartmut Goebel, 2017/06/11
- bug#26463: [PATCH v2 4/7] gnu: Add khtml., Hartmut Goebel, 2017/06/11
- bug#26463: [PATCH v2 5/7] gnu: Add kjsembed.,
Hartmut Goebel <=
- bug#26463: [PATCH v2 3/7] gnu: Add kjs., Hartmut Goebel, 2017/06/11
- bug#26463: [PATCH v2 2/7] gnu: Add kdelibs4support., Hartmut Goebel, 2017/06/11
- [bug#26463] [PATCH v2 0/7] Add KDE Frameworks Tier 4, Leo Famulari, 2017/06/24