From: "Jauhien Piatlicki" <jauhien@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-powermanagement/
Date: Wed, 29 Oct 2014 16:48:16 +0000 (UTC)	[thread overview]
Message-ID: <1414601175.c0cc54eece96ed73254787a86b039b37b0ca36d1.jauhien@gentoo> (raw)
commit:     c0cc54eece96ed73254787a86b039b37b0ca36d1
Author:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 29 16:46:15 2014 +0000
Commit:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Wed Oct 29 16:46:15 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c0cc54ee
[lxqt-base/lxqt-powermanagement] 0.8.0 release
---
 lxqt-base/lxqt-powermanagement/Manifest            |  1 +
 .../lxqt-powermanagement-0.8.0.ebuild              | 45 ++++++++++++++++++++++
 2 files changed, 46 insertions(+)
diff --git a/lxqt-base/lxqt-powermanagement/Manifest b/lxqt-base/lxqt-powermanagement/Manifest
new file mode 100644
index 0000000..c6e7274
--- /dev/null
+++ b/lxqt-base/lxqt-powermanagement/Manifest
@@ -0,0 +1 @@
+DIST lxqt-powermanagement-0.8.0.tar.xz 30236 SHA256 eb2605326c0598331e0c84624e319ef574c6dffc73d0bbc21782cb61a468d40c SHA512 56f3ab95fdf525a51072b5ad09d79df4e290ddb491dadd860a15abf383a5507456f9017ad06808001b99e2c11e2b9ad639ab22a3d48d44c86f1c21b90eb9f944 WHIRLPOOL 49b0d3bc3fcac1f7baccba8dfc8e774784fee8c5ee3958e4ae9c750e646eb22b5b28f50ec298225e2ac0125eec6d0b5d076134e8cfacf95bd61d95207d7f5562
diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.8.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.8.0.ebuild
new file mode 100644
index 0000000..a83e06a
--- /dev/null
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.8.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="LXQt daemon for power management and auto-suspend"
+HOMEPAGE="http://www.lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+else
+	SRC_URI="http://lxqt.org/downloads/lxqt/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="0"
+
+CDEPEND="
+	dev-qt/linguist-tools:5
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+	dev-qt/qtxml:5
+	~lxqt-base/liblxqt-${PV}
+	>=razorqt-base/libqtxdg-1.0.0
+	x11-libs/libX11
+	x11-libs/libxcb:="
+DEPEND="${CDEPEND}
+	virtual/pkgconfig"
+RDEPEND="${CDEPEND}
+	sys-power/upower"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_QT5=ON
+	)
+	cmake-utils_src_configure
+}
next             reply	other threads:[~2014-10-29 16:48 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-29 16:48 Jauhien Piatlicki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-06 13:47 [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-powermanagement/ Jimi Huotari
2024-06-15 14:53 Jimi Huotari
2024-04-21 20:04 Jimi Huotari
2024-03-25 21:12 Jimi Huotari
2023-05-14 15:04 Jimi Huotari
2023-05-14 15:04 Jimi Huotari
2021-09-22 19:15 Andreas Sturmlechner
2021-09-22 17:41 Andreas Sturmlechner
2021-03-27 10:52 Andreas Sturmlechner
2019-02-18 21:37 Jimi Huotari
2015-10-01 14:27 Michael Palimaka
2015-06-05 16:22 Davide Pesavento
2014-11-02 22:00 Jauhien Piatlicki
2014-10-26  0:17 Jauhien Piatlicki
2014-10-25 23:13 Jauhien Piatlicki
2014-05-22 10:57 Michael Palimaka
2014-05-22 10:53 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=1414601175.c0cc54eece96ed73254787a86b039b37b0ca36d1.jauhien@gentoo \
    --to=jauhien@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