From 82546ecfefa290011bafe2d47f87060b517d304c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 7 Oct 2008 01:54:47 +0200 Subject: [PATCH] Added remaining font-bitstream-* templates. --HG-- extra : convert_revision : 9a84ea5d74b182c569cb06d760de807b92c660a7 --- dependencies/build-depends.db | Bin 10752 -> 11264 bytes templates/font-bitstream-75dpi.tmpl | 21 +++++++++++++++++++++ templates/font-bitstream-speedo.tmpl | 20 ++++++++++++++++++++ templates/font-bitstream-type1.tmpl | 20 ++++++++++++++++++++ 4 files changed, 61 insertions(+) create mode 100755 templates/font-bitstream-75dpi.tmpl create mode 100755 templates/font-bitstream-speedo.tmpl create mode 100755 templates/font-bitstream-type1.tmpl diff --git a/dependencies/build-depends.db b/dependencies/build-depends.db index ee6ed03d647b698b1edfce9b44c1f33077092c04..bccfd057d4ef45271a8a843d91deae1422b1f214 100644 GIT binary patch delta 238 zcmZn&X^7Y$z$9qFu!G?X;~mBTMh!+0#y1Q*Cd)I4PqtuckQ88GU=RgjhP3>=65XWC zlH!u0)Wlp}^UW8Tj9D2)H?wju%L##0Fafa?0|Vm*#u!Eh#)*p07JH~MF4AC907(i1 zF$+|Y0)q|12Zkv?@&RK7qX$r_j4Viv6%eCaQ&L%wYB)Jx)mlyrhl=8Y)YO!Gpb}dN RutTw!GI^h}<75x@9RMLdIfnoM delta 101 zcmZpOXb9OLz{GFHaE0Lu;~mBTMh!+0#y67{nZy|xCYQ5!3bHXUFhl?`LvmtfQ9eUK z_U4OB#;lCOn^`%Sz~I5~gJB7fe85=2=)pKqQDc!h<75x*9g8%W0L=9l Ag8%>k diff --git a/templates/font-bitstream-75dpi.tmpl b/templates/font-bitstream-75dpi.tmpl new file mode 100755 index 00000000000..eed4c49a0d8 --- /dev/null +++ b/templates/font-bitstream-75dpi.tmpl @@ -0,0 +1,21 @@ +# Template build file for 'font-bitstream-75dpi'. +pkgname=font-bitstream-75dpi +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 100dpi Bitstream PCF fonts" +maintainer="Juan RP " +checksum=b8218eb4bf25a5bda69a5034f8b582824b0b13f4 +long_desc=" + This are the PCF versions of the following Bitstream fonts for 75dpi displays: + - Charter + - Terminal + + This is from the modular Xorg project." + +# Build fonts.dir and fonts.scale files after install. +fonts_dir="$PKGFS_MASTERDIR/lib/X11/fonts/75dpi" +postinstall_helpers="mkfontxx-rebuild.sh" +ignore_files="fonts.scale fonts.dir" diff --git a/templates/font-bitstream-speedo.tmpl b/templates/font-bitstream-speedo.tmpl new file mode 100755 index 00000000000..3f15573bfb8 --- /dev/null +++ b/templates/font-bitstream-speedo.tmpl @@ -0,0 +1,20 @@ +# Template build file for 'font-bitstream-speedo'. +pkgname=font-bitstream-speedo +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 Speedo Bitstream PCF fonts" +maintainer="Juan RP " +checksum=5b6a215a1e2f857fe48ea4e416260ddec92f3df7 +long_desc=" + This are the PCF versions of the following Speedo Bitstream fonts: + - Speedo + + This is from the modular Xorg project." + +# Build fonts.dir and fonts.scale files after install. +fonts_dir="$PKGFS_MASTERDIR/lib/X11/fonts/Speedo" +postinstall_helpers="mkfontxx-rebuild.sh" +ignore_files="fonts.scale fonts.dir" diff --git a/templates/font-bitstream-type1.tmpl b/templates/font-bitstream-type1.tmpl new file mode 100755 index 00000000000..e29cdfade98 --- /dev/null +++ b/templates/font-bitstream-type1.tmpl @@ -0,0 +1,20 @@ +# Template build file for 'font-bitstream-type1'. +pkgname=font-bitstream-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 Type1 Bitstream PCF fonts" +maintainer="Juan RP " +checksum=7648f71312d2b79034ee00037a79dc0568450251 +long_desc=" + This are the PCF versions of the following Type1 Bitstream fonts: + - Type1 + + 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"