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: Sun, 03 Nov 2019 14:45:25
Message-Id: 1572792223.cdea1dd658c2e254bb9bb6227eb90742d7b2ed79.polynomial-c@gentoo
1 commit: cdea1dd658c2e254bb9bb6227eb90742d7b2ed79
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 3 14:43:43 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 3 14:43:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdea1dd6
7
8 x11-terms/xterm: Bump to version 350
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 x11-terms/xterm/Manifest | 1 +
14 x11-terms/xterm/xterm-350.ebuild | 99 ++++++++++++++++++++++++++++++++++++++++
15 2 files changed, 100 insertions(+)
16
17 diff --git a/x11-terms/xterm/Manifest b/x11-terms/xterm/Manifest
18 index 4bb0b62e841..58b897328b2 100644
19 --- a/x11-terms/xterm/Manifest
20 +++ b/x11-terms/xterm/Manifest
21 @@ -2,3 +2,4 @@ DIST xterm-327.tgz 1240131 BLAKE2B 7f009ec995fa9f8007cd5497d13f1120440df40ef0801
22 DIST xterm-337.tgz 1336781 BLAKE2B 6878154cc5d2f8547b8b8ffac0bff7603dce6d58c294b4153e169654fc441f1209c97a6d17bf3f880d0160a42e102ca8fd4a291c2b7d373269290a7bbebeeb8d SHA512 fad31aa971a42cf38d3e3db2edc615b408d92226c305654b9276592c6dee075f31c7f082a3f549284f1685a31d5d9dedbda99c2c308a90bd741958f862806609
23 DIST xterm-348.tgz 1375431 BLAKE2B 29313e5a9ae0f92faa1faa4fb641244716fabcdaf9b17b8898c75cf2d4ad2e19bc44702cc4510c4a9413e1a8b811ed61deb5934b93c3cd0eb101c998b1bbc9e4 SHA512 852896c0aba885bafc80baad899fc56910dce66bf5df6b3fef3f998efc33af9d30b68cfb0c92c7028365ac4944af3d3c198bc0e408ca09e949b993a79c1e6dd9
24 DIST xterm-349.tgz 1381911 BLAKE2B 24486676741f138a5b9e98e5b3e213ddd29d83cfed16072f5a1f825f6fe40f72a121bef8e0dfed0aa4c0a912ec4b1ec83f9c9ab2a24a405d7d8de5f3ad1c2451 SHA512 d350671a262973b6486dd9785f84c1f09b6a5e52898ce38d39ed2b11cd8208c473c63c3504533e7e9004af4e690d9032828a14fe6c5474523cfb8ec4badcbd0f
25 +DIST xterm-350.tgz 1399138 BLAKE2B 3665f1529d41b518dbd5650f74e2ccfb48969430823c68b396a3db962d6906664bd8bf359103e5b22d902bbe823637a246823c2244dfc1b068d16a89a4e87c99 SHA512 66e6cb37ebedd65c473b04cc31917e509f50652358414787a0a3f0b8f39ae957bf0aefe372576f82a698fccc6c45840cd4e4a2d8ce9f0b1fe5582ed88dae724f
26
27 diff --git a/x11-terms/xterm/xterm-350.ebuild b/x11-terms/xterm/xterm-350.ebuild
28 new file mode 100644
29 index 00000000000..2055f880410
30 --- /dev/null
31 +++ b/x11-terms/xterm/xterm-350.ebuild
32 @@ -0,0 +1,99 @@
33 +# Copyright 1999-2019 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 ~sh ~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-freebsd/freebsd-lib-9.0 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 +}