diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-09-27 21:48:16 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-09-27 21:48:16 -0400 |
commit | 092feabe0bd02aa5c1421b63a95f4f51b4179b80 (patch) | |
tree | 8c8b3b578053f0439bcbf1806fe4ddf7d6a5fa17 /x11-apps/fonttosfnt | |
parent | x11-drivers/xf86-video-siliconmotion: Version bump to 1.7.10 (diff) | |
download | gentoo-092feabe0bd02aa5c1421b63a95f4f51b4179b80.tar.gz gentoo-092feabe0bd02aa5c1421b63a95f4f51b4179b80.tar.bz2 gentoo-092feabe0bd02aa5c1421b63a95f4f51b4179b80.zip |
x11-apps/fonttosfnt: Version bump to 1.2.3
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/fonttosfnt')
-rw-r--r-- | x11-apps/fonttosfnt/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/fonttosfnt/fonttosfnt-1.2.3.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-apps/fonttosfnt/Manifest b/x11-apps/fonttosfnt/Manifest index 546b9cf6f5df..7a4e5ecc8ae7 100644 --- a/x11-apps/fonttosfnt/Manifest +++ b/x11-apps/fonttosfnt/Manifest @@ -1 +1,2 @@ DIST fonttosfnt-1.2.2.tar.bz2 146855 BLAKE2B 167db11bd49675d411ec06f5581edd7a87d0518755aba05b330db8d24ec1b5f142228c3b3a0be6a740fee8835a25523cd9fc4d7b8e915cc9d51fb95786254770 SHA512 ceac6ccb064043d46f9f16f31fb89c6cbf7f026d049f7b5325d6af97e809b4cd068e6149413bb328c0af601a98b5070e21d469888a6853f6cabecd5b46f60240 +DIST fonttosfnt-1.2.3.tar.xz 140068 BLAKE2B 62f3e332ce598cdf22e0db18e109ec9e7a425448697f18ef948cf6cafd2129a7fb44f251e7d43b76186d5b84cecf0fd58518a332a81d0a514c62ab2f57d28cc0 SHA512 9464ef05f3ff7dddfd7a4f0d46a6cc5bb79cf8e019824c2d40164cd18025cd9ed33b31d7b808b4c289af58f09be0be7591f6dfab5624aab1931e4c6a7da68463 diff --git a/x11-apps/fonttosfnt/fonttosfnt-1.2.3.ebuild b/x11-apps/fonttosfnt/fonttosfnt-1.2.3.ebuild new file mode 100644 index 000000000000..4ea105a6277a --- /dev/null +++ b/x11-apps/fonttosfnt/fonttosfnt-1.2.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +XORG_TARBALL_SUFFIX="xz" + +inherit xorg-3 + +DESCRIPTION="X.Org fonttosfnt application" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND="media-libs/freetype:2 + x11-libs/libX11 + x11-libs/libfontenc" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |