diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-26 21:45:23 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-26 21:45:23 +0100 |
commit | 81b16feddbe0b85d6805f9876e52c8a97841a616 (patch) | |
tree | 0d9ef71014efc912d4d9f37e9b76afdab48336ed /extra | |
parent | da656d3c2d1293362deaad3c1ebd60453a267f2a (diff) | |
download | nutyx-pakxe-81b16feddbe0b85d6805f9876e52c8a97841a616.tar.gz nutyx-pakxe-81b16feddbe0b85d6805f9876e52c8a97841a616.tar.bz2 nutyx-pakxe-81b16feddbe0b85d6805f9876e52c8a97841a616.tar.xz nutyx-pakxe-81b16feddbe0b85d6805f9876e52c8a97841a616.zip |
déplacement de dejavu-ttf dans xorg
Diffstat (limited to 'extra')
-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, 0 insertions, 43 deletions
diff --git a/extra/dejavu-ttf/.footprint b/extra/dejavu-ttf/.footprint deleted file mode 100644 index 1a393d34d..000000000 --- a/extra/dejavu-ttf/.footprint +++ /dev/null @@ -1,25 +0,0 @@ -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 deleted file mode 100644 index 16f6fb0c7..000000000 --- a/extra/dejavu-ttf/.md5sum +++ /dev/null @@ -1 +0,0 @@ -d8feb7d57d8b7cbac409df435daa9849 dejavu-fonts-ttf-2.29.tar.bz2 diff --git a/extra/dejavu-ttf/Pkgfile b/extra/dejavu-ttf/Pkgfile deleted file mode 100644 index 18aa5a656..000000000 --- a/extra/dejavu-ttf/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# 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 - -} |