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-screen-cyrillic | |
download | xorg-master.tar.gz xorg-master.tar.bz2 xorg-master.tar.xz xorg-master.zip |
Diffstat (limited to 'xorg-font-screen-cyrillic')
-rw-r--r-- | xorg-font-screen-cyrillic/.footprint | 7 | ||||
-rw-r--r-- | xorg-font-screen-cyrillic/.md5sum | 1 | ||||
-rw-r--r-- | xorg-font-screen-cyrillic/Pkgfile | 18 | ||||
-rw-r--r-- | xorg-font-screen-cyrillic/Pkgfile.old | 20 | ||||
-rwxr-xr-x | xorg-font-screen-cyrillic/post-install | 4 |
5 files changed, 50 insertions, 0 deletions
diff --git a/xorg-font-screen-cyrillic/.footprint b/xorg-font-screen-cyrillic/.footprint new file mode 100644 index 0000000..652f429 --- /dev/null +++ b/xorg-font-screen-cyrillic/.footprint @@ -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 b/xorg-font-screen-cyrillic/.md5sum new file mode 100644 index 0000000..2fe7c5c --- /dev/null +++ b/xorg-font-screen-cyrillic/.md5sum @@ -0,0 +1 @@ +c912a976b66073acd80c9d5c624f3aae font-screen-cyrillic-1.0.2.tar.bz2 diff --git a/xorg-font-screen-cyrillic/Pkgfile b/xorg-font-screen-cyrillic/Pkgfile new file mode 100644 index 0000000..7bd1a21 --- /dev/null +++ b/xorg-font-screen-cyrillic/Pkgfile @@ -0,0 +1,18 @@ +description="xorg font font-screen-cyrillic" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=(xorg-mkfontdir xorg-mkfontscale) + +name=xorg-font-screen-cyrillic +version=1.0.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/font/font-screen-cyrillic-1.0.2.tar.bz2) +build () +{ + cd font-screen-cyrillic-$version; + ./configure --prefix=/usr; + make; + make DESTDIR=$PKG install; + rm $PKG/usr/share/fonts/X11/cyrillic/fonts.dir +} diff --git a/xorg-font-screen-cyrillic/Pkgfile.old b/xorg-font-screen-cyrillic/Pkgfile.old new file mode 100644 index 0000000..9c4b6ef --- /dev/null +++ b/xorg-font-screen-cyrillic/Pkgfile.old @@ -0,0 +1,20 @@ +# Description: xorg font font-screen-cyrillic +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-mkfontdir, xorg-mkfontscale + +name=xorg-font-screen-cyrillic +version=1.0.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/font/font-screen-cyrillic-$version.tar.bz2) + +build() { + cd font-screen-cyrillic-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install + + rm $PKG/usr/share/fonts/X11/cyrillic/fonts.dir +} diff --git a/xorg-font-screen-cyrillic/post-install b/xorg-font-screen-cyrillic/post-install new file mode 100755 index 0000000..23e6d40 --- /dev/null +++ b/xorg-font-screen-cyrillic/post-install @@ -0,0 +1,4 @@ +#!/bin/sh + +mkfontdir /usr/share/fonts/X11/cyrillic +mkfontscale /usr/share/fonts/X11/cyrillic |