commit:     eb9400dbf125a9df848fb6b310b57d3f7e0e0501
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  9 22:04:00 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  9 22:04:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb9400db

x11-terms/xterm: add 386

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-terms/xterm/Manifest         |   2 +
 x11-terms/xterm/xterm-386.ebuild | 110 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 112 insertions(+)

diff --git a/x11-terms/xterm/Manifest b/x11-terms/xterm/Manifest
index 0742bc7fe6e3..dc0e991b9760 100644
--- a/x11-terms/xterm/Manifest
+++ b/x11-terms/xterm/Manifest
@@ -12,3 +12,5 @@ DIST xterm-384.tgz 1539955 BLAKE2B 
aef38aa61da46c29eacd15c239975cf8fecf140968c72
 DIST xterm-384.tgz.asc 729 BLAKE2B 
604ec0856dfdf06994f89d2725f3fa61d472c85cbc1a31075272d65ec8dedaef6040133ff9d03c4d0b866c66be98dbdab9c8716d3dad75578f37e5f437872911
 SHA512 
91eec76c3a0a2359275aad40b1df32035cf73c2d461cebfbcf7c3af1bee4274b66364e29c07b4bef24db9627a944d8c81ac76f6cf3cea193b28edbf411080d60
 DIST xterm-385.tgz 1543993 BLAKE2B 
f0724a1715b340b57c6f975dad30fbcc14d84a2209092163d40212050f78173f7eaa4696ed91d4704574a07a1d5c7af30f6fa381a9f45c32e9d23b84dee1dacf
 SHA512 
e00601a91238b6f0dc6cb973c928387ef7c41a3244cdb463d931c23e0ff93a76498b0d17ea90656a6bed7fcf0a24a788f1cbc02f1ff73e3fbc5ad0540f4982f7
 DIST xterm-385.tgz.asc 729 BLAKE2B 
06b1c14e2b3e773f8d2fcfc119168c38c10c3302a00dcb5f5510467acb903eeb55eb4c4702bd1c027ab2809c48656f38e611f374dd90b27fc463676527a0889e
 SHA512 
c60550a65f2b866274c0be830972471c5c6e80c96020588aad5dcb4d6c4e48c3b974f1a0bea5af9fc57b0181f1cee631dbf7154d9827b5446343268cca60484e
+DIST xterm-386.tgz 1545960 BLAKE2B 
afcd7f991d0f915c3317bb449359b122360018e22c37d36c257c3fcf6a08ca75b84da16ceb8f594c64760b5c746513a79cf9a8f1217bbf4ee59a5b96fb0c8d9b
 SHA512 
b0508d8e2d440e347d467201c9e8eb528756c9e693a506d0be8996e3050451f4f535b5d70d68994cc2af38e10f175105889b879e55ef7b37180e71255f3db741
+DIST xterm-386.tgz.asc 729 BLAKE2B 
37097533aa8e92e4162fc37e073085f14e3b3b1dd1823e61eade197638baa8bf4b55fd3e26fdbb25ce0df9dc22bd4803f3d05ec79aa0bb1a7ba223f7047c9c22
 SHA512 
2ddb0f2dedc0f032990d16daac449e7f03a281728a775b2f0412e1242a0becd4a5a44c0768b86ecc697aa96bc92cdc23756ef83988f1ade74ebc007701a152b3

diff --git a/x11-terms/xterm/xterm-386.ebuild b/x11-terms/xterm/xterm-386.ebuild
new file mode 100644
index 000000000000..575512bbf25c
--- /dev/null
+++ b/x11-terms/xterm/xterm-386.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/thomasdickey.asc
+inherit desktop flag-o-matic toolchain-funcs verify-sig xdg
+
+DESCRIPTION="Terminal Emulator for X Windows"
+HOMEPAGE="https://invisible-island.net/xterm/";
+SRC_URI="https://invisible-island.net/archives/${PN}/${P}.tgz";
+SRC_URI+=" verify-sig? ( 
https://invisible-island.net/archives/${PN}/${P}.tgz.asc )"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+IUSE="+openpty sixel toolbar truetype unicode Xaw3d xinerama"
+
+DEPEND="
+       kernel_linux? ( sys-libs/libutempter )
+       media-libs/fontconfig:1.0
+       >=sys-libs/ncurses-5.7-r7:=
+       x11-apps/xmessage
+       x11-libs/libICE
+       x11-libs/libX11
+       x11-libs/libXaw
+       x11-libs/libXft
+       x11-libs/libxkbfile
+       x11-libs/libXmu
+       x11-libs/libXrender
+       x11-libs/libXt
+       unicode? ( x11-apps/luit )
+       Xaw3d? ( x11-libs/libXaw3d )
+       xinerama? ( x11-libs/libXinerama )"
+RDEPEND="${DEPEND}
+       media-fonts/font-misc-misc
+       x11-apps/rgb"
+DEPEND+=" x11-base/xorg-proto"
+BDEPEND="
+       virtual/pkgconfig
+       verify-sig? ( sec-keys/openpgp-keys-thomasdickey )
+"
+
+DOCS=( README{,.i18n} ctlseqs.txt )
+
+PATCHES=(
+       "${FILESDIR}"/${PN}-384-unconditional-gnusource.patch
+)
+
+src_configure() {
+       DEFAULTS_DIR="${EPREFIX}"/usr/share/X11/app-defaults
+
+       # bug #454736
+       # Workaround for ncurses[tinfo] until upstream fixes their buildsystem 
using
+       # something sane like pkg-config or ncurses5-config and stops guessing 
libs
+       # Everything gets linked against ncurses anyways, so don't shout
+       append-libs $($(tc-getPKG_CONFIG) --libs ncurses)
+
+       local myeconfargs=(
+               --disable-full-tgetent
+               --disable-imake
+               --disable-setgid
+               --disable-setuid
+               --enable-256-color
+               --enable-broken-osc
+               --enable-broken-st
+               --enable-dabbrev
+               --enable-exec-xterm
+               --enable-i18n
+               --enable-load-vt-fonts
+               --enable-logging
+               --enable-screen-dumps
+               --enable-warnings
+               --enable-wide-chars
+               --libdir="${EPREFIX}"/etc
+               --with-app-defaults="${DEFAULTS_DIR}"
+               --with-icon-theme=hicolor
+               --with-icondir="${EPREFIX}"/usr/share/icons
+               --with-utempter
+               --with-x
+               $(use_enable openpty)
+               $(use_enable sixel sixel-graphics)
+               $(use_enable toolbar)
+               $(use_enable truetype freetype)
+               $(use_enable unicode luit)
+               $(use_enable unicode mini-luit)
+               $(use_with Xaw3d)
+               $(use_with xinerama)
+       )
+
+       econf "${myeconfargs[@]}"
+}
+
+src_install() {
+       default
+
+       docinto html
+       dodoc xterm.log.html
+       sed -i -e 's/_48x48//g' *.desktop || die
+       domenu *.desktop
+
+       # Fix permissions -- it grabs them from live system, and they can
+       # be suid or sgid like they were in pre-unix98 pty or pre-utempter days,
+       # respectively (#69510).
+       # (info from Thomas Dickey) - Donnie Berkholz <[email protected]>
+       fperms 0755 /usr/bin/xterm
+
+       # restore the navy blue
+       sed -i -e 's:blue2$:blue:' "${D}${DEFAULTS_DIR}"/XTerm-color || die
+}

Reply via email to