diff options
author | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
commit | 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 (patch) | |
tree | 5b5f63901a4d7337f2abea8c90daae0330c93a0b /xorg-font-bh-ttf | |
download | xorg-master.tar.gz xorg-master.tar.bz2 xorg-master.tar.xz xorg-master.zip |
Diffstat (limited to 'xorg-font-bh-ttf')
-rw-r--r-- | xorg-font-bh-ttf/.footprint | 17 | ||||
-rw-r--r-- | xorg-font-bh-ttf/.md5sum | 1 | ||||
-rw-r--r-- | xorg-font-bh-ttf/Pkgfile | 18 | ||||
-rw-r--r-- | xorg-font-bh-ttf/Pkgfile.old | 20 | ||||
-rwxr-xr-x | xorg-font-bh-ttf/post-install | 5 |
5 files changed, 61 insertions, 0 deletions
diff --git a/xorg-font-bh-ttf/.footprint b/xorg-font-bh-ttf/.footprint new file mode 100644 index 0000000..241758b --- /dev/null +++ b/xorg-font-bh-ttf/.footprint @@ -0,0 +1,17 @@ +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/TTF/ +-rw-r--r-- root/root usr/share/fonts/X11/TTF/luximb.ttf +-rw-r--r-- root/root usr/share/fonts/X11/TTF/luximbi.ttf +-rw-r--r-- root/root usr/share/fonts/X11/TTF/luximr.ttf +-rw-r--r-- root/root usr/share/fonts/X11/TTF/luximri.ttf +-rw-r--r-- root/root usr/share/fonts/X11/TTF/luxirb.ttf +-rw-r--r-- root/root usr/share/fonts/X11/TTF/luxirbi.ttf +-rw-r--r-- root/root usr/share/fonts/X11/TTF/luxirr.ttf +-rw-r--r-- root/root usr/share/fonts/X11/TTF/luxirri.ttf +-rw-r--r-- root/root usr/share/fonts/X11/TTF/luxisb.ttf +-rw-r--r-- root/root usr/share/fonts/X11/TTF/luxisbi.ttf +-rw-r--r-- root/root usr/share/fonts/X11/TTF/luxisr.ttf +-rw-r--r-- root/root usr/share/fonts/X11/TTF/luxisri.ttf diff --git a/xorg-font-bh-ttf/.md5sum b/xorg-font-bh-ttf/.md5sum new file mode 100644 index 0000000..53c6cc5 --- /dev/null +++ b/xorg-font-bh-ttf/.md5sum @@ -0,0 +1 @@ +664df71cb510b744b4a10e778445c37b font-bh-ttf-1.0.1.tar.bz2 diff --git a/xorg-font-bh-ttf/Pkgfile b/xorg-font-bh-ttf/Pkgfile new file mode 100644 index 0000000..7b1e8b4 --- /dev/null +++ b/xorg-font-bh-ttf/Pkgfile @@ -0,0 +1,18 @@ +description="xorg font font-bh-ttf" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=(xorg-mkfontdir xorg-mkfontscale fontconfig) + +name=xorg-font-bh-ttf +version=1.0.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/font/font-bh-ttf-1.0.1.tar.bz2) +build () +{ + cd font-bh-ttf-$version; + ./configure --prefix=/usr; + make; + make DESTDIR=$PKG install; + rm $PKG/usr/share/fonts/X11/TTF/fonts.{dir,scale} +} diff --git a/xorg-font-bh-ttf/Pkgfile.old b/xorg-font-bh-ttf/Pkgfile.old new file mode 100644 index 0000000..bfa1b98 --- /dev/null +++ b/xorg-font-bh-ttf/Pkgfile.old @@ -0,0 +1,20 @@ +# Description: xorg font font-bh-ttf +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig + +name=xorg-font-bh-ttf +version=1.0.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/font/font-bh-ttf-$version.tar.bz2) + +build() { + cd font-bh-ttf-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install + + rm $PKG/usr/share/fonts/X11/TTF/fonts.{dir,scale} +} diff --git a/xorg-font-bh-ttf/post-install b/xorg-font-bh-ttf/post-install new file mode 100755 index 0000000..8d846ab --- /dev/null +++ b/xorg-font-bh-ttf/post-install @@ -0,0 +1,5 @@ +#!/bin/sh + +mkfontdir /usr/share/fonts/X11/TTF +mkfontscale /usr/share/fonts/X11/TTF +fc-cache |