mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-gfx/brscan5: add 1.6.2.0, drop 1.5.1.0
libLxBsScanCoreApi.so was bumped to libLxBsScanCoreApi.so.3.2.6 and with the -X argument we left users with a broken libLxBsScanCoreApi.so.3 symlink from the old version, the default arguments to ldconfig update the symlinks as necessary. Upstream has removed 1.5.1.0 and because we are not able to mirror the existing ebuild in tree is broken. ldconfig is removed because the portage bug is fixed, and a fixed portage version is now stable. Closes: https://bugs.gentoo.org/979194 Signed-off-by: Anthony Ryan <anthonyryan1@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/46350 Closes: https://github.com/gentoo/gentoo/pull/46350 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST brscan5-1.5.1-0.amd64.deb 562206 BLAKE2B 40329fe646ea0800f6c16c2228ef8b38a5462b3161657ae577eed5641cbd351b428e7ce44656092a65903d758aae15f0bb42d91ea911461895dc7ef11058c80f SHA512 a281540611620e8d3682788b7917bca321da92882e06abe66baf34f337522ea01aa887efa9ff1bba4a59bb896d8b719eea4c6d976bcb219f13e652b353a16e8c
|
||||
DIST brscan5-1.6.2-0.amd64.deb 874238 BLAKE2B 98fdee142525076e02703fcfe2958277b92392bdf2ecf0f91adbcfd5e04dcc67cc04b07557e5d079c4338da22c3172af26716c6217a89ebb0a24da9d6f608447 SHA512 5ebd820405f84d837a98c3276de8ffd055426f1e5a92c79f98fa378abf4fff995f2a1707a2a068530ea1e449063a48f5b345a88f86a8c710770c03d7fe5c7ff1
|
||||
|
||||
@@ -33,7 +33,7 @@ src_install() {
|
||||
doins -r *
|
||||
|
||||
# Mark executables
|
||||
fperms 0755 ${brscan}/{brsaneconfig5,brscan_cnetconfig,setupSaneScan5}
|
||||
fperms 0755 ${brscan}/{brsaneconfig5,brscan_cnetconfig,brscan_gnetconfig,setupSaneScan5}
|
||||
|
||||
# Mark libraries executable
|
||||
find "${ED}"${brscan} -name '*.so*' -exec chmod 0755 {} + || die
|
||||
@@ -70,9 +70,6 @@ src_install() {
|
||||
pkg_postinst() {
|
||||
udev_reload
|
||||
|
||||
# https://bugs.gentoo.org/961463
|
||||
ldconfig -X
|
||||
|
||||
# HOSTNAME is "BRW" followed by MAC for wi-fi
|
||||
# HOSTNAME is "BRN" followed by MAC for etherent
|
||||
elog "Your scanner's HOSTNAME can be discovered via avahi:"
|
||||
@@ -83,7 +80,4 @@ pkg_postinst() {
|
||||
|
||||
pkg_postrm() {
|
||||
udev_reload
|
||||
|
||||
# https://bugs.gentoo.org/961463
|
||||
ldconfig -X
|
||||
}
|
||||
Reference in New Issue
Block a user