poppler-ink: added ld.so config

This commit is contained in:
John McQuah 2024-03-06 01:52:30 +00:00
parent 806352a447
commit 165c64539d
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,6 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/ld.so.conf.d/
-rw-r--r-- root/root etc/ld.so.conf.d/poppler-ink.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/poppler-ink/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37mY8VgMkCWypxBmIPV1APfrJCGvGdV1lMAAgFKEx2z/jIiaT4PKe1Y01FRlaxi/UwrwD5on2o1ZRjdgsmjtCgs=
SHA256 (Pkgfile) = 90410b8dc8e46e954acc631b35f4ba4f500ad66e4ef77a0586290a97f052dd53
SHA256 (.footprint) = 7a750ae25a2dc8df4924c717cba2241866494b9e41108a6f908aa5131e24d2d0
RWSagIOpLGJF37V2jC7vygmVCbcY0GZaCwbh8wrthzSJkXGvHlL6ArUtYpQciDAXgpQ4iYtORfLec8Oi7zSHD8Do2KcB3peEBg8=
SHA256 (Pkgfile) = e151986439070cce1402dbdd2f1c533e32136abdffe1cbc9a49afe4041315075
SHA256 (.footprint) = b13645173a81663797681002e10fdd7a1639c092df6124e7e75089ba93816aad
SHA256 (poppler-24.02.0.tar.xz) = 19187a3fdd05f33e7d604c4799c183de5ca0118640c88b370ddcf3136343222e

View File

@ -41,4 +41,7 @@ build() {
mv $PKG/usr/include/poppler{,-ink}
sed -e "/^Cflags/s;poppler;poppler-ink;" \
-i $PKG/usr/lib/inkscape/pkgconfig/poppler{,-cpp,-glib}.pc
mkdir -p $PKG/etc/ld.so.conf.d
echo "/usr/lib/inkscape" > $PKG/etc/ld.so.conf.d/$name.conf
}