diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-09 14:52:46 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-09 14:52:46 +0200 |
commit | aaedf171e8a8477f2260d259cdc27963472f2780 (patch) | |
tree | 6383f8b01fc361d3ed82c34bf0c3df2b2454bf9d | |
parent | 2e7a0bb077e02ec0d511e7ee4a433ba211b1e445 (diff) | |
download | nutyx-extra-aaedf171e8a8477f2260d259cdc27963472f2780.tar.gz nutyx-extra-aaedf171e8a8477f2260d259cdc27963472f2780.tar.bz2 nutyx-extra-aaedf171e8a8477f2260d259cdc27963472f2780.tar.xz nutyx-extra-aaedf171e8a8477f2260d259cdc27963472f2780.zip |
Ajout de dejavu-ttf#2.29-1
-rw-r--r-- | extra/dejavu-ttf/.footprint | 25 | ||||
-rw-r--r-- | extra/dejavu-ttf/.md5sum | 1 | ||||
-rw-r--r-- | extra/dejavu-ttf/Pkgfile | 17 |
3 files changed, 43 insertions, 0 deletions
diff --git a/extra/dejavu-ttf/.footprint b/extra/dejavu-ttf/.footprint new file mode 100644 index 000000000..1a393d34d --- /dev/null +++ b/extra/dejavu-ttf/.footprint @@ -0,0 +1,25 @@ +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/TTF/ +-rw-r--r-- root/root usr/share/fonts/TTF/DejaVuSans-Bold.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/DejaVuSans-BoldOblique.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/DejaVuSans-ExtraLight.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/DejaVuSans-Oblique.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/DejaVuSans.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/DejaVuSansCondensed-Bold.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/DejaVuSansCondensed-BoldOblique.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/DejaVuSansCondensed-Oblique.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/DejaVuSansCondensed.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/DejaVuSansMono-Bold.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/DejaVuSansMono-BoldOblique.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/DejaVuSansMono-Oblique.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/DejaVuSansMono.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/DejaVuSerif-Bold.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/DejaVuSerif-BoldItalic.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/DejaVuSerif-Italic.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/DejaVuSerif.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/DejaVuSerifCondensed-Bold.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/DejaVuSerifCondensed-BoldItalic.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/DejaVuSerifCondensed-Italic.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/DejaVuSerifCondensed.ttf diff --git a/extra/dejavu-ttf/.md5sum b/extra/dejavu-ttf/.md5sum new file mode 100644 index 000000000..16f6fb0c7 --- /dev/null +++ b/extra/dejavu-ttf/.md5sum @@ -0,0 +1 @@ +d8feb7d57d8b7cbac409df435daa9849 dejavu-fonts-ttf-2.29.tar.bz2 diff --git a/extra/dejavu-ttf/Pkgfile b/extra/dejavu-ttf/Pkgfile new file mode 100644 index 000000000..18aa5a656 --- /dev/null +++ b/extra/dejavu-ttf/Pkgfile @@ -0,0 +1,17 @@ +# Description: Famille de police basés sur Bitstream Vera. Couvre une large palette de police +# URL: http://dejavu.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-server + +name=dejavu-ttf +version=2.29 +release=1 +source=(http://downloads.sourceforge.net/dejavu/dejavu-fonts-ttf-$version.tar.bz2) + +build() { + cd dejavu-fonts-ttf-$version/ttf + install -v -d -m755 $PKG/usr/share/fonts/TTF + install -v -m644 *.ttf $PKG/usr/share/fonts/TTF + +} |