From aec3d05a8f9e93e02f807581460416164569b697 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Sun, 30 Dec 2018 13:36:12 +0300 Subject: [PATCH] liberation_fonts: bump version --- .../liberation_fonts-2.00.1.recipe | 37 ------------------- .../liberation_fonts-2.00.4.recipe | 37 +++++++++++++++++++ 2 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 media-fonts/liberation_fonts/liberation_fonts-2.00.1.recipe create mode 100644 media-fonts/liberation_fonts/liberation_fonts-2.00.4.recipe diff --git a/media-fonts/liberation_fonts/liberation_fonts-2.00.1.recipe b/media-fonts/liberation_fonts/liberation_fonts-2.00.1.recipe deleted file mode 100644 index 4580dd34a..000000000 --- a/media-fonts/liberation_fonts/liberation_fonts-2.00.1.recipe +++ /dev/null @@ -1,37 +0,0 @@ -SUMMARY="The Liberation Fonts" -DESCRIPTION="\ -The Liberation(tm) Fonts is a font family which aims at metric compatibility \ -with Arial, Times New Roman, and Courier New. It is sponsored by Red Hat." -HOMEPAGE="https://pagure.io/liberation-fonts/" -COPYRIGHT="2007-2010 Red Hat, Inc." -LICENSE="GNU GPL v2 - Liberation Exceptions" -REVISION="4" -SOURCE_URI="https://releases.pagure.org/liberation-fonts/liberation-fonts-ttf-2.00.1.tar.gz" -CHECKSUM_SHA256="7890278a6cd17873c57d9cd785c2d230d9abdea837e96516019c5885dd271504" -SOURCE_DIR="liberation-fonts-ttf-$portVersion" - -ARCHITECTURES="any" - -PROVIDES=" - liberation_fonts = $portVersion - " -REQUIRES=" - " - -BUILD_REQUIRES="" -BUILD_PREREQUIRES=" - coreutils - " - -BUILD() -{ - true -} - -INSTALL() -{ - FONTDIR=${fontsDir}/ttfonts - mkdir -p ${FONTDIR} - cp -a *.ttf ${FONTDIR} -} diff --git a/media-fonts/liberation_fonts/liberation_fonts-2.00.4.recipe b/media-fonts/liberation_fonts/liberation_fonts-2.00.4.recipe new file mode 100644 index 000000000..f91173b8b --- /dev/null +++ b/media-fonts/liberation_fonts/liberation_fonts-2.00.4.recipe @@ -0,0 +1,37 @@ +SUMMARY="The Liberation Fonts" +DESCRIPTION="The Liberation(tm) Fonts is a font family which aims at metric \ +compatibility with Arial, Times New Roman, and Courier New. It is sponsored by \ +Red Hat." +HOMEPAGE="https://pagure.io/liberation-fonts/" +COPYRIGHT="2007-2018 Red Hat, Inc." +LICENSE="GNU GPL v2 + Liberation Exceptions" +REVISION="1" +SOURCE_URI="https://github.com/liberationfonts/liberation-fonts/files/2579281/liberation-fonts-ttf-$portVersion.tar.gz" +CHECKSUM_SHA256="c40e95fc5e0ecb73d4be565ae2afc1114e2bc7dc5253e00ee92d8fd6cc4adf45" +SOURCE_DIR="liberation-fonts-ttf-$portVersion" + +ARCHITECTURES="any" + +PROVIDES=" + liberation_fonts = $portVersion + " +REQUIRES=" + " + +BUILD_REQUIRES="" +BUILD_PREREQUIRES=" + coreutils + " + +BUILD() +{ + true +} + +INSTALL() +{ + FONTDIR=${fontsDir}/ttfonts + mkdir -p ${FONTDIR} + cp -a *.ttf ${FONTDIR} +}