From 9ec1cfd80248639e05224d49548e29756c285d05 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 6 Oct 2008 22:56:27 +0200 Subject: [PATCH] Added font-bh-ttf-1.0.0 and font-bh-type1-1.0.0 templates. --HG-- extra : convert_revision : 7663da994c08499562a796bcba24b8cd525aff14 --- dependencies/build-depends.db | Bin 10240 -> 10240 bytes templates/font-bh-ttf.tmpl | 22 ++++++++++++++++++++++ templates/font-bh-type1.tmpl | 22 ++++++++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100755 templates/font-bh-ttf.tmpl create mode 100755 templates/font-bh-type1.tmpl diff --git a/dependencies/build-depends.db b/dependencies/build-depends.db index 24fe2c52fb0effae58a9634986128ec74a2416c8..25137205a2a937d71c07d65ff945621e90b5447d 100644 GIT binary patch delta 83 zcmZn&Xb9LKpvEW1u!P|U5Il< diff --git a/templates/font-bh-ttf.tmpl b/templates/font-bh-ttf.tmpl new file mode 100755 index 00000000000..df063bcf08f --- /dev/null +++ b/templates/font-bh-ttf.tmpl @@ -0,0 +1,22 @@ +# Template build file for 'font-bh-ttf'. +pkgname=font-bh-ttf +version=1.0.0 +extract_sufx=".tar.bz2" +url=http://xorg.freedesktop.org/releases/individual/font +build_style=gnu_configure +make_cmd="$PKGFS_MASTERDIR/bin/gmake" +short_desc="Standard Bigelow & Holmes TrueType fonts" +maintainer="Juan RP " +checksum=fed191717895e0cdbe7c34dbbe94a13e1b823793 +long_desc=" + This are the TrueType versions of the following Bigelow & Holmes fonts: + - Luxi Mono + - Luxi Sans + - Luxi Serif + + This is from the modular Xorg project." + +# Build fonts.dir and fonts.scale files after install. +fonts_dir="$PKGFS_MASTERDIR/lib/X11/fonts/TTF" +postinstall_helpers="mkfontxx-rebuild.sh" +ignore_files="fonts.scale fonts.dir" diff --git a/templates/font-bh-type1.tmpl b/templates/font-bh-type1.tmpl new file mode 100755 index 00000000000..d05545d2ecf --- /dev/null +++ b/templates/font-bh-type1.tmpl @@ -0,0 +1,22 @@ +# Template build file for 'font-bh-type1'. +pkgname=font-bh-type1 +version=1.0.0 +extract_sufx=".tar.bz2" +url=http://xorg.freedesktop.org/releases/individual/font +build_style=gnu_configure +make_cmd="$PKGFS_MASTERDIR/bin/gmake" +short_desc="Standard Bigelow & Holmes Type1 fonts" +maintainer="Juan RP " +checksum=bb57ceadc6dfc1b00b513aa7c5a817c916f49098 +long_desc=" + This are the Type1 versions of the following Bigelow & Holmes fonts: + - Luxi Mono + - Luxi Sans + - Luxi Serif + + This is from the modular Xorg project." + +# Build fonts.dir and fonts.scale files after install. +fonts_dir="$PKGFS_MASTERDIR/lib/X11/fonts/Type1" +postinstall_helpers="mkfontxx-rebuild.sh" +ignore_files="fonts.scale fonts.dir"