diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:31:06 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:31:06 +0200 |
commit | 6e477a7f0abc38b8d5f6ab433f23dd3018387be6 (patch) | |
tree | 694787e59943d11d71368f02bee6725bfeb0b4d2 /xorg | |
parent | 2034f2e183083fc2f7857c41f9685a2bf112a8ee (diff) | |
download | nutyx-extra-6e477a7f0abc38b8d5f6ab433f23dd3018387be6.tar.gz nutyx-extra-6e477a7f0abc38b8d5f6ab433f23dd3018387be6.tar.bz2 nutyx-extra-6e477a7f0abc38b8d5f6ab433f23dd3018387be6.tar.xz nutyx-extra-6e477a7f0abc38b8d5f6ab433f23dd3018387be6.zip |
xorg-font-dec-misc dans extra
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-font-dec-misc/.footprint.i686 | 7 | ||||
-rw-r--r-- | xorg/xorg-font-dec-misc/.footprint.x86_64 | 7 | ||||
-rw-r--r-- | xorg/xorg-font-dec-misc/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xorg/xorg-font-dec-misc/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | xorg/xorg-font-dec-misc/Pkgfile | 19 | ||||
-rwxr-xr-x | xorg/xorg-font-dec-misc/post-install | 4 |
6 files changed, 0 insertions, 39 deletions
diff --git a/xorg/xorg-font-dec-misc/.footprint.i686 b/xorg/xorg-font-dec-misc/.footprint.i686 deleted file mode 100644 index 043a5e6b2..000000000 --- a/xorg/xorg-font-dec-misc/.footprint.i686 +++ /dev/null @@ -1,7 +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/X11/ -drwxr-xr-x root/root usr/share/fonts/X11/misc/ --rw-r--r-- root/root usr/share/fonts/X11/misc/deccurs.pcf.gz --rw-r--r-- root/root usr/share/fonts/X11/misc/decsess.pcf.gz diff --git a/xorg/xorg-font-dec-misc/.footprint.x86_64 b/xorg/xorg-font-dec-misc/.footprint.x86_64 deleted file mode 100644 index 043a5e6b2..000000000 --- a/xorg/xorg-font-dec-misc/.footprint.x86_64 +++ /dev/null @@ -1,7 +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/X11/ -drwxr-xr-x root/root usr/share/fonts/X11/misc/ --rw-r--r-- root/root usr/share/fonts/X11/misc/deccurs.pcf.gz --rw-r--r-- root/root usr/share/fonts/X11/misc/decsess.pcf.gz diff --git a/xorg/xorg-font-dec-misc/.md5sum.i686 b/xorg/xorg-font-dec-misc/.md5sum.i686 deleted file mode 100644 index 22f02ce64..000000000 --- a/xorg/xorg-font-dec-misc/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -6e7c5108f1b16d7a1c7b2c9760edd6e5 font-dec-misc-1.0.3.tar.bz2 diff --git a/xorg/xorg-font-dec-misc/.md5sum.x86_64 b/xorg/xorg-font-dec-misc/.md5sum.x86_64 deleted file mode 100644 index 22f02ce64..000000000 --- a/xorg/xorg-font-dec-misc/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -6e7c5108f1b16d7a1c7b2c9760edd6e5 font-dec-misc-1.0.3.tar.bz2 diff --git a/xorg/xorg-font-dec-misc/Pkgfile b/xorg/xorg-font-dec-misc/Pkgfile deleted file mode 100644 index 23da6e993..000000000 --- a/xorg/xorg-font-dec-misc/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Polices Xorg font-dec-misc -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf -# Run on: xorg-mkfontdir,xorg-mkfontscale - -name=xorg-font-dec-misc -version=1.0.3 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/font/font-dec-misc-$version.tar.bz2) - -build() { - cd font-dec-misc-$version - ./configure $XORG_CONFIG - make - make DESTDIR=$PKG install - rm -f $PKG/$XORG_PREFIX/share/fonts/X11/misc/fonts.{dir,scale} -} diff --git a/xorg/xorg-font-dec-misc/post-install b/xorg/xorg-font-dec-misc/post-install deleted file mode 100755 index a622dddbc..000000000 --- a/xorg/xorg-font-dec-misc/post-install +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -mkfontdir $XORG_PREFIX/share/fonts/X11/misc -mkfontscale $XORG_PREFIX/share/fonts/X11/misc |