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/app-accessibility/java-access-bridge/java-access-bridge-1.6.0.eb...

57 lines
1.3 KiB

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/java-access-bridge/java-access-bridge-1.6.0.ebuild,v 1.11 2011/08/19 11:32:00 nirbheek Exp $
EAPI="2"
inherit java-pkg-2 gnome2
DESCRIPTION="Gnome Java Accessibility Bridge"
HOMEPAGE="http://developer.gnome.org/projects/gap/"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86"
IUSE=""
COMMON_DEPEND=">=gnome-base/libbonobo-2
>=gnome-extra/at-spi-1.7.10:1"
RDEPEND="$COMMON_DEPEND
>=virtual/jre-1.4"
DEPEND="$COMMON_DEPEND
>=virtual/jdk-1.4
>=dev-util/pkgconfig-0.9"
DOCS="AUTHORS ChangeLog NEWS README"
pkg_setup() {
java-pkg-2_pkg_setup
G2CONF="--with-java-home=${JDK_HOME}"
}
src_install() {
gnome2_src_install
java-pkg_dojar "${D}"/usr/share/jar/*.jar
insinto /usr/share/${PN}
doins "${D}"/usr/share/jar/*.properties
rm -rf "${D}"/usr/share/jar
}
pkg_postinst() {
elog
elog "The Java Accessibility Bridge for GNOME has been installed."
elog
elog "To enable accessibility support with your java applications, you"
elog "have to enable CORBA traffic over IP. To do this, you may add the"
elog "following line to your /etc/orbitrc or ~/.orbitrc file:"
elog
elog " ORBIIOPIPv4=1"
elog
}