me
/
guix
Archived
1
0
Fork 0

gnu: Remove kross.

* gnu/packages/kde-frameworks.scm (kross): Delete variable.

Change-Id: Iaf72d16811e2b16e3ed25513f56e9d540d60da03
master
Zheng Junjie 2024-07-10 02:27:43 +08:00
parent 1c8b8de866
commit bd4e665798
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 0 additions and 42 deletions

View File

@ -5535,48 +5535,6 @@ support.")
license:bsd-2 license:bsd-3
(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
(package
(name "kdav")