From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- x11-terms/kterm/kterm-6.2.0-r7.ebuild | 94 +++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 x11-terms/kterm/kterm-6.2.0-r7.ebuild (limited to 'x11-terms/kterm/kterm-6.2.0-r7.ebuild') diff --git a/x11-terms/kterm/kterm-6.2.0-r7.ebuild b/x11-terms/kterm/kterm-6.2.0-r7.ebuild new file mode 100644 index 000000000000..82a0e0e0ef31 --- /dev/null +++ b/x11-terms/kterm/kterm-6.2.0-r7.ebuild @@ -0,0 +1,94 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="Japanese Kanji X Terminal" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="mirror://gentoo/${P}.tar.gz + mirror://gentoo/${P}-wpi.patch.gz + mirror://gentoo/${P}.ext02.patch.gz" + +LICENSE="MIT HPND XC" +SLOT="0" +KEYWORDS="-alpha amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="Xaw3d" + +RDEPEND=" + app-text/rman + sys-libs/ncurses:= + x11-libs/libXaw + x11-libs/libXmu + x11-libs/libXpm + x11-libs/libxkbfile + Xaw3d? ( x11-libs/libXaw3d ) + ! ${PN}.ja.1 || die + doman ${PN}.ja.1 + + # remove link to avoid collision (bug #668892,706322) + rm "${ED}"/usr/$(get_libdir)/X11/app-defaults || die +} + +pkg_postinst() { + elog + elog "KTerm wallpaper support is enabled." + elog "In order to use this feature," + elog "you need specify favourite xpm file with -wp option" + elog + elog "\t% ${PN} -wp filename.xpm" + elog + elog "or set it with X resource" + elog + elog "\tKTerm*wallPaper: /path/to/filename.xpm" + elog +} -- cgit v1.2.3