From 81b16feddbe0b85d6805f9876e52c8a97841a616 Mon Sep 17 00:00:00 2001 From: tnut Date: Thu, 26 Nov 2009 21:45:23 +0100 Subject: déplacement de dejavu-ttf dans xorg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xorg/dejavu-ttf/.footprint | 25 +++++++++++++++++++++++++ xorg/dejavu-ttf/.md5sum | 1 + xorg/dejavu-ttf/Pkgfile | 17 +++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 xorg/dejavu-ttf/.footprint create mode 100644 xorg/dejavu-ttf/.md5sum create mode 100644 xorg/dejavu-ttf/Pkgfile (limited to 'xorg/dejavu-ttf') diff --git a/xorg/dejavu-ttf/.footprint b/xorg/dejavu-ttf/.footprint new file mode 100644 index 000000000..1a393d34d --- /dev/null +++ b/xorg/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/xorg/dejavu-ttf/.md5sum b/xorg/dejavu-ttf/.md5sum new file mode 100644 index 000000000..16f6fb0c7 --- /dev/null +++ b/xorg/dejavu-ttf/.md5sum @@ -0,0 +1 @@ +d8feb7d57d8b7cbac409df435daa9849 dejavu-fonts-ttf-2.29.tar.bz2 diff --git a/xorg/dejavu-ttf/Pkgfile b/xorg/dejavu-ttf/Pkgfile new file mode 100644 index 000000000..18aa5a656 --- /dev/null +++ b/xorg/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