From 704ded6ebd246313840562ed7fe31036821c381b Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 30 Apr 2012 16:42:14 +0200 Subject: Revert "xorg dans nutyx-pakxe , la base" This reverts commit e9ef802a013ac393a057134f1fdaad745aa38573. --- xorg-font-screen-cyrillic/.footprint.i686 | 7 +++++++ xorg-font-screen-cyrillic/.footprint.x86_64 | 7 +++++++ xorg-font-screen-cyrillic/.md5sum.i686 | 1 + xorg-font-screen-cyrillic/.md5sum.x86_64 | 1 + xorg-font-screen-cyrillic/Pkgfile | 19 +++++++++++++++++++ xorg-font-screen-cyrillic/post-install | 4 ++++ 6 files changed, 39 insertions(+) create mode 100644 xorg-font-screen-cyrillic/.footprint.i686 create mode 100644 xorg-font-screen-cyrillic/.footprint.x86_64 create mode 100644 xorg-font-screen-cyrillic/.md5sum.i686 create mode 100644 xorg-font-screen-cyrillic/.md5sum.x86_64 create mode 100644 xorg-font-screen-cyrillic/Pkgfile create mode 100755 xorg-font-screen-cyrillic/post-install (limited to 'xorg-font-screen-cyrillic') diff --git a/xorg-font-screen-cyrillic/.footprint.i686 b/xorg-font-screen-cyrillic/.footprint.i686 new file mode 100644 index 000000000..652f42992 --- /dev/null +++ b/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/xorg-font-screen-cyrillic/.footprint.x86_64 b/xorg-font-screen-cyrillic/.footprint.x86_64 new file mode 100644 index 000000000..652f42992 --- /dev/null +++ b/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/xorg-font-screen-cyrillic/.md5sum.i686 b/xorg-font-screen-cyrillic/.md5sum.i686 new file mode 100644 index 000000000..8a4d563ce --- /dev/null +++ b/xorg-font-screen-cyrillic/.md5sum.i686 @@ -0,0 +1 @@ +6f3fdcf2454bf08128a651914b7948ca font-screen-cyrillic-1.0.4.tar.bz2 diff --git a/xorg-font-screen-cyrillic/.md5sum.x86_64 b/xorg-font-screen-cyrillic/.md5sum.x86_64 new file mode 100644 index 000000000..8a4d563ce --- /dev/null +++ b/xorg-font-screen-cyrillic/.md5sum.x86_64 @@ -0,0 +1 @@ +6f3fdcf2454bf08128a651914b7948ca font-screen-cyrillic-1.0.4.tar.bz2 diff --git a/xorg-font-screen-cyrillic/Pkgfile b/xorg-font-screen-cyrillic/Pkgfile new file mode 100644 index 000000000..6bb33ead5 --- /dev/null +++ b/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/xorg-font-screen-cyrillic/post-install b/xorg-font-screen-cyrillic/post-install new file mode 100755 index 000000000..d69bfbf71 --- /dev/null +++ b/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 -- cgit v1.2.3-54-g00ecf