diff options
author | Juergen Daubert <jue@jue.li> | 2020-05-28 13:41:00 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2020-05-28 13:41:00 +0200 |
commit | 8117e6b6de18e53ee60552e4c0f89ce6e5e1ec0c (patch) | |
tree | ffcf6173bc4d58bb97cf536cd57c8d2617f18bfd /poppler-glib | |
parent | c28a510599bab1c4236988155d88541ec9d9a9cb (diff) | |
download | opt-8117e6b6de18e53ee60552e4c0f89ce6e5e1ec0c.tar.gz opt-8117e6b6de18e53ee60552e4c0f89ce6e5e1ec0c.tar.xz |
poppler-glib: update to 0.89.0
Diffstat (limited to 'poppler-glib')
-rw-r--r-- | poppler-glib/.footprint | 4 | ||||
-rw-r--r-- | poppler-glib/.signature | 8 | ||||
-rw-r--r-- | poppler-glib/Pkgfile | 10 |
3 files changed, 10 insertions, 12 deletions
diff --git a/poppler-glib/.footprint b/poppler-glib/.footprint index d7662a19a..b5f8e52f8 100644 --- a/poppler-glib/.footprint +++ b/poppler-glib/.footprint @@ -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/ diff --git a/poppler-glib/.signature b/poppler-glib/.signature index 7f0e51bab..450a78a56 100644 --- a/poppler-glib/.signature +++ b/poppler-glib/.signature @@ -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 diff --git a/poppler-glib/Pkgfile b/poppler-glib/Pkgfile index 2ef7f7ed1..805db5495 100644 --- a/poppler-glib/Pkgfile +++ b/poppler-glib/Pkgfile @@ -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 |