public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-wm/razorqt: razorqt-0.4.1-r1.ebuild ChangeLog razorqt-0.4.1.ebuild
@ 2012-03-27 17:04 Johannes Huber (johu)
  0 siblings, 0 replies; only message in thread
From: Johannes Huber (johu) @ 2012-03-27 17:04 UTC (permalink / raw
  To: gentoo-commits

johu        12/03/27 17:04:03

  Modified:             ChangeLog
  Added:                razorqt-0.4.1-r1.ebuild
  Removed:              razorqt-0.4.1.ebuild
  Log:
  Revision bump. Add missing and fix automagic dependencies by Michael (kensington) <gentoo@scribeofthenile.com>. Fixes bug #405935.
  
  (Portage version: 2.2.0_alpha95/cvs/Linux i686)

Revision  Changes    Path
1.2                  x11-wm/razorqt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/razorqt/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/razorqt/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/razorqt/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/razorqt/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	18 Feb 2012 11:59:37 -0000	1.1
+++ ChangeLog	27 Mar 2012 17:04:03 -0000	1.2
@@ -1,6 +1,14 @@
 # ChangeLog for x11-wm/razorqt
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/razorqt/ChangeLog,v 1.1 2012/02/18 11:59:37 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/razorqt/ChangeLog,v 1.2 2012/03/27 17:04:03 johu Exp $
+
+*razorqt-0.4.1-r1 (27 Mar 2012)
+
+  27 Mar 2012; Johannes Huber <johu@gentoo.org>
+  +files/razorqt-0.4.1-automagic.patch, +razorqt-0.4.1-r1.ebuild,
+  -razorqt-0.4.1.ebuild:
+  Revision bump. Add missing and fix automagic dependencies by Michael
+  (kensington) <gentoo@scribeofthenile.com>. Fixes bug #405935.
 
 *razorqt-0.4.1 (18 Feb 2012)
 



1.1                  x11-wm/razorqt/razorqt-0.4.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/razorqt/razorqt-0.4.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/razorqt/razorqt-0.4.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: razorqt-0.4.1-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/razorqt/razorqt-0.4.1-r1.ebuild,v 1.1 2012/03/27 17:04:03 johu Exp $

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="sys-apps/file
	policykit? (
		dev-libs/glib:2
		sys-auth/polkit-qt
	)
	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"

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
		)"

PATCHES=( "${FILESDIR}/${P}-automagic.patch" )

src_configure() {
	local mycmakeargs=(
		$(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	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-27 17:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-27 17:04 [gentoo-commits] gentoo-x86 commit in x11-wm/razorqt: razorqt-0.4.1-r1.ebuild ChangeLog razorqt-0.4.1.ebuild Johannes Huber (johu)

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