diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-05-13 19:42:32 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-05-13 19:42:32 +0000 |
commit | 477faa83b384e0e2c2689e9f589bd218374e3052 (patch) | |
tree | ccf98f9884ae8b84a4989840e47e7374aebcde93 /kde-base/kdebindings | |
parent | masking kde-3.0.1 (diff) | |
download | gentoo-2-477faa83b384e0e2c2689e9f589bd218374e3052.tar.gz gentoo-2-477faa83b384e0e2c2689e9f589bd218374e3052.tar.bz2 gentoo-2-477faa83b384e0e2c2689e9f589bd218374e3052.zip |
kde 3.0.1 (not available yet, in testing by packagers - me and verwilst)
Diffstat (limited to 'kde-base/kdebindings')
-rw-r--r-- | kde-base/kdebindings/files/digest-kdebindings-3.0.1 | 1 | ||||
-rw-r--r-- | kde-base/kdebindings/kdebindings-3.0.1.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-base/kdebindings/files/digest-kdebindings-3.0.1 b/kde-base/kdebindings/files/digest-kdebindings-3.0.1 new file mode 100644 index 000000000000..2f4debbf7312 --- /dev/null +++ b/kde-base/kdebindings/files/digest-kdebindings-3.0.1 @@ -0,0 +1 @@ +MD5 19405b2df3b11c89bdd711d8a5fb89e2 kdebindings-3.0.1.tar.bz2 5044663 diff --git a/kde-base/kdebindings/kdebindings-3.0.1.ebuild b/kde-base/kdebindings/kdebindings-3.0.1.ebuild new file mode 100644 index 000000000000..5746ec525140 --- /dev/null +++ b/kde-base/kdebindings/kdebindings-3.0.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Dan Armak <danarmak@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings/kdebindings-3.0.1.ebuild,v 1.1 2002/05/13 19:42:32 danarmak Exp $ +. /usr/portage/eclass/inherit.eclass || die +inherit kde-dist + +DESCRIPTION="${DESCRIPTION}Bindings" + +newdepend ">=kde-base/kdebase-${PV} + >=x11-libs/gtk+-1.2.10-r4 + sys-devel/perl + python? ( dev-lang/python ) + java? ( virtual/jdk ) + >=x11-libs/gtk+-1.2.6 + =dev-libs/glib-1.2* + ~kde-base/kdenetwork-${PV}" + +use python || myconf="$myconf --without-python" +use java && myconf="$myconf --with-java=$(java-config --jdk-home)" || myconf="$myconf --without-java" + + export LIBPYTHON="`python-config`" + +src_compile2() { + + kde_src_compile myconf configure + + # the library_path is a kludge for a strange bug + #LIBRARY_PATH=${QTDIR}/lib make || die + +} + |