unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hartmut Goebel <h.goebel@crazy-compilers.com>
To: 26463@debbugs.gnu.org
Subject: bug#26463: [PATCH v2 7/7] gnu: Add kross.
Date: Sun, 11 Jun 2017 17:34:27 +0200	[thread overview]
Message-ID: <1497195267-22886-8-git-send-email-h.goebel@crazy-compilers.com> (raw)
In-Reply-To: <1497195267-22886-1-git-send-email-h.goebel@crazy-compilers.com>

* gnu/packages/kde-frameworks.scm (kross): New variable.
---
 gnu/packages/kde-frameworks.scm | 44 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index dd15268..e6242ea 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3372,3 +3372,47 @@ This framework is a porting aid.  It is not recommended for new projects, and
 existing projects that use it are advised to port away from it, and use plain
 KParts instead.")
     (license license:expat)))
+
+(define-public kross
+  (package
+    (name "kross")
+    (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 "092qz8vyiialv9fvk4wvn8mrfhz5i5hnbq0xnz6nvi1pk3db6bxq"))))
+    (build-system cmake-build-system)
+    (native-inputs
+     `(("extra-cmake-modules" ,extra-cmake-modules)
+       ("kdoctools" ,kdoctools)
+       ("qttools" ,qttools)))
+    (inputs
+     `(("kcompletion" ,kcompletion)
+       ("kcoreaddons" ,kcoreaddons)
+       ("ki18n" ,ki18n)
+       ("kiconthemes" ,kiconthemes)
+       ("kparts" ,kparts)
+       ("kwidgetsaddons" ,kwidgetsaddons)
+       ("kxmlgui" ,kxmlgui)
+       ("qtbase" ,qtbase)
+       ("qtscript" ,qtscript)))
+    (home-page "https://community.kde.org/Frameworks")
+    (synopsis "KDE Frameworks 5 solution for application scripting")
+    (description "Kross is a scripting bridge for the KDE Development Platform
+used to embed scripting functionality into an application.  It supports
+QtScript as a scripting interpreter backend.
+
+Kross provides an abstract API to provide scripting functionality in a
+interpreter-independent way.  The application that uses Kross should not need
+to know anything about the scripting language being used.  The core of Kross
+provides the framework to deal transparently with interpreter-backends and
+offers abstract functionality to deal with scripts.")
+    ;; Most files are distributed under LGPL2+, but the package includes code
+    ;; under a variety of licenses.
+    (license '(license:lgpl2.0+ license:lgpl2.1+
+               license:lgpl2.0 license:gpl3+))))
-- 
2.7.4

  parent reply	other threads:[~2017-06-11 15:35 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-12 10:56 bug#26463: [PATCH 0/7] Add KDE Frameworks Tier 4 Hartmut Goebel
2017-04-12 10:58 ` bug#26463: [PATCH 1/7] gnu: Add KDE frameworkintegration Hartmut Goebel
2017-04-12 10:58   ` bug#26463: [PATCH 2/7] gnu: Add kdelibs4support Hartmut Goebel
2017-04-12 16:06     ` Leo Famulari
2017-04-18 15:54       ` Hartmut Goebel
2017-04-12 10:58   ` bug#26463: [PATCH 3/7] gnu: Add kjs Hartmut Goebel
2017-04-12 16:07     ` Leo Famulari
2017-04-12 10:58   ` bug#26463: [PATCH 4/7] gnu: Add khtml Hartmut Goebel
2017-04-12 16:10     ` Leo Famulari
2017-04-12 10:58   ` bug#26463: [PATCH 5/7] gnu: Add kjsembed Hartmut Goebel
2017-04-12 16:10     ` Leo Famulari
2017-04-12 10:58   ` bug#26463: [PATCH 6/7] gnu: Add kmediaplayer Hartmut Goebel
2017-04-12 16:11     ` Leo Famulari
2017-04-12 10:58   ` bug#26463: [PATCH 7/7] gnu: Add kross Hartmut Goebel
2017-04-12 16:11     ` Leo Famulari
2017-04-12 16:05   ` bug#26463: [PATCH 1/7] gnu: Add KDE frameworkintegration Leo Famulari
2017-06-11 15:34 ` bug#26463: [PATCH v2 0/7] Add KDE Frameworks Tier 4 Hartmut Goebel
2017-06-11 15:34   ` bug#26463: [PATCH v2 1/7] gnu: Add kde-frameworkintegration Hartmut Goebel
2017-06-11 15:34   ` bug#26463: [PATCH v2 2/7] gnu: Add kdelibs4support Hartmut Goebel
2017-06-11 15:34   ` bug#26463: [PATCH v2 3/7] gnu: Add kjs Hartmut Goebel
2017-06-11 15:34   ` bug#26463: [PATCH v2 4/7] gnu: Add khtml Hartmut Goebel
2017-06-11 15:34   ` bug#26463: [PATCH v2 5/7] gnu: Add kjsembed Hartmut Goebel
2017-06-11 15:34   ` bug#26463: [PATCH v2 6/7] gnu: Add kmediaplayer Hartmut Goebel
2017-06-11 15:34   ` Hartmut Goebel [this message]
2017-06-24 18:44   ` [bug#26463] [PATCH v2 0/7] Add KDE Frameworks Tier 4 Leo Famulari
2017-06-26  9:01     ` bug#26463: " Hartmut Goebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1497195267-22886-8-git-send-email-h.goebel@crazy-compilers.com \
    --to=h.goebel@crazy-compilers.com \
    --cc=26463@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).