🔒 Repository is read-only – file editing is disabled.

recipes/gui/libsynctex/PAGBUILD.yaml main

47 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
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