diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-03-19 11:37:34 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-03-19 11:37:34 +0000 |
commit | b7b97785ebbb2f11d24d14dab8b81ed274f4ce6a (patch) | |
tree | 9fd110f9fc996e8a4213eeda994a8c112491b86d /x11-libs/libXft | |
parent | 066d27181e9a797ad9f8fc43b49fc9a10ff2f707 (diff) |
gentoo resync : 19.03.2019
Diffstat (limited to 'x11-libs/libXft')
-rw-r--r-- | x11-libs/libXft/Manifest | 2 | ||||
-rw-r--r-- | x11-libs/libXft/libXft-2.3.3.ebuild | 21 |
2 files changed, 23 insertions, 0 deletions
diff --git a/x11-libs/libXft/Manifest b/x11-libs/libXft/Manifest index 2f3a29a10e67..28c0ee9393e0 100644 --- a/x11-libs/libXft/Manifest +++ b/x11-libs/libXft/Manifest @@ -1,3 +1,5 @@ DIST libXft-2.3.2.tar.bz2 335495 BLAKE2B 9592e82449d3253fc71cb93866275bfbea37988ad7bf05c1d17de14038e48099cbc2569e329daba9354bab1d522dac03077d94e82f561e0747f08bbc08f6a737 SHA512 eb2e0c46b4434198690a3ca2b613df14ad599c860b47d10a1e8efe3b4e812a78460f9f414eaf89db21d605613a4e18324dcb8a22928609c6bc15178330a05398 +DIST libXft-2.3.3.tar.bz2 353465 BLAKE2B 05a91225d09b5e1800a8272c72f7220d9987e3828591bf73d8307a9c4fca1ce7c4c62b36805f44e385c3a4269ebaafdaed70d3b2006208e860f8e982b53c975f SHA512 28fdaf3baa3b156a4a7fdd6e39c4d8026d7d21eaa9be27c9797c8d329dab691a1bc82ea6042f9d4729a9343d93787536fb7e4b606f722f33cbe608b2e79910e8 EBUILD libXft-2.3.2-r1.ebuild 744 BLAKE2B 03dd006dabbb23349fdc3700bd6e6cf2b0d39f394f143f1bd15a67ab6f0159eb4359f78d031d9c2daca449196b1a55214148f4b7394099a496f80e5628b8ce61 SHA512 047fee7da75a91b71e9f77d8cd9f0242e9e1bab9de1eb0ebd56c0c36b6e1d3ca72d4302dbb6fde25bb9beb9ccc8b3b0e0a761124b328720d68ca27416f41d531 +EBUILD libXft-2.3.3.ebuild 739 BLAKE2B 56662a25b9a3720cf4b057c8dbb5640620e863b79183ae14a8833efbbf4c840ef5f11405956250348e9358c353b2610a9a5ef94c752cd4ddda98ae50aa9fbb22 SHA512 40910bb901c3d56c32ac04423c63e04b273da41de84d42387ee25e577bb6e6772b9f637ac51c39393247a4e071fcdc5b443e55105d2fd9e86bc05ae025453108 MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 diff --git a/x11-libs/libXft/libXft-2.3.3.ebuild b/x11-libs/libXft/libXft-2.3.3.ebuild new file mode 100644 index 000000000000..8f1db029239f --- /dev/null +++ b/x11-libs/libXft/libXft-2.3.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +XORG_MULTILIB=yes +inherit xorg-3 + +DESCRIPTION="X.Org Xft library" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +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" |