From 842d6dcc731834e34e5f02beccc03740a1e97b23 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 13 Jul 2017 18:02:56 +0200 Subject: [PATCH] unifont: bump version. --- media-fonts/unifont/unifont-10.0.05.recipe | 34 ++++++++++++++++++ media-fonts/unifont/unifont-7.0.06.recipe | 41 ---------------------- 2 files changed, 34 insertions(+), 41 deletions(-) create mode 100644 media-fonts/unifont/unifont-10.0.05.recipe delete mode 100644 media-fonts/unifont/unifont-7.0.06.recipe diff --git a/media-fonts/unifont/unifont-10.0.05.recipe b/media-fonts/unifont/unifont-10.0.05.recipe new file mode 100644 index 000000000..c122a9eb0 --- /dev/null +++ b/media-fonts/unifont/unifont-10.0.05.recipe @@ -0,0 +1,34 @@ +SUMMARY="Unifoundry's font covering Unicode's BMP" +DESCRIPTION="GNU Unifont is part of the GNU Project. \ +The GNU Unifont by Roman Czyborra is a free bitmap font that covers the \ +Unicode Basic Multilingual Plane (BMP), using an intermediate bitmapped \ +font format." +HOMEPAGE="http://unifoundry.com" +COPYRIGHT="Unifoundry" +LICENSE="GNU GPL v2" +REVISION="1" +SOURCE_URI="http://unifoundry.com/pub/unifont-$portVersion/font-builds/unifont-$portVersion.ttf#noarchive" +CHECKSUM_SHA256="a850db8a860ab6e01524a9da1740d157a4594efdba5c21d9cf3f3d277f10cd47" +SOURCE_URI_2="http://unifoundry.com/pub/unifont-$portVersion/font-builds/unifont_upper-$portVersion.ttf#noarchive" +CHECKSUM_SHA256_2="1469942032a062d96d550cb3f00390a3004ce9041a193d193532da6a928e6f01" +SOURCE_URI_3="http://unifoundry.com/pub/unifont-$portVersion/font-builds/unifont_csur-$portVersion.ttf#noarchive" +CHECKSUM_SHA256_3="396eaa2e8db63000d0e987cf9d8e9d0112b9e667f85db99d8dfc060ddeed5b1e" +SOURCE_DIR="" +DISABLE_SOURCE_PACKAGE="yes" + +ARCHITECTURES="any" + +PROVIDES=" + unifont = $portVersion + " + +BUILD_REQUIRES="" +BUILD_PREREQUIRES="coreutils" + +INSTALL() +{ + FONTDIR=$fontsDir/ttfonts + mkdir -p ${FONTDIR} + + cp ../sources*/*.ttf ${FONTDIR} +} diff --git a/media-fonts/unifont/unifont-7.0.06.recipe b/media-fonts/unifont/unifont-7.0.06.recipe deleted file mode 100644 index 18a345dda..000000000 --- a/media-fonts/unifont/unifont-7.0.06.recipe +++ /dev/null @@ -1,41 +0,0 @@ -SUMMARY="Unifoundry's font covering Unicode's BMP" -DESCRIPTION="GNU Unifont is part of the GNU Project. \ -The GNU Unifont by Roman Czyborra is a free bitmap font that covers the \ -Unicode Basic Multilingual Plane (BMP), using an intermediate bitmapped \ -font format." -HOMEPAGE="http://unifoundry.com" -COPYRIGHT="Unifoundry" -LICENSE="GNU GPL v2" -REVISION="2" -SOURCE_URI="http://unifoundry.com/pub/unifont-7.0.06/font-builds/unifont-7.0.06.ttf#noarchive" -CHECKSUM_SHA256="a7a49189502d01033cc4028048f10706c665952341f2d5831d4477c8b301b362" -SOURCE_URI_2="http://unifoundry.com/pub/unifont-7.0.06/font-builds/unifont_upper-7.0.06.ttf#noarchive" -CHECKSUM_SHA256_2="8cf9b9870860a3aec239d6ee43387a3ba8c3b8302d4b8d73bca8a419a7deb01d" -SOURCE_URI_3="http://unifoundry.com/pub/unifont-7.0.06/font-builds/unifont_csur-7.0.06.ttf#noarchive" -CHECKSUM_SHA256_3="ddf4b3632f7cda10d53c6f62e198db7989524cfd7131af2591ad50dc1aa31f06" -SOURCE_URI_4="http://unifoundry.com/pub/unifont-7.0.06/font-builds/unifont_upper_csur-7.0.06.ttf#noarchive" -CHECKSUM_SHA256_4="0e1841505d1be6636cf6d5e60cc4ff09b56784e29f2728060231b26d74ab7551" -SOURCE_DIR="" - -ARCHITECTURES="any" - -DISABLE_SOURCE_PACKAGE="yes" - -PROVIDES="unifont = $portVersion" - -BUILD_REQUIRES="" - -BUILD_PREREQUIRES="coreutils" - -BUILD() -{ - true -} - -INSTALL() -{ - FONTDIR=$fontsDir/ttfonts - mkdir -p ${FONTDIR} - - cp ../sources*/*.ttf ${FONTDIR} -}