poppler-glib: update to 0.89.0

This commit is contained in:
Juergen Daubert 2020-05-28 13:41:00 +02:00
parent c28a510599
commit 8117e6b6de
3 changed files with 10 additions and 12 deletions

View File

@ -21,8 +21,8 @@ drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/girepository-1.0/
-rw-r--r-- root/root usr/lib/girepository-1.0/Poppler-0.18.typelib
lrwxrwxrwx root/root usr/lib/libpoppler-glib.so -> libpoppler-glib.so.8
lrwxrwxrwx root/root usr/lib/libpoppler-glib.so.8 -> libpoppler-glib.so.8.16.0
-rwxr-xr-x root/root usr/lib/libpoppler-glib.so.8.16.0
lrwxrwxrwx root/root usr/lib/libpoppler-glib.so.8 -> libpoppler-glib.so.8.17.0
-rwxr-xr-x root/root usr/lib/libpoppler-glib.so.8.17.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/poppler-glib.pc
drwxr-xr-x root/root usr/share/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/agrzFLLGs2Ryqh9eyRZdAEo3ChF9yC1Dznrq7aIAy6jcaiuhwD76HV6yWteLAoAsDpwvIilJIXt/DvqkEoqag4=
SHA256 (Pkgfile) = 2f80cc3fc83cdd28fcc8394c0fff95b4997880f03d476ea7b23dbb9977c448de
SHA256 (.footprint) = dce9eb2e258daad12c2c362429e00790aea1e245bc8a29dbe52b5fefc14fcbb6
SHA256 (poppler-0.88.0.tar.xz) = b4453804e9a5a519e6ceee0ac8f5efc229e3b0bf70419263c239124474d256c7
RWSE3ohX2g5d/Y9Pus0i020RuX+nakwD4pJm5N89pZkwDbns9VbBvwzaxRoSVoJ/rjTs9UqrpCipJjmefNkmQZQh27IHM0VkpQQ=
SHA256 (Pkgfile) = 86005c23848bdc5b797eefeb72892542438d5e941ef56f05dd79947a28d10b18
SHA256 (.footprint) = c6b614d4de86a8f42326648d9c12862c3004e0afea623312c0eda3012feef940
SHA256 (poppler-0.89.0.tar.xz) = fba230364537782cc5d43b08d693ef69c36586286349683c7b127156a8ef9b5c

View File

@ -4,14 +4,12 @@
# Depends on: gobject-introspection poppler
name=poppler-glib
version=0.88.0
version=0.89.0
release=1
source=(https://poppler.freedesktop.org/poppler-$version.tar.xz)
build() {
cd poppler-$version
cmake . \
cmake -S poppler-$version -B build\
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DENABLE_UNSTABLE_API_ABI_HEADERS=OFF \
@ -25,8 +23,8 @@ build() {
-DENABLE_LIBOPENJPEG=none \
-DWITH_NSS3=OFF
make
make DESTDIR=$PKG install
cmake --build build
DESTDIR=$PKG cmake --install build
rm $PKG/usr/lib/libpoppler.so*
rm $PKG/usr/lib/pkgconfig/poppler.pc