diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:29:56 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:29:56 +0100 |
commit | 0c62f272b11b4e3a64220b59d93a42c27f8ffa16 (patch) | |
tree | 212024142d3c429758d5cbe5b341ce0851c55f7d /xorg | |
parent | ed39eba5bc966345092d40f0134d81094923e258 (diff) | |
download | nutyx-pakxe-0c62f272b11b4e3a64220b59d93a42c27f8ffa16.tar.gz nutyx-pakxe-0c62f272b11b4e3a64220b59d93a42c27f8ffa16.tar.bz2 nutyx-pakxe-0c62f272b11b4e3a64220b59d93a42c27f8ffa16.tar.xz nutyx-pakxe-0c62f272b11b4e3a64220b59d93a42c27f8ffa16.zip |
Ajout de xorg-font-screen-cyrillic#1.0.1-1
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-font-screen-cyrillic/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-font-screen-cyrillic/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-font-screen-cyrillic/Pkgfile | 20 | ||||
-rwxr-xr-x | xorg/xorg-font-screen-cyrillic/post-install | 4 |
4 files changed, 32 insertions, 0 deletions
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 |