diff options
-rw-r--r-- | xorg-font-inconsolata-dz/.footprint | 6 | ||||
-rw-r--r-- | xorg-font-inconsolata-dz/.md5sum | 1 | ||||
-rw-r--r-- | xorg-font-inconsolata-dz/Pkgfile | 15 | ||||
-rw-r--r-- | xorg-font-inconsolata-dz/post-install | 5 |
4 files changed, 27 insertions, 0 deletions
diff --git a/xorg-font-inconsolata-dz/.footprint b/xorg-font-inconsolata-dz/.footprint new file mode 100644 index 000000000..46d0cd21c --- /dev/null +++ b/xorg-font-inconsolata-dz/.footprint @@ -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 diff --git a/xorg-font-inconsolata-dz/.md5sum b/xorg-font-inconsolata-dz/.md5sum new file mode 100644 index 000000000..f737447c6 --- /dev/null +++ b/xorg-font-inconsolata-dz/.md5sum @@ -0,0 +1 @@ +8510443343f43382566511e73abc06f8 Inconsolata-dz.otf.zip diff --git a/xorg-font-inconsolata-dz/Pkgfile b/xorg-font-inconsolata-dz/Pkgfile new file mode 100644 index 000000000..ba2aadee6 --- /dev/null +++ b/xorg-font-inconsolata-dz/Pkgfile @@ -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 +} diff --git a/xorg-font-inconsolata-dz/post-install b/xorg-font-inconsolata-dz/post-install new file mode 100644 index 000000000..3795f6416 --- /dev/null +++ b/xorg-font-inconsolata-dz/post-install @@ -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 |