Gentoo Archives: gentoo-commits

From: Mats Lidell <matsl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/
Date: Sun, 28 Nov 2021 22:53:39
Message-Id: 1638139824.ed6b568180cb65f7fe3da034efdc7fcae9f18d44.matsl@gentoo
1 commit: ed6b568180cb65f7fe3da034efdc7fcae9f18d44
2 Author: Mats Lidell <matsl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 28 22:49:44 2021 +0000
4 Commit: Mats Lidell <matsl <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 28 22:50:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed6b5681
7
8 app-editors/xemacs: Re-enable neXt on xemacs-21.5.9999
9
10 Add built with dependency unicode on libXaw3d
11
12 Bug: https://bugs.gentoo.org/827723
13 Signed-off-by: Mats Lidell <matsl <AT> gentoo.org>
14
15 app-editors/xemacs/xemacs-21.5.9999.ebuild | 5 +++--
16 1 file changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/app-editors/xemacs/xemacs-21.5.9999.ebuild b/app-editors/xemacs/xemacs-21.5.9999.ebuild
19 index 8445da157a67..10c8d43ee877 100644
20 --- a/app-editors/xemacs/xemacs-21.5.9999.ebuild
21 +++ b/app-editors/xemacs/xemacs-21.5.9999.ebuild
22 @@ -10,6 +10,7 @@ inherit flag-o-matic xdg-utils desktop
23
24 DESCRIPTION="highly customizable open source text editor and application development system"
25 HOMEPAGE="http://www.xemacs.org/"
26 +SRC_URI="http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz"
27
28 inherit mercurial
29 EHG_REPO_URI="https://foss.heptapod.net/xemacs/xemacs"
30 @@ -35,7 +36,7 @@ RDEPEND="
31 dnd? ( x11-libs/dnd )
32 motif? ( >=x11-libs/motif-2.3:0[xft=] )
33 athena? ( x11-libs/libXaw )
34 - Xaw3d? ( x11-libs/libXaw3d )
35 + Xaw3d? ( x11-libs/libXaw3d[unicode] )
36 xft? ( media-libs/freetype:2 x11-libs/libXft x11-libs/libXrender >=media-libs/fontconfig-2.5.0 )
37 neXt? ( x11-libs/neXtaw )
38 xface? ( media-libs/compface )
39 @@ -59,7 +60,7 @@ src_unpack() {
40 }
41
42 src_prepare() {
43 - # use neXt && cp "${WORKDIR}"/NeXT.XEmacs/xemacs-icons/* "${S}"/etc/toolbar/
44 + use neXt && cp "${WORKDIR}"/NeXT.XEmacs/xemacs-icons/* "${S}"/etc/toolbar/
45 find "${S}"/lisp -name '*.elc' -exec rm {} \; || die
46 # eapply "${FILESDIR}/${P}-ncurses-tinfo.patch"
47 # eapply "${FILESDIR}/${P}-gcc5.patch"