diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:23:27 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:23:27 +0200 |
commit | c92876e254c27b875e83aa3aad4b70b4d3ad94ac (patch) | |
tree | 1ef1887c301218e5c22ccd844405c32da9fd328e /extra/xorg-font-arabic-misc | |
parent | a33c1e1c55b5b1b03a159e17731cf6c7d08d80e3 (diff) | |
download | nutyx-pakxe-c92876e254c27b875e83aa3aad4b70b4d3ad94ac.tar.gz nutyx-pakxe-c92876e254c27b875e83aa3aad4b70b4d3ad94ac.tar.bz2 nutyx-pakxe-c92876e254c27b875e83aa3aad4b70b4d3ad94ac.tar.xz nutyx-pakxe-c92876e254c27b875e83aa3aad4b70b4d3ad94ac.zip |
xorg-font-arabic-misc dans extra
Diffstat (limited to 'extra/xorg-font-arabic-misc')
-rw-r--r-- | extra/xorg-font-arabic-misc/.footprint.i686 | 6 | ||||
-rw-r--r-- | extra/xorg-font-arabic-misc/.footprint.x86_64 | 6 | ||||
-rw-r--r-- | extra/xorg-font-arabic-misc/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/xorg-font-arabic-misc/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/xorg-font-arabic-misc/Pkgfile | 19 | ||||
-rwxr-xr-x | extra/xorg-font-arabic-misc/post-install | 4 |
6 files changed, 37 insertions, 0 deletions
diff --git a/extra/xorg-font-arabic-misc/.footprint.i686 b/extra/xorg-font-arabic-misc/.footprint.i686 new file mode 100644 index 000000000..929960833 --- /dev/null +++ b/extra/xorg-font-arabic-misc/.footprint.i686 @@ -0,0 +1,6 @@ +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/misc/ +-rw-r--r-- root/root usr/share/fonts/X11/misc/arabic24.pcf.gz diff --git a/extra/xorg-font-arabic-misc/.footprint.x86_64 b/extra/xorg-font-arabic-misc/.footprint.x86_64 new file mode 100644 index 000000000..929960833 --- /dev/null +++ b/extra/xorg-font-arabic-misc/.footprint.x86_64 @@ -0,0 +1,6 @@ +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/misc/ +-rw-r--r-- root/root usr/share/fonts/X11/misc/arabic24.pcf.gz diff --git a/extra/xorg-font-arabic-misc/.md5sum.i686 b/extra/xorg-font-arabic-misc/.md5sum.i686 new file mode 100644 index 000000000..d4a61f34c --- /dev/null +++ b/extra/xorg-font-arabic-misc/.md5sum.i686 @@ -0,0 +1 @@ +cc0726e4a277d6ed93b8e09c1f195470 font-arabic-misc-1.0.3.tar.bz2 diff --git a/extra/xorg-font-arabic-misc/.md5sum.x86_64 b/extra/xorg-font-arabic-misc/.md5sum.x86_64 new file mode 100644 index 000000000..d4a61f34c --- /dev/null +++ b/extra/xorg-font-arabic-misc/.md5sum.x86_64 @@ -0,0 +1 @@ +cc0726e4a277d6ed93b8e09c1f195470 font-arabic-misc-1.0.3.tar.bz2 diff --git a/extra/xorg-font-arabic-misc/Pkgfile b/extra/xorg-font-arabic-misc/Pkgfile new file mode 100644 index 000000000..c3f48c0a2 --- /dev/null +++ b/extra/xorg-font-arabic-misc/Pkgfile @@ -0,0 +1,19 @@ +# Description: Polices Xorg font-arabic-misc +# 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-arabic-misc +version=1.0.3 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/font/font-arabic-misc-$version.tar.bz2) + +build() { + cd font-arabic-misc-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install + rm -f $PKG/$XORG_PREFIX/share/fonts/X11/misc/fonts.{dir,scale} +} diff --git a/extra/xorg-font-arabic-misc/post-install b/extra/xorg-font-arabic-misc/post-install new file mode 100755 index 000000000..a622dddbc --- /dev/null +++ b/extra/xorg-font-arabic-misc/post-install @@ -0,0 +1,4 @@ +#!/bin/sh + +mkfontdir $XORG_PREFIX/share/fonts/X11/misc +mkfontscale $XORG_PREFIX/share/fonts/X11/misc |