From aaedf171e8a8477f2260d259cdc27963472f2780 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Sun, 9 Aug 2009 14:52:46 +0200 Subject: Ajout de dejavu-ttf#2.29-1 --- extra/dejavu-ttf/.footprint | 25 +++++++++++++++++++++++++ extra/dejavu-ttf/.md5sum | 1 + extra/dejavu-ttf/Pkgfile | 17 +++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 extra/dejavu-ttf/.footprint create mode 100644 extra/dejavu-ttf/.md5sum create mode 100644 extra/dejavu-ttf/Pkgfile (limited to 'extra/dejavu-ttf') 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 + +} -- cgit v1.2.3-70-g09d2