diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:13:55 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:13:55 +0100 |
commit | 2690eb98ee00bbe0c04adc6fd6646d5500ec6145 (patch) | |
tree | c00ef105e1d37d03b6d26896bf7b93449072427b /xorg | |
parent | 0c527961f73760675b321ccf0dd741611d61ac28 (diff) | |
download | nutyx-extra-2690eb98ee00bbe0c04adc6fd6646d5500ec6145.tar.gz nutyx-extra-2690eb98ee00bbe0c04adc6fd6646d5500ec6145.tar.bz2 nutyx-extra-2690eb98ee00bbe0c04adc6fd6646d5500ec6145.tar.xz nutyx-extra-2690eb98ee00bbe0c04adc6fd6646d5500ec6145.zip |
Ajout de xorg-font-adobe-utopia-type1#1.0.1-2
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-font-adobe-utopia-type1/.footprint | 13 | ||||
-rw-r--r-- | xorg/xorg-font-adobe-utopia-type1/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-font-adobe-utopia-type1/Pkgfile | 20 | ||||
-rwxr-xr-x | xorg/xorg-font-adobe-utopia-type1/post-install | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/xorg/xorg-font-adobe-utopia-type1/.footprint b/xorg/xorg-font-adobe-utopia-type1/.footprint new file mode 100644 index 000000000..cc391ff25 --- /dev/null +++ b/xorg/xorg-font-adobe-utopia-type1/.footprint @@ -0,0 +1,13 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/X11/ +drwxr-xr-x root/root usr/lib/X11/fonts/ +drwxr-xr-x root/root usr/lib/X11/fonts/Type1/ +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/UTBI____.afm +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/UTBI____.pfa +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/UTB_____.afm +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/UTB_____.pfa +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/UTI_____.afm +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/UTI_____.pfa +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/UTRG____.afm +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/UTRG____.pfa diff --git a/xorg/xorg-font-adobe-utopia-type1/.md5sum b/xorg/xorg-font-adobe-utopia-type1/.md5sum new file mode 100644 index 000000000..a6adf7a51 --- /dev/null +++ b/xorg/xorg-font-adobe-utopia-type1/.md5sum @@ -0,0 +1 @@ +aa7ff4bd20b961afda9c15d103b972a5 font-adobe-utopia-type1-1.0.1.tar.bz2 diff --git a/xorg/xorg-font-adobe-utopia-type1/Pkgfile b/xorg/xorg-font-adobe-utopia-type1/Pkgfile new file mode 100644 index 000000000..551f2cd9c --- /dev/null +++ b/xorg/xorg-font-adobe-utopia-type1/Pkgfile @@ -0,0 +1,20 @@ +# Description: xorg font font-adobe-utopia-type1 +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig + +name=xorg-font-adobe-utopia-type1 +version=1.0.1 +release=2 +source=(http://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-type1-$version.tar.bz2) + +build() { + cd font-adobe-utopia-type1-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install + + rm -f $PKG/usr/lib/X11/fonts/Type1/fonts.{dir,scale,cache-1} +} diff --git a/xorg/xorg-font-adobe-utopia-type1/post-install b/xorg/xorg-font-adobe-utopia-type1/post-install new file mode 100755 index 000000000..5760c9cf6 --- /dev/null +++ b/xorg/xorg-font-adobe-utopia-type1/post-install @@ -0,0 +1,5 @@ +#!/bin/sh + +mkfontdir /usr/lib/X11/fonts/Type1 +mkfontscale /usr/lib/X11/fonts/Type1 +fc-cache |