* [gentoo-commits] proj/qt:master commit in: x11-libs/qt-components/
@ 2012-08-03 3:27 Davide Pesavento
0 siblings, 0 replies; only message in thread
From: Davide Pesavento @ 2012-08-03 3:27 UTC (permalink / raw
To: gentoo-commits
commit: 5d472525d7255593f4bcf907ed0ae6e5437b4e5b
Author: Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Fri Aug 3 03:24:18 2012 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Fri Aug 3 03:24:18 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=5d472525
[x11-libs/qt-components] Preliminary live ebuild for QtQuick Components for qt4.
Very experimental, has some QA issues.
---
x11-libs/qt-components/metadata.xml | 5 ++
x11-libs/qt-components/qt-components-9999.ebuild | 56 ++++++++++++++++++++++
2 files changed, 61 insertions(+), 0 deletions(-)
diff --git a/x11-libs/qt-components/metadata.xml b/x11-libs/qt-components/metadata.xml
new file mode 100644
index 0000000..ab02f99
--- /dev/null
+++ b/x11-libs/qt-components/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>qt</herd>
+</pkgmetadata>
diff --git a/x11-libs/qt-components/qt-components-9999.ebuild b/x11-libs/qt-components/qt-components-9999.ebuild
new file mode 100644
index 0000000..8572ae4
--- /dev/null
+++ b/x11-libs/qt-components/qt-components-9999.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}.git
+ https://git.gitorious.org/${PN}/${PN}.git"
+
+inherit qt4-r2 git-2
+
+DESCRIPTION="QtQuick/QML components and models"
+HOMEPAGE="http://qt.gitorious.org/qt-components/qt-components"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS=""
+
+IUSE="extras meego mobility symbian test"
+
+DEPEND="
+ >=x11-libs/qt-core-4.7.4:4
+ >=x11-libs/qt-declarative-4.7.4:4
+ meego? (
+ x11-libs/libXdamage
+ x11-libs/libXrandr
+ >=x11-libs/qt-dbus-4.7.4:4
+ >=x11-libs/qt-opengl-4.7.4:4
+ mobility? ( >=x11-libs/qt-mobility-1.2[systeminfo] )
+ )
+ symbian? (
+ >=x11-libs/qt-svg-4.7.4:4
+ mobility? ( >=x11-libs/qt-mobility-1.2[feedback,systeminfo] )
+ )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local myconf=(
+ ./configure
+ -prefix "${EPREFIX}/usr"
+ -nomake demos
+ -nomake examples
+ $(use extras && echo -make || echo -nomake) extras
+ $(use test && echo -make || echo -nomake) tests
+ $(use meego && echo -meego)
+ $(use symbian && echo -symbian)
+ -no-meegotouch
+ -no-maliit
+ -no-contextsubscriber
+ -no-meegographicssystem
+ -xdamage
+ $(use mobility || echo -no)-mobility
+ )
+ echo "${myconf[@]}"
+ "${myconf[@]}" || die "configure failed"
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-03 3:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-03 3:27 [gentoo-commits] proj/qt:master commit in: x11-libs/qt-components/ Davide Pesavento
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox