diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:32:13 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:32:13 +0200 |
commit | ef100862003041ccc29158ceb8f9c7d83fb4df06 (patch) | |
tree | e63f697e34883de3f39f65e786aaeeeacc997a45 /xorg | |
parent | 970b6cf33b2526e1b4ea23e8cca49f470cb6b2d2 (diff) | |
download | nutyx-pakxe-ef100862003041ccc29158ceb8f9c7d83fb4df06.tar.gz nutyx-pakxe-ef100862003041ccc29158ceb8f9c7d83fb4df06.tar.bz2 nutyx-pakxe-ef100862003041ccc29158ceb8f9c7d83fb4df06.tar.xz nutyx-pakxe-ef100862003041ccc29158ceb8f9c7d83fb4df06.zip |
xorg-font-micro-misc dans extra
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-font-micro-misc/.footprint.i686 | 6 | ||||
-rw-r--r-- | xorg/xorg-font-micro-misc/.footprint.x86_64 | 6 | ||||
-rw-r--r-- | xorg/xorg-font-micro-misc/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xorg/xorg-font-micro-misc/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | xorg/xorg-font-micro-misc/Pkgfile | 19 | ||||
-rwxr-xr-x | xorg/xorg-font-micro-misc/post-install | 4 |
6 files changed, 0 insertions, 37 deletions
diff --git a/xorg/xorg-font-micro-misc/.footprint.i686 b/xorg/xorg-font-micro-misc/.footprint.i686 deleted file mode 100644 index b76b10efd..000000000 --- a/xorg/xorg-font-micro-misc/.footprint.i686 +++ /dev/null @@ -1,6 +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/micro.pcf.gz diff --git a/xorg/xorg-font-micro-misc/.footprint.x86_64 b/xorg/xorg-font-micro-misc/.footprint.x86_64 deleted file mode 100644 index b76b10efd..000000000 --- a/xorg/xorg-font-micro-misc/.footprint.x86_64 +++ /dev/null @@ -1,6 +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/micro.pcf.gz diff --git a/xorg/xorg-font-micro-misc/.md5sum.i686 b/xorg/xorg-font-micro-misc/.md5sum.i686 deleted file mode 100644 index df4b2d8bd..000000000 --- a/xorg/xorg-font-micro-misc/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -143c228286fe9c920ab60e47c1b60b67 font-micro-misc-1.0.3.tar.bz2 diff --git a/xorg/xorg-font-micro-misc/.md5sum.x86_64 b/xorg/xorg-font-micro-misc/.md5sum.x86_64 deleted file mode 100644 index df4b2d8bd..000000000 --- a/xorg/xorg-font-micro-misc/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -143c228286fe9c920ab60e47c1b60b67 font-micro-misc-1.0.3.tar.bz2 diff --git a/xorg/xorg-font-micro-misc/Pkgfile b/xorg/xorg-font-micro-misc/Pkgfile deleted file mode 100644 index 4e9e069bf..000000000 --- a/xorg/xorg-font-micro-misc/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Polices Xorg font-micro-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-micro-misc -version=1.0.3 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/font/font-micro-misc-$version.tar.bz2) - -build() { - cd font-micro-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-micro-misc/post-install b/xorg/xorg-font-micro-misc/post-install deleted file mode 100755 index a622dddbc..000000000 --- a/xorg/xorg-font-micro-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 |