mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Replace usages of sane-backends with sane.
Replacement done using: find gnu/packages -name '*.scm' -print0 | xargs -0 sed -ri \ -e 's/"sane-backends" ,sane-backends/"sane" ,sane/' \ -e 's/(list[^"]+sane)-backends/\1/' \ -e 's/^( +sane)-backends/\1/' * gnu/packages/hardware.scm (hw-probe)[inputs]: * gnu/packages/wine.scm (wine)[inputs]: * gnu/packages/python-xyz.scm (python-sane)[inputs]: * gnu/packages/ocr.scm (gimagereader)[inputs]: * gnu/packages/libreoffice.scm (libreoffice)[inputs]: * gnu/packages/kde.scm (ksanecore)[inputs]: * gnu/packages/gnome.scm (simple-scan, ocrfeeder, colord)[inputs]: * gnu/packages/scanner.scm (scanbd, xsane, sane-airscan)[inputs]: Replace sane-backends with sane. Change-Id: If995e846ed4f53a740119b362e07c36c90a621cb
This commit is contained in:
parent
d3cb28f605
commit
46d7928968
8 changed files with 12 additions and 12 deletions
|
@ -5791,7 +5791,7 @@ output devices.")
|
|||
docbook-xsl
|
||||
gtk-doc/stable
|
||||
libxslt
|
||||
sane-backends
|
||||
sane
|
||||
vala))))) ;for VAPI, needed by simple-scan
|
||||
|
||||
(define-public geoclue
|
||||
|
@ -7230,7 +7230,7 @@ USB transfers with your high-level application or system daemon.")
|
|||
gdk-pixbuf
|
||||
gusb
|
||||
libadwaita
|
||||
sane-backends))
|
||||
sane))
|
||||
(home-page "https://gitlab.gnome.org/GNOME/simple-scan")
|
||||
(synopsis "Document and image scanner")
|
||||
(description
|
||||
|
@ -13993,7 +13993,7 @@ world.")
|
|||
("python-pyenchant" ,python-pyenchant)
|
||||
("python-reportlab" ,python-reportlab)
|
||||
("python-sane" ,python-sane)
|
||||
("sane-backends" ,sane-backends)
|
||||
("sane" ,sane)
|
||||
("tesseract-ocr" ,tesseract-ocr)))
|
||||
(home-page "https://wiki.gnome.org/Apps/OCRFeeder")
|
||||
(synopsis "Complete OCR Suite")
|
||||
|
|
|
@ -476,7 +476,7 @@ sharing.")
|
|||
procps
|
||||
psmisc ;for pstree
|
||||
rpm
|
||||
sane-backends
|
||||
sane
|
||||
smartmontools
|
||||
sysstat
|
||||
upower
|
||||
|
|
|
@ -1417,7 +1417,7 @@ transport data and for performing public transport journey queries.")
|
|||
(list extra-cmake-modules))
|
||||
(inputs
|
||||
(list ki18n
|
||||
sane-backends))
|
||||
sane))
|
||||
(home-page "https://invent.kde.org/libraries/ksanecore")
|
||||
(synopsis "Library providing logic to interface scanners")
|
||||
(description
|
||||
|
|
|
@ -1190,7 +1190,7 @@ commonly called @code{ftoa} or @code{dtoa}.")
|
|||
python-lxml
|
||||
qrcodegen-cpp
|
||||
redland
|
||||
sane-backends
|
||||
sane
|
||||
unixodbc
|
||||
unzip
|
||||
vigra
|
||||
|
|
|
@ -213,7 +213,7 @@ default. To add support for more languages, the
|
|||
leptonica
|
||||
podofo
|
||||
poppler-qt5
|
||||
sane-backends
|
||||
sane
|
||||
qtbase-5
|
||||
qtspell
|
||||
quazip-5
|
||||
|
|
|
@ -35526,7 +35526,7 @@ restores the original state after the string is printed.")
|
|||
(native-inputs
|
||||
(list python-pytest))
|
||||
(inputs
|
||||
(list sane-backends))
|
||||
(list sane))
|
||||
(home-page "https://github.com/python-pillow/Sane")
|
||||
(synopsis "Python interface to the SANE scanner")
|
||||
(description "This package provides Python interface to the SANE scanner
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
libjpeg-turbo
|
||||
libpng
|
||||
libxml2
|
||||
sane-backends))
|
||||
sane))
|
||||
(home-page "https://github.com/alexpevzner/sane-airscan")
|
||||
(synopsis "SANE backend for eSCL (AirScan) and WSD document scanners")
|
||||
(description ; no @acronym{eSCL} because the meaning isn't officially known
|
||||
|
@ -348,7 +348,7 @@ standard.")
|
|||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
(list dbus libconfuse sane-backends eudev zlib))
|
||||
(list dbus libconfuse sane eudev zlib))
|
||||
(home-page "https://scanbd.sourceforge.io")
|
||||
(synopsis "Configurable scanner button monitor")
|
||||
(description "Scanbd stands for scanner button daemon. It regularly polls
|
||||
|
@ -429,7 +429,7 @@ provided the driver also exposes the buttons.")
|
|||
lcms
|
||||
libjpeg-turbo
|
||||
libtiff
|
||||
sane-backends
|
||||
sane
|
||||
xdg-utils)) ;to open the manual from the Help menu
|
||||
(home-page "https://gitlab.com/sane-project/frontend/xsane")
|
||||
(synopsis "Featureful graphical interface for document and image scanners")
|
||||
|
|
|
@ -185,7 +185,7 @@ integrate Windows applications into your desktop.")
|
|||
libgphoto2
|
||||
openldap
|
||||
samba
|
||||
sane-backends
|
||||
sane
|
||||
libpcap
|
||||
libusb
|
||||
libice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue