diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:35:01 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:35:01 +0200 |
commit | 8eeba42cc4f2cc1fa11cc6c6b90289e096676156 (patch) | |
tree | c27cd20f822b5e10da90a1e02f78ec27dcf10050 /extra | |
parent | a325b9af96bdff1bf75c672a1afa22e56496e7a5 (diff) | |
download | nutyx-extra-8eeba42cc4f2cc1fa11cc6c6b90289e096676156.tar.gz nutyx-extra-8eeba42cc4f2cc1fa11cc6c6b90289e096676156.tar.bz2 nutyx-extra-8eeba42cc4f2cc1fa11cc6c6b90289e096676156.tar.xz nutyx-extra-8eeba42cc4f2cc1fa11cc6c6b90289e096676156.zip |
xorg-font-sun-misc dans extra
Diffstat (limited to 'extra')
-rw-r--r-- | extra/xorg-font-sun-misc/.footprint.i686 | 10 | ||||
-rw-r--r-- | extra/xorg-font-sun-misc/.footprint.x86_64 | 10 | ||||
-rw-r--r-- | extra/xorg-font-sun-misc/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/xorg-font-sun-misc/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/xorg-font-sun-misc/Pkgfile | 19 | ||||
-rwxr-xr-x | extra/xorg-font-sun-misc/post-install | 4 |
6 files changed, 45 insertions, 0 deletions
diff --git a/extra/xorg-font-sun-misc/.footprint.i686 b/extra/xorg-font-sun-misc/.footprint.i686 new file mode 100644 index 000000000..2c2dfae33 --- /dev/null +++ b/extra/xorg-font-sun-misc/.footprint.i686 @@ -0,0 +1,10 @@ +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/olcursor.pcf.gz +-rw-r--r-- root/root usr/share/fonts/X11/misc/olgl10.pcf.gz +-rw-r--r-- root/root usr/share/fonts/X11/misc/olgl12.pcf.gz +-rw-r--r-- root/root usr/share/fonts/X11/misc/olgl14.pcf.gz +-rw-r--r-- root/root usr/share/fonts/X11/misc/olgl19.pcf.gz diff --git a/extra/xorg-font-sun-misc/.footprint.x86_64 b/extra/xorg-font-sun-misc/.footprint.x86_64 new file mode 100644 index 000000000..2c2dfae33 --- /dev/null +++ b/extra/xorg-font-sun-misc/.footprint.x86_64 @@ -0,0 +1,10 @@ +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/olcursor.pcf.gz +-rw-r--r-- root/root usr/share/fonts/X11/misc/olgl10.pcf.gz +-rw-r--r-- root/root usr/share/fonts/X11/misc/olgl12.pcf.gz +-rw-r--r-- root/root usr/share/fonts/X11/misc/olgl14.pcf.gz +-rw-r--r-- root/root usr/share/fonts/X11/misc/olgl19.pcf.gz diff --git a/extra/xorg-font-sun-misc/.md5sum.i686 b/extra/xorg-font-sun-misc/.md5sum.i686 new file mode 100644 index 000000000..2152edc16 --- /dev/null +++ b/extra/xorg-font-sun-misc/.md5sum.i686 @@ -0,0 +1 @@ +948f2e07810b4f31195185921470f68d font-sun-misc-1.0.3.tar.bz2 diff --git a/extra/xorg-font-sun-misc/.md5sum.x86_64 b/extra/xorg-font-sun-misc/.md5sum.x86_64 new file mode 100644 index 000000000..2152edc16 --- /dev/null +++ b/extra/xorg-font-sun-misc/.md5sum.x86_64 @@ -0,0 +1 @@ +948f2e07810b4f31195185921470f68d font-sun-misc-1.0.3.tar.bz2 diff --git a/extra/xorg-font-sun-misc/Pkgfile b/extra/xorg-font-sun-misc/Pkgfile new file mode 100644 index 000000000..eed25b598 --- /dev/null +++ b/extra/xorg-font-sun-misc/Pkgfile @@ -0,0 +1,19 @@ +# Description: Polices Xorg font-sun-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-sun-misc +version=1.0.3 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/font/font-sun-misc-$version.tar.bz2) + +build() { + cd font-sun-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/extra/xorg-font-sun-misc/post-install b/extra/xorg-font-sun-misc/post-install new file mode 100755 index 000000000..a622dddbc --- /dev/null +++ b/extra/xorg-font-sun-misc/post-install @@ -0,0 +1,4 @@ +#!/bin/sh + +mkfontdir $XORG_PREFIX/share/fonts/X11/misc +mkfontscale $XORG_PREFIX/share/fonts/X11/misc |