[arch-commits] Commit in imagescan/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Mar 16 08:45:47 UTC 2022
Date: Wednesday, March 16, 2022 @ 08:45:46
Author: arojas
Revision: 1155322
Sane 1.1 rebuild (FS#74137)
Modified:
imagescan/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-16 08:34:29 UTC (rev 1155321)
+++ PKGBUILD 2022-03-16 08:45:46 UTC (rev 1155322)
@@ -4,10 +4,10 @@
pkgname=imagescan
pkgver=3.65.0
_utsushiver=${pkgver/3./0.}
-pkgrel=4
-pkgdesc="EPSON Image Scan v3 front-end for scanners and all-in-ones"
+pkgrel=5
+pkgdesc='EPSON Image Scan v3 front-end for scanners and all-in-ones'
arch=(x86_64)
-url="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
+url='http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX'
license=(GPL3)
depends=(sane gtkmm graphicsmagick boost-libs)
makedepends=(boost systemd)
@@ -22,6 +22,7 @@
patch -Np1 -i ${srcdir}/boost-1.74.patch # Fix build with boost 1.74
rm -r upstream/boost # Remove vendored libraries
+ sed -e 's|&& (SANE_MINOR == 0)||' -i sane/version.hpp # Fix build with sane 1.1
}
build() {
More information about the arch-commits
mailing list