From 88e0f53f1f145a1996cdabc9f0e6cdf7de79c454 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 21:31:22 +0100 Subject: Ajout de xorg-font-util#1.0.1-1 --- xorg/xorg-font-util/.footprint | 37 +++++++++++++++++++++++++++++++++++++ xorg/xorg-font-util/.md5sum | 1 + xorg/xorg-font-util/Pkgfile | 21 +++++++++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 xorg/xorg-font-util/.footprint create mode 100644 xorg/xorg-font-util/.md5sum create mode 100644 xorg/xorg-font-util/Pkgfile diff --git a/xorg/xorg-font-util/.footprint b/xorg/xorg-font-util/.footprint new file mode 100644 index 000000000..d3f165953 --- /dev/null +++ b/xorg/xorg-font-util/.footprint @@ -0,0 +1,37 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/bdftruncate +-rwxr-xr-x root/root usr/bin/ucs2any +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/util/ +-rw-r--r-- root/root usr/lib/X11/fonts/util/map-ISO8859-1 +-rw-r--r-- root/root usr/lib/X11/fonts/util/map-ISO8859-10 +-rw-r--r-- root/root usr/lib/X11/fonts/util/map-ISO8859-11 +-rw-r--r-- root/root usr/lib/X11/fonts/util/map-ISO8859-13 +-rw-r--r-- root/root usr/lib/X11/fonts/util/map-ISO8859-14 +-rw-r--r-- root/root usr/lib/X11/fonts/util/map-ISO8859-15 +-rw-r--r-- root/root usr/lib/X11/fonts/util/map-ISO8859-16 +-rw-r--r-- root/root usr/lib/X11/fonts/util/map-ISO8859-2 +-rw-r--r-- root/root usr/lib/X11/fonts/util/map-ISO8859-3 +-rw-r--r-- root/root usr/lib/X11/fonts/util/map-ISO8859-4 +-rw-r--r-- root/root usr/lib/X11/fonts/util/map-ISO8859-5 +-rw-r--r-- root/root usr/lib/X11/fonts/util/map-ISO8859-6 +-rw-r--r-- root/root usr/lib/X11/fonts/util/map-ISO8859-7 +-rw-r--r-- root/root usr/lib/X11/fonts/util/map-ISO8859-8 +-rw-r--r-- root/root usr/lib/X11/fonts/util/map-ISO8859-9 +-rw-r--r-- root/root usr/lib/X11/fonts/util/map-JISX0201.1976-0 +-rw-r--r-- root/root usr/lib/X11/fonts/util/map-KOI8-R +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/fontutil.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/aclocal/ +-rw-r--r-- root/root usr/share/aclocal/fontutil.m4 +drwxr-xr-x root/root usr/share/fonts/ +lrwxrwxrwx root/root usr/share/fonts/X11-OTF -> /usr/lib/X11/fonts/OTF +lrwxrwxrwx root/root usr/share/fonts/X11-TTF -> /usr/lib/X11/fonts/TTF +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/bdftruncate.1x.gz +-rw-r--r-- root/root usr/share/man/man1/ucs2any.1x.gz diff --git a/xorg/xorg-font-util/.md5sum b/xorg/xorg-font-util/.md5sum new file mode 100644 index 000000000..123cf0dbc --- /dev/null +++ b/xorg/xorg-font-util/.md5sum @@ -0,0 +1 @@ +b81535f78fe05732931f02841e5ca37b font-util-1.0.1.tar.bz2 diff --git a/xorg/xorg-font-util/Pkgfile b/xorg/xorg-font-util/Pkgfile new file mode 100644 index 000000000..0f8ddf7c2 --- /dev/null +++ b/xorg/xorg-font-util/Pkgfile @@ -0,0 +1,21 @@ +# Description: Police de caractères pour X +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=xorg-font-util +version=1.0.1 +release=1 +XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc \ + --mandir=$XORG_PREFIX/share/man --localstatedir=/var" +source=(http://xorg.freedesktop.org/releases/individual/font/font-util-$version.tar.bz2) +build() { + cd font-util-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install + install -v -d -m755 $PKG/usr/share/fonts + ln -svn $XORG_PREFIX/lib/X11/fonts/OTF $PKG/usr/share/fonts/X11-OTF + ln -svn $XORG_PREFIX/lib/X11/fonts/TTF $PKG/usr/share/fonts/X11-TTF +} -- cgit v1.2.3-54-g00ecf