You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-terms/roxterm/roxterm-1.22.2.ebuild

40 lines
1004 B

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-terms/roxterm/roxterm-1.22.2.ebuild,v 1.3 2011/09/12 10:45:28 ssuominen Exp $
EAPI=4
inherit gnome2-utils
DESCRIPTION="A terminal emulator designed to integrate with the ROX environment"
HOMEPAGE="http://roxterm.sourceforge.net/"
SRC_URI="mirror://sourceforge/roxterm/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND="dev-libs/dbus-glib
>=dev-libs/glib-2.16
>=gnome-base/libglade-2
x11-libs/gtk+:2
x11-libs/libICE
x11-libs/libSM
>=x11-libs/vte-0.11.11:0"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
DOCS=( AUTHORS ChangeLog NEWS README TODO )
src_prepare() {
sed -i -e 's:TerminalEmulator:System;&:' roxterm.desktop || die
}
src_configure() {
econf --htmldir=/usr/share/doc/${PF}/html
}
pkg_preinst() { gnome2_icon_savelist; }
pkg_postinst() { gnome2_icon_cache_update; }
pkg_postrm() { gnome2_icon_cache_update; }