xorg-font-inconsolata-dz: romster -> opt
This commit is contained in:
parent
ff24616fb1
commit
7dc9c2d29d
6
xorg-font-inconsolata-dz/.footprint
Normal file
6
xorg-font-inconsolata-dz/.footprint
Normal file
@ -0,0 +1,6 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/X11/
|
||||
drwxr-xr-x root/root usr/lib/X11/fonts/
|
||||
drwxr-xr-x root/root usr/lib/X11/fonts/OTF/
|
||||
-rw-r--r-- root/root usr/lib/X11/fonts/OTF/Inconsolata-dz.otf
|
1
xorg-font-inconsolata-dz/.md5sum
Normal file
1
xorg-font-inconsolata-dz/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
8510443343f43382566511e73abc06f8 Inconsolata-dz.otf.zip
|
15
xorg-font-inconsolata-dz/Pkgfile
Normal file
15
xorg-font-inconsolata-dz/Pkgfile
Normal file
@ -0,0 +1,15 @@
|
||||
# Description: A beautiful sans-serif monotype font designed for code listings.
|
||||
# URL: http://www.levien.com/type/myfonts/inconsolata.html
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: Alan Mizrahi, alan at mizrahi dot com dot ve
|
||||
# Depends on: xorg-mkfontdir xorg-mkfontscale fontconfig
|
||||
|
||||
name=xorg-font-inconsolata-dz
|
||||
#date -d "$(curl -sI http://media.nodnod.net/Inconsolata-dz.otf.zip | grep '^Last-Modified:' | cut -d' ' -f2-)" +%Y%m%d
|
||||
version=20090212
|
||||
release=1
|
||||
source=(http://media.nodnod.net/Inconsolata-dz.otf.zip)
|
||||
|
||||
build() {
|
||||
install -m 0644 -D $SRC/Inconsolata-dz.otf $PKG/usr/share/fonts/X11/OTF/Inconsolata-dz.otf
|
||||
}
|
5
xorg-font-inconsolata-dz/post-install
Normal file
5
xorg-font-inconsolata-dz/post-install
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
fc-cache /usr/share/fonts/X11/OTF
|
||||
mkfontscale /usr/share/fonts/X11/OTF
|
||||
mkfontdir /usr/share/fonts/X11/OTF
|
Loading…
x
Reference in New Issue
Block a user