summaryrefslogtreecommitdiff
path: root/kde-base/perlqt/perlqt-4.7.80.ebuild
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2011-11-18 21:41:03 +0400
committerAlexey Shvetsov <alexxy@gentoo.org>2011-11-18 21:44:52 +0400
commit6ea87a912895da15c76a5936d892eafc609d1749 (patch)
treee09e6e30ae6a2771336d7fee6814fc23d8b89e98 /kde-base/perlqt/perlqt-4.7.80.ebuild
parent89282264d039621148470639e5df10f3c6ec3746 (diff)
downloadkde-6ea87a912895da15c76a5936d892eafc609d1749.tar.gz
kde-6ea87a912895da15c76a5936d892eafc609d1749.tar.bz2
kde-6ea87a912895da15c76a5936d892eafc609d1749.zip
[kde-base] Add KDE SC 4.8 beta1
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'kde-base/perlqt/perlqt-4.7.80.ebuild')
-rw-r--r--kde-base/perlqt/perlqt-4.7.80.ebuild46
1 files changed, 46 insertions, 0 deletions
diff --git a/kde-base/perlqt/perlqt-4.7.80.ebuild b/kde-base/perlqt/perlqt-4.7.80.ebuild
new file mode 100644
index 00000000000..aa7d38158f4
--- /dev/null
+++ b/kde-base/perlqt/perlqt-4.7.80.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DECLARATIVE_REQUIRED="optional"
+MULTIMEDIA_REQUIRED="optional"
+OPENGL_REQUIRED="optional"
+QTHELP_REQUIRED="optional"
+KDE_REQUIRED="never"
+KDE_SCM="git"
+inherit kde4-base
+
+DESCRIPTION="Qt Perl bindings"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug phonon qimageblitz qscintilla qwt test webkit"
+
+RDEPEND="
+ >=dev-lang/perl-5.10.1
+ $(add_kdebase_dep smokeqt 'declarative?,multimedia?,opengl?,phonon?,qimageblitz?,qscintilla?,qthelp?,qwt?,webkit?')
+"
+DEPEND="${RDEPEND}
+ test? ( dev-perl/List-MoreUtils )
+"
+
+# Split from kdebindings-perl in 4.7
+add_blocker kdebindings-perl
+
+PATCHES=( "${FILESDIR}/${PN}-4.7.2-vendor.patch" )
+
+src_configure() {
+ local mycmakeargs=(
+ -DDISABLE_Qt3Support=ON
+ $(cmake-utils_use_disable declarative QtDeclarative)
+ $(cmake-utils_use_disable multimedia QtMultimedia)
+ $(cmake-utils_use_disable opengl QtOpenGL)
+ $(cmake-utils_use_with phonon)
+ $(cmake-utils_use_with qimageblitz QImageBlitz)
+ $(cmake-utils_use_with qscintilla QScintilla)
+ $(cmake-utils_use_disable qthelp QtHelp)
+ $(cmake-utils_use_disable qwt)
+ $(cmake-utils_use_disable webkit QtWebKit)
+ )
+ kde4-base_src_configure
+}