public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: x11-wm/razorqt/
@ 2012-02-04  0:16 Johannes Huber
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2012-02-04  0:16 UTC (permalink / raw
  To: gentoo-commits

commit:     26998284fa5e838f22607b75df1362db87ca062a
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 00:20:41 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 00:20:41 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=26998284

[x11-wm/razorqt] Fix repoman warning.

(Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit)

---
 x11-wm/razorqt/razorqt-0.4.0.9999.ebuild |    1 -
 x11-wm/razorqt/razorqt-0.4.0.ebuild      |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/x11-wm/razorqt/razorqt-0.4.0.9999.ebuild b/x11-wm/razorqt/razorqt-0.4.0.9999.ebuild
index 0f1a9d1..5648421 100644
--- a/x11-wm/razorqt/razorqt-0.4.0.9999.ebuild
+++ b/x11-wm/razorqt/razorqt-0.4.0.9999.ebuild
@@ -67,4 +67,3 @@ pkg_postinst() {
 	einfo "For the Removable Media plugin to work,"
 	einfo "make sure sys-fs/udisks is installed."
 }
-

diff --git a/x11-wm/razorqt/razorqt-0.4.0.ebuild b/x11-wm/razorqt/razorqt-0.4.0.ebuild
index 0f1a9d1..5648421 100644
--- a/x11-wm/razorqt/razorqt-0.4.0.ebuild
+++ b/x11-wm/razorqt/razorqt-0.4.0.ebuild
@@ -67,4 +67,3 @@ pkg_postinst() {
 	einfo "For the Removable Media plugin to work,"
 	einfo "make sure sys-fs/udisks is installed."
 }
-



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

* [gentoo-commits] proj/qt:master commit in: x11-wm/razorqt/
@ 2012-02-14  0:11 Ben de Groot
  0 siblings, 0 replies; 8+ messages in thread
From: Ben de Groot @ 2012-02-14  0:11 UTC (permalink / raw
  To: gentoo-commits

commit:     16d1a0b2f56bfa38d01440f2e3af11c30e02cf7e
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Tue Feb 14 00:10:52 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gmail <DOT> com>
CommitDate: Tue Feb 14 00:10:52 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=16d1a0b2

x11-wm/razorqt: version bump to 0.4.1

---
 x11-wm/razorqt/razorqt-0.4.0.ebuild                |   69 --------------------
 ...orqt-0.4.0.9999.ebuild => razorqt-0.4.1.ebuild} |    8 +-
 2 files changed, 4 insertions(+), 73 deletions(-)

diff --git a/x11-wm/razorqt/razorqt-0.4.0.ebuild b/x11-wm/razorqt/razorqt-0.4.0.ebuild
deleted file mode 100644
index 5648421..0000000
--- a/x11-wm/razorqt/razorqt-0.4.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit cmake-utils
-
-DESCRIPTION="An advanced, easy-to-use, and fast desktop environment based on Qt"
-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="0.4.1"
-	KEYWORDS=""
-else
-	SRC_URI="http://razor-qt.org/install/${P}.tar.bz2"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="doc policykit"
-
-COMMON_DEPEND="policykit? ( sys-auth/polkit-qt )
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	>=x11-libs/qt-core-4.6.0
-	>=x11-libs/qt-dbus-4.6.0
-	>=x11-libs/qt-gui-4.6.0
-	>=x11-libs/qt-script-4.6.0"
-
-DEPEND="${COMMON_DEPEND}
-	doc? ( app-doc/doxygen )
-	dev-util/cmake"
-
-RDEPEND="${COMMON_DEPEND}
-	|| (
-		x11-wm/openbox
-		kde-base/kwin
-		x11-wm/metacity
-		xfce-base/xfwm4
-		x11-wm/enlightenment
-		x11-wm/fvwm
-		x11-wm/sawfish
-		x11-wm/windowmaker
-		)"
-
-src_compile() {
-	cmake-utils_src_make
-
-	# build developer documentation using Doxygen
-	use doc && emake -C "${CMAKE_BUILD_DIR}" docs
-}
-
-src_install() {
-	cmake-utils_src_install
-
-	# install developer documentation
-	use doc && dodoc -r "${CMAKE_BUILD_DIR}/docs"
-}
-
-pkg_postinst() {
-	einfo "To be able to Shutdown/Reboot from Razor,"
-	einfo "make sure sys-power/upower is installed."
-	einfo "For the Removable Media plugin to work,"
-	einfo "make sure sys-fs/udisks is installed."
-}

diff --git a/x11-wm/razorqt/razorqt-0.4.0.9999.ebuild b/x11-wm/razorqt/razorqt-0.4.1.ebuild
similarity index 92%
rename from x11-wm/razorqt/razorqt-0.4.0.9999.ebuild
rename to x11-wm/razorqt/razorqt-0.4.1.ebuild
index 5648421..4af547f 100644
--- a/x11-wm/razorqt/razorqt-0.4.0.9999.ebuild
+++ b/x11-wm/razorqt/razorqt-0.4.1.ebuild
@@ -26,10 +26,10 @@ IUSE="doc policykit"
 COMMON_DEPEND="policykit? ( sys-auth/polkit-qt )
 	x11-libs/libXcomposite
 	x11-libs/libXdamage
-	>=x11-libs/qt-core-4.6.0
-	>=x11-libs/qt-dbus-4.6.0
-	>=x11-libs/qt-gui-4.6.0
-	>=x11-libs/qt-script-4.6.0"
+	x11-libs/qt-core:4
+	x11-libs/qt-dbus:4
+	x11-libs/qt-gui:4
+	x11-libs/qt-script:4"
 
 DEPEND="${COMMON_DEPEND}
 	doc? ( app-doc/doxygen )



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

* [gentoo-commits] proj/qt:master commit in: x11-wm/razorqt/
@ 2012-02-14  0:12 Ben de Groot
  0 siblings, 0 replies; 8+ messages in thread
From: Ben de Groot @ 2012-02-14  0:12 UTC (permalink / raw
  To: gentoo-commits

commit:     9365263d1ef04b8420a6c775c84c10eb814da015
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Tue Feb 14 00:12:09 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gmail <DOT> com>
CommitDate: Tue Feb 14 00:12:09 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=9365263d

x11-wm/razorqt: version bump to 0.4.1

---
 x11-wm/razorqt/Manifest             |    2 +-
 x11-wm/razorqt/razorqt-0.4.1.ebuild |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/razorqt/Manifest b/x11-wm/razorqt/Manifest
index 53bb1cd..084342f 100644
--- a/x11-wm/razorqt/Manifest
+++ b/x11-wm/razorqt/Manifest
@@ -1 +1 @@
-DIST razorqt-0.4.0.tar.bz2 5810907 RMD160 48c9590e5a5b5582d1bfa2f8e01f2da7e0daf900 SHA1 bdc2e32af8fbe348207b77a37491f3791bd961fc SHA256 b51f7789c35b4fe77e98f8a68ee32f9195693ab08b64c8fa6205eb2aaaf1ab99
+DIST razorqt-0.4.1.tar.bz2 9859818 SHA256 a730ab33266679afa9ffd204307b34369f132c539b68c28c0ccbb4e10e6b1eea SHA512 5fb5f35eb54acd73ff3e1781bdfe8cdac9b0df27a86099ac63d7e6c30b01306fa01cc2dc76b8c53d892dde21124faacd14d820f0f0c8a57e0185f397aa29318b WHIRLPOOL fd44fa1e5a5712441db5c2aa75fdee7510f1eb99a09493ad9b25920d31810ad8016836b9d73c8eec30a09641f9afc9a11756270dd66384917ebe5ccf21060240

diff --git a/x11-wm/razorqt/razorqt-0.4.1.ebuild b/x11-wm/razorqt/razorqt-0.4.1.ebuild
index 4af547f..744d4c6 100644
--- a/x11-wm/razorqt/razorqt-0.4.1.ebuild
+++ b/x11-wm/razorqt/razorqt-0.4.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_BRANCH="0.4.1"
 	KEYWORDS=""
 else
-	SRC_URI="http://razor-qt.org/install/${P}.tar.bz2"
+	SRC_URI="https://github.com/downloads/Razor-qt/razor-qt/${P}.tar.bz2"
 	KEYWORDS="~amd64 ~x86"
 fi
 



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

* [gentoo-commits] proj/qt:master commit in: x11-wm/razorqt/
@ 2012-02-16  2:26 Ben de Groot
  0 siblings, 0 replies; 8+ messages in thread
From: Ben de Groot @ 2012-02-16  2:26 UTC (permalink / raw
  To: gentoo-commits

commit:     35f90662388ecb31cf866d0bc821a9640a602f57
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Thu Feb 16 02:25:05 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gmail <DOT> com>
CommitDate: Thu Feb 16 02:25:05 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=35f90662

x11-wm/razorqt: add new 9999 ebuild for master git branch

---
 x11-wm/razorqt/razorqt-9999.ebuild |   69 ++++++++++++++++++++++++++++++++++++
 1 files changed, 69 insertions(+), 0 deletions(-)

diff --git a/x11-wm/razorqt/razorqt-9999.ebuild b/x11-wm/razorqt/razorqt-9999.ebuild
new file mode 100644
index 0000000..07deec3
--- /dev/null
+++ b/x11-wm/razorqt/razorqt-9999.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit cmake-utils
+
+DESCRIPTION="An advanced, easy-to-use, and fast desktop environment based on Qt"
+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/${P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="doc policykit"
+
+COMMON_DEPEND="policykit? ( sys-auth/polkit-qt )
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/qt-core:4
+	x11-libs/qt-dbus:4
+	x11-libs/qt-gui:4
+	x11-libs/qt-script:4"
+
+DEPEND="${COMMON_DEPEND}
+	doc? ( app-doc/doxygen )
+	dev-util/cmake"
+
+RDEPEND="${COMMON_DEPEND}
+	|| (
+		x11-wm/openbox
+		kde-base/kwin
+		x11-wm/metacity
+		xfce-base/xfwm4
+		x11-wm/enlightenment
+		x11-wm/fvwm
+		x11-wm/sawfish
+		x11-wm/windowmaker
+		)"
+
+src_compile() {
+	cmake-utils_src_make
+
+	# build developer documentation using Doxygen
+	use doc && emake -C "${CMAKE_BUILD_DIR}" docs
+}
+
+src_install() {
+	cmake-utils_src_install
+
+	# install developer documentation
+	use doc && dodoc -r "${CMAKE_BUILD_DIR}/docs"
+}
+
+pkg_postinst() {
+	einfo "To be able to Shutdown/Reboot from Razor,"
+	einfo "make sure sys-power/upower is installed."
+	einfo "For the Removable Media plugin to work,"
+	einfo "make sure sys-fs/udisks is installed."
+}



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

* [gentoo-commits] proj/qt:master commit in: x11-wm/razorqt/
@ 2012-02-18 12:00 Markos Chandras
  0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras @ 2012-02-18 12:00 UTC (permalink / raw
  To: gentoo-commits

commit:     da68e41e095f03d5b8bcc1c6885db7ff2c57a7ed
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 18 12:00:14 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 12:00:14 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=da68e41e

x11-wm/razorqt: 0.4.1 moved to gx86

---
 x11-wm/razorqt/Manifest             |    1 -
 x11-wm/razorqt/razorqt-0.4.1.ebuild |   69 -----------------------------------
 2 files changed, 0 insertions(+), 70 deletions(-)

diff --git a/x11-wm/razorqt/Manifest b/x11-wm/razorqt/Manifest
deleted file mode 100644
index 084342f..0000000
--- a/x11-wm/razorqt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST razorqt-0.4.1.tar.bz2 9859818 SHA256 a730ab33266679afa9ffd204307b34369f132c539b68c28c0ccbb4e10e6b1eea SHA512 5fb5f35eb54acd73ff3e1781bdfe8cdac9b0df27a86099ac63d7e6c30b01306fa01cc2dc76b8c53d892dde21124faacd14d820f0f0c8a57e0185f397aa29318b WHIRLPOOL fd44fa1e5a5712441db5c2aa75fdee7510f1eb99a09493ad9b25920d31810ad8016836b9d73c8eec30a09641f9afc9a11756270dd66384917ebe5ccf21060240

diff --git a/x11-wm/razorqt/razorqt-0.4.1.ebuild b/x11-wm/razorqt/razorqt-0.4.1.ebuild
deleted file mode 100644
index 744d4c6..0000000
--- a/x11-wm/razorqt/razorqt-0.4.1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit cmake-utils
-
-DESCRIPTION="An advanced, easy-to-use, and fast desktop environment based on Qt"
-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="0.4.1"
-	KEYWORDS=""
-else
-	SRC_URI="https://github.com/downloads/Razor-qt/razor-qt/${P}.tar.bz2"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="doc policykit"
-
-COMMON_DEPEND="policykit? ( sys-auth/polkit-qt )
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/qt-core:4
-	x11-libs/qt-dbus:4
-	x11-libs/qt-gui:4
-	x11-libs/qt-script:4"
-
-DEPEND="${COMMON_DEPEND}
-	doc? ( app-doc/doxygen )
-	dev-util/cmake"
-
-RDEPEND="${COMMON_DEPEND}
-	|| (
-		x11-wm/openbox
-		kde-base/kwin
-		x11-wm/metacity
-		xfce-base/xfwm4
-		x11-wm/enlightenment
-		x11-wm/fvwm
-		x11-wm/sawfish
-		x11-wm/windowmaker
-		)"
-
-src_compile() {
-	cmake-utils_src_make
-
-	# build developer documentation using Doxygen
-	use doc && emake -C "${CMAKE_BUILD_DIR}" docs
-}
-
-src_install() {
-	cmake-utils_src_install
-
-	# install developer documentation
-	use doc && dodoc -r "${CMAKE_BUILD_DIR}/docs"
-}
-
-pkg_postinst() {
-	einfo "To be able to Shutdown/Reboot from Razor,"
-	einfo "make sure sys-power/upower is installed."
-	einfo "For the Removable Media plugin to work,"
-	einfo "make sure sys-fs/udisks is installed."
-}



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

* [gentoo-commits] proj/qt:master commit in: x11-wm/razorqt/
@ 2012-03-18  3:41 Ben de Groot
  0 siblings, 0 replies; 8+ messages in thread
From: Ben de Groot @ 2012-03-18  3:41 UTC (permalink / raw
  To: gentoo-commits

commit:     d4f506bd4498cc7e76d6a9fb9cae3c58f6d6db39
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Sun Mar 18 03:37:46 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gmail <DOT> com>
CommitDate: Sun Mar 18 03:37:46 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=d4f506bd

x11-wm/razorqt: fix automagic, update deps

Upstream has applied kensington's patch to fix the policykit automagic
from bug #405935 in git, and they have done something similar for their
LightDM greeter. So I've added the configure switches for both in
src_configure, and updated the dependency listing. Also added lightdm
useflag description in metadata.xml.

---
 x11-wm/razorqt/metadata.xml        |    4 +++-
 x11-wm/razorqt/razorqt-9999.ebuild |   24 +++++++++++++++++++++---
 2 files changed, 24 insertions(+), 4 deletions(-)

diff --git a/x11-wm/razorqt/metadata.xml b/x11-wm/razorqt/metadata.xml
index 0457bbd..0db589e 100644
--- a/x11-wm/razorqt/metadata.xml
+++ b/x11-wm/razorqt/metadata.xml
@@ -15,5 +15,7 @@
 	it's no problem to take any modern WM from fwwm2 to kwin (yes, KDE
 	without Plasma Desktop is possible too).
 	</longdescription>
+	<use>
+		<flag name="lightdm">Build Razor-Qt's LightDM greeter</flag>
+	</use>
 </pkgmetadata>
-

diff --git a/x11-wm/razorqt/razorqt-9999.ebuild b/x11-wm/razorqt/razorqt-9999.ebuild
index 07deec3..cb8378a 100644
--- a/x11-wm/razorqt/razorqt-9999.ebuild
+++ b/x11-wm/razorqt/razorqt-9999.ebuild
@@ -21,15 +21,25 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="doc policykit"
+IUSE="doc lightdm policykit"
 
-COMMON_DEPEND="policykit? ( sys-auth/polkit-qt )
+COMMON_DEPEND="sys-apps/file
+	sys-libs/zlib
+	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-libs/qt-script:4"
+	x11-libs/qt-script:4
+	lightdm? ( x11-misc/lightdm[qt4] )
+	policykit? (
+		dev-libs/glib:2
+		sys-auth/polkit-qt
+	)"
 
 DEPEND="${COMMON_DEPEND}
 	doc? ( app-doc/doxygen )
@@ -47,6 +57,14 @@ RDEPEND="${COMMON_DEPEND}
 		x11-wm/windowmaker
 		)"
 
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_enable lightdm LIGHTDM_GREETER)
+		$(cmake-utils_use_enable policykit)
+	)
+	cmake-utils_src_configure
+}
+
 src_compile() {
 	cmake-utils_src_make
 



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

* [gentoo-commits] proj/qt:master commit in: x11-wm/razorqt/
@ 2012-04-03 15:47 Ben de Groot
  0 siblings, 0 replies; 8+ messages in thread
From: Ben de Groot @ 2012-04-03 15:47 UTC (permalink / raw
  To: gentoo-commits

commit:     439cd529dcc3f793ac48b73053a938a00044467b
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Tue Apr  3 15:47:18 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gmail <DOT> com>
CommitDate: Tue Apr  3 15:47:18 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=439cd529

x11-wm/razorqt: unbundle xdg-utils, bug #409025

---
 x11-wm/razorqt/razorqt-9999.ebuild |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/x11-wm/razorqt/razorqt-9999.ebuild b/x11-wm/razorqt/razorqt-9999.ebuild
index cb8378a..0359e3d 100644
--- a/x11-wm/razorqt/razorqt-9999.ebuild
+++ b/x11-wm/razorqt/razorqt-9999.ebuild
@@ -46,6 +46,7 @@ DEPEND="${COMMON_DEPEND}
 	dev-util/cmake"
 
 RDEPEND="${COMMON_DEPEND}
+	>=x11-misc/xdg-utils-1.1.0_rc1_p20120319
 	|| (
 		x11-wm/openbox
 		kde-base/kwin
@@ -59,6 +60,7 @@ RDEPEND="${COMMON_DEPEND}
 
 src_configure() {
 	local mycmakeargs=(
+		-DBUNDLE_XDG_UTILS=NO
 		$(cmake-utils_use_enable lightdm LIGHTDM_GREETER)
 		$(cmake-utils_use_enable policykit)
 	)



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

* [gentoo-commits] proj/qt:master commit in: x11-wm/razorqt/
@ 2012-09-03  3:55 Ben de Groot
  0 siblings, 0 replies; 8+ messages in thread
From: Ben de Groot @ 2012-09-03  3:55 UTC (permalink / raw
  To: gentoo-commits

commit:     791bcf5a1f64759edf72ca18741cc8d82b62d4dc
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Mon Sep  3 03:55:22 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Mon Sep  3 03:55:22 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=791bcf5a

x11-wm/razorqt: add RC snapshot

---
 x11-wm/razorqt/Manifest                        |    1 +
 x11-wm/razorqt/razorqt-0.4.99_p20120902.ebuild |   89 ++++++++++++++++++++++++
 2 files changed, 90 insertions(+), 0 deletions(-)

diff --git a/x11-wm/razorqt/Manifest b/x11-wm/razorqt/Manifest
new file mode 100644
index 0000000..45d0674
--- /dev/null
+++ b/x11-wm/razorqt/Manifest
@@ -0,0 +1 @@
+DIST razorqt-0.4.99_p20120902.tar.xz 6263448 SHA256 a3dccb7a94d977cba4ea2adeeea43a99bface43f34565d03b0e27c7ba2b7b84e SHA512 cf3d4fe322ece54a638610148af76a4db203fdf96e1d7ba11b895ce5bbeec7cfc76d19bdcb47de02b9973d1a275da2d8be71ab8af82180693d1ce461c18552b7 WHIRLPOOL 51b7a67950e72342dd3dcbcf9a6e38a19031389ffd7676fd9201d2b52fd4b41ec59235806bbc9f903bb2aac080e7e4f9db15966cf3641ce175d9ce240fac32f2

diff --git a/x11-wm/razorqt/razorqt-0.4.99_p20120902.ebuild b/x11-wm/razorqt/razorqt-0.4.99_p20120902.ebuild
new file mode 100644
index 0000000..c4ae0f0
--- /dev/null
+++ b/x11-wm/razorqt/razorqt-0.4.99_p20120902.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit cmake-utils
+
+DESCRIPTION="An advanced, easy-to-use, and fast desktop environment based on Qt"
+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="http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="doc lightdm policykit"
+
+COMMON_DEPEND="sys-apps/file
+	sys-libs/zlib
+	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-libs/qt-script:4
+	lightdm? ( x11-misc/lightdm[qt4] )
+	policykit? (
+		dev-libs/glib:2
+		sys-auth/polkit-qt
+	)"
+
+DEPEND="${COMMON_DEPEND}
+	doc? ( app-doc/doxygen )
+	dev-util/cmake"
+
+RDEPEND="${COMMON_DEPEND}
+	>=x11-misc/xdg-utils-1.1.0_rc1_p20120319
+	|| (
+		x11-wm/openbox
+		kde-base/kwin
+		x11-wm/metacity
+		xfce-base/xfwm4
+		x11-wm/enlightenment
+		x11-wm/fvwm
+		x11-wm/sawfish
+		x11-wm/windowmaker
+		)"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUNDLE_XDG_UTILS=NO
+		$(cmake-utils_use_enable lightdm LIGHTDM_GREETER)
+		$(cmake-utils_use_enable policykit)
+	)
+	cmake-utils_src_configure
+}
+
+src_compile() {
+	cmake-utils_src_make
+
+	# build developer documentation using Doxygen
+	use doc && emake -C "${CMAKE_BUILD_DIR}" docs
+}
+
+src_install() {
+	cmake-utils_src_install
+
+	# install developer documentation
+	use doc && dodoc -r "${CMAKE_BUILD_DIR}/docs"
+}
+
+pkg_postinst() {
+	einfo "To be able to Shutdown/Reboot from Razor,"
+	einfo "make sure sys-power/upower is installed."
+	einfo "For the Removable Media plugin to work,"
+	einfo "make sure sys-fs/udisks is installed."
+}


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

end of thread, other threads:[~2012-09-03  3:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-04  0:16 [gentoo-commits] proj/qt:master commit in: x11-wm/razorqt/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2012-02-14  0:11 Ben de Groot
2012-02-14  0:12 Ben de Groot
2012-02-16  2:26 Ben de Groot
2012-02-18 12:00 Markos Chandras
2012-03-18  3:41 Ben de Groot
2012-04-03 15:47 Ben de Groot
2012-09-03  3:55 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