public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: razorqt-base/razorqt-libs/
@ 2012-10-05  5:17 Ben de Groot
  0 siblings, 0 replies; 4+ messages in thread
From: Ben de Groot @ 2012-10-05  5:17 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/qt:master commit in: razorqt-base/razorqt-libs/
@ 2012-10-05  7:05 Ben de Groot
  0 siblings, 0 replies; 4+ messages in thread
From: Ben de Groot @ 2012-10-05  7:05 UTC (permalink / raw
  To: gentoo-commits

commit:     dbc611656224707dbccfb9833a87b2dbe32b74b7
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Fri Oct  5 06:14:50 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Fri Oct  5 06:14:50 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=dbc61165

razorqt-base/razorqt-libs: add x11info utility

---
 razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild b/razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild
index 7086342..c25fb3d 100644
--- a/razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild
+++ b/razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild
@@ -41,6 +41,7 @@ src_configure() {
 		-DMODULE_LIBRAZORQT=On
 		-DMODULE_LIBRAZORQXT=On
 		-DMODULE_LIBRAZORMOUNT=On
+		-DMODULE_X11INFO=On
 	)
 	cmake-utils_src_configure
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/qt:master commit in: razorqt-base/razorqt-libs/
@ 2012-11-10 14:32 Ben de Groot
  0 siblings, 0 replies; 4+ messages in thread
From: Ben de Groot @ 2012-11-10 14:32 UTC (permalink / raw
  To: gentoo-commits

commit:     79027370eb2366d734393ec03cec168817bdcebe
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Sat Nov 10 14:28:23 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Sat Nov 10 14:28:23 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=79027370

razorqt-base/razorqt-libs: add new sysstat module

---
 razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild b/razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild
index dbc56d8..9013ac4 100644
--- a/razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild
+++ b/razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild
@@ -42,6 +42,7 @@ src_configure() {
 		-DMODULE_LIBRAZORQT=On
 		-DMODULE_LIBRAZORQXT=On
 		-DMODULE_LIBRAZORMOUNT=On
+		-DMODULE_LIBSYSSTAT=On
 		-DMODULE_ABOUT=On
 		-DMODULE_X11INFO=On
 	)


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/qt:master commit in: razorqt-base/razorqt-libs/
@ 2013-05-29 11:23 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2013-05-29 11:23 UTC (permalink / raw
  To: gentoo-commits

commit:     3b7a131f3e050eaaaa50450334e210bf07201728
Author:     Jekyll Wu <adaptee <AT> gmail <DOT> com>
AuthorDate: Tue Apr 30 15:31:53 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed May 29 11:21:44 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=3b7a131f

[razorqt-base/razorqt-libs] Build and install more modules.

---
 razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild b/razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild
index 726e7ae..fa8b4db 100644
--- a/razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild
+++ b/razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild
@@ -42,6 +42,8 @@ src_configure() {
 		-DMODULE_LIBRAZORQT=On
 		-DMODULE_LIBRAZORQXT=On
 		-DMODULE_LIBRAZORMOUNT=On
+		-DMODULE_LIBRAZORGLOBALKEYSHORTCUTSCLIENT=On
+		-DMODULE_LIBRAZORGLOBALKEYSHORTCUTSBUTTON=On
 		-DMODULE_LIBSYSSTAT=On
 		-DMODULE_ABOUT=On
 		-DMODULE_X11INFO=On


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-05-29 11:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-10 14:32 [gentoo-commits] proj/qt:master commit in: razorqt-base/razorqt-libs/ Ben de Groot
  -- strict thread matches above, loose matches on Subject: below --
2013-05-29 11:23 Michael Palimaka
2012-10-05  7:05 Ben de Groot
2012-10-05  5:17 Ben de Groot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox