ports/opt (3.5): hpcups: install ImageProcessor library
commit 1def6a63472b13be6280a744672da865560d5915 Author: Juergen Daubert <jue@jue.li> Date: Sat Aug 11 19:18:42 2018 +0200 hpcups: install ImageProcessor library diff --git a/hpcups/.footprint b/hpcups/.footprint index 3ae57bf42..8509d093b 100644 --- a/hpcups/.footprint +++ b/hpcups/.footprint @@ -5,6 +5,8 @@ drwxr-xr-x root/root usr/lib/cups/ drwxr-xr-x root/root usr/lib/cups/filter/ -rwxr-xr-x root/root usr/lib/cups/filter/hpcups -rwxr-xr-x root/root usr/lib/cups/filter/hpps +-rwxr-xr-x root/root usr/lib/libImageProcessor-x86_64.so +lrwxrwxrwx root/root usr/lib/libImageProcessor.so -> libImageProcessor-x86_64.so drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/cups/ drwxr-xr-x root/root usr/share/cups/drv/ diff --git a/hpcups/.signature b/hpcups/.signature index 982db514f..ec63fa347 100644 --- a/hpcups/.signature +++ b/hpcups/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/VhU3ntVSRwu5WDjAiFb4TU1g7NIir78RVeepSqoU0UWLS6KfwLXkjXMYFw6CFTG7h6UtXxhafxR8AQDMNhSdQ0= -SHA256 (Pkgfile) = 9b0b999e3d75d01b7719cb4bac9ca6cbd5f139f9d6f40b5037e56f444ee0dd92 -SHA256 (.footprint) = ebb15e982671fd9694b2ee8d52582236f9c7795f527bf8cd22fe8c03a1b3b660 +RWSE3ohX2g5d/Qxr1Eh2wTj4gMi8h3ruFFoANegEjlnwE1L2chypakcygjrxrCQz55zWiQS8ZLSr+2biuCUJOv3GmExu+ubTngY= +SHA256 (Pkgfile) = 0f016455dd9fdccb2bc60e28225a9b62cab0e05989f7c493cb53fe357622d0cc +SHA256 (.footprint) = ee32c73a604467695b55b42d6e3b4bc37022b98d0b034058cd06a08b5555b351 SHA256 (hplip-3.18.7.tar.gz) = 55b879e1d6d0d88c32d79486b748a21759cab404036d883be4ea9fcb55bfeb1d diff --git a/hpcups/Pkgfile b/hpcups/Pkgfile index e902df1b2..d4828fef4 100644 --- a/hpcups/Pkgfile +++ b/hpcups/Pkgfile @@ -5,7 +5,7 @@ name=hpcups version=3.18.7 -release=1 +release=2 source=(http://downloads.sourceforge.net/project/hplip/hplip/$version/hplip-$version...) build () { @@ -20,5 +20,9 @@ build () { make make DESTDIR=$PKG install + # https://bugs.archlinux.org/task/59548 + install prnt/hpcups/libImageProcessor-x86_64.so $PKG/usr/lib + ln -s libImageProcessor-x86_64.so $PKG/usr/lib/libImageProcessor.so + rm -r $PKG/usr/share/doc }
participants (1)
-
crux@crux.nu