2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Red Hats Liberation yazı tipleri.
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: https://www.redhat.com/promo/fonts/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: alihan-ozturk28@hotmail.com
|
|
|
|
|
# Gerekler: xorg-fontconfig xorg-font-util xorg-encodings fontforge
|
2016-07-22 17:24:44 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=ttf-liberation
|
|
|
|
|
surum=2.00.1
|
|
|
|
|
devir=1
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=(
|
|
|
|
|
https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-ttf-$surum.tar.gz
|
2016-02-24 01:27:23 +01:00
|
|
|
|
ttf-liberation.30-0-liberation-mono.conf
|
|
|
|
|
ttf-liberation.30-0-liberation-sans.conf
|
|
|
|
|
ttf-liberation.30-0-liberation-serif.conf)
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle(){
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd liberation-fonts-ttf-$surum
|
2016-02-24 01:27:23 +01:00
|
|
|
|
install -d $PKG/usr/share/fonts/TTF/
|
|
|
|
|
install -m644 *.ttf $PKG/usr/share/fonts/TTF/
|
|
|
|
|
|
|
|
|
|
# install fontconfig files
|
|
|
|
|
install -Dm644 $SRC/ttf-liberation.30-0-liberation-mono.conf \
|
2017-10-28 14:10:23 +02:00
|
|
|
|
$PKG/etc/fonts/conf.avail/30-$isim-mono.conf
|
2016-02-24 01:27:23 +01:00
|
|
|
|
install -Dm644 $SRC/ttf-liberation.30-0-liberation-sans.conf \
|
2017-10-28 14:10:23 +02:00
|
|
|
|
$PKG/etc/fonts/conf.avail/30-$isim-sans.conf
|
2016-02-24 01:27:23 +01:00
|
|
|
|
install -Dm644 $SRC/ttf-liberation.30-0-liberation-serif.conf \
|
|
|
|
|
$PKG/etc/fonts/conf.avail/30-$pkgname-serif.conf
|
|
|
|
|
}
|