diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/xorg-font-screen-cyrillic/.footprint.i686 | 7 | ||||
-rw-r--r-- | extra/xorg-font-screen-cyrillic/.footprint.x86_64 | 7 | ||||
-rw-r--r-- | extra/xorg-font-screen-cyrillic/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/xorg-font-screen-cyrillic/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/xorg-font-screen-cyrillic/Pkgfile | 19 | ||||
-rwxr-xr-x | extra/xorg-font-screen-cyrillic/post-install | 4 |
6 files changed, 39 insertions, 0 deletions
diff --git a/extra/xorg-font-screen-cyrillic/.footprint.i686 b/extra/xorg-font-screen-cyrillic/.footprint.i686 new file mode 100644 index 000000000..652f42992 --- /dev/null +++ b/extra/xorg-font-screen-cyrillic/.footprint.i686 @@ -0,0 +1,7 @@ +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/cyrillic/ +-rw-r--r-- root/root usr/share/fonts/X11/cyrillic/screen8x16.pcf.gz +-rw-r--r-- root/root usr/share/fonts/X11/cyrillic/screen8x16b.pcf.gz diff --git a/extra/xorg-font-screen-cyrillic/.footprint.x86_64 b/extra/xorg-font-screen-cyrillic/.footprint.x86_64 new file mode 100644 index 000000000..652f42992 --- /dev/null +++ b/extra/xorg-font-screen-cyrillic/.footprint.x86_64 @@ -0,0 +1,7 @@ +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/cyrillic/ +-rw-r--r-- root/root usr/share/fonts/X11/cyrillic/screen8x16.pcf.gz +-rw-r--r-- root/root usr/share/fonts/X11/cyrillic/screen8x16b.pcf.gz diff --git a/extra/xorg-font-screen-cyrillic/.md5sum.i686 b/extra/xorg-font-screen-cyrillic/.md5sum.i686 new file mode 100644 index 000000000..8a4d563ce --- /dev/null +++ b/extra/xorg-font-screen-cyrillic/.md5sum.i686 @@ -0,0 +1 @@ +6f3fdcf2454bf08128a651914b7948ca font-screen-cyrillic-1.0.4.tar.bz2 diff --git a/extra/xorg-font-screen-cyrillic/.md5sum.x86_64 b/extra/xorg-font-screen-cyrillic/.md5sum.x86_64 new file mode 100644 index 000000000..8a4d563ce --- /dev/null +++ b/extra/xorg-font-screen-cyrillic/.md5sum.x86_64 @@ -0,0 +1 @@ +6f3fdcf2454bf08128a651914b7948ca font-screen-cyrillic-1.0.4.tar.bz2 diff --git a/extra/xorg-font-screen-cyrillic/Pkgfile b/extra/xorg-font-screen-cyrillic/Pkgfile new file mode 100644 index 000000000..6bb33ead5 --- /dev/null +++ b/extra/xorg-font-screen-cyrillic/Pkgfile @@ -0,0 +1,19 @@ +# Description: Polices Xorg font-screen-cyrillic +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf +# Run on: xorg-mkfontdir,xorg-mkfontscale + +name=xorg-font-screen-cyrillic +version=1.0.4 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/font/font-screen-cyrillic-$version.tar.bz2) + +build() { + cd font-screen-cyrillic-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install + rm -f $PKG/$XORG_PREFIX/share/fonts/X11/cyrillic/fonts.{dir,scale} +} diff --git a/extra/xorg-font-screen-cyrillic/post-install b/extra/xorg-font-screen-cyrillic/post-install new file mode 100755 index 000000000..d69bfbf71 --- /dev/null +++ b/extra/xorg-font-screen-cyrillic/post-install @@ -0,0 +1,4 @@ +#!/bin/sh + +mkfontdir $XORG_PREFIX/share/fonts/X11/cyrillic +mkfontscale $XORG_PREFIX/share/fonts/X11/cyrillic |