xorg-font-sourcecode-otf: initial release.
This commit is contained in:
parent
2fed7c67f3
commit
2b2409c9e8
12
xorg-font-sourcecode-otf/.footprint
Normal file
12
xorg-font-sourcecode-otf/.footprint
Normal file
@ -0,0 +1,12 @@
|
||||
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/SourceCodePro-Black.otf
|
||||
-rw-r--r-- root/root usr/share/fonts/X11/OTF/SourceCodePro-Bold.otf
|
||||
-rw-r--r-- root/root usr/share/fonts/X11/OTF/SourceCodePro-ExtraLight.otf
|
||||
-rw-r--r-- root/root usr/share/fonts/X11/OTF/SourceCodePro-Light.otf
|
||||
-rw-r--r-- root/root usr/share/fonts/X11/OTF/SourceCodePro-Medium.otf
|
||||
-rw-r--r-- root/root usr/share/fonts/X11/OTF/SourceCodePro-Regular.otf
|
||||
-rw-r--r-- root/root usr/share/fonts/X11/OTF/SourceCodePro-Semibold.otf
|
1
xorg-font-sourcecode-otf/.md5sum
Normal file
1
xorg-font-sourcecode-otf/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
e59ce4be04d44c22e380865142bad0e3 SourceCodePro_FontsOnly-1.017.zip
|
17
xorg-font-sourcecode-otf/Pkgfile
Normal file
17
xorg-font-sourcecode-otf/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
||||
# Description: A set of monospaced OpenType fonts designed for coding environments
|
||||
# URL: http://sourceforge.net/projects/sourcecodepro.adobe/
|
||||
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
|
||||
# Depends on: xorg-mkfontdir xorg-mkfontscale fontconfig
|
||||
|
||||
name=xorg-font-sourcecode-otf
|
||||
version=1.017
|
||||
release=1
|
||||
source=(http://sourceforge.net/projects/sourcecodepro.adobe/files/SourceCodePro_FontsOnly-$version.zip)
|
||||
|
||||
build() {
|
||||
cd SourceCodePro_FontsOnly-$version
|
||||
|
||||
install -d -m 0755 $PKG/usr/share/fonts/X11/OTF
|
||||
install -m 0644 OTF/*.otf $PKG/usr/share/fonts/X11/OTF
|
||||
|
||||
}
|
5
xorg-font-sourcecode-otf/post-install
Executable file
5
xorg-font-sourcecode-otf/post-install
Executable 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
|
Loading…
x
Reference in New Issue
Block a user