summaryrefslogtreecommitdiffstats
path: root/xorg/dejavu-ttf
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-26 21:45:23 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-26 21:45:23 +0100
commit81b16feddbe0b85d6805f9876e52c8a97841a616 (patch)
tree0d9ef71014efc912d4d9f37e9b76afdab48336ed /xorg/dejavu-ttf
parentda656d3c2d1293362deaad3c1ebd60453a267f2a (diff)
downloadnutyx-extra-81b16feddbe0b85d6805f9876e52c8a97841a616.tar.gz
nutyx-extra-81b16feddbe0b85d6805f9876e52c8a97841a616.tar.bz2
nutyx-extra-81b16feddbe0b85d6805f9876e52c8a97841a616.tar.xz
nutyx-extra-81b16feddbe0b85d6805f9876e52c8a97841a616.zip
déplacement de dejavu-ttf dans xorg
Diffstat (limited to 'xorg/dejavu-ttf')
-rw-r--r--xorg/dejavu-ttf/.footprint25
-rw-r--r--xorg/dejavu-ttf/.md5sum1
-rw-r--r--xorg/dejavu-ttf/Pkgfile17
3 files changed, 43 insertions, 0 deletions
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
+
+}