poppler-ink: update to 24.04

This commit is contained in:
John McQuah 2024-04-03 19:04:42 +00:00
parent 1da82ca52d
commit 9d78a18c1c
3 changed files with 10 additions and 10 deletions

View File

@ -166,9 +166,9 @@ lrwxrwxrwx root/root usr/lib/inkscape/libpoppler-cpp.so.0 -> libpoppler-cpp.so.0
lrwxrwxrwx root/root usr/lib/inkscape/libpoppler-glib.so -> libpoppler-glib.so.8
lrwxrwxrwx root/root usr/lib/inkscape/libpoppler-glib.so.8 -> libpoppler-glib.so.8.26.0
-rwxr-xr-x root/root usr/lib/inkscape/libpoppler-glib.so.8.26.0
lrwxrwxrwx root/root usr/lib/inkscape/libpoppler.so -> libpoppler.so.134
lrwxrwxrwx root/root usr/lib/inkscape/libpoppler.so.134 -> libpoppler.so.134.0.0
-rwxr-xr-x root/root usr/lib/inkscape/libpoppler.so.134.0.0
lrwxrwxrwx root/root usr/lib/inkscape/libpoppler.so -> libpoppler.so.136
lrwxrwxrwx root/root usr/lib/inkscape/libpoppler.so.136 -> libpoppler.so.136.0.0
-rwxr-xr-x root/root usr/lib/inkscape/libpoppler.so.136.0.0
drwxr-xr-x root/root usr/lib/inkscape/pkgconfig/
-rw-r--r-- root/root usr/lib/inkscape/pkgconfig/poppler-cpp.pc
-rw-r--r-- root/root usr/lib/inkscape/pkgconfig/poppler-glib.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37V2jC7vygmVCbcY0GZaCwbh8wrthzSJkXGvHlL6ArUtYpQciDAXgpQ4iYtORfLec8Oi7zSHD8Do2KcB3peEBg8=
SHA256 (Pkgfile) = e151986439070cce1402dbdd2f1c533e32136abdffe1cbc9a49afe4041315075
SHA256 (.footprint) = b13645173a81663797681002e10fdd7a1639c092df6124e7e75089ba93816aad
SHA256 (poppler-24.02.0.tar.xz) = 19187a3fdd05f33e7d604c4799c183de5ca0118640c88b370ddcf3136343222e
RWSagIOpLGJF32YyVs2krTKxqgBR1/mUpTLyjGOnfZDtsXGkmV6Hr9miHRHIxrdmxzEZI6qaClpd89HZhcixFtZEkEeVYspA9AE=
SHA256 (Pkgfile) = da038bc1aa4bc6df4fdaa1b478d87947c167850d4f31e2dcfeb7f490a8b95061
SHA256 (.footprint) = 4f77314c94c13d837dbf34638db60fab49f4a5bd2eb2c4f374b986cf43e5b7df
SHA256 (poppler-24.04.0.tar.xz) = 1e804ec565acf7126eb2e9bb3b56422ab2039f7e05863a5dfabdd1ffd1bb77a7

View File

@ -4,9 +4,9 @@
# Depends on: fontconfig boost lcms2 libjpeg-turbo cairo
name=poppler-ink
version=24.02.0
version=24.04.0
release=1
source=(https://poppler.freedesktop.org/${name%-ink}-$version.tar.xz)
source=(https://poppler.freedesktop.org/poppler-$version.tar.xz)
build() {
PKGMK_INKPOP="-G Ninja -D CMAKE_BUILD_TYPE=Release
@ -31,7 +31,7 @@ build() {
-D BUILD_QT6_TESTS=OFF
-Wno-dev"
cmake -S ${name%-ink}-$version -B build $PKGMK_INKPOP \
cmake -S poppler-$version -B build $PKGMK_INKPOP \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS"