qpdf: update to 10.0.0.
This commit is contained in:
parent
bb79ff9804
commit
5ed23f1b90
|
@ -1134,7 +1134,6 @@ 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.26 libqpdf-9.0.2_1
|
||||
libmikmod.so.3 libmikmod-3.1.12_1
|
||||
libSDL_sound-1.0.so.1 SDL_sound-1.0.3_1
|
||||
libgtksourceview-2.0.so.0 gtksourceview2-2.10.5_1
|
||||
|
@ -3857,3 +3856,4 @@ libbudgie-private.so.0 budgie-desktop-10.5.1_1
|
|||
libbudgietheme.so.0 budgie-desktop-10.5.1_1
|
||||
libbudgie-plugin.so.0 budgie-desktop-10.5.1_1
|
||||
libslirp.so.0 libslirp-4.2.0_1
|
||||
libqpdf.so.28 libqpdf-10.0.0_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'qpdf'
|
||||
pkgname=qpdf
|
||||
version=9.1.1
|
||||
version=10.0.0
|
||||
revision=1
|
||||
wrksrc="qpdf-release-qpdf-${version}"
|
||||
build_style=gnu-configure
|
||||
|
@ -12,7 +12,12 @@ license="Apache-2.0"
|
|||
homepage="https://github.com/qpdf/qpdf"
|
||||
changelog="https://raw.githubusercontent.com/qpdf/qpdf/master/ChangeLog"
|
||||
distfiles="${homepage}/archive/release-qpdf-${version}.tar.gz"
|
||||
checksum=c5f859cf7f344e6a2415e02524acb19cdabbbdb634d1c3bf68d2fc26ae561a82
|
||||
checksum=d9b039421c78ddd2691242546a835a904e46027c1e64a274b53a515d01850d86
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
LDFLAGS+=" -latomic"
|
||||
fi
|
||||
|
||||
libqpdf_package() {
|
||||
short_desc+=" - shared library"
|
||||
|
|
Loading…
Reference in New Issue