sane: update to 1.1.1.
This commit is contained in:
parent
1457181c0a
commit
8ac8f8e375
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sane'
|
# Template file for 'sane'
|
||||||
pkgname=sane
|
pkgname=sane
|
||||||
_gitlab_release_hash=104f09c07d35519cc8e72e604f11643f
|
_gitlab_release_hash=7d30fab4e115029d91027b6a58d64b43
|
||||||
version=1.0.32
|
version=1.1.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="sane-backends-${version}"
|
wrksrc="sane-backends-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -20,7 +20,7 @@ license="custom:GPL-2.0-or-later-with-SANE-exception"
|
||||||
homepage="http://www.sane-project.org/"
|
homepage="http://www.sane-project.org/"
|
||||||
changelog="https://gitlab.com/sane-project/backends/-/raw/master/NEWS"
|
changelog="https://gitlab.com/sane-project/backends/-/raw/master/NEWS"
|
||||||
distfiles="https://gitlab.com/sane-project/backends/uploads/${_gitlab_release_hash}/sane-backends-${version}.tar.gz"
|
distfiles="https://gitlab.com/sane-project/backends/uploads/${_gitlab_release_hash}/sane-backends-${version}.tar.gz"
|
||||||
checksum=3a28c237c0a72767086202379f6dc92dbb63ec08dfbab22312cba80e238bb114
|
checksum=dd4b04c37a42f14c4619e8eea6a957f4c7c617fe59e32ae2872b373940a8b603
|
||||||
noshlibprovides="avoid false detection of device drivers"
|
noshlibprovides="avoid false detection of device drivers"
|
||||||
|
|
||||||
# additional group 'lp' is required by saned to access some all-in-one devices
|
# additional group 'lp' is required by saned to access some all-in-one devices
|
||||||
|
@ -30,9 +30,8 @@ _saned_groups="lp,scanner"
|
||||||
build_options="avahi snmp"
|
build_options="avahi snmp"
|
||||||
build_options_default="avahi"
|
build_options_default="avahi"
|
||||||
|
|
||||||
# tests broken on 32bit. https://gitlab.com/sane-project/backends/-/issues/157
|
|
||||||
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
||||||
make_check=no
|
make_check=no # tests broken on 32bit. https://gitlab.com/sane-project/backends/-/issues/157
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue