| xorg-font-dejavu-ttf/.footprint | [new file with mode: 0644] | patch |
| xorg-font-dejavu-ttf/.md5sum | [new file with mode: 0644] | patch |
| xorg-font-dejavu-ttf/Pkgfile | [new file with mode: 0644] | patch |
| xorg-font-dejavu-ttf/post-install | [new file with mode: 0755] | patch |
diff --git a/xorg-font-dejavu-ttf/.footprint b/xorg-font-dejavu-ttf/.footprint
--- /dev/null
@@ -0,0 +1,42 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/fonts/
+drwxr-xr-x root/root etc/fonts/conf.avail/
+-rw-r--r-- root/root etc/fonts/conf.avail/20-unhint-small-dejavu-sans-mono.conf
+-rw-r--r-- root/root etc/fonts/conf.avail/20-unhint-small-dejavu-sans.conf
+-rw-r--r-- root/root etc/fonts/conf.avail/20-unhint-small-dejavu-serif.conf
+-rw-r--r-- root/root etc/fonts/conf.avail/57-dejavu-sans-mono.conf
+-rw-r--r-- root/root etc/fonts/conf.avail/57-dejavu-sans.conf
+-rw-r--r-- root/root etc/fonts/conf.avail/57-dejavu-serif.conf
+drwxr-xr-x root/root etc/fonts/conf.d/
+lrwxrwxrwx root/root etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf -> ../conf.avail/20-unhint-small-dejavu-sans-mono.conf
+lrwxrwxrwx root/root etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf -> ../conf.avail/20-unhint-small-dejavu-sans.conf
+lrwxrwxrwx root/root etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf -> ../conf.avail/20-unhint-small-dejavu-serif.conf
+lrwxrwxrwx root/root etc/fonts/conf.d/57-dejavu-sans-mono.conf -> ../conf.avail/57-dejavu-sans-mono.conf
+lrwxrwxrwx root/root etc/fonts/conf.d/57-dejavu-sans.conf -> ../conf.avail/57-dejavu-sans.conf
+lrwxrwxrwx root/root etc/fonts/conf.d/57-dejavu-serif.conf -> ../conf.avail/57-dejavu-serif.conf
+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/TTF/
+-rw-r--r-- root/root usr/share/fonts/X11/TTF/DejaVuSans-Bold.ttf
+-rw-r--r-- root/root usr/share/fonts/X11/TTF/DejaVuSans-BoldOblique.ttf
+-rw-r--r-- root/root usr/share/fonts/X11/TTF/DejaVuSans-ExtraLight.ttf
+-rw-r--r-- root/root usr/share/fonts/X11/TTF/DejaVuSans-Oblique.ttf
+-rw-r--r-- root/root usr/share/fonts/X11/TTF/DejaVuSans.ttf
+-rw-r--r-- root/root usr/share/fonts/X11/TTF/DejaVuSansCondensed-Bold.ttf
+-rw-r--r-- root/root usr/share/fonts/X11/TTF/DejaVuSansCondensed-BoldOblique.ttf
+-rw-r--r-- root/root usr/share/fonts/X11/TTF/DejaVuSansCondensed-Oblique.ttf
+-rw-r--r-- root/root usr/share/fonts/X11/TTF/DejaVuSansCondensed.ttf
+-rw-r--r-- root/root usr/share/fonts/X11/TTF/DejaVuSansMono-Bold.ttf
+-rw-r--r-- root/root usr/share/fonts/X11/TTF/DejaVuSansMono-BoldOblique.ttf
+-rw-r--r-- root/root usr/share/fonts/X11/TTF/DejaVuSansMono-Oblique.ttf
+-rw-r--r-- root/root usr/share/fonts/X11/TTF/DejaVuSansMono.ttf
+-rw-r--r-- root/root usr/share/fonts/X11/TTF/DejaVuSerif-Bold.ttf
+-rw-r--r-- root/root usr/share/fonts/X11/TTF/DejaVuSerif-BoldItalic.ttf
+-rw-r--r-- root/root usr/share/fonts/X11/TTF/DejaVuSerif-Italic.ttf
+-rw-r--r-- root/root usr/share/fonts/X11/TTF/DejaVuSerif.ttf
+-rw-r--r-- root/root usr/share/fonts/X11/TTF/DejaVuSerifCondensed-Bold.ttf
+-rw-r--r-- root/root usr/share/fonts/X11/TTF/DejaVuSerifCondensed-BoldItalic.ttf
+-rw-r--r-- root/root usr/share/fonts/X11/TTF/DejaVuSerifCondensed-Italic.ttf
+-rw-r--r-- root/root usr/share/fonts/X11/TTF/DejaVuSerifCondensed.ttf
diff --git a/xorg-font-dejavu-ttf/.md5sum b/xorg-font-dejavu-ttf/.md5sum
--- /dev/null
@@ -0,0 +1 @@
+8b601e91725b6d69141b0fcf527948c0 dejavu-fonts-ttf-2.33.tar.bz2
diff --git a/xorg-font-dejavu-ttf/Pkgfile b/xorg-font-dejavu-ttf/Pkgfile
--- /dev/null
@@ -0,0 +1,22 @@
+# Description: A font family based on the Bitstream Vera Fonts
+# URL: http://dejavu-fonts.org
+# Maintainer: Jose V Beneyto, sepen at crux dot nu
+# Packager: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
+
+name=xorg-font-dejavu-ttf
+version=2.33
+release=1
+source=(http://download.sourceforge.net/dejavu/dejavu-fonts-ttf-$version.tar.bz2)
+
+build() {
+ cd dejavu-fonts-ttf-$version
+
+ install -d -m 0755 $PKG/usr/share/fonts/X11/TTF
+ install -m 0644 ttf/*.ttf $PKG/usr/share/fonts/X11/TTF
+
+ install -d -m 0755 $PKG/etc/fonts/conf.{d,avail}
+ install -m 0644 fontconfig/*.conf $PKG/etc/fonts/conf.avail
+ cd $PKG/etc/fonts/conf.d
+ ln -s ../conf.avail/* .
+}
diff --git a/xorg-font-dejavu-ttf/post-install b/xorg-font-dejavu-ttf/post-install
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+mkfontdir /usr/share/fonts/X11/TTF
+mkfontscale /usr/share/fonts/X11/TTF
+fc-cache