Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/xterm/
Date: Fri, 23 Oct 2020 18:57:03
Message-Id: 1603479411.e703c9835ed6b58e9520dbe8f04f767e24b24bff.polynomial-c@gentoo
1 commit: e703c9835ed6b58e9520dbe8f04f767e24b24bff
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 23 18:37:08 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 23 18:56:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e703c983
7
8 x11-terms/xterm: Bump to version 361
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 x11-terms/xterm/Manifest | 1 +
14 x11-terms/xterm/xterm-361.ebuild | 99 ++++++++++++++++++++++++++++++++++++++++
15 2 files changed, 100 insertions(+)
16
17 diff --git a/x11-terms/xterm/Manifest b/x11-terms/xterm/Manifest
18 index bbf4d8e0150..a37e2db6b14 100644
19 --- a/x11-terms/xterm/Manifest
20 +++ b/x11-terms/xterm/Manifest
21 @@ -2,3 +2,4 @@ DIST xterm-337.tgz 1336781 BLAKE2B 6878154cc5d2f8547b8b8ffac0bff7603dce6d58c294b
22 DIST xterm-351.tgz 1401009 BLAKE2B df32425affce33deb199710be118e90da7b1975882aaf92ff1ad5e976ac18f280cf7d72362d82c0ff9f9530d8da3ba133e345ff9de7f0ac0a2134200c9cc87e6 SHA512 941507be19ad062b39c57288c6e28a17f0ceba090a2d1c3f626f638e5333ca9b4c762fe2fbc42908adf7854b00d9a98cb6eb7481dfa50fd0125459f8ca385c00
23 DIST xterm-357.tgz 1422256 BLAKE2B fb3f090c296b7f6063206538a2e7b38a9953433a029a531ebc2efbf7c9a6822a51f1bb6475ad2494279079b332de1fb15c262f51545f3d37ebc1b19fef9f341b SHA512 a4e3998496fe202835e97fef50eb608cbb0345d8f503dd4d629a1d313664b2c536e97e7eafdf9d346df87e31822f5cf6f78dc66833b0fe01b6d79dd7c58dc751
24 DIST xterm-360.tgz 1431491 BLAKE2B 2afa7f9cb93136ad0bfb29e0862642221b4b1f583caa5890bbdd4c0a2370266f7c7f19419e3bb82f93d854b3c5703ddd30b896dcb5069873458ac3483dbd7073 SHA512 ffca51e21584e4b84b271a555bead45df1759a9e353d776fd7d8736fb001b71cfa14dc85336c01c304b4fc98297523b1a943792da73b453e1810b890671bb607
25 +DIST xterm-361.tgz 1435017 BLAKE2B 8e413f3d9b8f3aa11fd71ed5692da9b274109bef5e0303470cf3eb81a333a12eb1437a01c023cff2dd0eb14aa19a849f6b00fa0a155c068421c7d070b1c64e35 SHA512 99e2a018729840c3ec8fe81d3cb305af249b641ceb40c2020f3cd4af3be7d88b6174a39fe8aa614d4ba1734af5f858762ffd68c9ee118ec3ef9030469583e852
26
27 diff --git a/x11-terms/xterm/xterm-361.ebuild b/x11-terms/xterm/xterm-361.ebuild
28 new file mode 100644
29 index 00000000000..ace98c8c3af
30 --- /dev/null
31 +++ b/x11-terms/xterm/xterm-361.ebuild
32 @@ -0,0 +1,99 @@
33 +# Copyright 1999-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +inherit desktop flag-o-matic multilib
39 +
40 +DESCRIPTION="Terminal Emulator for X Windows"
41 +HOMEPAGE="https://invisible-island.net/xterm/"
42 +SRC_URI="ftp://ftp.invisible-island.net/${PN}/${P}.tgz"
43 +
44 +LICENSE="MIT"
45 +SLOT="0"
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
47 +IUSE="+openpty sixel toolbar truetype unicode Xaw3d xinerama"
48 +
49 +BDEPEND="virtual/pkgconfig
50 + x11-base/xorg-proto"
51 +DEPEND="kernel_linux? ( sys-libs/libutempter )
52 + kernel_FreeBSD? ( sys-libs/libutempter )
53 + media-libs/fontconfig:1.0
54 + >=sys-libs/ncurses-5.7-r7:0=
55 + x11-apps/xmessage
56 + x11-libs/libICE
57 + x11-libs/libX11
58 + x11-libs/libXaw
59 + x11-libs/libXft
60 + x11-libs/libxkbfile
61 + x11-libs/libXmu
62 + x11-libs/libXrender
63 + x11-libs/libXt
64 + unicode? ( x11-apps/luit )
65 + Xaw3d? ( x11-libs/libXaw3d )
66 + xinerama? ( x11-libs/libXinerama )"
67 +RDEPEND="${DEPEND}
68 + media-fonts/font-misc-misc
69 + x11-apps/rgb"
70 +
71 +DOCS=( README{,.i18n} ctlseqs.txt )
72 +
73 +pkg_setup() {
74 + DEFAULTS_DIR="${EPREFIX}"/usr/share/X11/app-defaults
75 +}
76 +
77 +src_configure() {
78 + # 454736
79 + # Workaround for ncurses[tinfo] until upstream fixes their buildsystem using
80 + # something sane like pkg-config or ncurses5-config and stops guessing libs
81 + # Everything gets linked against ncurses anyways, so don't shout
82 + append-libs $(pkg-config --libs ncurses)
83 +
84 + local myeconfargs=(
85 + --disable-full-tgetent
86 + --disable-imake
87 + --disable-setgid
88 + --disable-setuid
89 + --enable-256-color
90 + --enable-broken-osc
91 + --enable-broken-st
92 + --enable-dabbrev
93 + --enable-exec-xterm
94 + --enable-i18n
95 + --enable-load-vt-fonts
96 + --enable-logging
97 + --enable-screen-dumps
98 + --enable-warnings
99 + --enable-wide-chars
100 + --libdir="${EPREFIX}"/etc
101 + --with-app-defaults="${DEFAULTS_DIR}"
102 + --with-utempter
103 + --with-x
104 + $(use_enable openpty)
105 + $(use_enable sixel sixel-graphics)
106 + $(use_enable toolbar)
107 + $(use_enable truetype freetype)
108 + $(use_enable unicode luit)
109 + $(use_enable unicode mini-luit)
110 + $(use_with Xaw3d)
111 + $(use_with xinerama)
112 + )
113 + econf "${myeconfargs[@]}"
114 +}
115 +
116 +src_install() {
117 + default
118 +
119 + docinto html
120 + dodoc xterm.log.html
121 + domenu *.desktop
122 +
123 + # Fix permissions -- it grabs them from live system, and they can
124 + # be suid or sgid like they were in pre-unix98 pty or pre-utempter days,
125 + # respectively (#69510).
126 + # (info from Thomas Dickey) - Donnie Berkholz <spyderous@g.o>
127 + fperms 0755 /usr/bin/xterm
128 +
129 + # restore the navy blue
130 + sed -i -e 's:blue2$:blue:' "${ED}${DEFAULTS_DIR}"/XTerm-color || die
131 +}