From 64b7c0c3e4e0e877def76f0f944bf20bab4075d4 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 30 Jun 2026 09:51:25 -0400 Subject: [PATCH] x11-apps/xfontsel: Version bump to 1.1.2 Signed-off-by: Matt Turner --- x11-apps/xfontsel/Manifest | 1 + x11-apps/xfontsel/xfontsel-1.1.2.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 x11-apps/xfontsel/xfontsel-1.1.2.ebuild diff --git a/x11-apps/xfontsel/Manifest b/x11-apps/xfontsel/Manifest index 6d949f3282502..d4abab17816f0 100644 --- a/x11-apps/xfontsel/Manifest +++ b/x11-apps/xfontsel/Manifest @@ -1 +1,2 @@ DIST xfontsel-1.1.1.tar.xz 142336 BLAKE2B 89d06f85cdd6b1a363711b6b59937d3f7ba6dad4ffd1c1fb2fa2604aa52e7d883726dc72d8d9d96060d7fedcd2c4ca20f30621d28d0174b1b66151705d899864 SHA512 fdb1f20dc86e2e74da77ef5e62d9465ea24d1af965f1ff3a6334ffefb239130fcf28f7cde9b4e7d7e6c9cf12fcb637784e7af209cffcee3dbe304025d33abcdd +DIST xfontsel-1.1.2.tar.xz 148792 BLAKE2B c9a4b56975987488d142b5f095f77e972c0802de7ec80aa862c0b71d16c2eca1a3bb27eaaaf2691f70b83063f2d6ab4343caabecde3c470b37ea5acff1e4d190 SHA512 377ef4e95f68411716a9cd202f4b2468ef5638d53ebd058518bdf97319f8008052f2cb76154503a1eae76aae3ce27dfa7334428b66f738a087d0915bef69c603 diff --git a/x11-apps/xfontsel/xfontsel-1.1.2.ebuild b/x11-apps/xfontsel/xfontsel-1.1.2.ebuild new file mode 100644 index 0000000000000..ad963b9c46de4 --- /dev/null +++ b/x11-apps/xfontsel/xfontsel-1.1.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit xorg-meson + +DESCRIPTION="point and click selection of X11 font names" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" + +RDEPEND=" + x11-libs/libXaw + x11-libs/libXmu + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto" +BDEPEND="sys-devel/gettext"