From: "Ben de Groot" <yngwin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: razorqt-base/razorqt-libs/
Date: Fri, 5 Oct 2012 05:17:50 +0000 (UTC) [thread overview]
Message-ID: <1349414255.7b6697b8efe28471a5f8786699aabc41fa18c473.yngwin@gentoo> (raw)
commit: 7b6697b8efe28471a5f8786699aabc41fa18c473
Author: Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Fri Oct 5 05:17:35 2012 +0000
Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Fri Oct 5 05:17:35 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=7b6697b8
razorqt-base/razorqt-libs: initial commit
---
razorqt-base/razorqt-libs/metadata.xml | 5 ++
razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild | 46 ++++++++++++++++++++
2 files changed, 51 insertions(+), 0 deletions(-)
diff --git a/razorqt-base/razorqt-libs/metadata.xml b/razorqt-base/razorqt-libs/metadata.xml
new file mode 100644
index 0000000..3cbebd8
--- /dev/null
+++ b/razorqt-base/razorqt-libs/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/razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild b/razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild
new file mode 100644
index 0000000..7086342
--- /dev/null
+++ b/razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+inherit cmake-utils
+
+DESCRIPTION="Common libraries for the Razor-qt desktop environment"
+HOMEPAGE="http://razor-qt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+ inherit git-2
+ EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git"
+ EGIT_BRANCH="master"
+ KEYWORDS=""
+else
+ SRC_URI="https://github.com/downloads/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-2+"
+SLOT="0"
+IUSE=""
+
+DEPEND="razorqt-base/libqtxdg
+ x11-libs/libX11
+ x11-libs/libXcomposite
+ x11-libs/libXcursor
+ x11-libs/libXdamage
+ x11-libs/libXfixes
+ x11-libs/libXrender
+ x11-libs/qt-core:4
+ x11-libs/qt-dbus:4
+ x11-libs/qt-gui:4
+ !x11-wm/razorqt"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DSPLIT_BUILD=On
+ -DMODULE_LIBRAZORQT=On
+ -DMODULE_LIBRAZORQXT=On
+ -DMODULE_LIBRAZORMOUNT=On
+ )
+ cmake-utils_src_configure
+}
next reply other threads:[~2012-10-05 5:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-05 5:17 Ben de Groot [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-10-05 7:05 [gentoo-commits] proj/qt:master commit in: razorqt-base/razorqt-libs/ Ben de Groot
2012-11-10 14:32 Ben de Groot
2013-05-29 11:23 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1349414255.7b6697b8efe28471a5f8786699aabc41fa18c473.yngwin@gentoo \
--to=yngwin@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox