diff --git a/dependencies/build-depends.db b/dependencies/build-depends.db index d23046ad90b..24fe2c52fb0 100644 Binary files a/dependencies/build-depends.db and b/dependencies/build-depends.db differ diff --git a/templates/font-bh-100dpi.tmpl b/templates/font-bh-100dpi.tmpl new file mode 100755 index 00000000000..91b0bda2c4f --- /dev/null +++ b/templates/font-bh-100dpi.tmpl @@ -0,0 +1,22 @@ +# Template build file for 'font-bh-100dpi'. +pkgname=font-bh-100dpi +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 Bigelow & Holmes PCF fonts" +maintainer="Juan RP " +checksum=6f0a1719962bb018b5b6ce684ac6e6febf722c07 +long_desc=" + These are the PCF versions of the following Bigelow & Holmes fonts for + 100dpi displays: + - Lucida + - Lucida Bright + + This is from the modular Xorg project." + +# Build fonts.dir and fonts.scale files after install. +fonts_dir="$PKGFS_MASTERDIR/lib/X11/fonts/100dpi" +postinstall_helpers="mkfontxx-rebuild.sh" +ignore_files="fonts.scale fonts.dir" diff --git a/templates/font-bh-75dpi.tmpl b/templates/font-bh-75dpi.tmpl new file mode 100755 index 00000000000..1a19cb9251f --- /dev/null +++ b/templates/font-bh-75dpi.tmpl @@ -0,0 +1,22 @@ +# Template build file for 'font-bh-75dpi'. +pkgname=font-bh-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 75dpi Bigelow & Holmes PCF fonts" +maintainer="Juan RP " +checksum=3086f534f2dcdb6eedb0b7df36cb0805b3ce7304 +long_desc=" + These are the PCF versions of the following Bigelow & Holmes fonts for + 75dpi displays: + - Lucida + - Lucida Bright + + 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-bh-lucidatypewriter-100dpi.tmpl b/templates/font-bh-lucidatypewriter-100dpi.tmpl new file mode 100755 index 00000000000..700dc661eb4 --- /dev/null +++ b/templates/font-bh-lucidatypewriter-100dpi.tmpl @@ -0,0 +1,21 @@ +# Template build file for 'font-bh-lucidatypewriter-100dpi'. +pkgname=font-bh-lucidatypewriter-100dpi +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="100dpi Bigelow & Holmes Lucida Typewriter PCF fonts" +maintainer="Juan RP " +checksum=a396ff6fa3d59ca0c8ec4b0a2ecd9b326fdcebfa +long_desc=" + This are the PCF versions of the following Bigelow & Holmes fonts for + 100dpi displays: + - Lucida Typewriter + + This is from the modular Xorg project." + +# Build fonts.dir and fonts.scale files after install. +fonts_dir="$PKGFS_MASTERDIR/lib/X11/fonts/100dpi" +postinstall_helpers="mkfontxx-rebuild.sh" +ignore_files="fonts.scale fonts.dir" diff --git a/templates/font-bh-lucidatypewriter-75dpi.tmpl b/templates/font-bh-lucidatypewriter-75dpi.tmpl new file mode 100755 index 00000000000..8d60c8c84a5 --- /dev/null +++ b/templates/font-bh-lucidatypewriter-75dpi.tmpl @@ -0,0 +1,21 @@ +# Template build file for 'font-bh-lucidatypewriter-75dpi'. +pkgname=font-bh-lucidatypewriter-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="75dpi Bigelow & Holmes Lucida Typewriter PCF fonts" +maintainer="Juan RP " +checksum=a2fa441a655710e602ea56f64d763b43c5a47cb7 +long_desc=" + This are the PCF versions of the following Bigelow & Holmes fonts for + 75dpi displays: + - Lucida Typewriter + + 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"