Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXft/
Date: Sat, 10 Sep 2022 15:31:22
Message-Id: 1662823872.f017292bf5ba1d46bc4b3ce58a2dcea2d4f73ee1.mattst88@gentoo
1 commit: f017292bf5ba1d46bc4b3ce58a2dcea2d4f73ee1
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 10 15:29:52 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 10 15:31:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f017292b
7
8 x11-libs/libXft: Version bump to 2.3.6
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/libXft/Manifest | 1 +
13 x11-libs/libXft/libXft-2.3.6.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/x11-libs/libXft/Manifest b/x11-libs/libXft/Manifest
17 index fb90a79c2c6e..a1ee23fe0fab 100644
18 --- a/x11-libs/libXft/Manifest
19 +++ b/x11-libs/libXft/Manifest
20 @@ -1,2 +1,3 @@
21 DIST libXft-2.3.4.tar.bz2 359088 BLAKE2B 37f8522ad744e99ae8372f4292017eed1f2c2a84169497441c3c12696cbb7b3cf33e04864b50433e46f8723cc6c6006226c743a0d491a3784baf3f21ea062399 SHA512 5bb019750982ed4643880efd7368bc226ad49cfa8c0c8c6d4614dfeed74f588c65e1ba69adcc12284ec07d841e5b58fc1c27f3fddf83fe1a2837b29dd9ecec51
22 DIST libXft-2.3.5.tar.xz 303772 BLAKE2B fef795b4517d4b348313cb8b1e0b9bce4a762eacfa849b5b4d70e18d6c88970f1f8e37aa341b586cfaf0978a6f835850731ae1f39034660cf22d18d3a19a778e SHA512 e1e037dbc4f8bbf8204bdf99a199c82b5f1182875d28bd9f0a4ec2aec95b05de21e97029ec036b9a3f70f1d6e8a42f0052f4ab30809aee7411fa2e438899db9e
23 +DIST libXft-2.3.6.tar.xz 304252 BLAKE2B 8a27bbbc2c8e8c89789ff5694da180dddc3c0dfb344fd5da33e311d093f1b3eee74caa357a48cbe81cf40c5acc1e42f6e91aadb6868e42782c288bf97e1bda33 SHA512 732f8c635fcac6010012ba8c10c23d2dd6ec79b0f096d6bcc9b7e36d2ca0817387faa7ee5bb6f43cff02adc68e4234c1b8f95021ebc548f61c492e0b76836d90
24
25 diff --git a/x11-libs/libXft/libXft-2.3.6.ebuild b/x11-libs/libXft/libXft-2.3.6.ebuild
26 new file mode 100644
27 index 000000000000..1fbeaba86493
28 --- /dev/null
29 +++ b/x11-libs/libXft/libXft-2.3.6.ebuild
30 @@ -0,0 +1,22 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +XORG_MULTILIB=yes
37 +XORG_TARBALL_SUFFIX="xz"
38 +inherit xorg-3
39 +
40 +DESCRIPTION="X.Org Xft library"
41 +
42 +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"
43 +IUSE="doc"
44 +
45 +RDEPEND=">=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}]
46 + >=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}]
47 + virtual/ttf-fonts
48 + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
49 + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
50 + >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]"
51 +DEPEND="${RDEPEND}
52 + x11-base/xorg-proto"