diff options
author | Antonio Rojas | 2024-07-03 00:04:09 +0200 |
---|---|---|
committer | Antonio Rojas | 2024-07-03 00:04:09 +0200 |
commit | 12dd1b3a539a2dbc36c8bd64c0663bff9274b8e7 (patch) | |
tree | aa7d46457947bc84608d1381f60efb431fe1b407 | |
parent | 0be6348cf024d37c4e6520cd24cc03d40703fe21 (diff) | |
download | aur-12dd1b3a539a2dbc36c8bd64c0663bff9274b8e7.tar.gz |
upgpkg: 3.65.0-11: Rebuild for missing .SRCINFO
-rw-r--r-- | .SRCINFO | 42 | ||||
-rw-r--r-- | PKGBUILD | 36 |
2 files changed, 73 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 000000000000..3baf793e59fe --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,42 @@ +pkgbase = imagescan + pkgdesc = EPSON Image Scan v3 front-end for scanners and all-in-ones + pkgver = 3.65.0 + pkgrel = 11 + url = http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX + arch = x86_64 + license = GPL-3.0-or-later + makedepends = boost + makedepends = systemd + depends = at-spi2-core + depends = atkmm + depends = boost-libs + depends = cairo + depends = cairomm + depends = fontconfig + depends = freetype2 + depends = gcc-libs + depends = gdk-pixbuf2 + depends = glib2 + depends = glibc + depends = glibmm + depends = graphicsmagick + depends = gtk2 + depends = gtkmm + depends = harfbuzz + depends = libjpeg-turbo + depends = libsigc++ + depends = libtiff + depends = libtool + depends = libusb + depends = pango + depends = pangomm + depends = sane + depends = sh + depends = systemd-libs + optdepends = tesseract: OCR support + source = https://sources.archlinux.org/other/packages/imagescan/imagescan_3.65.0.orig.tar.gz + source = boost-1.74.patch + sha256sums = e83704398c51a3166fd62c25b89e95cf6262e52f3dc6e627db3e7556e2220d64 + sha256sums = e7da445c970a4a99b476b3bb994d0d18f327e0cd166cd87ba24fcd16abee7d49 + +pkgname = imagescan @@ -4,13 +4,39 @@ pkgname=imagescan pkgver=3.65.0 _utsushiver=${pkgver/3./0.} -pkgrel=10 +pkgrel=11 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' -license=(GPL3) -depends=(sane gtkmm graphicsmagick boost-libs) -makedepends=(boost systemd) +license=(GPL-3.0-or-later) +depends=(at-spi2-core + atkmm + boost-libs + cairo + cairomm + fontconfig + freetype2 + gcc-libs + gdk-pixbuf2 + glib2 + glibc + glibmm + graphicsmagick + gtk2 + gtkmm + harfbuzz + libjpeg-turbo + libsigc++ + libtiff + libtool + libusb + pango + pangomm + sane + sh + systemd-libs) +makedepends=(boost + systemd) optdepends=('tesseract: OCR support') source=(https://sources.archlinux.org/other/packages/imagescan/imagescan_$pkgver.orig.tar.gz boost-1.74.patch) @@ -20,7 +46,7 @@ sha256sums=('e83704398c51a3166fd62c25b89e95cf6262e52f3dc6e627db3e7556e2220d64' prepare() { cd utsushi-$_utsushiver - patch -Np1 -i ${srcdir}/boost-1.74.patch # Fix build with boost 1.74 + patch -Np1 -i ../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 } |