diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2013-06-07 23:44:59 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2013-06-07 23:45:48 +0200 |
commit | e02ebeb1a2d47b015a48861b78c9516ed1de5336 (patch) | |
tree | 7fa12c54c19c40ea56113c533e21eb9912d578e9 /xorg-font-sourcesans-otf | |
parent | 2b2409c9e8aa85d4fe44f0c49de697011ec96c7c (diff) | |
download | opt-e02ebeb1a2d47b015a48861b78c9516ed1de5336.tar.gz opt-e02ebeb1a2d47b015a48861b78c9516ed1de5336.tar.xz |
xorg-font-sourcesans-otf: initial release
Diffstat (limited to 'xorg-font-sourcesans-otf')
-rw-r--r-- | xorg-font-sourcesans-otf/.footprint | 17 | ||||
-rw-r--r-- | xorg-font-sourcesans-otf/.md5sum | 1 | ||||
-rw-r--r-- | xorg-font-sourcesans-otf/Pkgfile | 17 | ||||
-rwxr-xr-x | xorg-font-sourcesans-otf/post-install | 5 |
4 files changed, 40 insertions, 0 deletions
diff --git a/xorg-font-sourcesans-otf/.footprint b/xorg-font-sourcesans-otf/.footprint new file mode 100644 index 000000000..d3cd8ccfe --- /dev/null +++ b/xorg-font-sourcesans-otf/.footprint @@ -0,0 +1,17 @@ +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/SourceSansPro-Black.otf +-rw-r--r-- root/root usr/share/fonts/X11/OTF/SourceSansPro-BlackIt.otf +-rw-r--r-- root/root usr/share/fonts/X11/OTF/SourceSansPro-Bold.otf +-rw-r--r-- root/root usr/share/fonts/X11/OTF/SourceSansPro-BoldIt.otf +-rw-r--r-- root/root usr/share/fonts/X11/OTF/SourceSansPro-ExtraLight.otf +-rw-r--r-- root/root usr/share/fonts/X11/OTF/SourceSansPro-ExtraLightIt.otf +-rw-r--r-- root/root usr/share/fonts/X11/OTF/SourceSansPro-It.otf +-rw-r--r-- root/root usr/share/fonts/X11/OTF/SourceSansPro-Light.otf +-rw-r--r-- root/root usr/share/fonts/X11/OTF/SourceSansPro-LightIt.otf +-rw-r--r-- root/root usr/share/fonts/X11/OTF/SourceSansPro-Regular.otf +-rw-r--r-- root/root usr/share/fonts/X11/OTF/SourceSansPro-Semibold.otf +-rw-r--r-- root/root usr/share/fonts/X11/OTF/SourceSansPro-SemiboldIt.otf diff --git a/xorg-font-sourcesans-otf/.md5sum b/xorg-font-sourcesans-otf/.md5sum new file mode 100644 index 000000000..be1a8b5f0 --- /dev/null +++ b/xorg-font-sourcesans-otf/.md5sum @@ -0,0 +1 @@ +fb09802ab1ce200da18dc6f7ed5671b0 SourceSansPro_FontsOnly-1.050.zip diff --git a/xorg-font-sourcesans-otf/Pkgfile b/xorg-font-sourcesans-otf/Pkgfile new file mode 100644 index 000000000..12e770c18 --- /dev/null +++ b/xorg-font-sourcesans-otf/Pkgfile @@ -0,0 +1,17 @@ +# Description: A set of OpenType fonts designed for user interfaces +# URL: http://sourceforge.net/projects/sourcesans.adobe/ +# Maintainer: Fredrik Rinnestam, fredrik at rinnestam dot se +# Depends on: xorg-mkfontdir xorg-mkfontscale fontconfig + +name=xorg-font-sourcesans-otf +version=1.050 +release=1 +source=(http://sourceforge.net/projects/sourcesans.adobe/files/SourceSansPro_FontsOnly-$version.zip) + +build() { + cd SourceSansPro_FontsOnly-$version + + install -d -m 0755 $PKG/usr/share/fonts/X11/OTF + install -m 0644 OTF/*.otf $PKG/usr/share/fonts/X11/OTF + +} diff --git a/xorg-font-sourcesans-otf/post-install b/xorg-font-sourcesans-otf/post-install new file mode 100755 index 000000000..ff232ea5e --- /dev/null +++ b/xorg-font-sourcesans-otf/post-install @@ -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 |