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
3ac7599dd5
commit
4f6374966b
8 changed files with 12 additions and 12 deletions
|
@ -5791,7 +5791,7 @@ output devices.")
|
||||||
docbook-xsl
|
docbook-xsl
|
||||||
gtk-doc/stable
|
gtk-doc/stable
|
||||||
libxslt
|
libxslt
|
||||||
sane-backends
|
sane
|
||||||
vala))))) ;for VAPI, needed by simple-scan
|
vala))))) ;for VAPI, needed by simple-scan
|
||||||
|
|
||||||
(define-public geoclue
|
(define-public geoclue
|
||||||
|
@ -7230,7 +7230,7 @@ USB transfers with your high-level application or system daemon.")
|
||||||
gdk-pixbuf
|
gdk-pixbuf
|
||||||
gusb
|
gusb
|
||||||
libadwaita
|
libadwaita
|
||||||
sane-backends))
|
sane))
|
||||||
(home-page "https://gitlab.gnome.org/GNOME/simple-scan")
|
(home-page "https://gitlab.gnome.org/GNOME/simple-scan")
|
||||||
(synopsis "Document and image scanner")
|
(synopsis "Document and image scanner")
|
||||||
(description
|
(description
|
||||||
|
@ -13993,7 +13993,7 @@ world.")
|
||||||
("python-pyenchant" ,python-pyenchant)
|
("python-pyenchant" ,python-pyenchant)
|
||||||
("python-reportlab" ,python-reportlab)
|
("python-reportlab" ,python-reportlab)
|
||||||
("python-sane" ,python-sane)
|
("python-sane" ,python-sane)
|
||||||
("sane-backends" ,sane-backends)
|
("sane" ,sane)
|
||||||
("tesseract-ocr" ,tesseract-ocr)))
|
("tesseract-ocr" ,tesseract-ocr)))
|
||||||
(home-page "https://wiki.gnome.org/Apps/OCRFeeder")
|
(home-page "https://wiki.gnome.org/Apps/OCRFeeder")
|
||||||
(synopsis "Complete OCR Suite")
|
(synopsis "Complete OCR Suite")
|
||||||
|
|
|
@ -476,7 +476,7 @@ sharing.")
|
||||||
procps
|
procps
|
||||||
psmisc ;for pstree
|
psmisc ;for pstree
|
||||||
rpm
|
rpm
|
||||||
sane-backends
|
sane
|
||||||
smartmontools
|
smartmontools
|
||||||
sysstat
|
sysstat
|
||||||
upower
|
upower
|
||||||
|
|
|
@ -1417,7 +1417,7 @@ transport data and for performing public transport journey queries.")
|
||||||
(list extra-cmake-modules))
|
(list extra-cmake-modules))
|
||||||
(inputs
|
(inputs
|
||||||
(list ki18n
|
(list ki18n
|
||||||
sane-backends))
|
sane))
|
||||||
(home-page "https://invent.kde.org/libraries/ksanecore")
|
(home-page "https://invent.kde.org/libraries/ksanecore")
|
||||||
(synopsis "Library providing logic to interface scanners")
|
(synopsis "Library providing logic to interface scanners")
|
||||||
(description
|
(description
|
||||||
|
|
|
@ -1190,7 +1190,7 @@ commonly called @code{ftoa} or @code{dtoa}.")
|
||||||
python-lxml
|
python-lxml
|
||||||
qrcodegen-cpp
|
qrcodegen-cpp
|
||||||
redland
|
redland
|
||||||
sane-backends
|
sane
|
||||||
unixodbc
|
unixodbc
|
||||||
unzip
|
unzip
|
||||||
vigra
|
vigra
|
||||||
|
|
|
@ -213,7 +213,7 @@ default. To add support for more languages, the
|
||||||
leptonica
|
leptonica
|
||||||
podofo
|
podofo
|
||||||
poppler-qt5
|
poppler-qt5
|
||||||
sane-backends
|
sane
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtspell
|
qtspell
|
||||||
quazip-5
|
quazip-5
|
||||||
|
|
|
@ -35540,7 +35540,7 @@ restores the original state after the string is printed.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest))
|
(list python-pytest))
|
||||||
(inputs
|
(inputs
|
||||||
(list sane-backends))
|
(list sane))
|
||||||
(home-page "https://github.com/python-pillow/Sane")
|
(home-page "https://github.com/python-pillow/Sane")
|
||||||
(synopsis "Python interface to the SANE scanner")
|
(synopsis "Python interface to the SANE scanner")
|
||||||
(description "This package provides Python interface to the SANE scanner
|
(description "This package provides Python interface to the SANE scanner
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
libjpeg-turbo
|
libjpeg-turbo
|
||||||
libpng
|
libpng
|
||||||
libxml2
|
libxml2
|
||||||
sane-backends))
|
sane))
|
||||||
(home-page "https://github.com/alexpevzner/sane-airscan")
|
(home-page "https://github.com/alexpevzner/sane-airscan")
|
||||||
(synopsis "SANE backend for eSCL (AirScan) and WSD document scanners")
|
(synopsis "SANE backend for eSCL (AirScan) and WSD document scanners")
|
||||||
(description ; no @acronym{eSCL} because the meaning isn't officially known
|
(description ; no @acronym{eSCL} because the meaning isn't officially known
|
||||||
|
@ -348,7 +348,7 @@ standard.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list dbus libconfuse sane-backends eudev zlib))
|
(list dbus libconfuse sane eudev zlib))
|
||||||
(home-page "https://scanbd.sourceforge.io")
|
(home-page "https://scanbd.sourceforge.io")
|
||||||
(synopsis "Configurable scanner button monitor")
|
(synopsis "Configurable scanner button monitor")
|
||||||
(description "Scanbd stands for scanner button daemon. It regularly polls
|
(description "Scanbd stands for scanner button daemon. It regularly polls
|
||||||
|
@ -429,7 +429,7 @@ provided the driver also exposes the buttons.")
|
||||||
lcms
|
lcms
|
||||||
libjpeg-turbo
|
libjpeg-turbo
|
||||||
libtiff
|
libtiff
|
||||||
sane-backends
|
sane
|
||||||
xdg-utils)) ;to open the manual from the Help menu
|
xdg-utils)) ;to open the manual from the Help menu
|
||||||
(home-page "https://gitlab.com/sane-project/frontend/xsane")
|
(home-page "https://gitlab.com/sane-project/frontend/xsane")
|
||||||
(synopsis "Featureful graphical interface for document and image scanners")
|
(synopsis "Featureful graphical interface for document and image scanners")
|
||||||
|
|
|
@ -185,7 +185,7 @@ integrate Windows applications into your desktop.")
|
||||||
libgphoto2
|
libgphoto2
|
||||||
openldap
|
openldap
|
||||||
samba
|
samba
|
||||||
sane-backends
|
sane
|
||||||
libpcap
|
libpcap
|
||||||
libusb
|
libusb
|
||||||
libice
|
libice
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue