From a33050e5303c1eca7d3d05315de6eeffafef2de0 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 11 Aug 2021 03:08:55 +0100 Subject: media-fonts/joypixels: update font cache Got lost when adding README. Closes: https://bugs.gentoo.org/807601 Signed-off-by: Sam James --- media-fonts/joypixels/joypixels-6.5.0-r1.ebuild | 39 +++++++++++++++++++++++++ media-fonts/joypixels/joypixels-6.5.0.ebuild | 38 ------------------------ 2 files changed, 39 insertions(+), 38 deletions(-) create mode 100644 media-fonts/joypixels/joypixels-6.5.0-r1.ebuild delete mode 100644 media-fonts/joypixels/joypixels-6.5.0.ebuild (limited to 'media-fonts/joypixels') diff --git a/media-fonts/joypixels/joypixels-6.5.0-r1.ebuild b/media-fonts/joypixels/joypixels-6.5.0-r1.ebuild new file mode 100644 index 000000000000..81a09018258f --- /dev/null +++ b/media-fonts/joypixels/joypixels-6.5.0-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +FONT_SUFFIX="ttf" +inherit font readme.gentoo-r1 + +DESCRIPTION="A font for better emoji and unicode support" +HOMEPAGE="https://www.joypixels.com/" +SRC_URI="https://cdn.joypixels.com/distributions/gentoo-linux/font/${PV}/joypixels-android.ttf -> ${P}.ttf" +S="${WORKDIR}" + +#https://cdn.joypixels.com/distributions/gentoo-linux/appendix/joypixels-license-appendix.txt +#https://cdn.joypixels.com/distributions/gentoo-linux/license/free-license.txt +LICENSE="JoyPixels" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +RESTRICT="bindist mirror" + +FONT_CONF=( "${FILESDIR}"/99-joypixels.conf ) + +DOC_CONTENTS="Free for personal/education use only, premium/enterprise license + required for any other use. See: https://www.joypixels.com/licenses" + +src_prepare() { + default + cp "${DISTDIR}"/${P}.ttf "${S}"/${P}.ttf || die +} + +src_install() { + font_src_install + readme.gentoo_create_doc +} + +pkg_postinst() { + readme.gentoo_print_elog + font_pkg_postinst +} diff --git a/media-fonts/joypixels/joypixels-6.5.0.ebuild b/media-fonts/joypixels/joypixels-6.5.0.ebuild deleted file mode 100644 index 6c5b197d6a25..000000000000 --- a/media-fonts/joypixels/joypixels-6.5.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -FONT_SUFFIX="ttf" -inherit font readme.gentoo-r1 - -DESCRIPTION="A font for better emoji and unicode support" -HOMEPAGE="https://www.joypixels.com/" -SRC_URI="https://cdn.joypixels.com/distributions/gentoo-linux/font/${PV}/joypixels-android.ttf -> ${P}.ttf" -S="${WORKDIR}" - -#https://cdn.joypixels.com/distributions/gentoo-linux/appendix/joypixels-license-appendix.txt -#https://cdn.joypixels.com/distributions/gentoo-linux/license/free-license.txt -LICENSE="JoyPixels" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -RESTRICT="bindist mirror" - -FONT_CONF=( "${FILESDIR}"/99-joypixels.conf ) - -DOC_CONTENTS="Free for personal/education use only, premium/enterprise license - required for any other use. See: https://www.joypixels.com/licenses" - -src_prepare() { - default - cp "${DISTDIR}"/${P}.ttf "${S}"/${P}.ttf || die -} - -src_install() { - font_src_install - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -} -- cgit v1.2.3-65-gdbad