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-misc-ethiopic/.footprint.i686 | 8 ++++++++ xorg-font-misc-ethiopic/.footprint.x86_64 | 8 ++++++++ xorg-font-misc-ethiopic/.md5sum.i686 | 1 + xorg-font-misc-ethiopic/.md5sum.x86_64 | 1 + xorg-font-misc-ethiopic/Pkgfile | 19 +++++++++++++++++++ xorg-font-misc-ethiopic/post-install | 5 +++++ 6 files changed, 42 insertions(+) create mode 100644 xorg-font-misc-ethiopic/.footprint.i686 create mode 100644 xorg-font-misc-ethiopic/.footprint.x86_64 create mode 100644 xorg-font-misc-ethiopic/.md5sum.i686 create mode 100644 xorg-font-misc-ethiopic/.md5sum.x86_64 create mode 100644 xorg-font-misc-ethiopic/Pkgfile create mode 100755 xorg-font-misc-ethiopic/post-install (limited to 'xorg-font-misc-ethiopic') diff --git a/xorg-font-misc-ethiopic/.footprint.i686 b/xorg-font-misc-ethiopic/.footprint.i686 new file mode 100644 index 000000000..77b26e076 --- /dev/null +++ b/xorg-font-misc-ethiopic/.footprint.i686 @@ -0,0 +1,8 @@ +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/OTF/ +-rw-r--r-- root/root usr/share/fonts/X11/OTF/GohaTibebZemen.otf +drwxr-xr-x root/root usr/share/fonts/X11/TTF/ +-rw-r--r-- root/root usr/share/fonts/X11/TTF/GohaTibebZemen.ttf diff --git a/xorg-font-misc-ethiopic/.footprint.x86_64 b/xorg-font-misc-ethiopic/.footprint.x86_64 new file mode 100644 index 000000000..77b26e076 --- /dev/null +++ b/xorg-font-misc-ethiopic/.footprint.x86_64 @@ -0,0 +1,8 @@ +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/OTF/ +-rw-r--r-- root/root usr/share/fonts/X11/OTF/GohaTibebZemen.otf +drwxr-xr-x root/root usr/share/fonts/X11/TTF/ +-rw-r--r-- root/root usr/share/fonts/X11/TTF/GohaTibebZemen.ttf diff --git a/xorg-font-misc-ethiopic/.md5sum.i686 b/xorg-font-misc-ethiopic/.md5sum.i686 new file mode 100644 index 000000000..3a82a389a --- /dev/null +++ b/xorg-font-misc-ethiopic/.md5sum.i686 @@ -0,0 +1 @@ +6306c808f7d7e7d660dfb3859f9091d2 font-misc-ethiopic-1.0.3.tar.bz2 diff --git a/xorg-font-misc-ethiopic/.md5sum.x86_64 b/xorg-font-misc-ethiopic/.md5sum.x86_64 new file mode 100644 index 000000000..3a82a389a --- /dev/null +++ b/xorg-font-misc-ethiopic/.md5sum.x86_64 @@ -0,0 +1 @@ +6306c808f7d7e7d660dfb3859f9091d2 font-misc-ethiopic-1.0.3.tar.bz2 diff --git a/xorg-font-misc-ethiopic/Pkgfile b/xorg-font-misc-ethiopic/Pkgfile new file mode 100644 index 000000000..f93287a0d --- /dev/null +++ b/xorg-font-misc-ethiopic/Pkgfile @@ -0,0 +1,19 @@ +# Description: Polices Xorg font-misc-ethiopic +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig +# Run on: xorg-mkfontdir,xorg-mkfontscale + +name=xorg-font-misc-ethiopic +version=1.0.3 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/font/font-misc-ethiopic-$version.tar.bz2) + +build() { + cd font-misc-ethiopic-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install + rm -f $PKG/$XORG_PREFIX/share/fonts/X11/{O,T}TF/fonts.{dir,scale,cache-1} +} diff --git a/xorg-font-misc-ethiopic/post-install b/xorg-font-misc-ethiopic/post-install new file mode 100755 index 000000000..332bd4dca --- /dev/null +++ b/xorg-font-misc-ethiopic/post-install @@ -0,0 +1,5 @@ +#!/bin/sh + +mkfontdir $XORG_PREFIX/share/fonts/X11/{O,T}TF +mkfontscale $XORG_PREFIX/share/fonts/X11/{O,T}TF +fc-cache -- cgit v1.2.3-54-g00ecf