gnu: Add futuresql.

* gnu/packages/kde.scm (futuresql): New variable.

Change-Id: Ic2e62701d1ed1240aa1dd207869c7f7c9026d23a
This commit is contained in:
Zheng Junjie 2024-07-06 16:59:36 +08:00
parent a420caaf1a
commit 267bc43f61
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -135,6 +135,29 @@
This package contains GUI widgets for baloo.")
(license license:lgpl2.0+)))
(define-public futuresql
(package
(name "futuresql")
(version "0.1.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/futuresql/futuresql-"
version ".tar.xz"))
(sha256
(base32 "0hxxpv672jw3d14gk6dilphfcwkmbyffv0r9pakkr2v1m7axhkp4"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))
(inputs (list qcoro-qt6))
(arguments
(list #:qtbase qtbase
#:configure-flags #~(list "-DQT_MAJOR_VERSION=6")))
(home-page "https://api.kde.org/futuresql/html/index.html")
(synopsis "Non-blocking Qt database framework")
(description "This package provides a non-blocking Qt database framework.")
(license license:lgpl2.1+)))
(define-public grantleetheme
(package
(name "grantleetheme")