diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-11-19 18:27:51 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-11-19 18:36:26 -0500 |
commit | a2d08dc3c56cce09fffa58bd825e657dbe612d5e (patch) | |
tree | e4f7304aa00d5853cb8de1d1e1e8a8cc895e0b0d /x11-libs/libXdmcp | |
parent | net-analyzer/nagios-plugins: add 2.4.2, drop 2.4.0-r1 (diff) | |
download | gentoo-a2d08dc3c56cce09fffa58bd825e657dbe612d5e.tar.gz gentoo-a2d08dc3c56cce09fffa58bd825e657dbe612d5e.tar.bz2 gentoo-a2d08dc3c56cce09fffa58bd825e657dbe612d5e.zip |
x11-libs/libXdmcp: Version bump to 1.1.4
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libXdmcp')
-rw-r--r-- | x11-libs/libXdmcp/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXdmcp/libXdmcp-1.1.4.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/x11-libs/libXdmcp/Manifest b/x11-libs/libXdmcp/Manifest index d2b34b6db221..0153a358b06f 100644 --- a/x11-libs/libXdmcp/Manifest +++ b/x11-libs/libXdmcp/Manifest @@ -1 +1,2 @@ DIST libXdmcp-1.1.3.tar.bz2 332795 BLAKE2B 0c9df30450857dd2703c4bf54972d5a26c1b6f8e216b4f3173491def650cc32742554eee04c883670e783eb5f476df94ed2c0c52274a51e2bc54d45e5dcb8c77 SHA512 cb1d4650f97d66e73acd2465ec7d757b9b797cce2f85e301860a44997a461837eea845ec9bd5b639ec5ca34c804f8bdd870697a5ce3f4e270b687c9ef74f25ec +DIST libXdmcp-1.1.4.tar.xz 295184 BLAKE2B 9360125a98bb38175be488a815eeb559e432dc2d2f60545b11dc315777de27ad68d34df7e73b0b7c14e58eaa8d92bf5a4055184df95df08cfb39dd896acc9f02 SHA512 83b384d43bfb034c395f83f97d1c6e73aa3d5faa8f8756b08e697c0b9c3c87189651b51e8213fbd1f5f9cbc2d8136cbf143627481744345d78cfe0ff2ad074a9 diff --git a/x11-libs/libXdmcp/libXdmcp-1.1.4.ebuild b/x11-libs/libXdmcp/libXdmcp-1.1.4.ebuild new file mode 100644 index 000000000000..8e7fa3f51ee9 --- /dev/null +++ b/x11-libs/libXdmcp/libXdmcp-1.1.4.ebuild @@ -0,0 +1,26 @@ +# 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 X Display Manager Control Protocol library" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" + +RDEPEND="elibc_glibc? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +src_configure() { + local XORG_CONFIGURE_OPTIONS=( + $(use_enable doc docs) + $(use_with doc xmlto) + --without-fop + ) + xorg-3_src_configure +} |