gnu: Add libksane.

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

Change-Id: I505e2010485e7d4ea9eb70fcf0ab868d0bdb2925
This commit is contained in:
Sughosha via Guix-patches via 2025-01-23 15:42:21 +05:30 committed by Zheng Junjie
parent 3d9adf6e84
commit 29dd82fb3a
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1359,6 +1359,35 @@ transport data and for performing public transport journey queries.")
for scanner hardware.")
(license license:lgpl3+)))
(define-public libksane
(package
(name "libksane")
(version "24.12.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/libksane-" version ".tar.xz"))
(sha256
(base32 "1sv81mpai350196x5sskvf2qsq2abmvjpv28zy7n8cy31if931ga"))))
(build-system qt-build-system)
(arguments
(list #:qtbase qtbase))
(native-inputs
(list extra-cmake-modules))
(inputs
(list ki18n
ksanecore
ktextwidgets
kwallet
kwidgetsaddons))
(home-page "https://invent.kde.org/graphics/libksane")
(synopsis "Library providing QWidget with logic to interface scanners")
(description
"Libksane is a Qt-based interface for SANE library to control flat
scanners.")
(license license:lgpl3+)))
(define-public snorenotify
(package
(name "snorenotify")