unifont: bump version.

This commit is contained in:
Jerome Duval
2017-07-13 18:02:56 +02:00
parent 8cb8d70300
commit 842d6dcc73
2 changed files with 34 additions and 41 deletions

View File

@@ -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}
}

View File

@@ -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}
}