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

recipes/gui/font-adobe-utopia-type1/PAGBUILD.yaml main

29 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829
pkgname: 'font-adobe-utopia-type1'
pkgver: '1.0.4'
pkgrel: '3'
pkgdesc: 'Xorg Adobe Utopia Type1 fonts.'
url: 'https://xorg.freedesktop.org'
arch: x86_64
depends: []
makedepends:
- 'xorg-mkfontscale'
- 'xorg-fontconfig'
- 'xorg-font-util'
- 'xorg-font-alias'
- 'xorg-encodings'

source:
- 'https://ftp.x.org/pub/individual/font/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}	
  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
  --with-fontrootdir=/usr/share/fonts
  make
  make DESTDIR=${PKGDIR} install

package: |
  true