From 87f37a073fb5c2e1f6ebc780e60cdbdd2c583860 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 28 Feb 2023 04:02:51 +0000 Subject: gentoo auto-resync : 28:02:2023 - 04:02:51 --- media-fonts/font-misc-ethiopic/Manifest | 2 ++ .../font-misc-ethiopic-1.0.5.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.5.ebuild (limited to 'media-fonts/font-misc-ethiopic') diff --git a/media-fonts/font-misc-ethiopic/Manifest b/media-fonts/font-misc-ethiopic/Manifest index 72b9d24990bf..2461823dc695 100644 --- a/media-fonts/font-misc-ethiopic/Manifest +++ b/media-fonts/font-misc-ethiopic/Manifest @@ -1,3 +1,5 @@ DIST font-misc-ethiopic-1.0.4.tar.bz2 270076 BLAKE2B b27d188fcb5be3e4e5fed810f26c0f5edf5a51a3532bd51b44e55283518bc1a353054da4f37c5535197eeb6958bfe1567ab54d1d9f428b046b84c5d1233aae21 SHA512 4fed9ff3782746898c56dac199e9ca89356f4967779937049b9ff4ffad202317c023859f92d44b371dfa5485d5368ccad648e64b12cde0ed21f7d4aee5affcd5 +DIST font-misc-ethiopic-1.0.5.tar.xz 222624 BLAKE2B 8184f7d6ebc72ac4524073670319ef26dcd09b1667973e46fb4756f61a4752104a974a44a8666d9bd011f56b3502746531ae8e608959e124068e4a3d5539ba16 SHA512 7732a828c005e3762b6383729134c5656fd575ac59288504d047fbe26e9965a80519a37b0cc4c6b89379a85a62160c5ea76017f790447a230c015aa7a9143ba0 EBUILD font-misc-ethiopic-1.0.4.ebuild 744 BLAKE2B ef067207530c44e2b272a7b521da31bfe6f252ecc4b0ee51bdc5d9b106b74c861501cb1ff883ac1a1386042db8c09ddb856df8c15f2923dffc1498e84c24a699 SHA512 81b63081af7ed36f1003fbdb54713216e443f601924a3af08c9830b2ffbb1bb15577bc676f97d5bcd6fdd4a4fc8ab0b161364d8322afad9e7dbd3bbd288f3702 +EBUILD font-misc-ethiopic-1.0.5.ebuild 775 BLAKE2B b228504944388b08fd9e5be1411a85b60f5e9636b35632eabf141ae51e346d3455ef7ae31a8489241c17a38687c18b6a0582e5ffc2a150ab0b8cddd5cd5dad3f SHA512 42691af6b0a9310d1a1cbc69fb84f682f1216f7c3769f62a8adbe9db9543cbe22b2cba55b5975c0c16b1147f8324c3e0079c470a48b99f415e9848eaa5c8c06f MISC metadata.xml 345 BLAKE2B fd2d91ddac540c448d4a5e6033255b74cf20e1cbd0f7116b62bcf93c91f21afbf7bde070b8c4b233fea1499636d6e4f34aa15c45e2a2c50cadddd64b0704d4cd SHA512 64522a3bb3a8dbdd636466b02d9740df8664950076ef72af3673ed57512b9ac1dc9d61f325cf809d25997b3092ace35c5dd15c0bb012046f5ae9fac4fda78387 diff --git a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.5.ebuild b/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.5.ebuild new file mode 100644 index 000000000000..fc918c94867e --- /dev/null +++ b/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.5.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +FONT_DIR="OTF" +XORG_TARBALL_SUFFIX="xz" +XORG_PACKAGE_NAME="misc-ethiopic" +inherit xorg-3 + +DESCRIPTION="Miscellaneous Ethiopic fonts" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +XORG_CONFIGURE_OPTIONS=( + --with-fontrootdir="${EPREFIX}/usr/share/fonts" + + # This flag unexpectedly doesn't control whether the font (i.e. the .ttf file) + # is installed, but instead only controls whether mkfontscale/mkfontdir is + # run. I suspect this is a bug. + --disable-truetype-install +) + +src_install() { + xorg-3_src_install + + # TTF fonts are not supposed to be installed. + rm -r "${ED}/usr/share/fonts/TTF" || die +} -- cgit v1.2.3