GNU bug report logs -
#75009
[PATCH] gnu: Add tellico.
Previous Next
Reported by: Sughosha <sughosha <at> disroot.org>
Date: Sat, 21 Dec 2024 16:25:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #71 received at 75009 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/kde.scm (ksanecore): New variable.
Change-Id: I94bef38d1c83194cf5353c4b94dc0b4402d0fc31
---
gnu/packages/kde.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 19f1c2cfc9..352edc7ce4 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -19,6 +19,7 @@
;;; Copyright �� 2022 Petr Hodina <phodina <at> protonmail.com>
;;; Copyright �� 2023 Mehmet Tekman <mtekman89 <at> gmail.com>
;;; Copyright �� 2024 Remco van 't Veer <remco <at> remworks.net>
+;;; Copyright �� 2025 Sughosha <sughosha <at> disroot.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -102,6 +103,7 @@ (define-module (gnu packages kde)
#:use-module (gnu packages python)
#:use-module (gnu packages qt)
#:use-module (gnu packages samba)
+ #:use-module (gnu packages scanner)
#:use-module (gnu packages sdl)
#:use-module (gnu packages ssh)
#:use-module (gnu packages tls)
@@ -1331,6 +1333,32 @@ (define-public kpublictransport
transport data and for performing public transport journey queries.")
(license (list license:lgpl2.0+))))
+(define-public ksanecore
+ (package
+ (name "ksanecore")
+ (version "24.12.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/" version
+ "/src/ksanecore-" version ".tar.xz"))
+ (sha256
+ (base32 "0bh7i2qh5jdxfgy122vbwin7g46s16kdmam6szj14zc1ggnhqvfb"))))
+ (build-system qt-build-system)
+ (arguments
+ (list #:qtbase qtbase))
+ (native-inputs
+ (list extra-cmake-modules))
+ (inputs
+ (list ki18n
+ sane-backends))
+ (home-page "https://invent.kde.org/libraries/ksanecore")
+ (synopsis "Library 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")
--
2.47.1
This bug report was last modified 153 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.