From 0c62f272b11b4e3a64220b59d93a42c27f8ffa16 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 21:29:56 +0100 Subject: Ajout de xorg-font-screen-cyrillic#1.0.1-1 --- xorg/xorg-font-screen-cyrillic/.footprint | 7 +++++++ xorg/xorg-font-screen-cyrillic/.md5sum | 1 + xorg/xorg-font-screen-cyrillic/Pkgfile | 20 ++++++++++++++++++++ xorg/xorg-font-screen-cyrillic/post-install | 4 ++++ 4 files changed, 32 insertions(+) create mode 100644 xorg/xorg-font-screen-cyrillic/.footprint create mode 100644 xorg/xorg-font-screen-cyrillic/.md5sum create mode 100644 xorg/xorg-font-screen-cyrillic/Pkgfile create mode 100755 xorg/xorg-font-screen-cyrillic/post-install (limited to 'xorg') diff --git a/xorg/xorg-font-screen-cyrillic/.footprint b/xorg/xorg-font-screen-cyrillic/.footprint new file mode 100644 index 000000000..f66a3d099 --- /dev/null +++ b/xorg/xorg-font-screen-cyrillic/.footprint @@ -0,0 +1,7 @@ +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/cyrillic/ +-rw-r--r-- root/root usr/lib/X11/fonts/cyrillic/screen8x16.pcf.gz +-rw-r--r-- root/root usr/lib/X11/fonts/cyrillic/screen8x16b.pcf.gz diff --git a/xorg/xorg-font-screen-cyrillic/.md5sum b/xorg/xorg-font-screen-cyrillic/.md5sum new file mode 100644 index 000000000..c4db68d84 --- /dev/null +++ b/xorg/xorg-font-screen-cyrillic/.md5sum @@ -0,0 +1 @@ +c8d5aef01c906c7aaea329702a8b1b63 font-screen-cyrillic-1.0.1.tar.bz2 diff --git a/xorg/xorg-font-screen-cyrillic/Pkgfile b/xorg/xorg-font-screen-cyrillic/Pkgfile new file mode 100644 index 000000000..8a5da88e5 --- /dev/null +++ b/xorg/xorg-font-screen-cyrillic/Pkgfile @@ -0,0 +1,20 @@ +# Description: xorg font font-screen-cyrillic +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-mkfontdir, xorg-mkfontscale + +name=xorg-font-screen-cyrillic +version=1.0.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/font/font-screen-cyrillic-$version.tar.bz2) + +build() { + cd font-screen-cyrillic-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install + + rm -f $PKG/usr/lib/X11/fonts/cyrillic/fonts.{dir,scale} +} diff --git a/xorg/xorg-font-screen-cyrillic/post-install b/xorg/xorg-font-screen-cyrillic/post-install new file mode 100755 index 000000000..1df5a15e6 --- /dev/null +++ b/xorg/xorg-font-screen-cyrillic/post-install @@ -0,0 +1,4 @@ +#!/bin/sh + +mkfontdir /usr/lib/X11/fonts/cyrillic +mkfontscale /usr/lib/X11/fonts/cyrillic -- cgit v1.2.3-54-g00ecf