# Copyright 1999-2022 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 }