xorg-font-source*: dropped
This commit is contained in:
parent
cb68ec1c59
commit
af4fdaed7b
@ -1,12 +0,0 @@
|
||||
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 +0,0 @@
|
||||
e59ce4be04d44c22e380865142bad0e3 SourceCodePro_FontsOnly-1.017.zip
|
@ -1,17 +0,0 @@
|
||||
# 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
|
||||
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
fc-cache /usr/share/fonts/X11/OTFF
|
||||
mkfontscale /usr/share/fonts/X11/OTF
|
||||
mkfontdir /usr/share/fonts/X11/OTF
|
@ -1,17 +0,0 @@
|
||||
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
|
@ -1 +0,0 @@
|
||||
fb09802ab1ce200da18dc6f7ed5671b0 SourceSansPro_FontsOnly-1.050.zip
|
@ -1,17 +0,0 @@
|
||||
# Description: A set of OpenType fonts designed for user interfaces
|
||||
# URL: http://sourceforge.net/projects/sourcesans.adobe/
|
||||
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
|
||||
# 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
|
||||
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
fc-cache /usr/share/fonts/X11/OTF
|
||||
mkfontscale /usr/share/fonts/X11/OTF
|
||||
mkfontdir /usr/share/fonts/X11/OTF
|
@ -1,8 +0,0 @@
|
||||
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
|
@ -1 +0,0 @@
|
||||
253dc8d8ce68808ad01149842e1975a3 SourceSerifPro_FontsOnly-1.014.zip
|
@ -1,17 +0,0 @@
|
||||
# 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
|
||||
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
#!/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