public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ben de Groot" <yngwin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: razorqt-base/razorqt-panel/
Date: Fri,  5 Oct 2012 10:19:11 +0000 (UTC)	[thread overview]
Message-ID: <1349430394.172b1737a68d33248781c3af81872911621f0d99.yngwin@gentoo> (raw)

commit:     172b1737a68d33248781c3af81872911621f0d99
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Fri Oct  5 09:46:34 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Fri Oct  5 09:46:34 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=172b1737

razorqt-base/razorqt-panel: initial commit

---
 razorqt-base/razorqt-panel/metadata.xml            |    5 ++
 .../razorqt-panel/razorqt-panel-9999.ebuild        |   48 ++++++++++++++++++++
 2 files changed, 53 insertions(+), 0 deletions(-)

diff --git a/razorqt-base/razorqt-panel/metadata.xml b/razorqt-base/razorqt-panel/metadata.xml
new file mode 100644
index 0000000..3cbebd8
--- /dev/null
+++ b/razorqt-base/razorqt-panel/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-panel/razorqt-panel-9999.ebuild b/razorqt-base/razorqt-panel/razorqt-panel-9999.ebuild
new file mode 100644
index 0000000..c90ea62
--- /dev/null
+++ b/razorqt-base/razorqt-panel/razorqt-panel-9999.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+inherit cmake-utils
+
+DESCRIPTION="Razor-qt panel and its plugins"
+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.1+"
+SLOT="0"
+IUSE="cpuload +mount networkmonitor sensors +volume"
+#IUSE="+clock colorpicker cpuload +desktopswitch +mainmenu +mount networkmonitor
+#	quicklaunch screensaver sensors +showdesktop +taskbar +tray +volume"
+
+DEPEND="razorqt-base/razorqt-libs
+	cpuload? ( sys-libs/libstatgrab )
+	networkmonitor? ( sys-libs/libstatgrab )
+	sensors? ( sys-apps/lm_sensors )
+	volume? ( || ( media-libs/alsa-lib media-sound/pulseaudio ) )"
+RDEPEND="${DEPEND}
+	razorqt-base/razorqt-data
+	mount? ( sys-fs/udisks )"
+
+src_configure() {
+	local mycmakeargs=(
+		-DSPLIT_BUILD=On
+		-DMODULE_PANEL=On
+	)
+	# commented out, since this currently has no effect (yngwin, 2012-10-05)
+	# it probably also needs more fixing for automagic deps (e.g. alsa / pulse)
+#	for i in clock colorpicker cpuload desktopswitch mainmenu mount networkmonitor \
+#			quicklaunch screensaver sensors showdesktop taskbar tray volume; do
+#		use $i || mycmakeargs+=( -D${i^^}-PLUGIN=No )
+#	done
+	cmake-utils_src_configure
+}


             reply	other threads:[~2012-10-05 10:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-05 10:19 Ben de Groot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-10-05 14:45 [gentoo-commits] proj/qt:master commit in: razorqt-base/razorqt-panel/ Ben de Groot
2012-10-06 10:01 Ben de Groot
2012-10-31  7:54 Ben de Groot
2014-10-04 21:02 Davide Pesavento

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=1349430394.172b1737a68d33248781c3af81872911621f0d99.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