diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-04-17 15:34:59 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-04-17 15:36:24 -0400 |
commit | 95e808e283154ef5548bcb992ffcdaf4d0cfa30b (patch) | |
tree | 7c64b2e132deb87bf054055b75955a1e5ebfa4fb /x11-libs | |
parent | sys-devel/lld: Ensure debug flag match to sys-devel/llvm (diff) | |
download | gentoo-95e808e283154ef5548bcb992ffcdaf4d0cfa30b.tar.gz gentoo-95e808e283154ef5548bcb992ffcdaf4d0cfa30b.tar.bz2 gentoo-95e808e283154ef5548bcb992ffcdaf4d0cfa30b.zip |
x11-libs/libXft: Version bump to 2.3.8
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXft/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXft/libXft-2.3.8.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/x11-libs/libXft/Manifest b/x11-libs/libXft/Manifest index 2af9d0105a1f..b4ba84da91c5 100644 --- a/x11-libs/libXft/Manifest +++ b/x11-libs/libXft/Manifest @@ -1 +1,2 @@ DIST libXft-2.3.6.tar.xz 304252 BLAKE2B 8a27bbbc2c8e8c89789ff5694da180dddc3c0dfb344fd5da33e311d093f1b3eee74caa357a48cbe81cf40c5acc1e42f6e91aadb6868e42782c288bf97e1bda33 SHA512 732f8c635fcac6010012ba8c10c23d2dd6ec79b0f096d6bcc9b7e36d2ca0817387faa7ee5bb6f43cff02adc68e4234c1b8f95021ebc548f61c492e0b76836d90 +DIST libXft-2.3.8.tar.xz 311664 BLAKE2B c850cf5de1a4c6f96e5ff5697c827348c5c0741cbf4f967ca7f6a6c9616253439d80b7a0a121bd82ecd23b11f40e816db182649cbb8c0648872fc4b109203811 SHA512 fc385d73e1acb701942c154ffb5a283d17891f21d3ac598c4a3fb375a7d6082734593062368c15cad67c1a94177dd15deed878ec5ea852188393b52e92c372c8 diff --git a/x11-libs/libXft/libXft-2.3.8.ebuild b/x11-libs/libXft/libXft-2.3.8.ebuild new file mode 100644 index 000000000000..4c8cb2836e04 --- /dev/null +++ b/x11-libs/libXft/libXft-2.3.8.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_MULTILIB=yes +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="X.Org Xft library" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="doc" + +RDEPEND=">=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] + >=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}] + virtual/ttf-fonts + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] + >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |