diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-01-16 14:03:04 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-01-16 14:03:04 +0000 |
commit | 24a04a63c71368144bbd45dfc794c5950460764d (patch) | |
tree | d2dd6ec39d439f4d20bda7bc65f65cc691d40cad /dev-perl/PerlQt/PerlQt-3.009_beta1.ebuild | |
parent | Added ~mips. (diff) | |
download | historical-24a04a63c71368144bbd45dfc794c5950460764d.tar.gz historical-24a04a63c71368144bbd45dfc794c5950460764d.tar.bz2 historical-24a04a63c71368144bbd45dfc794c5950460764d.zip |
Bug 114820, this ebuild appears to fix those issues
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-perl/PerlQt/PerlQt-3.009_beta1.ebuild')
-rw-r--r-- | dev-perl/PerlQt/PerlQt-3.009_beta1.ebuild | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/PerlQt/PerlQt-3.009_beta1.ebuild b/dev-perl/PerlQt/PerlQt-3.009_beta1.ebuild index 8031df0c90b8..e299b241e141 100644 --- a/dev-perl/PerlQt/PerlQt-3.009_beta1.ebuild +++ b/dev-perl/PerlQt/PerlQt-3.009_beta1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PerlQt/PerlQt-3.009_beta1.ebuild,v 1.2 2005/09/07 20:15:55 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PerlQt/PerlQt-3.009_beta1.ebuild,v 1.3 2006/01/16 14:03:03 mcummings Exp $ inherit perl-module kde @@ -22,7 +22,8 @@ S=${WORKDIR}/${P/_beta1/} #if kdebindings is installed compilation is really fast! # because libsmoke comes with kdebindings-3.1 -DEPEND="=x11-libs/qt-3*" +DEPEND="=x11-libs/qt-3* + kde-base/kdelibs" src_unpack() { unpack ${A} @@ -35,9 +36,11 @@ src_unpack() { src_compile() { useq arts || myconf="${myconf} --without-arts" addwrite $QTDIR/etc/settings - perl-module_src_prep - - emake + #perl-module_src_prep + perl Makfile.PL ${myconf} \ + PREFIX=${D}/usr INSTALLDIRS=vendor + perl-module_src_compile + #emake } src_install() { |