1
0
forked from ports/opt

poppler-glib: removed, use poppler instead

This commit is contained in:
Juergen Daubert 2023-09-08 12:18:30 +02:00
parent ece87f13ed
commit a15b51cfd3
3 changed files with 0 additions and 70 deletions

View File

@ -1,30 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/poppler/
drwxr-xr-x root/root usr/include/poppler/glib/
-rw-r--r-- root/root usr/include/poppler/glib/poppler-action.h
-rw-r--r-- root/root usr/include/poppler/glib/poppler-annot.h
-rw-r--r-- root/root usr/include/poppler/glib/poppler-attachment.h
-rw-r--r-- root/root usr/include/poppler/glib/poppler-date.h
-rw-r--r-- root/root usr/include/poppler/glib/poppler-document.h
-rw-r--r-- root/root usr/include/poppler/glib/poppler-enums.h
-rw-r--r-- root/root usr/include/poppler/glib/poppler-features.h
-rw-r--r-- root/root usr/include/poppler/glib/poppler-form-field.h
-rw-r--r-- root/root usr/include/poppler/glib/poppler-layer.h
-rw-r--r-- root/root usr/include/poppler/glib/poppler-macros.h
-rw-r--r-- root/root usr/include/poppler/glib/poppler-media.h
-rw-r--r-- root/root usr/include/poppler/glib/poppler-movie.h
-rw-r--r-- root/root usr/include/poppler/glib/poppler-page.h
-rw-r--r-- root/root usr/include/poppler/glib/poppler-structure-element.h
-rw-r--r-- root/root usr/include/poppler/glib/poppler.h
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.26.0
-rwxr-xr-x root/root usr/lib/libpoppler-glib.so.8.26.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/
drwxr-xr-x root/root usr/share/gir-1.0/
-rw-r--r-- root/root usr/share/gir-1.0/Poppler-0.18.gir

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/SIMuISc37OjI9Jk5zzx6kxT/TCuH6fC6+oymI/1JSJb7VijxGaPjakSsmZ558FjkamiO5jh/Qbxrind6koRSAo=
SHA256 (Pkgfile) = 53403e9113c2c3643c8335d78e3be83d6cee951bd7aeb923b0b6e72761b5dc85
SHA256 (.footprint) = bdf2780eaea40958a7832649dd384f62b7acaecfa1b61c2ddbcb80f7f29b768a
SHA256 (poppler-23.08.0.tar.xz) = 4a4bf7fc903b9f1a2ab7d04b7c5d8220db9bc6261cc73fdb9a826dc272f49aa8

View File

@ -1,35 +0,0 @@
# Description: glib wrapper for poppler
# URL: https://poppler.freedesktop.org/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: gobject-introspection poppler
name=poppler-glib
version=23.08.0
release=1
source=(https://poppler.freedesktop.org/poppler-$version.tar.xz)
build() {
cmake -S poppler-$version -B build -G Ninja \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=/usr/lib \
-D ENABLE_UNSTABLE_API_ABI_HEADERS=OFF \
-D ENABLE_UTILS=OFF \
-D ENABLE_CPP=OFF \
-D ENABLE_GLIB=ON \
-D ENABLE_QT5=OFF \
-D ENABLE_QT6=OFF \
-D ENABLE_CMS=lcms2 \
-D ENABLE_LIBOPENJPEG=none \
-D ENABLE_BOOST=OFF \
-D WITH_NSS3=OFF \
-D RUN_GPERF_IF_PRESENT=OFF
cmake --build build -j ${JOBS:-1}
DESTDIR=$PKG cmake --install build
rm $PKG/usr/lib/libpoppler.so*
rm $PKG/usr/lib/pkgconfig/poppler.pc
}