diff options
author | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
commit | 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 (patch) | |
tree | 5b5f63901a4d7337f2abea8c90daae0330c93a0b /xorg-font-adobe-utopia-type1 | |
download | xorg-master.tar.gz xorg-master.tar.bz2 xorg-master.tar.xz xorg-master.zip |
Diffstat (limited to 'xorg-font-adobe-utopia-type1')
-rw-r--r-- | xorg-font-adobe-utopia-type1/.footprint | 13 | ||||
-rw-r--r-- | xorg-font-adobe-utopia-type1/.md5sum | 1 | ||||
-rw-r--r-- | xorg-font-adobe-utopia-type1/Pkgfile | 18 | ||||
-rw-r--r-- | xorg-font-adobe-utopia-type1/Pkgfile.old | 20 | ||||
-rwxr-xr-x | xorg-font-adobe-utopia-type1/post-install | 5 |
5 files changed, 57 insertions, 0 deletions
diff --git a/xorg-font-adobe-utopia-type1/.footprint b/xorg-font-adobe-utopia-type1/.footprint new file mode 100644 index 0000000..6ad707a --- /dev/null +++ b/xorg-font-adobe-utopia-type1/.footprint @@ -0,0 +1,13 @@ +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/Type1/ +-rw-r--r-- root/root usr/share/fonts/X11/Type1/UTBI____.afm +-rw-r--r-- root/root usr/share/fonts/X11/Type1/UTBI____.pfa +-rw-r--r-- root/root usr/share/fonts/X11/Type1/UTB_____.afm +-rw-r--r-- root/root usr/share/fonts/X11/Type1/UTB_____.pfa +-rw-r--r-- root/root usr/share/fonts/X11/Type1/UTI_____.afm +-rw-r--r-- root/root usr/share/fonts/X11/Type1/UTI_____.pfa +-rw-r--r-- root/root usr/share/fonts/X11/Type1/UTRG____.afm +-rw-r--r-- root/root usr/share/fonts/X11/Type1/UTRG____.pfa diff --git a/xorg-font-adobe-utopia-type1/.md5sum b/xorg-font-adobe-utopia-type1/.md5sum new file mode 100644 index 0000000..4f1a70b --- /dev/null +++ b/xorg-font-adobe-utopia-type1/.md5sum @@ -0,0 +1 @@ +ad945b19b2db64dec3a19507848ff63b font-adobe-utopia-type1-1.0.2.tar.bz2 diff --git a/xorg-font-adobe-utopia-type1/Pkgfile b/xorg-font-adobe-utopia-type1/Pkgfile new file mode 100644 index 0000000..fd7bc09 --- /dev/null +++ b/xorg-font-adobe-utopia-type1/Pkgfile @@ -0,0 +1,18 @@ +description="xorg font font-adobe-utopia-type1" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=(xorg-mkfontdir xorg-mkfontscale fontconfig) + +name=xorg-font-adobe-utopia-type1 +version=1.0.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-type1-1.0.2.tar.bz2) +build () +{ + cd font-adobe-utopia-type1-$version; + ./configure --prefix=/usr; + make; + make DESTDIR=$PKG install; + rm $PKG/usr/share/fonts/X11/Type1/fonts.{dir,scale} +} diff --git a/xorg-font-adobe-utopia-type1/Pkgfile.old b/xorg-font-adobe-utopia-type1/Pkgfile.old new file mode 100644 index 0000000..3b4f506 --- /dev/null +++ b/xorg-font-adobe-utopia-type1/Pkgfile.old @@ -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.2 +release=1 +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 $PKG/usr/share/fonts/X11/Type1/fonts.{dir,scale} +} diff --git a/xorg-font-adobe-utopia-type1/post-install b/xorg-font-adobe-utopia-type1/post-install new file mode 100755 index 0000000..ca1bd9b --- /dev/null +++ b/xorg-font-adobe-utopia-type1/post-install @@ -0,0 +1,5 @@ +#!/bin/sh + +mkfontdir /usr/share/fonts/X11/Type1 +mkfontscale /usr/share/fonts/X11/Type1 +fc-cache |