diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/xorg-font-misc-ethiopic/.footprint.i686 | 8 | ||||
-rw-r--r-- | extra/xorg-font-misc-ethiopic/.footprint.x86_64 | 8 | ||||
-rw-r--r-- | extra/xorg-font-misc-ethiopic/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/xorg-font-misc-ethiopic/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/xorg-font-misc-ethiopic/Pkgfile | 19 | ||||
-rwxr-xr-x | extra/xorg-font-misc-ethiopic/post-install | 5 |
6 files changed, 42 insertions, 0 deletions
diff --git a/extra/xorg-font-misc-ethiopic/.footprint.i686 b/extra/xorg-font-misc-ethiopic/.footprint.i686 new file mode 100644 index 000000000..77b26e076 --- /dev/null +++ b/extra/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/extra/xorg-font-misc-ethiopic/.footprint.x86_64 b/extra/xorg-font-misc-ethiopic/.footprint.x86_64 new file mode 100644 index 000000000..77b26e076 --- /dev/null +++ b/extra/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/extra/xorg-font-misc-ethiopic/.md5sum.i686 b/extra/xorg-font-misc-ethiopic/.md5sum.i686 new file mode 100644 index 000000000..3a82a389a --- /dev/null +++ b/extra/xorg-font-misc-ethiopic/.md5sum.i686 @@ -0,0 +1 @@ +6306c808f7d7e7d660dfb3859f9091d2 font-misc-ethiopic-1.0.3.tar.bz2 diff --git a/extra/xorg-font-misc-ethiopic/.md5sum.x86_64 b/extra/xorg-font-misc-ethiopic/.md5sum.x86_64 new file mode 100644 index 000000000..3a82a389a --- /dev/null +++ b/extra/xorg-font-misc-ethiopic/.md5sum.x86_64 @@ -0,0 +1 @@ +6306c808f7d7e7d660dfb3859f9091d2 font-misc-ethiopic-1.0.3.tar.bz2 diff --git a/extra/xorg-font-misc-ethiopic/Pkgfile b/extra/xorg-font-misc-ethiopic/Pkgfile new file mode 100644 index 000000000..f93287a0d --- /dev/null +++ b/extra/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/extra/xorg-font-misc-ethiopic/post-install b/extra/xorg-font-misc-ethiopic/post-install new file mode 100755 index 000000000..332bd4dca --- /dev/null +++ b/extra/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 |