diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-28 22:30:07 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-28 22:54:34 -0400 |
commit | 60362f2ce1cf5be809fc532a1342a15e91217a0b (patch) | |
tree | 98aeb5c56bb89e6bd2594f408e850941fd691de3 /x11-libs | |
parent | x11-libs/libXext: Version bump to 1.3.5 (diff) | |
download | gentoo-60362f2ce1cf5be809fc532a1342a15e91217a0b.tar.gz gentoo-60362f2ce1cf5be809fc532a1342a15e91217a0b.tar.bz2 gentoo-60362f2ce1cf5be809fc532a1342a15e91217a0b.zip |
x11-libs/libXinerama: Version bump to 1.1.5
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXinerama/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXinerama/libXinerama-1.1.5.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-libs/libXinerama/Manifest b/x11-libs/libXinerama/Manifest index 3984f27e5b44..359f53c46f18 100644 --- a/x11-libs/libXinerama/Manifest +++ b/x11-libs/libXinerama/Manifest @@ -1 +1,2 @@ DIST libXinerama-1.1.4.tar.bz2 287162 BLAKE2B 9e27f9776eb200a430875e4ea3a9a559f205822b5dcea59e4207a58889e8c7b67b2014e9ceed5b3cedd311c47fa023b4a8f1a17faa511fb0041382c7467527d9 SHA512 cff777ad942614fbf6bc6d8529f399e62debf3ecbf6cc0694a94e38c022bf929ffd5636fb59f55533c394d89b23af3ea51fa5128927f12a85787e16239330f14 +DIST libXinerama-1.1.5.tar.xz 260272 BLAKE2B fd51aad9c9d42634a246130a8ae0a155e34b67a2225b5f5a30b2bcebed0a9a98f19646625e9e423f0a9318a1358ad5251eb27a20eeb60eabc9ccd330ebdeba92 SHA512 735b5320de4782005b379e409bf2f976131c17d496b297d33a0e127ca1443034778586b6b25c077b2ad73a4ab34d440d7510475e0041f38202bb40f15fb08ff7 diff --git a/x11-libs/libXinerama/libXinerama-1.1.5.ebuild b/x11-libs/libXinerama/libXinerama-1.1.5.ebuild new file mode 100644 index 000000000000..21679c86f2cb --- /dev/null +++ b/x11-libs/libXinerama/libXinerama-1.1.5.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_DOC=doc +XORG_MULTILIB=yes +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="X.Org Xinerama library" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |