diff options
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/freefont-ttf/.footprint.i686 | 16 | ||||
-rw-r--r-- | xorg/freefont-ttf/.footprint.x86_64 | 16 | ||||
-rw-r--r-- | xorg/freefont-ttf/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xorg/freefont-ttf/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | xorg/freefont-ttf/Pkgfile | 19 |
5 files changed, 0 insertions, 53 deletions
diff --git a/xorg/freefont-ttf/.footprint.i686 b/xorg/freefont-ttf/.footprint.i686 deleted file mode 100644 index 38e965ff7..000000000 --- a/xorg/freefont-ttf/.footprint.i686 +++ /dev/null @@ -1,16 +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/FreeMono.ttf --rw-r--r-- root/root usr/share/fonts/TTF/FreeMonoBold.ttf --rw-r--r-- root/root usr/share/fonts/TTF/FreeMonoBoldOblique.ttf --rw-r--r-- root/root usr/share/fonts/TTF/FreeMonoOblique.ttf --rw-r--r-- root/root usr/share/fonts/TTF/FreeSans.ttf --rw-r--r-- root/root usr/share/fonts/TTF/FreeSansBold.ttf --rw-r--r-- root/root usr/share/fonts/TTF/FreeSansBoldOblique.ttf --rw-r--r-- root/root usr/share/fonts/TTF/FreeSansOblique.ttf --rw-r--r-- root/root usr/share/fonts/TTF/FreeSerif.ttf --rw-r--r-- root/root usr/share/fonts/TTF/FreeSerifBold.ttf --rw-r--r-- root/root usr/share/fonts/TTF/FreeSerifBoldItalic.ttf --rw-r--r-- root/root usr/share/fonts/TTF/FreeSerifItalic.ttf diff --git a/xorg/freefont-ttf/.footprint.x86_64 b/xorg/freefont-ttf/.footprint.x86_64 deleted file mode 100644 index 38e965ff7..000000000 --- a/xorg/freefont-ttf/.footprint.x86_64 +++ /dev/null @@ -1,16 +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/FreeMono.ttf --rw-r--r-- root/root usr/share/fonts/TTF/FreeMonoBold.ttf --rw-r--r-- root/root usr/share/fonts/TTF/FreeMonoBoldOblique.ttf --rw-r--r-- root/root usr/share/fonts/TTF/FreeMonoOblique.ttf --rw-r--r-- root/root usr/share/fonts/TTF/FreeSans.ttf --rw-r--r-- root/root usr/share/fonts/TTF/FreeSansBold.ttf --rw-r--r-- root/root usr/share/fonts/TTF/FreeSansBoldOblique.ttf --rw-r--r-- root/root usr/share/fonts/TTF/FreeSansOblique.ttf --rw-r--r-- root/root usr/share/fonts/TTF/FreeSerif.ttf --rw-r--r-- root/root usr/share/fonts/TTF/FreeSerifBold.ttf --rw-r--r-- root/root usr/share/fonts/TTF/FreeSerifBoldItalic.ttf --rw-r--r-- root/root usr/share/fonts/TTF/FreeSerifItalic.ttf diff --git a/xorg/freefont-ttf/.md5sum.i686 b/xorg/freefont-ttf/.md5sum.i686 deleted file mode 100644 index 708552a22..000000000 --- a/xorg/freefont-ttf/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -33d96c755d0a6f585bc917f08cbddf66 freefont-ttf-20100919.tar.gz diff --git a/xorg/freefont-ttf/.md5sum.x86_64 b/xorg/freefont-ttf/.md5sum.x86_64 deleted file mode 100644 index 708552a22..000000000 --- a/xorg/freefont-ttf/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -33d96c755d0a6f585bc917f08cbddf66 freefont-ttf-20100919.tar.gz diff --git a/xorg/freefont-ttf/Pkgfile b/xorg/freefont-ttf/Pkgfile deleted file mode 100644 index 1c161dcfc..000000000 --- a/xorg/freefont-ttf/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Famille de police libre -# URL: http://www.nongnu.org/freefont/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: xorg-server -# Run on: - -name=freefont-ttf -version=20100919 -release=1 -source=(http://ftp.gnu.org/gnu/freefont/$name-$version.tar.gz) - -build() { - cd freefont-$version - install -v -d -m755 $PKG/$XORG_PREFIX/share/fonts/TTF - install -v -m644 *.ttf $PKG/$XORG_PREFIX/share/fonts/TTF - -} - |