qpdf: update to 6.0.0 (soname bump).
This commit is contained in:
parent
3f07f3243b
commit
2bd4197952
2 changed files with 6 additions and 6 deletions
|
@ -1069,7 +1069,7 @@ libsbc.so.1 sbc-1.0_1
|
|||
libecryptfs.so.1 libecryptfs-104_1
|
||||
libnuma.so.1 libnuma-2.0.7_1
|
||||
libxar.so.1 xar-1.5.2_1
|
||||
libqpdf.so.13 libqpdf-5.1.2_1
|
||||
libqpdf.so.17 libqpdf-6.0.0_1
|
||||
libpolkit-qt-core-1.so.1 polkit-qt-0.103.0_1
|
||||
libpolkit-qt-agent-1.so.1 polkit-qt-0.103.0_1
|
||||
libmikmod.so.3 libmikmod-3.1.12_1
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
# Template file for 'qpdf'
|
||||
pkgname=qpdf
|
||||
version=5.1.3
|
||||
version=6.0.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-random=/dev/urandom"
|
||||
hostmakedepends="perl"
|
||||
makedepends="pcre-devel"
|
||||
short_desc="A Content-Preserving PDF Transformation System"
|
||||
|
@ -11,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="Artistic-2.0"
|
||||
homepage="http://qpdf.sourceforget.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=d5164bdad3afc381568dbe8e1509a4a6a911d4d077f1fc20b9866ef8fad901d3
|
||||
checksum=a9fdc7e94d38fcd3831f37b6e0fe36492bf79aa6d54f8f66062cf7f9c4155233
|
||||
|
||||
post_install() {
|
||||
vlicense Artistic-2.0
|
||||
|
@ -20,7 +19,7 @@ post_install() {
|
|||
libqpdf_package() {
|
||||
short_desc+=" - shared library"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so.*"
|
||||
vmove usr/lib/*.so.*
|
||||
}
|
||||
}
|
||||
libqpdf-devel_package() {
|
||||
|
@ -29,6 +28,7 @@ libqpdf-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue