x11-fonts-dejavu: updated to 2.24

This commit is contained in:
Rene Lengwinat 2008-03-15 23:59:37 +01:00
parent 27a1b9578e
commit 081707a5b7
3 changed files with 9 additions and 9 deletions

View File

@ -16,10 +16,10 @@ drwxr-xr-x root/root usr/share/fonts/dejavu/
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSansMono-Oblique.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSansMono.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSerif-Bold.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSerif-BoldOblique.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSerif-Oblique.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSerif-BoldItalic.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSerif-Italic.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSerif.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSerifCondensed-Bold.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSerifCondensed-BoldOblique.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSerifCondensed-Oblique.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSerifCondensed-BoldItalic.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSerifCondensed-Italic.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSerifCondensed.ttf

View File

@ -1 +1 @@
50cdf3a2a213121d29bf9639ab3aac80 dejavu-ttf-2.16.tar.bz2
7b56c9db1e2a3bf9c80d20ea1c823623 dejavu-fonts-ttf-2.24.tar.bz2

View File

@ -4,13 +4,13 @@
# Depends on: x11
name=x11-fonts-dejavu
version=2.16
version=2.24
release=1
source=(http://kent.dl.sourceforge.net/sourceforge/dejavu/dejavu-ttf-$version.tar.bz2)
source=(http://dfn.dl.sourceforge.net/sourceforge/dejavu/dejavu-fonts-ttf-$version.tar.bz2)
build() {
cd dejavu-ttf-$version
cd dejavu-fonts-ttf-$version
mkdir -p $PKG/usr/share/fonts/dejavu
install -o root -g root -m 0644 *.ttf \
install -o root -g root -m 0644 ttf/*.ttf \
$PKG/usr/share/fonts/dejavu/
}