diff options
author | Mats Lidell <matsl@gentoo.org> | 2021-11-28 23:49:44 +0100 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2021-11-28 23:50:24 +0100 |
commit | ed6b568180cb65f7fe3da034efdc7fcae9f18d44 (patch) | |
tree | db1cee5ddcc48e48acb55d61bf6c4f9ee9e28ff7 /app-editors/xemacs | |
parent | sys-kernel/git-sources: Linux version bump (diff) | |
download | gentoo-ed6b568180cb65f7fe3da034efdc7fcae9f18d44.tar.gz gentoo-ed6b568180cb65f7fe3da034efdc7fcae9f18d44.tar.bz2 gentoo-ed6b568180cb65f7fe3da034efdc7fcae9f18d44.zip |
app-editors/xemacs: Re-enable neXt on xemacs-21.5.9999
Add built with dependency unicode on libXaw3d
Bug: https://bugs.gentoo.org/827723
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-editors/xemacs')
-rw-r--r-- | app-editors/xemacs/xemacs-21.5.9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-editors/xemacs/xemacs-21.5.9999.ebuild b/app-editors/xemacs/xemacs-21.5.9999.ebuild index 8445da157a67..10c8d43ee877 100644 --- a/app-editors/xemacs/xemacs-21.5.9999.ebuild +++ b/app-editors/xemacs/xemacs-21.5.9999.ebuild @@ -10,6 +10,7 @@ inherit flag-o-matic xdg-utils desktop DESCRIPTION="highly customizable open source text editor and application development system" HOMEPAGE="http://www.xemacs.org/" +SRC_URI="http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz" inherit mercurial EHG_REPO_URI="https://foss.heptapod.net/xemacs/xemacs" @@ -35,7 +36,7 @@ RDEPEND=" dnd? ( x11-libs/dnd ) motif? ( >=x11-libs/motif-2.3:0[xft=] ) athena? ( x11-libs/libXaw ) - Xaw3d? ( x11-libs/libXaw3d ) + Xaw3d? ( x11-libs/libXaw3d[unicode] ) xft? ( media-libs/freetype:2 x11-libs/libXft x11-libs/libXrender >=media-libs/fontconfig-2.5.0 ) neXt? ( x11-libs/neXtaw ) xface? ( media-libs/compface ) @@ -59,7 +60,7 @@ src_unpack() { } src_prepare() { - # use neXt && cp "${WORKDIR}"/NeXT.XEmacs/xemacs-icons/* "${S}"/etc/toolbar/ + use neXt && cp "${WORKDIR}"/NeXT.XEmacs/xemacs-icons/* "${S}"/etc/toolbar/ find "${S}"/lisp -name '*.elc' -exec rm {} \; || die # eapply "${FILESDIR}/${P}-ncurses-tinfo.patch" # eapply "${FILESDIR}/${P}-gcc5.patch" |