pango/baselibs.conf

15 lines
850 B
Plaintext

pango
+/etc/pango/pango(64)?.modules
+/usr/bin/pango-querymodules(-64)?
prereq "filesystem glib2 xorg-x11-libs xorg-x11-libXrender xorg-x11-libX11"
postun "/sbin/ldconfig"
targettype 64bit postun "if [ -x usr/bin/pango-querymodules-64 ] ; then"
targettype 64bit postun "LD_LIBRARY_PATH=usr/lib64 usr/bin/pango-querymodules-64 > etc/pango/pango64.modules"
targettype 64bit postun "fi"
targettype 32bit postun "if [ -x usr/bin/pango-querymodules ] ; then"
targettype 32bit postun "LD_LIBRARY_PATH=usr/lib usr/bin/pango-querymodules > etc/pango/pango.modules"
targettype 32bit postun "fi"
targettype 64bit post "LD_LIBRARY_PATH=usr/lib64 usr/bin/pango-querymodules-64 > etc/pango/pango64.modules"
targettype 32bit post "LD_LIBRARY_PATH=usr/lib usr/bin/pango-querymodules > etc/pango/pango.modules"
arch ppc64 package pango-devel