commit:     57298c3249a26007c2175cda5396486825cc33a9
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  5 17:26:17 2026 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Feb  5 17:26:17 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57298c32

x11-libs/libXpm: Version bump to 3.5.18

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-libs/libXpm/Manifest             |  1 +
 x11-libs/libXpm/libXpm-3.5.18.ebuild | 40 ++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/x11-libs/libXpm/Manifest b/x11-libs/libXpm/Manifest
index 8f4198a4ac9b..04f4a1c1586f 100644
--- a/x11-libs/libXpm/Manifest
+++ b/x11-libs/libXpm/Manifest
@@ -1 +1,2 @@
 DIST libXpm-3.5.17.tar.xz 468964 BLAKE2B 
28b5168495b20b1442f21d0be8395aab58a7e42dfb95e33a60694ccee1aa868b516f35a09d47ba798608a9ed3e4f92c63a3418a0c857a38308a0d95c6fbad4d7
 SHA512 
52f9d2664a47a26c1a6ad65d18867de870b66947b0b0d99cca3512756a0aaa6ce2a245c0b49f20b70c3ce48bf04c47c333e8119a147465c277bca727f6ab017e
+DIST libXpm-3.5.18.tar.xz 467900 BLAKE2B 
faabd9504879612b374a6933abe49183175c7ff613e7fb51bf049aaaa3d94a1cb31977175d07273d90d3784d4587985126fd4f927b1dc6f0b882062b7d140e77
 SHA512 
ced907c984cb9735948da82a69e33ef09421fee2e6f24178a2cca683a5425e48e3fa9d771bf82bc80b78e6dedf485d464563d91c0395a71f13502d0f7599f40e

diff --git a/x11-libs/libXpm/libXpm-3.5.18.ebuild 
b/x11-libs/libXpm/libXpm-3.5.18.ebuild
new file mode 100644
index 000000000000..f626f679d075
--- /dev/null
+++ b/x11-libs/libXpm/libXpm-3.5.18.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_DOC=doc
+XORG_MULTILIB=yes
+inherit xorg-3
+
+DESCRIPTION="X.Org Xpm library"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+       >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+       >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
+       >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]
+
+       app-alternatives/gzip
+       app-arch/ncompress
+"
+DEPEND="${RDEPEND}
+       x11-base/xorg-proto
+       test? ( >=dev-libs/glib-2.46:2 )
+"
+BDEPEND="
+       sys-devel/gettext
+       test? (
+               app-arch/gzip
+               app-arch/ncompress
+       )
+"
+
+src_configure() {
+       local XORG_CONFIGURE_OPTIONS=(
+               $(use_enable test unit-tests)
+       )
+       xorg-3_src_configure
+}

Reply via email to