Merge branch '3.0' into 3.1

This commit is contained in:
Fredrik Rinnestam 2014-05-27 00:17:07 +02:00
commit 36132a2c21
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,8 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/fonts/
drwxr-xr-x root/root usr/share/fonts/X11/
drwxr-xr-x root/root usr/share/fonts/X11/OTF/
-rw-r--r-- root/root usr/share/fonts/X11/OTF/SourceSerifPro-Bold.otf
-rw-r--r-- root/root usr/share/fonts/X11/OTF/SourceSerifPro-Regular.otf
-rw-r--r-- root/root usr/share/fonts/X11/OTF/SourceSerifPro-Semibold.otf

View File

@ -0,0 +1 @@
253dc8d8ce68808ad01149842e1975a3 SourceSerifPro_FontsOnly-1.014.zip

View File

@ -0,0 +1,17 @@
# Description: A set of serif OpenType fonts designed to complement Source Sans Pro
# URL: http://sourceforge.net/projects/sourceserifpro.adobe/
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: xorg-mkfontdir xorg-mkfontscale fontconfig
name=xorg-font-sourceserif-otf
version=1.014
release=1
source=(http://sourceforge.net/projects/sourceserifpro.adobe/files/SourceSerifPro_FontsOnly-$version.zip)
build() {
cd source-serif-pro-1.014R
install -d -m 0755 $PKG/usr/share/fonts/X11/OTF
install -m 0644 OTF/*.otf $PKG/usr/share/fonts/X11/OTF
}

View File

@ -0,0 +1,5 @@
#!/bin/sh
fc-cache /usr/share/fonts/X11/OTFF
mkfontscale /usr/share/fonts/X11/OTF
mkfontdir /usr/share/fonts/X11/OTF