mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Remove kross.
* gnu/packages/kde-frameworks.scm (kross): Delete variable. Change-Id: Iaf72d16811e2b16e3ed25513f56e9d540d60da03
This commit is contained in:
parent
1c8b8de866
commit
bd4e665798
1 changed files with 0 additions and 42 deletions
|
@ -5535,48 +5535,6 @@ (define-public kjs
|
||||||
license:bsd-2 license:bsd-3
|
license:bsd-2 license:bsd-3
|
||||||
(license:non-copyleft "file://src/kjs/dtoa.cpp")))))
|
(license:non-copyleft "file://src/kjs/dtoa.cpp")))))
|
||||||
|
|
||||||
(define-public kross
|
|
||||||
(package
|
|
||||||
(name "kross")
|
|
||||||
(version "5.114.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append
|
|
||||||
"mirror://kde/stable/frameworks/"
|
|
||||||
(version-major+minor version) "/portingAids/"
|
|
||||||
name "-" version ".tar.xz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "0bbpi63lxbb4ylx2jd172a2bqyxkd606n7w8zrvcjy466lkv3sz4"))))
|
|
||||||
(build-system cmake-build-system)
|
|
||||||
(native-inputs
|
|
||||||
(list extra-cmake-modules kdoctools qttools-5))
|
|
||||||
(inputs
|
|
||||||
(list kcompletion
|
|
||||||
kcoreaddons
|
|
||||||
ki18n
|
|
||||||
kiconthemes
|
|
||||||
kparts
|
|
||||||
kwidgetsaddons
|
|
||||||
kxmlgui
|
|
||||||
qtbase-5
|
|
||||||
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 (list license:lgpl2.0+ license:lgpl2.1+
|
|
||||||
license:lgpl2.0 license:gpl3+))))
|
|
||||||
|
|
||||||
(define-public kdav
|
(define-public kdav
|
||||||
(package
|
(package
|
||||||
(name "kdav")
|
(name "kdav")
|
||||||
|
|
Loading…
Reference in a new issue