mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: ksanecore: Move to kde-graphics.scm.
* gnu/packages/kde.scm (ksanecore): Remove variable. * gnu/packages/kde-graphics.scm (ksanecore): New variable. Change-Id: I0aba25b70f996afa073e98645317c59bdeb3b178
This commit is contained in:
parent
2244d20948
commit
0b68a9bfa2
2 changed files with 27 additions and 28 deletions
|
|
@ -101,6 +101,33 @@
|
|||
image editing capabilities.")
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public ksanecore
|
||||
(package
|
||||
(name "ksanecore")
|
||||
(version "25.08.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/ksanecore-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1ilp0rgb4pj9q9wx6mh8gmgn9vmly18a28lnglyf1blpwxpbvjzg"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
#:tests? #f))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
(inputs
|
||||
(list ki18n
|
||||
sane))
|
||||
(home-page "https://invent.kde.org/libraries/ksanecore")
|
||||
(synopsis "Library providing logic to interface scanners")
|
||||
(description
|
||||
"KSaneCore is a library that provides a Qt interface for the SANE library
|
||||
for scanner hardware.")
|
||||
(license license:lgpl3+)))
|
||||
|
||||
(define-public digikam
|
||||
(package
|
||||
(name "digikam")
|
||||
|
|
|
|||
|
|
@ -77,7 +77,6 @@
|
|||
#:use-module (gnu packages pulseaudio)
|
||||
#:use-module (gnu packages python)
|
||||
#:use-module (gnu packages qt)
|
||||
#:use-module (gnu packages scanner)
|
||||
#:use-module (gnu packages tls)
|
||||
#:use-module (gnu packages video)
|
||||
#:use-module (gnu packages xdisorg)
|
||||
|
|
@ -162,33 +161,6 @@ cards.")
|
|||
(inputs
|
||||
(list openssl qtbase qt5compat))))
|
||||
|
||||
(define-public ksanecore
|
||||
(package
|
||||
(name "ksanecore")
|
||||
(version "25.08.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/ksanecore-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1ilp0rgb4pj9q9wx6mh8gmgn9vmly18a28lnglyf1blpwxpbvjzg"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
#:tests? #f))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
(inputs
|
||||
(list ki18n
|
||||
sane))
|
||||
(home-page "https://invent.kde.org/libraries/ksanecore")
|
||||
(synopsis "Library providing logic to interface scanners")
|
||||
(description
|
||||
"KSaneCore is a library that provides a Qt interface for the SANE library
|
||||
for scanner hardware.")
|
||||
(license license:lgpl3+)))
|
||||
|
||||
(define-public snorenotify
|
||||
(package
|
||||
(name "snorenotify")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue