mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: Add libksane.
* gnu/packages/kde.scm (libksane): New variable. Change-Id: I505e2010485e7d4ea9eb70fcf0ab868d0bdb2925
This commit is contained in:
parent
3d9adf6e84
commit
29dd82fb3a
1 changed files with 29 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue