[notify] xorg-font-dejavu-ttf: initial import (moved from opt collection from where it was called x11-fonts-dejavu). Closes #791

This commit is contained in:
Jose V Beneyto 2012-08-21 11:24:03 +02:00
parent 184e4b46c6
commit c6d9955879
4 changed files with 70 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1 @@
8b601e91725b6d69141b0fcf527948c0 dejavu-fonts-ttf-2.33.tar.bz2

View File

@ -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/* .
}

View File

@ -0,0 +1,5 @@
#!/bin/sh
mkfontdir /usr/share/fonts/X11/TTF
mkfontscale /usr/share/fonts/X11/TTF
fc-cache