2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Google Noto TTF yazı tipi
|
2016-07-20 23:55:06 +02:00
|
|
|
|
# URL : https://www.google.com/get/noto/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: alihan-ozturk28@hotmail.com
|
|
|
|
|
# Gerekler: xorg-fontconfig
|
2016-07-20 23:55:06 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=noto-fonts
|
|
|
|
|
surum=20151224
|
2016-07-20 23:55:06 +02:00
|
|
|
|
_commit=3f1dc1
|
2017-10-28 14:10:23 +02:00
|
|
|
|
devir=1
|
2016-07-20 23:55:06 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=(https://github.com/googlei18n/noto-fonts/archive/$_commit.zip)
|
2016-07-20 23:55:06 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2016-07-20 23:55:06 +02:00
|
|
|
|
mkdir -p $PKG/usr/share/fonts/noto
|
2017-10-28 14:10:23 +02:00
|
|
|
|
install -m644 $isim-*/hinted/Noto*.ttf $PKG/usr/share/fonts/noto
|
2016-07-20 23:55:06 +02:00
|
|
|
|
|
|
|
|
|
mkdir -p $PKG/usr/share/fonts/TTF
|
|
|
|
|
for font in Arimo Cousine Tinos; do
|
2017-10-28 14:10:23 +02:00
|
|
|
|
install -m644 $isim-*/hinted/$font*.ttf $PKG/usr/share/fonts/TTF
|
2016-07-20 23:55:06 +02:00
|
|
|
|
done
|
|
|
|
|
}
|