pkgname: libsynctex pkgver: '20250308' pkgrel: '1' pkgdesc: 'Library for synchronization between TeX files and resulting file' url: 'https://tug.org/texlive/' arch: x86_64 depends: [] makedepends: - cairo - gmp - mpfr - icu - 'xorg-pixman' - 'xorg-libxaw' source: - 'https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2025/texlive-${pkgver}-source.tar.xz' sha256sums: - SKIP build: | cd texlive-${pkgver}-source mkdir build cd build ../configure --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --with-system-zlib \ --with-system-pixman \ --with-system-cairo \ --with-system-icu \ --with-system-gmp \ --with-system-mpfr \ --disable-native-texlive-build \ --disable-static \ --enable-shared \ --disable-dvisvgm make make -C texk/web2c make -C texk/web2c DESTDIR=${PKGDIR} \ install-data-am install-libLTLIBRARIES package: | true