diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-10-17 22:24:16 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-10-17 22:40:12 -0400 |
commit | 278ac826b08a91a9008c149791e26a4eacbe9efe (patch) | |
tree | 285db5c0d76080f03d3ecc5ff9317aeeb7ac21cc /x11-apps | |
parent | x11-apps/bdftopcf: Version bump to 1.1.2 (diff) | |
download | gentoo-278ac826b08a91a9008c149791e26a4eacbe9efe.tar.gz gentoo-278ac826b08a91a9008c149791e26a4eacbe9efe.tar.bz2 gentoo-278ac826b08a91a9008c149791e26a4eacbe9efe.zip |
x11-apps/fonttosfnt: Version bump to 1.2.4
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/fonttosfnt/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/fonttosfnt/fonttosfnt-1.2.4.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-apps/fonttosfnt/Manifest b/x11-apps/fonttosfnt/Manifest index ac916366ade5..97fd321180d9 100644 --- a/x11-apps/fonttosfnt/Manifest +++ b/x11-apps/fonttosfnt/Manifest @@ -1 +1,2 @@ DIST fonttosfnt-1.2.3.tar.xz 140068 BLAKE2B 62f3e332ce598cdf22e0db18e109ec9e7a425448697f18ef948cf6cafd2129a7fb44f251e7d43b76186d5b84cecf0fd58518a332a81d0a514c62ab2f57d28cc0 SHA512 9464ef05f3ff7dddfd7a4f0d46a6cc5bb79cf8e019824c2d40164cd18025cd9ed33b31d7b808b4c289af58f09be0be7591f6dfab5624aab1931e4c6a7da68463 +DIST fonttosfnt-1.2.4.tar.xz 143928 BLAKE2B 82469dd753da5e9e9c48b800f57f5442c6e828f1d45783d50985ea4da39adab1fd59c3b7642ba057e821997a5bc7e892c25c46c2903098340adac2e5c70719c2 SHA512 37654d66e8d63abc4801c76d48082cc99dc3cc7813376e634c287d97207d17592323cefefd305328a504e432c94e102260b92308088d5e0bf3931a471cb4b851 diff --git a/x11-apps/fonttosfnt/fonttosfnt-1.2.4.ebuild b/x11-apps/fonttosfnt/fonttosfnt-1.2.4.ebuild new file mode 100644 index 000000000000..7935eaddd07a --- /dev/null +++ b/x11-apps/fonttosfnt/fonttosfnt-1.2.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2024 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 ~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" |