public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2021-04-18  5:09 Joonas Niilola
  0 siblings, 0 replies; 54+ messages in thread
From: Joonas Niilola @ 2021-04-18  5:09 UTC (permalink / raw
  To: gentoo-commits

commit:     b79e511a90035e9d19f7738d0cd31d4b0097428d
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 16:45:48 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 05:00:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b79e511a

lxqt-base/lxqt-powermanagement: add version 0.17.0

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/Manifest            |  1 +
 .../lxqt-powermanagement-0.17.0.ebuild             | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/lxqt-base/lxqt-powermanagement/Manifest b/lxqt-base/lxqt-powermanagement/Manifest
index 15480764f09..0be201ca16d 100644
--- a/lxqt-base/lxqt-powermanagement/Manifest
+++ b/lxqt-base/lxqt-powermanagement/Manifest
@@ -1 +1,2 @@
 DIST lxqt-powermanagement-0.16.0.tar.xz 69784 BLAKE2B 44ecfc540c60ceba4cbf3408d246b70a1cfef84c2bdff7b0e5e386cc020345aa2e3d1a1b5f916f71e421501208ec67faa76b327875e3bc9f7c69fd338ad5a5e5 SHA512 d262dc5b182678389d7ac38da5fd3c9bef75ceb9c9733aae3fae9f59d8b2c5e87524fdcdafcf9ec98ad107c23db946e30431f743c6ef8011f70ec4d9fc63a72e
+DIST lxqt-powermanagement-0.17.0.tar.xz 76080 BLAKE2B afd12f55d5274263707044c77f3c556dfbb4e2adebda600650e32130ea88a08b0b009c14c31217f85010182edae17cb0d58cd9bb83ba47a1d437e661ee7af6ea SHA512 24bd9a136dddd35b0fdedd5051764109965f3cd32c74acd78cbca1e5fcfc91cddf9a756665c6e700bf882ca0307bfcbc855bde5fbdb2509390e16366e7ee9548

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.0.ebuild
new file mode 100644
index 00000000000..e957ba744cd
--- /dev/null
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="LXQt daemon for power management and auto-suspend"
+HOMEPAGE="https://lxqt.github.io/"
+
+LXQTPV="$(ver_cut 1-2)*"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+	dev-qt/linguist-tools:5
+	>=dev-util/lxqt-build-tools-0.9.0
+	virtual/pkgconfig
+"
+DEPEND="
+	>=dev-libs/libqtxdg-3.3.1
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+	kde-frameworks/kidletime:5
+	kde-frameworks/solid:5
+	=lxqt-base/liblxqt-${LXQTPV}
+	=lxqt-base/lxqt-globalkeys-${LXQTPV}
+	sys-power/upower
+"
+RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2024-09-12 17:23 Arthur Zamarin
  0 siblings, 0 replies; 54+ messages in thread
From: Arthur Zamarin @ 2024-09-12 17:23 UTC (permalink / raw
  To: gentoo-commits

commit:     36e73a20a5f800ed6856bedc336871084bc87ec9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 17:22:25 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 17:22:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e73a20

lxqt-base/lxqt-powermanagement: Stabilize 2.0.0 arm64, #938702

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild
index caab9446bc55..cc396be8887b 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm64 ~riscv"
+	KEYWORDS="amd64 arm64 ~riscv"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2024-09-01 21:30 Sam James
  0 siblings, 0 replies; 54+ messages in thread
From: Sam James @ 2024-09-01 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     3dbc774039ce10724a3dff137dffba66ad0fb8b9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 21:28:11 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep  1 21:28:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbc7740

lxqt-base/lxqt-powermanagement: Stabilize 2.0.0 amd64, #938702

Signed-off-by: Sam James <sam <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild
index 61a6735d431f..caab9446bc55 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm64 ~riscv"
+	KEYWORDS="amd64 ~arm64 ~riscv"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2024-07-13 10:09 Yixun Lan
  0 siblings, 0 replies; 54+ messages in thread
From: Yixun Lan @ 2024-07-13 10:09 UTC (permalink / raw
  To: gentoo-commits

commit:     5f87b2f51c6e28e5f85c5f1083ff470e952e8480
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 09:51:25 2024 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 10:08:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f87b2f5

lxqt-base/lxqt-powermanagement: Keyword 2.0.0 riscv, #935831

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild
index 22e6f09d80b7..61a6735d431f 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm64"
+	KEYWORDS="~amd64 ~arm64 ~riscv"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2024-07-11 19:44 Arthur Zamarin
  0 siblings, 0 replies; 54+ messages in thread
From: Arthur Zamarin @ 2024-07-11 19:44 UTC (permalink / raw
  To: gentoo-commits

commit:     a22bf051b9824f0a067c64df629dd984a2b7a3d6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 19:44:18 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 19:44:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22bf051

lxqt-base/lxqt-powermanagement: Keyword 2.0.0 arm64, #935831

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild
index 0bdb377f6640..22e6f09d80b7 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~arm64"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2024-06-28 20:33 Jimi Huotari
  0 siblings, 0 replies; 54+ messages in thread
From: Jimi Huotari @ 2024-06-28 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     6aef0048b48eaa4ec7c120de23c2cfcad77e00dc
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 20:18:13 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 20:32:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aef0048

lxqt-base/lxqt-powermanagement: drop 1.3.0

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/Manifest            |  1 -
 .../lxqt-powermanagement-1.3.0.ebuild              | 51 ----------------------
 2 files changed, 52 deletions(-)

diff --git a/lxqt-base/lxqt-powermanagement/Manifest b/lxqt-base/lxqt-powermanagement/Manifest
index 02ede9fef765..df4091af5bbf 100644
--- a/lxqt-base/lxqt-powermanagement/Manifest
+++ b/lxqt-base/lxqt-powermanagement/Manifest
@@ -1,3 +1,2 @@
-DIST lxqt-powermanagement-1.3.0.tar.xz 91852 BLAKE2B 28deb2120974a000333bba6bc5b9922abb40f2fd0efde07d8a8cf32c2c7172e796107f4b0c3a9332ff4f179fb02a2ecd7e856dfd746d85eaf8a627ce897c2e7c SHA512 79891ba791a167c8b4b27acd309908b0badafcf273aca880c4db592b776d8672d240bc8d4a9552cb83195a9a9929e5b1722a6d20be3ea810c3dcb61dc83fd323
 DIST lxqt-powermanagement-1.4.0.tar.xz 93280 BLAKE2B 2df04ecdbeeddbc3dba41d115878605091511a09fdd494fcb979e7ddf73e7a51b428be7120d30a4ea690f612afb1f4185b863b80bd96e56897249f22ba6e60a7 SHA512 20b6b541fbf0eda1471af233f09744861428d74743b248b95be27c82a3d6fa1c71bfb7f4b5ff7a5408a37a6975a831b525290e8ec012e3546b0e69dfe63ccf7c
 DIST lxqt-powermanagement-2.0.0.tar.xz 97220 BLAKE2B bf267a3c95d50c077e5fe0d271a664511eef2b1180d51dbd0141e821874d9f7d2df156fc776b69933784836967d6322c8dc92a2fcd3fe8fb2ddf7b5fb05d64a1 SHA512 8be223d126bcb81863696241a548d88be0328b0af47502e941544109e5a5b9053e16e41e0f98c817c6616174461b126b91b7c4081835cc02af4d7d6b9f400b11

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild
deleted file mode 100644
index 747436f07e29..000000000000
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="LXQt daemon for power management and auto-suspend"
-HOMEPAGE="https://lxqt-project.org/"
-
-MY_PV="$(ver_cut 1-2)"
-
-if [[ ${PV} == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
-	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-	>=dev-qt/linguist-tools-5.15:5
-	>=dev-util/lxqt-build-tools-0.13.0
-	virtual/pkgconfig
-"
-DEPEND="
-	>=dev-libs/libqtxdg-3.11.0
-	>=dev-qt/qtcore-5.15:5
-	>=dev-qt/qtdbus-5.15:5
-	>=dev-qt/qtgui-5.15:5
-	>=dev-qt/qtsvg-5.15:5
-	>=dev-qt/qtwidgets-5.15:5
-	kde-frameworks/kwindowsystem:5
-	kde-frameworks/kidletime:5
-	kde-frameworks/solid:5
-	=lxqt-base/liblxqt-${MY_PV}*:=
-	=lxqt-base/lxqt-globalkeys-${MY_PV}*
-	sys-power/upower
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2024-06-14 21:57 Jimi Huotari
  0 siblings, 0 replies; 54+ messages in thread
From: Jimi Huotari @ 2024-06-14 21:57 UTC (permalink / raw
  To: gentoo-commits

commit:     ee9bcfc37a5bd6515ae9efe4cfc112abeea80bc5
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 18:04:33 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 21:48:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee9bcfc3

lxqt-base/lxqt-powermanagement: add version 2.0.0

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/Manifest            |  1 +
 .../lxqt-powermanagement-2.0.0.ebuild              | 48 ++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/lxqt-base/lxqt-powermanagement/Manifest b/lxqt-base/lxqt-powermanagement/Manifest
index 948835afdff7..02ede9fef765 100644
--- a/lxqt-base/lxqt-powermanagement/Manifest
+++ b/lxqt-base/lxqt-powermanagement/Manifest
@@ -1,2 +1,3 @@
 DIST lxqt-powermanagement-1.3.0.tar.xz 91852 BLAKE2B 28deb2120974a000333bba6bc5b9922abb40f2fd0efde07d8a8cf32c2c7172e796107f4b0c3a9332ff4f179fb02a2ecd7e856dfd746d85eaf8a627ce897c2e7c SHA512 79891ba791a167c8b4b27acd309908b0badafcf273aca880c4db592b776d8672d240bc8d4a9552cb83195a9a9929e5b1722a6d20be3ea810c3dcb61dc83fd323
 DIST lxqt-powermanagement-1.4.0.tar.xz 93280 BLAKE2B 2df04ecdbeeddbc3dba41d115878605091511a09fdd494fcb979e7ddf73e7a51b428be7120d30a4ea690f612afb1f4185b863b80bd96e56897249f22ba6e60a7 SHA512 20b6b541fbf0eda1471af233f09744861428d74743b248b95be27c82a3d6fa1c71bfb7f4b5ff7a5408a37a6975a831b525290e8ec012e3546b0e69dfe63ccf7c
+DIST lxqt-powermanagement-2.0.0.tar.xz 97220 BLAKE2B bf267a3c95d50c077e5fe0d271a664511eef2b1180d51dbd0141e821874d9f7d2df156fc776b69933784836967d6322c8dc92a2fcd3fe8fb2ddf7b5fb05d64a1 SHA512 8be223d126bcb81863696241a548d88be0328b0af47502e941544109e5a5b9053e16e41e0f98c817c6616174461b126b91b7c4081835cc02af4d7d6b9f400b11

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild
new file mode 100644
index 000000000000..0bdb377f6640
--- /dev/null
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="LXQt daemon for power management and auto-suspend"
+HOMEPAGE="https://lxqt-project.org/"
+
+MY_PV="$(ver_cut 1-2)"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+	>=dev-qt/qttools-6.6:6[linguist]
+	>=dev-util/lxqt-build-tools-2.0.0
+	virtual/pkgconfig
+"
+DEPEND="
+	>=dev-libs/libqtxdg-4.0.0
+	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+	>=dev-qt/qtsvg-6.6:6
+	kde-frameworks/kwindowsystem:6
+	kde-frameworks/kidletime:6
+	kde-frameworks/solid:6
+	=lxqt-base/liblxqt-${MY_PV}*:=
+	=lxqt-base/lxqt-globalkeys-${MY_PV}*
+	sys-power/upower
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2023-12-27 21:03 Sam James
  0 siblings, 0 replies; 54+ messages in thread
From: Sam James @ 2023-12-27 21:03 UTC (permalink / raw
  To: gentoo-commits

commit:     f0132ba0575fb02e510cb0be016c2c9d669d0edd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 20:58:45 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 21:02:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0132ba0

lxqt-base/lxqt-powermanagement: Stabilize 1.4.0 x86, #920175

Signed-off-by: Sam James <sam <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.4.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.4.0.ebuild
index 1cf173b73a7a..86986d9cda0b 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.4.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.4.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2023-12-20  1:40 Sam James
  0 siblings, 0 replies; 54+ messages in thread
From: Sam James @ 2023-12-20  1:40 UTC (permalink / raw
  To: gentoo-commits

commit:     0f43aa660bfd4b3ae88380fa13a006c552ed91f9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 01:38:41 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 01:38:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f43aa66

lxqt-base/lxqt-powermanagement: Stabilize 1.4.0 amd64, #920175

Signed-off-by: Sam James <sam <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.4.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.4.0.ebuild
index cf70d933a82a..1cf173b73a7a 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.4.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.4.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2023-11-09 21:45 Jimi Huotari
  0 siblings, 0 replies; 54+ messages in thread
From: Jimi Huotari @ 2023-11-09 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     bd1059b851ca8d9a3b269d3b2be28e44d931155b
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  9 19:25:58 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Nov  9 21:45:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd1059b8

lxqt-base/lxqt-powermanagement: add 1.4.0

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/Manifest            |  1 +
 .../lxqt-powermanagement-1.4.0.ebuild              | 51 ++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/lxqt-base/lxqt-powermanagement/Manifest b/lxqt-base/lxqt-powermanagement/Manifest
index 2c86f57baab1..948835afdff7 100644
--- a/lxqt-base/lxqt-powermanagement/Manifest
+++ b/lxqt-base/lxqt-powermanagement/Manifest
@@ -1 +1,2 @@
 DIST lxqt-powermanagement-1.3.0.tar.xz 91852 BLAKE2B 28deb2120974a000333bba6bc5b9922abb40f2fd0efde07d8a8cf32c2c7172e796107f4b0c3a9332ff4f179fb02a2ecd7e856dfd746d85eaf8a627ce897c2e7c SHA512 79891ba791a167c8b4b27acd309908b0badafcf273aca880c4db592b776d8672d240bc8d4a9552cb83195a9a9929e5b1722a6d20be3ea810c3dcb61dc83fd323
+DIST lxqt-powermanagement-1.4.0.tar.xz 93280 BLAKE2B 2df04ecdbeeddbc3dba41d115878605091511a09fdd494fcb979e7ddf73e7a51b428be7120d30a4ea690f612afb1f4185b863b80bd96e56897249f22ba6e60a7 SHA512 20b6b541fbf0eda1471af233f09744861428d74743b248b95be27c82a3d6fa1c71bfb7f4b5ff7a5408a37a6975a831b525290e8ec012e3546b0e69dfe63ccf7c

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.4.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.4.0.ebuild
new file mode 100644
index 000000000000..cf70d933a82a
--- /dev/null
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.4.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="LXQt daemon for power management and auto-suspend"
+HOMEPAGE="https://lxqt-project.org/"
+
+MY_PV="$(ver_cut 1-2)"
+
+if [[ ${PV} == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+	>=dev-qt/linguist-tools-5.15:5
+	>=dev-util/lxqt-build-tools-0.13.0
+	virtual/pkgconfig
+"
+DEPEND="
+	>=dev-libs/libqtxdg-3.11.0
+	>=dev-qt/qtcore-5.15:5
+	>=dev-qt/qtdbus-5.15:5
+	>=dev-qt/qtgui-5.15:5
+	>=dev-qt/qtsvg-5.15:5
+	>=dev-qt/qtwidgets-5.15:5
+	kde-frameworks/kwindowsystem:5
+	kde-frameworks/kidletime:5
+	kde-frameworks/solid:5
+	=lxqt-base/liblxqt-${MY_PV}*:=
+	=lxqt-base/lxqt-globalkeys-${MY_PV}*
+	sys-power/upower
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2023-06-18 14:53 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2023-06-18 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     b810a3f830f25158be94de8a3ab8c61513953d22
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 09:21:29 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 14:53:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b810a3f8

lxqt-base/lxqt-powermanagement: drop 1.2.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/Manifest            |  1 -
 .../lxqt-powermanagement-1.2.0.ebuild              | 51 ----------------------
 2 files changed, 52 deletions(-)

diff --git a/lxqt-base/lxqt-powermanagement/Manifest b/lxqt-base/lxqt-powermanagement/Manifest
index b11324d11115..2c86f57baab1 100644
--- a/lxqt-base/lxqt-powermanagement/Manifest
+++ b/lxqt-base/lxqt-powermanagement/Manifest
@@ -1,2 +1 @@
-DIST lxqt-powermanagement-1.2.0.tar.xz 89440 BLAKE2B a608878a205fa08cbb517f133def3bd25e878dcca622f586fe1491f593610ff910e1e986a83c3bbdd9657fafd2f1854a8094f53060f4b7576cf8ebe27a65280a SHA512 5aa3f4413ff5acac7a75d0893628302df50fdf7752ac7d4e9f6a7cf83a8f2860a8bff858c1cebbd2ed44e8adf0887b64aec7d2203a5fef9a54d5fe11b64176c9
 DIST lxqt-powermanagement-1.3.0.tar.xz 91852 BLAKE2B 28deb2120974a000333bba6bc5b9922abb40f2fd0efde07d8a8cf32c2c7172e796107f4b0c3a9332ff4f179fb02a2ecd7e856dfd746d85eaf8a627ce897c2e7c SHA512 79891ba791a167c8b4b27acd309908b0badafcf273aca880c4db592b776d8672d240bc8d4a9552cb83195a9a9929e5b1722a6d20be3ea810c3dcb61dc83fd323

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.2.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.2.0.ebuild
deleted file mode 100644
index b77c932be2ed..000000000000
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.2.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="LXQt daemon for power management and auto-suspend"
-HOMEPAGE="https://lxqt-project.org/"
-
-MY_PV="$(ver_cut 1-2)"
-
-if [[ ${PV} == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
-	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-	>=dev-qt/linguist-tools-5.15:5
-	>=dev-util/lxqt-build-tools-0.12.0
-	virtual/pkgconfig
-"
-DEPEND="
-	>=dev-libs/libqtxdg-3.10.0
-	>=dev-qt/qtcore-5.15:5
-	>=dev-qt/qtdbus-5.15:5
-	>=dev-qt/qtgui-5.15:5
-	>=dev-qt/qtsvg-5.15:5
-	>=dev-qt/qtwidgets-5.15:5
-	kde-frameworks/kwindowsystem:5
-	kde-frameworks/kidletime:5
-	kde-frameworks/solid:5
-	=lxqt-base/liblxqt-${MY_PV}*:=
-	=lxqt-base/lxqt-globalkeys-${MY_PV}*
-	sys-power/upower
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2023-05-29 21:57 Sam James
  0 siblings, 0 replies; 54+ messages in thread
From: Sam James @ 2023-05-29 21:57 UTC (permalink / raw
  To: gentoo-commits

commit:     3b882aa821305e17ce8b4876d454f1cdfcd7867f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 21:56:14 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 29 21:56:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b882aa8

lxqt-base/lxqt-powermanagement: Stabilize 1.3.0 arm64, #907298

Signed-off-by: Sam James <sam <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild
index 86986d9cda0b..747436f07e29 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
+	KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2023-05-29 11:05 Arthur Zamarin
  0 siblings, 0 replies; 54+ messages in thread
From: Arthur Zamarin @ 2023-05-29 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     1af673183790038bbc58639f807e650451838b5e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 11:03:24 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May 29 11:03:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af67318

lxqt-base/lxqt-powermanagement: Stabilize 1.3.0 x86, #907298

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild
index 1cf173b73a7a..86986d9cda0b 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2023-05-29  0:10 Sam James
  0 siblings, 0 replies; 54+ messages in thread
From: Sam James @ 2023-05-29  0:10 UTC (permalink / raw
  To: gentoo-commits

commit:     93f4e40b991897a4524dd988f79019ec642b3c82
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 00:09:56 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 29 00:09:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f4e40b

lxqt-base/lxqt-powermanagement: Stabilize 1.3.0 amd64, #907298

Signed-off-by: Sam James <sam <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild
index cf70d933a82a..1cf173b73a7a 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2023-04-17 22:08 Jimi Huotari
  0 siblings, 0 replies; 54+ messages in thread
From: Jimi Huotari @ 2023-04-17 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     ad5726b60eba5a0311a374cec87fbdd0651b5841
Author:     Michael Vetter <jubalh <AT> iodoru <DOT> org>
AuthorDate: Sat Apr 15 18:59:02 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 22:05:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad5726b6

lxqt-base/lxqt-powermanagement: add 1.3.0

Signed-off-by: Michael Vetter <jubalh <AT> iodoru.org>
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/Manifest            |  1 +
 .../lxqt-powermanagement-1.3.0.ebuild              | 51 ++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/lxqt-base/lxqt-powermanagement/Manifest b/lxqt-base/lxqt-powermanagement/Manifest
index 2097baab4595..b11324d11115 100644
--- a/lxqt-base/lxqt-powermanagement/Manifest
+++ b/lxqt-base/lxqt-powermanagement/Manifest
@@ -1 +1,2 @@
 DIST lxqt-powermanagement-1.2.0.tar.xz 89440 BLAKE2B a608878a205fa08cbb517f133def3bd25e878dcca622f586fe1491f593610ff910e1e986a83c3bbdd9657fafd2f1854a8094f53060f4b7576cf8ebe27a65280a SHA512 5aa3f4413ff5acac7a75d0893628302df50fdf7752ac7d4e9f6a7cf83a8f2860a8bff858c1cebbd2ed44e8adf0887b64aec7d2203a5fef9a54d5fe11b64176c9
+DIST lxqt-powermanagement-1.3.0.tar.xz 91852 BLAKE2B 28deb2120974a000333bba6bc5b9922abb40f2fd0efde07d8a8cf32c2c7172e796107f4b0c3a9332ff4f179fb02a2ecd7e856dfd746d85eaf8a627ce897c2e7c SHA512 79891ba791a167c8b4b27acd309908b0badafcf273aca880c4db592b776d8672d240bc8d4a9552cb83195a9a9929e5b1722a6d20be3ea810c3dcb61dc83fd323

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild
new file mode 100644
index 000000000000..cf70d933a82a
--- /dev/null
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="LXQt daemon for power management and auto-suspend"
+HOMEPAGE="https://lxqt-project.org/"
+
+MY_PV="$(ver_cut 1-2)"
+
+if [[ ${PV} == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+	>=dev-qt/linguist-tools-5.15:5
+	>=dev-util/lxqt-build-tools-0.13.0
+	virtual/pkgconfig
+"
+DEPEND="
+	>=dev-libs/libqtxdg-3.11.0
+	>=dev-qt/qtcore-5.15:5
+	>=dev-qt/qtdbus-5.15:5
+	>=dev-qt/qtgui-5.15:5
+	>=dev-qt/qtsvg-5.15:5
+	>=dev-qt/qtwidgets-5.15:5
+	kde-frameworks/kwindowsystem:5
+	kde-frameworks/kidletime:5
+	kde-frameworks/solid:5
+	=lxqt-base/liblxqt-${MY_PV}*:=
+	=lxqt-base/lxqt-globalkeys-${MY_PV}*
+	sys-power/upower
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2023-03-26 15:50 Jimi Huotari
  0 siblings, 0 replies; 54+ messages in thread
From: Jimi Huotari @ 2023-03-26 15:50 UTC (permalink / raw
  To: gentoo-commits

commit:     5ee860e61ef49f961829783b2fbfe62e0e735d18
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 15:14:50 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 15:14:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ee860e6

lxqt-base/lxqt-powermanagement: drop 1.1.0

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/Manifest            |  1 -
 .../lxqt-powermanagement-1.1.0.ebuild              | 51 ----------------------
 2 files changed, 52 deletions(-)

diff --git a/lxqt-base/lxqt-powermanagement/Manifest b/lxqt-base/lxqt-powermanagement/Manifest
index fb47a196dc06..2097baab4595 100644
--- a/lxqt-base/lxqt-powermanagement/Manifest
+++ b/lxqt-base/lxqt-powermanagement/Manifest
@@ -1,2 +1 @@
-DIST lxqt-powermanagement-1.1.0.tar.xz 89236 BLAKE2B 67136b3388410880c6d8ea211241be0f6f818d70479dfb0ea8425c90ad1422c32f89f91355354a0f465e8c41bf3e04b5a842baf15f5fab6d21dcb6cb76dd3aae SHA512 1c675e69371f7c4b684be6e43627ffd9d69f38d5c4edbccd577cc374d73046c3f260fa555fa8e8e5ab9ed00e81d72c987e8959760a9a31ed277aaaf88670d4b8
 DIST lxqt-powermanagement-1.2.0.tar.xz 89440 BLAKE2B a608878a205fa08cbb517f133def3bd25e878dcca622f586fe1491f593610ff910e1e986a83c3bbdd9657fafd2f1854a8094f53060f4b7576cf8ebe27a65280a SHA512 5aa3f4413ff5acac7a75d0893628302df50fdf7752ac7d4e9f6a7cf83a8f2860a8bff858c1cebbd2ed44e8adf0887b64aec7d2203a5fef9a54d5fe11b64176c9

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild
deleted file mode 100644
index 80b557fce907..000000000000
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="LXQt daemon for power management and auto-suspend"
-HOMEPAGE="https://lxqt-project.org/"
-
-MY_PV="$(ver_cut 1-2)"
-
-if [[ ${PV} == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
-	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-	>=dev-qt/linguist-tools-5.15:5
-	>=dev-util/lxqt-build-tools-0.11.0
-	virtual/pkgconfig
-"
-DEPEND="
-	>=dev-libs/libqtxdg-3.9.0
-	>=dev-qt/qtcore-5.15:5
-	>=dev-qt/qtdbus-5.15:5
-	>=dev-qt/qtgui-5.15:5
-	>=dev-qt/qtsvg-5.15:5
-	>=dev-qt/qtwidgets-5.15:5
-	kde-frameworks/kwindowsystem:5
-	kde-frameworks/kidletime:5
-	kde-frameworks/solid:5
-	=lxqt-base/liblxqt-${MY_PV}*:=
-	=lxqt-base/lxqt-globalkeys-${MY_PV}*
-	sys-power/upower
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2022-12-17 19:28 Arthur Zamarin
  0 siblings, 0 replies; 54+ messages in thread
From: Arthur Zamarin @ 2022-12-17 19:28 UTC (permalink / raw
  To: gentoo-commits

commit:     f39888c28b6b5cd0894da036c560eb4b25e9b102
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 19:25:48 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 19:25:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f39888c2

lxqt-base/lxqt-powermanagement: Stabilize 1.2.0 arm64, #886365

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.2.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.2.0.ebuild
index 3bbe713ffe98..b77c932be2ed 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.2.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.2.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
+	KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2022-12-16 21:49 Sam James
  0 siblings, 0 replies; 54+ messages in thread
From: Sam James @ 2022-12-16 21:49 UTC (permalink / raw
  To: gentoo-commits

commit:     7afd196cab0a316e0123402c563878165aa250f2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 21:48:46 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 21:48:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7afd196c

lxqt-base/lxqt-powermanagement: Stabilize 1.2.0 x86, #886365

Signed-off-by: Sam James <sam <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.2.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.2.0.ebuild
index 6ae61c82ac94..3bbe713ffe98 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.2.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.2.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2022-12-16 20:33 Arthur Zamarin
  0 siblings, 0 replies; 54+ messages in thread
From: Arthur Zamarin @ 2022-12-16 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     a5f7a1d3eb21c9b2d60f8ca4ec342234f1b4a67a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 20:32:50 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 20:32:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f7a1d3

lxqt-base/lxqt-powermanagement: Stabilize 1.2.0 amd64, #886365

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.2.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.2.0.ebuild
index 05f4442e7af7..6ae61c82ac94 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.2.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.2.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2022-11-19  4:50 WANG Xuerui
  0 siblings, 0 replies; 54+ messages in thread
From: WANG Xuerui @ 2022-11-19  4:50 UTC (permalink / raw
  To: gentoo-commits

commit:     1550ea84a56cf9d55a402aab44c292f042545967
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 04:26:50 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 04:50:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1550ea84

lxqt-base/lxqt-powermanagement: keyword 1.2.0 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.2.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.2.0.ebuild
index 68f1924a916d..05f4442e7af7 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.2.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.2.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2022-11-16  8:55 WANG Xuerui
  0 siblings, 0 replies; 54+ messages in thread
From: WANG Xuerui @ 2022-11-16  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     85d8d9d412a7e996997c8e40c463f58314735140
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 06:11:45 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 08:54:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d8d9d4

lxqt-base/lxqt-powermanagement: keyword 1.1.0 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild
index 7ce0e17de060..80b557fce907 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm arm64 ~riscv x86"
+	KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2022-11-10 12:57 Jimi Huotari
  0 siblings, 0 replies; 54+ messages in thread
From: Jimi Huotari @ 2022-11-10 12:57 UTC (permalink / raw
  To: gentoo-commits

commit:     95b34b8bf49c2c36de3d012b0532e95fec33eb90
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  9 21:12:38 2022 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 12:55:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b34b8b

lxqt-base/lxqt-powermanagement: remove versions 0.17.{0,1} and 1.0.0

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/Manifest            |  3 --
 .../lxqt-powermanagement-0.17.0.ebuild             | 43 ------------------
 .../lxqt-powermanagement-0.17.1.ebuild             | 42 ------------------
 .../lxqt-powermanagement-1.0.0.ebuild              | 51 ----------------------
 4 files changed, 139 deletions(-)

diff --git a/lxqt-base/lxqt-powermanagement/Manifest b/lxqt-base/lxqt-powermanagement/Manifest
index 1b65bd902644..fb47a196dc06 100644
--- a/lxqt-base/lxqt-powermanagement/Manifest
+++ b/lxqt-base/lxqt-powermanagement/Manifest
@@ -1,5 +1,2 @@
-DIST lxqt-powermanagement-0.17.0.tar.xz 76080 BLAKE2B afd12f55d5274263707044c77f3c556dfbb4e2adebda600650e32130ea88a08b0b009c14c31217f85010182edae17cb0d58cd9bb83ba47a1d437e661ee7af6ea SHA512 24bd9a136dddd35b0fdedd5051764109965f3cd32c74acd78cbca1e5fcfc91cddf9a756665c6e700bf882ca0307bfcbc855bde5fbdb2509390e16366e7ee9548
-DIST lxqt-powermanagement-0.17.1.tar.xz 76356 BLAKE2B bf1f6b599ed9a98faad550bdfcd1635114c42767a50578974d6b902d514ca0d2213b5f99e937a52d6c7ed4e1812db2e2c523b0ed8b0fcbb79cc52e7e6114ad33 SHA512 a08784fedc360610011b97ba1466480172fc1b4eb81ae3e6d65052affcd0ba3c122d476f37d55692d91ac4def30663fb09242fdbca8c0bb9fed0f60bed7dc579
-DIST lxqt-powermanagement-1.0.0.tar.xz 84900 BLAKE2B 74b2e66689ab205f6491762a8ecc491d2dbd1dd52feefa14a82b27f9f9c112563216eee8eb8e828939c35c54eec0ecf8099868cd932bb5318089f8129ca978a8 SHA512 004f10376c638c1566d28cd2caf8d68ddc91c3c882a4590296a649074b8181b5aba4e78d766e561e4868d17b08b78082ec45b44d26d4cae4b01a5f1cc652acc3
 DIST lxqt-powermanagement-1.1.0.tar.xz 89236 BLAKE2B 67136b3388410880c6d8ea211241be0f6f818d70479dfb0ea8425c90ad1422c32f89f91355354a0f465e8c41bf3e04b5a842baf15f5fab6d21dcb6cb76dd3aae SHA512 1c675e69371f7c4b684be6e43627ffd9d69f38d5c4edbccd577cc374d73046c3f260fa555fa8e8e5ab9ed00e81d72c987e8959760a9a31ed277aaaf88670d4b8
 DIST lxqt-powermanagement-1.2.0.tar.xz 89440 BLAKE2B a608878a205fa08cbb517f133def3bd25e878dcca622f586fe1491f593610ff910e1e986a83c3bbdd9657fafd2f1854a8094f53060f4b7576cf8ebe27a65280a SHA512 5aa3f4413ff5acac7a75d0893628302df50fdf7752ac7d4e9f6a7cf83a8f2860a8bff858c1cebbd2ed44e8adf0887b64aec7d2203a5fef9a54d5fe11b64176c9

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.0.ebuild
deleted file mode 100644
index 31cd7ae8b033..000000000000
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt daemon for power management and auto-suspend"
-HOMEPAGE="https://lxqt.github.io/"
-
-LXQTPV="$(ver_cut 1-2)*"
-
-if [[ ${PV} = *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
-	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-	dev-qt/linguist-tools:5
-	>=dev-util/lxqt-build-tools-0.9.0
-	virtual/pkgconfig
-"
-DEPEND="
-	>=dev-libs/libqtxdg-3.3.1
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtx11extras:5
-	kde-frameworks/kidletime:5
-	kde-frameworks/solid:5
-	=lxqt-base/liblxqt-${LXQTPV}
-	=lxqt-base/lxqt-globalkeys-${LXQTPV}
-	sys-power/upower
-"
-RDEPEND="${DEPEND}"

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.1.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.1.ebuild
deleted file mode 100644
index 272ad968fb3e..000000000000
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt daemon for power management and auto-suspend"
-HOMEPAGE="https://lxqt.github.io/"
-
-LXQTPV="$(ver_cut 1-2)*"
-
-if [[ ${PV} == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
-	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-	dev-qt/linguist-tools:5
-	>=dev-util/lxqt-build-tools-0.9.0
-	virtual/pkgconfig
-"
-DEPEND="
-	>=dev-libs/libqtxdg-3.3.1
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5
-	kde-frameworks/kidletime:5
-	kde-frameworks/solid:5
-	=lxqt-base/liblxqt-${LXQTPV}
-	=lxqt-base/lxqt-globalkeys-${LXQTPV}
-	sys-power/upower
-"
-RDEPEND="${DEPEND}"

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.0.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.0.0.ebuild
deleted file mode 100644
index 219b3da9f4b5..000000000000
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.0.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="LXQt daemon for power management and auto-suspend"
-HOMEPAGE="https://lxqt-project.org/"
-
-MY_PV="$(ver_cut 1-2)"
-
-if [[ ${PV} == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
-	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-	>=dev-qt/linguist-tools-5.15:5
-	>=dev-util/lxqt-build-tools-0.10.0
-	virtual/pkgconfig
-"
-DEPEND="
-	>=dev-libs/libqtxdg-3.3.1
-	>=dev-qt/qtcore-5.15:5
-	>=dev-qt/qtdbus-5.15:5
-	>=dev-qt/qtgui-5.15:5
-	>=dev-qt/qtsvg-5.15:5
-	>=dev-qt/qtwidgets-5.15:5
-	kde-frameworks/kwindowsystem:5
-	kde-frameworks/kidletime:5
-	kde-frameworks/solid:5
-	=lxqt-base/liblxqt-${MY_PV}*:=
-	=lxqt-base/lxqt-globalkeys-${MY_PV}*
-	sys-power/upower
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2022-07-26  7:05 Sam James
  0 siblings, 0 replies; 54+ messages in thread
From: Sam James @ 2022-07-26  7:05 UTC (permalink / raw
  To: gentoo-commits

commit:     4ca2842897abe39a76233f9737e990507369d09f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 07:04:34 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 07:04:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca28428

lxqt-base/lxqt-powermanagement: Stabilize 1.1.0 arm64, #858218

Signed-off-by: Sam James <sam <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild
index caee5fb5d3e4..7ce0e17de060 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+	KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2022-07-22 17:54 Sam James
  0 siblings, 0 replies; 54+ messages in thread
From: Sam James @ 2022-07-22 17:54 UTC (permalink / raw
  To: gentoo-commits

commit:     88f63fbd65d01b269dd8fbb58234e2ea217c62da
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 22 17:54:03 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 22 17:54:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88f63fbd

lxqt-base/lxqt-powermanagement: Stabilize 1.1.0 amd64, #858218

Signed-off-by: Sam James <sam <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild
index eaefc1115701..caee5fb5d3e4 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2022-07-20  5:36 Sam James
  0 siblings, 0 replies; 54+ messages in thread
From: Sam James @ 2022-07-20  5:36 UTC (permalink / raw
  To: gentoo-commits

commit:     8590cc80fa237f2058e87f42e104092343e3462b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 05:36:33 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 05:36:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8590cc80

lxqt-base/lxqt-powermanagement: Stabilize 1.1.0 x86, #858218

Signed-off-by: Sam James <sam <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild
index 741fa488a3df..eaefc1115701 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2022-05-15  0:13 Sam James
  0 siblings, 0 replies; 54+ messages in thread
From: Sam James @ 2022-05-15  0:13 UTC (permalink / raw
  To: gentoo-commits

commit:     08c8de44820afaac3334069456e4054f5e3f76b6
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 21:31:14 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 15 00:12:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c8de44

lxqt-base/lxqt-powermanagement: add version 1.1.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/Manifest            |  1 +
 .../lxqt-powermanagement-1.1.0.ebuild              | 51 ++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/lxqt-base/lxqt-powermanagement/Manifest b/lxqt-base/lxqt-powermanagement/Manifest
index 57850456cba6..43661f4a0065 100644
--- a/lxqt-base/lxqt-powermanagement/Manifest
+++ b/lxqt-base/lxqt-powermanagement/Manifest
@@ -1,3 +1,4 @@
 DIST lxqt-powermanagement-0.17.0.tar.xz 76080 BLAKE2B afd12f55d5274263707044c77f3c556dfbb4e2adebda600650e32130ea88a08b0b009c14c31217f85010182edae17cb0d58cd9bb83ba47a1d437e661ee7af6ea SHA512 24bd9a136dddd35b0fdedd5051764109965f3cd32c74acd78cbca1e5fcfc91cddf9a756665c6e700bf882ca0307bfcbc855bde5fbdb2509390e16366e7ee9548
 DIST lxqt-powermanagement-0.17.1.tar.xz 76356 BLAKE2B bf1f6b599ed9a98faad550bdfcd1635114c42767a50578974d6b902d514ca0d2213b5f99e937a52d6c7ed4e1812db2e2c523b0ed8b0fcbb79cc52e7e6114ad33 SHA512 a08784fedc360610011b97ba1466480172fc1b4eb81ae3e6d65052affcd0ba3c122d476f37d55692d91ac4def30663fb09242fdbca8c0bb9fed0f60bed7dc579
 DIST lxqt-powermanagement-1.0.0.tar.xz 84900 BLAKE2B 74b2e66689ab205f6491762a8ecc491d2dbd1dd52feefa14a82b27f9f9c112563216eee8eb8e828939c35c54eec0ecf8099868cd932bb5318089f8129ca978a8 SHA512 004f10376c638c1566d28cd2caf8d68ddc91c3c882a4590296a649074b8181b5aba4e78d766e561e4868d17b08b78082ec45b44d26d4cae4b01a5f1cc652acc3
+DIST lxqt-powermanagement-1.1.0.tar.xz 89236 BLAKE2B 67136b3388410880c6d8ea211241be0f6f818d70479dfb0ea8425c90ad1422c32f89f91355354a0f465e8c41bf3e04b5a842baf15f5fab6d21dcb6cb76dd3aae SHA512 1c675e69371f7c4b684be6e43627ffd9d69f38d5c4edbccd577cc374d73046c3f260fa555fa8e8e5ab9ed00e81d72c987e8959760a9a31ed277aaaf88670d4b8

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild
new file mode 100644
index 000000000000..741fa488a3df
--- /dev/null
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="LXQt daemon for power management and auto-suspend"
+HOMEPAGE="https://lxqt-project.org/"
+
+MY_PV="$(ver_cut 1-2)"
+
+if [[ ${PV} == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+	>=dev-qt/linguist-tools-5.15:5
+	>=dev-util/lxqt-build-tools-0.11.0
+	virtual/pkgconfig
+"
+DEPEND="
+	>=dev-libs/libqtxdg-3.9.0
+	>=dev-qt/qtcore-5.15:5
+	>=dev-qt/qtdbus-5.15:5
+	>=dev-qt/qtgui-5.15:5
+	>=dev-qt/qtsvg-5.15:5
+	>=dev-qt/qtwidgets-5.15:5
+	kde-frameworks/kwindowsystem:5
+	kde-frameworks/kidletime:5
+	kde-frameworks/solid:5
+	=lxqt-base/liblxqt-${MY_PV}*:=
+	=lxqt-base/lxqt-globalkeys-${MY_PV}*
+	sys-power/upower
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2022-04-15 13:14 Arthur Zamarin
  0 siblings, 0 replies; 54+ messages in thread
From: Arthur Zamarin @ 2022-04-15 13:14 UTC (permalink / raw
  To: gentoo-commits

commit:     f209d53e66c6458fdfbcfef396c3f9eceeab2e7e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 13:14:25 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 13:14:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f209d53e

lxqt-base/lxqt-powermanagement: Stabilize 1.0.0 arm64, #831448

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.0.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.0.0.ebuild
index fca81c3abd44..219b3da9f4b5 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.0.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.0.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+	KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2022-04-15  6:17 Sam James
  0 siblings, 0 replies; 54+ messages in thread
From: Sam James @ 2022-04-15  6:17 UTC (permalink / raw
  To: gentoo-commits

commit:     4c1ce801463810aafe5e88ab20506d6f5c8b2e98
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 06:16:15 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 06:16:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c1ce801

lxqt-base/lxqt-powermanagement: Stabilize 1.0.0 x86, #831448

Signed-off-by: Sam James <sam <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.0.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.0.0.ebuild
index 28b96966ebb5..fca81c3abd44 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.0.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.0.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2022-01-21 19:07 Sam James
  0 siblings, 0 replies; 54+ messages in thread
From: Sam James @ 2022-01-21 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     a56688e5042921d84a71062a4cf90f114e927cf7
Author:     Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Sat Nov  6 12:53:27 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 21 19:06:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a56688e5

lxqt-base/lxqt-powermanagement: version bump to 1.0.0

Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/Manifest            |  1 +
 .../lxqt-powermanagement-1.0.0.ebuild              | 50 ++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/lxqt-base/lxqt-powermanagement/Manifest b/lxqt-base/lxqt-powermanagement/Manifest
index 7cbbf681e720..57850456cba6 100644
--- a/lxqt-base/lxqt-powermanagement/Manifest
+++ b/lxqt-base/lxqt-powermanagement/Manifest
@@ -1,2 +1,3 @@
 DIST lxqt-powermanagement-0.17.0.tar.xz 76080 BLAKE2B afd12f55d5274263707044c77f3c556dfbb4e2adebda600650e32130ea88a08b0b009c14c31217f85010182edae17cb0d58cd9bb83ba47a1d437e661ee7af6ea SHA512 24bd9a136dddd35b0fdedd5051764109965f3cd32c74acd78cbca1e5fcfc91cddf9a756665c6e700bf882ca0307bfcbc855bde5fbdb2509390e16366e7ee9548
 DIST lxqt-powermanagement-0.17.1.tar.xz 76356 BLAKE2B bf1f6b599ed9a98faad550bdfcd1635114c42767a50578974d6b902d514ca0d2213b5f99e937a52d6c7ed4e1812db2e2c523b0ed8b0fcbb79cc52e7e6114ad33 SHA512 a08784fedc360610011b97ba1466480172fc1b4eb81ae3e6d65052affcd0ba3c122d476f37d55692d91ac4def30663fb09242fdbca8c0bb9fed0f60bed7dc579
+DIST lxqt-powermanagement-1.0.0.tar.xz 84900 BLAKE2B 74b2e66689ab205f6491762a8ecc491d2dbd1dd52feefa14a82b27f9f9c112563216eee8eb8e828939c35c54eec0ecf8099868cd932bb5318089f8129ca978a8 SHA512 004f10376c638c1566d28cd2caf8d68ddc91c3c882a4590296a649074b8181b5aba4e78d766e561e4868d17b08b78082ec45b44d26d4cae4b01a5f1cc652acc3

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.0.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.0.0.ebuild
new file mode 100644
index 000000000000..307606f9a8d1
--- /dev/null
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.0.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg-utils
+
+DESCRIPTION="LXQt daemon for power management and auto-suspend"
+HOMEPAGE="https://lxqt.github.io/"
+
+MY_PV="$(ver_cut 1-2)"
+
+if [[ ${PV} == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+	>=dev-qt/linguist-tools-5.15:5
+	>=dev-util/lxqt-build-tools-0.10.0
+	virtual/pkgconfig
+"
+DEPEND="
+	>=dev-libs/libqtxdg-3.3.1
+	>=dev-qt/qtcore-5.15:5
+	>=dev-qt/qtdbus-5.15:5
+	>=dev-qt/qtgui-5.15:5
+	>=dev-qt/qtsvg-5.15:5
+	>=dev-qt/qtwidgets-5.15:5
+	kde-frameworks/kidletime:5
+	kde-frameworks/solid:5
+	=lxqt-base/liblxqt-${MY_PV}*
+	=lxqt-base/lxqt-globalkeys-${MY_PV}*
+	sys-power/upower
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2021-09-30 17:24 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2021-09-30 17:24 UTC (permalink / raw
  To: gentoo-commits

commit:     c12c6963c6edf4b4463f853ba020b67ea0e7c29d
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 25 06:58:21 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 30 17:22:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12c6963

lxqt-base/lxqt-powermanagement: add ~riscv that got lost in time

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.1.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.1.ebuild
index 17f75773a7f..272ad968fb3 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.1.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2021-09-23  8:55 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2021-09-23  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     c613b93807cd0720bd817f0addb2c17f90070e2d
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 20 08:03:16 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 23 08:51:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c613b938

lxqt-base/lxqt-powermanagement: add version 0.17.1

Closes: https://bugs.gentoo.org/802687
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/21722
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/Manifest            |  1 +
 .../lxqt-powermanagement-0.17.1.ebuild             | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/lxqt-base/lxqt-powermanagement/Manifest b/lxqt-base/lxqt-powermanagement/Manifest
index 0be201ca16d..cf1db28c12f 100644
--- a/lxqt-base/lxqt-powermanagement/Manifest
+++ b/lxqt-base/lxqt-powermanagement/Manifest
@@ -1,2 +1,3 @@
 DIST lxqt-powermanagement-0.16.0.tar.xz 69784 BLAKE2B 44ecfc540c60ceba4cbf3408d246b70a1cfef84c2bdff7b0e5e386cc020345aa2e3d1a1b5f916f71e421501208ec67faa76b327875e3bc9f7c69fd338ad5a5e5 SHA512 d262dc5b182678389d7ac38da5fd3c9bef75ceb9c9733aae3fae9f59d8b2c5e87524fdcdafcf9ec98ad107c23db946e30431f743c6ef8011f70ec4d9fc63a72e
 DIST lxqt-powermanagement-0.17.0.tar.xz 76080 BLAKE2B afd12f55d5274263707044c77f3c556dfbb4e2adebda600650e32130ea88a08b0b009c14c31217f85010182edae17cb0d58cd9bb83ba47a1d437e661ee7af6ea SHA512 24bd9a136dddd35b0fdedd5051764109965f3cd32c74acd78cbca1e5fcfc91cddf9a756665c6e700bf882ca0307bfcbc855bde5fbdb2509390e16366e7ee9548
+DIST lxqt-powermanagement-0.17.1.tar.xz 76356 BLAKE2B bf1f6b599ed9a98faad550bdfcd1635114c42767a50578974d6b902d514ca0d2213b5f99e937a52d6c7ed4e1812db2e2c523b0ed8b0fcbb79cc52e7e6114ad33 SHA512 a08784fedc360610011b97ba1466480172fc1b4eb81ae3e6d65052affcd0ba3c122d476f37d55692d91ac4def30663fb09242fdbca8c0bb9fed0f60bed7dc579

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.1.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.1.ebuild
new file mode 100644
index 00000000000..17f75773a7f
--- /dev/null
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="LXQt daemon for power management and auto-suspend"
+HOMEPAGE="https://lxqt.github.io/"
+
+LXQTPV="$(ver_cut 1-2)*"
+
+if [[ ${PV} == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+	dev-qt/linguist-tools:5
+	>=dev-util/lxqt-build-tools-0.9.0
+	virtual/pkgconfig
+"
+DEPEND="
+	>=dev-libs/libqtxdg-3.3.1
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	kde-frameworks/kidletime:5
+	kde-frameworks/solid:5
+	=lxqt-base/liblxqt-${LXQTPV}
+	=lxqt-base/lxqt-globalkeys-${LXQTPV}
+	sys-power/upower
+"
+RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2021-07-26  7:40 Yixun Lan
  0 siblings, 0 replies; 54+ messages in thread
From: Yixun Lan @ 2021-07-26  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     5092e39dd33c1cb0a681ead53d34add315ba3c2e
Author:     Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Sun Jul 25 07:40:29 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 07:36:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5092e39d

lxqt-base/lxqt-powermanagement: keyword 0.17.0 for ~riscv

Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.0.ebuild
index 5aba6fa8d44..31cd7ae8b03 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2021-07-10  0:48 Sam James
  0 siblings, 0 replies; 54+ messages in thread
From: Sam James @ 2021-07-10  0:48 UTC (permalink / raw
  To: gentoo-commits

commit:     d3cbbf9e5933af32ee76406fa473aded51ae5d38
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 10 00:45:10 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 10 00:47:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3cbbf9e

lxqt-base/lxqt-powermanagement: Stabilize 0.17.0 amd64, #801154

Signed-off-by: Sam James <sam <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.0.ebuild
index e957ba744cd..75fe65972bb 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2021-01-23 22:55 Sam James
  0 siblings, 0 replies; 54+ messages in thread
From: Sam James @ 2021-01-23 22:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a8471de29e0bbd7073e543ca6cb20ed24b51c19e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 22:55:38 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 22:55:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8471de2

lxqt-base/lxqt-powermanagement: Stabilize 0.16.0-r1 x86, #766342

Signed-off-by: Sam James <sam <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0-r1.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0-r1.ebuild
index 987e8d65c64..95b2805f815 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0-r1.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0-r1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2021-01-21  9:03 Agostino Sarubbo
  0 siblings, 0 replies; 54+ messages in thread
From: Agostino Sarubbo @ 2021-01-21  9:03 UTC (permalink / raw
  To: gentoo-commits

commit:     717a6cff3de85cf58afb23367f37926e5c8dabdc
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 21 09:02:20 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 09:02:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=717a6cff

lxqt-base/lxqt-powermanagement: amd64 stable wrt bug #766342

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0-r1.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0-r1.ebuild
index 38fcfd9ee98..987e8d65c64 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0-r1.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2020-11-29 20:05 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2020-11-29 20:05 UTC (permalink / raw
  To: gentoo-commits

commit:     29c55a5740585e12b04c003c6be7019ec5e1a0c8
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 23 18:14:48 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 20:04:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c55a57

lxqt-base/lxqt-powermanagement: remove version 0.16.0 (r0)

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../lxqt-powermanagement-0.16.0.ebuild             | 42 ----------------------
 1 file changed, 42 deletions(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0.ebuild
deleted file mode 100644
index 475fb96897b..00000000000
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt daemon for power management and auto-suspend"
-HOMEPAGE="https://lxqt.github.io/"
-
-if [[ ${PV} = *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
-	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-	dev-qt/linguist-tools:5
-	>=dev-util/lxqt-build-tools-0.8.0
-	virtual/pkgconfig
-"
-DEPEND="
-	>=dev-libs/libqtxdg-3.3.1
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtx11extras:5
-	kde-frameworks/kidletime:5
-	kde-frameworks/solid:5
-	=lxqt-base/liblxqt-$(ver_cut 1-2)*
-	sys-power/upower
-"
-RDEPEND="${DEPEND}
-	!lxqt-base/lxqt-l10n
-"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2020-11-29 20:05 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2020-11-29 20:05 UTC (permalink / raw
  To: gentoo-commits

commit:     62c6525f666501e2861caa8db6235eb661ecf7d5
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 23 18:13:46 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 20:04:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62c6525f

lxqt-base/lxqt-powermanagement: add a missing dependency

Closes: https://bugs.gentoo.org/756193
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/18377
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../lxqt-powermanagement-0.16.0-r1.ebuild          | 45 ++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0-r1.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0-r1.ebuild
new file mode 100644
index 00000000000..38fcfd9ee98
--- /dev/null
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="LXQt daemon for power management and auto-suspend"
+HOMEPAGE="https://lxqt.github.io/"
+
+LXQTPV="$(ver_cut 1-2)*"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+	dev-qt/linguist-tools:5
+	>=dev-util/lxqt-build-tools-0.8.0
+	virtual/pkgconfig
+"
+DEPEND="
+	>=dev-libs/libqtxdg-3.3.1
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+	kde-frameworks/kidletime:5
+	kde-frameworks/solid:5
+	=lxqt-base/liblxqt-${LXQTPV}
+	=lxqt-base/lxqt-globalkeys-${LXQTPV}
+	sys-power/upower
+"
+RDEPEND="${DEPEND}
+	!lxqt-base/lxqt-l10n
+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2020-11-23  7:12 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2020-11-23  7:12 UTC (permalink / raw
  To: gentoo-commits

commit:     1705ee39c10876100437bcf20b02ffb204ca1ea0
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  5 20:38:27 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 23 07:11:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1705ee39

lxqt-base/lxqt-powermanagement: add version 0.16.0

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/Manifest            |  1 +
 .../lxqt-powermanagement-0.16.0.ebuild             | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/lxqt-base/lxqt-powermanagement/Manifest b/lxqt-base/lxqt-powermanagement/Manifest
index ecf3c284f37..05078ee989e 100644
--- a/lxqt-base/lxqt-powermanagement/Manifest
+++ b/lxqt-base/lxqt-powermanagement/Manifest
@@ -1 +1,2 @@
 DIST lxqt-powermanagement-0.15.0.tar.xz 64748 BLAKE2B 1a41e22e87c4af8b891d56d1a328d3c81ef1b5b6810fcdf392548bf497482d4c425901311f57f0a1be89e9ea49569dabb8a01be9ef90dfd8648460e2d7899507 SHA512 8ea0765bad3885e6a8e574b382d6bea0bd5065b760241b5fa641e17096fffb43c5472577729365c36918caa4ca0d058fa1a24538dfe157e32ac519d94a4db039
+DIST lxqt-powermanagement-0.16.0.tar.xz 69784 BLAKE2B 44ecfc540c60ceba4cbf3408d246b70a1cfef84c2bdff7b0e5e386cc020345aa2e3d1a1b5f916f71e421501208ec67faa76b327875e3bc9f7c69fd338ad5a5e5 SHA512 d262dc5b182678389d7ac38da5fd3c9bef75ceb9c9733aae3fae9f59d8b2c5e87524fdcdafcf9ec98ad107c23db946e30431f743c6ef8011f70ec4d9fc63a72e

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0.ebuild
new file mode 100644
index 00000000000..475fb96897b
--- /dev/null
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="LXQt daemon for power management and auto-suspend"
+HOMEPAGE="https://lxqt.github.io/"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+	dev-qt/linguist-tools:5
+	>=dev-util/lxqt-build-tools-0.8.0
+	virtual/pkgconfig
+"
+DEPEND="
+	>=dev-libs/libqtxdg-3.3.1
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+	kde-frameworks/kidletime:5
+	kde-frameworks/solid:5
+	=lxqt-base/liblxqt-$(ver_cut 1-2)*
+	sys-power/upower
+"
+RDEPEND="${DEPEND}
+	!lxqt-base/lxqt-l10n
+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2020-07-31 16:35 Mikle Kolyada
  0 siblings, 0 replies; 54+ messages in thread
From: Mikle Kolyada @ 2020-07-31 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     ba52d0beef602d2a123ff66a6e9bb42f98160792
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 31 16:34:33 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jul 31 16:34:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba52d0be

lxqt-base/lxqt-powermanagement: x86 stable wrt bug #734818

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.15.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.15.0.ebuild
index 3852f81a307..715e5fd526e 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.15.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.15.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2020-07-31 16:33 Mikle Kolyada
  0 siblings, 0 replies; 54+ messages in thread
From: Mikle Kolyada @ 2020-07-31 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     a6f59e07b90bcd0404678217dfdcc27b851daa31
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 31 16:31:32 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jul 31 16:31:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f59e07

lxqt-base/lxqt-powermanagement: amd64 stable wrt bug #734818

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.15.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.15.0.ebuild
index 2ecf9780b42..3852f81a307 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.15.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.15.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2020-05-20 23:28 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2020-05-20 23:28 UTC (permalink / raw
  To: gentoo-commits

commit:     7204a1f2261636de04eceed3b96e3480f87353c1
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 27 18:51:48 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 20 23:28:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7204a1f2

lxqt-base/lxqt-powermanagement: add version 0.15.0

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/Manifest            |  1 +
 .../lxqt-powermanagement-0.15.0.ebuild             | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/lxqt-base/lxqt-powermanagement/Manifest b/lxqt-base/lxqt-powermanagement/Manifest
index 80443228187..9b6828401c7 100644
--- a/lxqt-base/lxqt-powermanagement/Manifest
+++ b/lxqt-base/lxqt-powermanagement/Manifest
@@ -1 +1,2 @@
 DIST lxqt-powermanagement-0.14.1.tar.xz 60892 BLAKE2B abaa853f6de7540dc0b0446dc442f78b59f9493fdf5565c1207080ec979f04b5e42a343d248feb99e57af32b008f49b36e3ec07e1a592eb957adf762b131761b SHA512 04c72e8f73fff647f0a1d987db2879dffaeba7accfa320bc3b101befdb041ce391debd5f6de12cd2614f9ddc9bf07644d778bb33611a3a4690fe818f7bc81d10
+DIST lxqt-powermanagement-0.15.0.tar.xz 64748 BLAKE2B 1a41e22e87c4af8b891d56d1a328d3c81ef1b5b6810fcdf392548bf497482d4c425901311f57f0a1be89e9ea49569dabb8a01be9ef90dfd8648460e2d7899507 SHA512 8ea0765bad3885e6a8e574b382d6bea0bd5065b760241b5fa641e17096fffb43c5472577729365c36918caa4ca0d058fa1a24538dfe157e32ac519d94a4db039

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.15.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.15.0.ebuild
new file mode 100644
index 00000000000..2ecf9780b42
--- /dev/null
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.15.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="LXQt daemon for power management and auto-suspend"
+HOMEPAGE="https://lxqt.github.io/"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+	dev-qt/linguist-tools:5
+	>=dev-util/lxqt-build-tools-0.7.0
+	virtual/pkgconfig
+"
+DEPEND="
+	>=dev-libs/libqtxdg-3.3.1
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+	kde-frameworks/kidletime:5
+	kde-frameworks/solid:5
+	=lxqt-base/liblxqt-$(ver_cut 1-2)*
+	sys-power/upower
+"
+RDEPEND="${DEPEND}
+	!lxqt-base/lxqt-l10n
+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2019-05-23 12:30 Mikle Kolyada
  0 siblings, 0 replies; 54+ messages in thread
From: Mikle Kolyada @ 2019-05-23 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     9e15c9f5770ce45e6620c0eea9e43cace45f0ed5
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu May 23 12:29:53 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu May 23 12:29:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e15c9f5

lxqt-base/lxqt-powermanagement: x86 stable wrt bug #686526

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.14.1.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.14.1.ebuild
index 4d53ec798f1..bd2aa6e83b1 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.14.1.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.14.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 LICENSE="LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2019-05-22  7:30 Mikle Kolyada
  0 siblings, 0 replies; 54+ messages in thread
From: Mikle Kolyada @ 2019-05-22  7:30 UTC (permalink / raw
  To: gentoo-commits

commit:     90df362aeb5fe1771f8668e1fad874b65586e882
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 07:29:11 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed May 22 07:30:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90df362a

lxqt-base/lxqt-powermanagement: amd64 stable wrt bug #686526

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.14.1.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.14.1.ebuild
index cf344d35dcb..4d53ec798f1 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.14.1.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.14.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2018-12-08 22:18 Mikle Kolyada
  0 siblings, 0 replies; 54+ messages in thread
From: Mikle Kolyada @ 2018-12-08 22:18 UTC (permalink / raw
  To: gentoo-commits

commit:     aa6dd077e690a17d82f70da77bb46e94c3141e07
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  8 22:18:35 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Dec  8 22:18:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa6dd077

lxqt-base/lxqt-powermanagement: [QA] remove sys-power/upower-pm-utils dependency

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.13.0.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.13.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.13.0.ebuild
index b69232cfa9c..3a08bbbe700 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.13.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.13.0.ebuild
@@ -30,10 +30,7 @@ RDEPEND="
 	kde-frameworks/kidletime:5
 	kde-frameworks/solid:5
 	=lxqt-base/liblxqt-$(ver_cut 1-2)*
-	|| (
-		sys-power/upower
-		sys-power/upower-pm-utils
-	)
+	sys-power/upower
 	!lxqt-base/lxqt-common
 "
 DEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2018-10-17 12:30 Thomas Deutschmann
  0 siblings, 0 replies; 54+ messages in thread
From: Thomas Deutschmann @ 2018-10-17 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     31fe2d9938eab4b3d03508e6cf442d898aa4a6b2
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 17 12:23:42 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Oct 17 12:29:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31fe2d99

lxqt-base/lxqt-powermanagement: x86 stable (bug #664568)

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.13.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.13.0.ebuild
index da5be7c53aa..b69232cfa9c 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.13.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.13.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 LICENSE="LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2018-10-16 13:07 Mikle Kolyada
  0 siblings, 0 replies; 54+ messages in thread
From: Mikle Kolyada @ 2018-10-16 13:07 UTC (permalink / raw
  To: gentoo-commits

commit:     0bc0438818effe8f7a3c612f2f2ddfb4e66230f2
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 16 12:57:33 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Oct 16 12:57:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc04388

lxqt-base/lxqt-powermanagement: amd64 stable wrt bug #664568

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.13.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.13.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.13.0.ebuild
index 73673765ce2..da5be7c53aa 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.13.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.13.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2018-08-11 10:10 Jonathan Scruggs
  0 siblings, 0 replies; 54+ messages in thread
From: Jonathan Scruggs @ 2018-08-11 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     b87ff995a0709350f8a84666ccb7167e1061b068
Author:     Jonathan Scruggs <j.scruggs <AT> gmail <DOT> com>
AuthorDate: Wed Jul 11 15:17:41 2018 +0000
Commit:     Jonathan Scruggs <dracwyrm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 11 10:09:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87ff995

lxqt-base/lxqt-powermanagement: version update to 0.13.0

 lxqt-base/lxqt-powermanagement/Manifest            |  1 +
 .../lxqt-powermanagement-0.13.0.ebuild             | 50 ++++++++++++++++++++++
 lxqt-base/lxqt-powermanagement/metadata.xml        | 11 +++--
 3 files changed, 58 insertions(+), 4 deletions(-)

diff --git a/lxqt-base/lxqt-powermanagement/Manifest b/lxqt-base/lxqt-powermanagement/Manifest
index 5ee841be5a7..1f8fc05c1e2 100644
--- a/lxqt-base/lxqt-powermanagement/Manifest
+++ b/lxqt-base/lxqt-powermanagement/Manifest
@@ -1 +1,2 @@
 DIST lxqt-powermanagement-0.11.0.tar.xz 29680 BLAKE2B 46242ed3d05f3ab198225baba34c5a651882c2a99da3b44201a55a3204071002d19d59e34f5aca2cb744f6a2e08e926b008c8f1c12fb94d3386b242223580e4e SHA512 8cf90334078e95303f938b180cf21f40624bd150f03d72e5975eb105df96154f7d2703476e95ca40923ce56a0e5be81c1db570033bd9ad5fe17afb081b98f0c0
+DIST lxqt-powermanagement-0.13.0.tar.xz 31488 BLAKE2B 0c236015333c013df791bf86ab9c5f1aa3bb8f50c298d40214cb41517c82e646de77439321b3f7bffcabc56553758979ee449fb6e67a7e7f7981860ccde28401 SHA512 849bcd0739e30b0450d358e23edb9bf800e3804e0929d78d9d08c640355b6eb9351df458025fc381215734690ea902ec1896f5e070fd19ad006520148233d77d

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.13.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.13.0.ebuild
new file mode 100644
index 00000000000..73673765ce2
--- /dev/null
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.13.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils eapi7-ver
+
+DESCRIPTION="LXQt daemon for power management and auto-suspend"
+HOMEPAGE="https://lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+RDEPEND="
+	>=dev-libs/libqtxdg-3.0.0
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+	kde-frameworks/kidletime:5
+	kde-frameworks/solid:5
+	=lxqt-base/liblxqt-$(ver_cut 1-2)*
+	|| (
+		sys-power/upower
+		sys-power/upower-pm-utils
+	)
+	!lxqt-base/lxqt-common
+"
+DEPEND="${RDEPEND}
+	dev-qt/linguist-tools:5
+	>=dev-util/lxqt-build-tools-0.5.0
+	virtual/pkgconfig
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DPULL_TRANSLATIONS=OFF
+	)
+	cmake-utils_src_configure
+}

diff --git a/lxqt-base/lxqt-powermanagement/metadata.xml b/lxqt-base/lxqt-powermanagement/metadata.xml
index a40a83a9c6a..d2a33a0e0bb 100644
--- a/lxqt-base/lxqt-powermanagement/metadata.xml
+++ b/lxqt-base/lxqt-powermanagement/metadata.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-    <email>lxqt@gentoo.org</email>
-    <name>LXQt</name>
-  </maintainer>
+	<maintainer type="project">
+		<email>lxqt@gentoo.org</email>
+		<name>LXQt</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">lxqt/lxqt-powermanagement</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2018-04-15 12:43 David Seifert
  0 siblings, 0 replies; 54+ messages in thread
From: David Seifert @ 2018-04-15 12:43 UTC (permalink / raw
  To: gentoo-commits

commit:     fa40547a0580054b5e586900d52b33e9c2831383
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Apr 15 07:53:36 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 12:41:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa40547a

lxqt-base/lxqt-powermanagement: fix SRC_URI

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.11.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.11.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.11.0.ebuild
index 6bf480e9806..f46c3851953 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.11.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
 else
-	SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
+	SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
 	KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2017-12-11  0:45 Anthony G. Basile
  0 siblings, 0 replies; 54+ messages in thread
From: Anthony G. Basile @ 2017-12-11  0:45 UTC (permalink / raw
  To: gentoo-commits

commit:     f8fb5f684462db9e45f1500acf7ca6974cfbe915
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 00:33:14 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 00:44:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8fb5f68

lxqt-base/lxqt-powermanagement: stable on amd64 and x86

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.11.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.11.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.11.0.ebuild
index 09aa8b71a5b..6bf480e9806 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.11.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
 else
 	SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 LICENSE="LGPL-2.1+"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2016-09-26 23:37 Manuel Rüger
  0 siblings, 0 replies; 54+ messages in thread
From: Manuel Rüger @ 2016-09-26 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     8a1fc807609c2b4621ea3861c1dc4ef565653dc6
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 23:37:31 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 23:37:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1fc807

lxqt-base/lxqt-powermanagement: Version bump to 0.11.0

Package-Manager: portage-2.3.1

 lxqt-base/lxqt-powermanagement/Manifest            |  1 +
 .../lxqt-powermanagement-0.11.0.ebuild             | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/lxqt-base/lxqt-powermanagement/Manifest b/lxqt-base/lxqt-powermanagement/Manifest
index 3192fd4..f395ff5 100644
--- a/lxqt-base/lxqt-powermanagement/Manifest
+++ b/lxqt-base/lxqt-powermanagement/Manifest
@@ -1 +1,2 @@
 DIST lxqt-powermanagement-0.10.0.tar.xz 39036 SHA256 85f67c1ee443f7a028a2bd63b9430fc55823a0cb9ce33cd23d97ccba31e05aa9 SHA512 60d5b82fb4a2d6c6ba6971c6a324d48e1ffc3ecde2dad602c1fea77ff5b572a179e6db930423e9b0f7d69b0f212bbce83a2f0c7a1face25ebf99d7d5c2e1c5f0 WHIRLPOOL d0802aa75c47c504d69719b61af0269a1c12aeeeab068e0b60a02e98f49453a9ecd842c89aa79d5ca9bc04959fc29d9775ae635691a677979f7046fbc3286751
+DIST lxqt-powermanagement-0.11.0.tar.xz 29680 SHA256 3635ccee88fa4eb8233c2157ff1b7a883542ee60265d7494d5778a552ffb9213 SHA512 8cf90334078e95303f938b180cf21f40624bd150f03d72e5975eb105df96154f7d2703476e95ca40923ce56a0e5be81c1db570033bd9ad5fe17afb081b98f0c0 WHIRLPOOL 65b36f78c335d9600de662f913416123b370811797821a12df292df2b5481d902f1b06c36fbe41eedeedbf1a8db2fe89b421699e7c64635f6fc059dc3a0a2232

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.11.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.11.0.ebuild
new file mode 100644
index 00000000..85401a5
--- /dev/null
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.11.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="LXQt daemon for power management and auto-suspend"
+HOMEPAGE="http://lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+else
+	SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+CDEPEND="
+	>=dev-libs/libqtxdg-1.0.0
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+	kde-frameworks/kidletime:5
+	kde-frameworks/solid:5
+	~lxqt-base/liblxqt-${PV}"
+DEPEND="${CDEPEND}
+	dev-qt/linguist-tools:5
+	virtual/pkgconfig"
+RDEPEND="${CDEPEND}
+	|| ( sys-power/upower sys-power/upower-pm-utils )"
+
+src_configure() {
+	local mycmakeargs=( -DPULL_TRANSLATIONS=OFF )
+	cmake-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2016-08-07  8:28 Pacho Ramos
  0 siblings, 0 replies; 54+ messages in thread
From: Pacho Ramos @ 2016-08-07  8:28 UTC (permalink / raw
  To: gentoo-commits

commit:     f79fbb3e991bd7bf94f90c3002929d796320fe66
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 08:16:22 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 08:16:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79fbb3e

lxqt-base/lxqt-powermanagement: Cleanup per bug #498492

Package-Manager: portage-2.3.0

 lxqt-base/lxqt-powermanagement/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lxqt-base/lxqt-powermanagement/metadata.xml b/lxqt-base/lxqt-powermanagement/metadata.xml
index e21580f..a40a83a 100644
--- a/lxqt-base/lxqt-powermanagement/metadata.xml
+++ b/lxqt-base/lxqt-powermanagement/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>jauhien@gentoo.org</email>
-    <name>Jauhien Piatlicki</name>
-  </maintainer>
 <maintainer type="project">
     <email>lxqt@gentoo.org</email>
     <name>LXQt</name>


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2015-12-09 13:40 Michael Palimaka
  0 siblings, 0 replies; 54+ messages in thread
From: Michael Palimaka @ 2015-12-09 13:40 UTC (permalink / raw
  To: gentoo-commits

commit:     f22678759fb5e513e679a91fad8c406c81086800
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  9 13:39:57 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Dec  9 13:40:13 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2267875

lxqt-base/lxqt-powermanagement: fix dependencies

Gentoo-bug: 567096

Package-Manager: portage-2.2.26

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.10.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.10.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.10.0.ebuild
index d3f01e6..f425e27 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.10.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.10.0.ebuild
@@ -20,16 +20,15 @@ LICENSE="GPL-2 LGPL-2.1+"
 SLOT="0"
 
 CDEPEND="
+	>=dev-libs/libqtxdg-1.0.0
 	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
+	kde-frameworks/solid:5
 	~lxqt-base/liblxqt-${PV}
-	>=dev-libs/libqtxdg-1.0.0
-	x11-libs/libX11
 	x11-libs/libxcb:="
 DEPEND="${CDEPEND}
 	dev-qt/linguist-tools:5


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2015-11-28 17:36 Patrice Clement
  0 siblings, 0 replies; 54+ messages in thread
From: Patrice Clement @ 2015-11-28 17:36 UTC (permalink / raw
  To: gentoo-commits

commit:     9a5bdab54f7fbd21956270a1dc7d231610f298fe
Author:     Paolo Pedroni <paolo.pedroni <AT> iol <DOT> it>
AuthorDate: Tue Nov 24 11:37:27 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 08:20:34 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a5bdab5

lxqt-base/lxqt-powermanagement: Version bump to 0.10.0

Thanks to Alpha Bravo <aos <AT> ungwana.de> in bug #564718

 .../lxqt-powermanagement-0.10.0.ebuild             | 38 ++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.10.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.10.0.ebuild
new file mode 100644
index 0000000..e16c4dd
--- /dev/null
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.10.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="LXQt daemon for power management and auto-suspend"
+HOMEPAGE="http://lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+else
+	SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="0"
+
+CDEPEND="
+	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}
+	>=dev-libs/libqtxdg-1.0.0
+	x11-libs/libX11
+	x11-libs/libxcb:="
+DEPEND="${CDEPEND}
+	dev-qt/linguist-tools:5
+	virtual/pkgconfig"
+RDEPEND="${CDEPEND}
+	|| ( sys-power/upower sys-power/upower-pm-utils )"


^ permalink raw reply related	[flat|nested] 54+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
@ 2015-10-01 14:21 Michael Palimaka
  0 siblings, 0 replies; 54+ messages in thread
From: Michael Palimaka @ 2015-10-01 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     84a80f28004155a759d9e721d992fddfc35f9e12
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  1 14:00:05 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct  1 14:20:43 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a80f28

lxqt-base/lxqt-powermanagement: dev-qt/linguist-tools is a build-time dependency

Package-Manager: portage-2.2.20.1

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.8.0.ebuild | 2 +-
 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.9.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.8.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.8.0.ebuild
index e84c0fc..07e6141 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.8.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.8.0.ebuild
@@ -20,7 +20,6 @@ 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
@@ -33,6 +32,7 @@ CDEPEND="
 	x11-libs/libX11
 	x11-libs/libxcb:="
 DEPEND="${CDEPEND}
+	dev-qt/linguist-tools:5
 	virtual/pkgconfig"
 RDEPEND="${CDEPEND}
 	|| ( sys-power/upower sys-power/upower-pm-utils )"

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.9.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.9.0.ebuild
index 8bb1e58..63c4380 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.9.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.9.0.ebuild
@@ -20,7 +20,6 @@ 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
@@ -33,6 +32,7 @@ CDEPEND="
 	x11-libs/libX11
 	x11-libs/libxcb:="
 DEPEND="${CDEPEND}
+	dev-qt/linguist-tools:5
 	virtual/pkgconfig"
 RDEPEND="${CDEPEND}
 	|| ( sys-power/upower sys-power/upower-pm-utils )"


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

end of thread, other threads:[~2024-09-12 17:23 UTC | newest]

Thread overview: 54+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-18  5:09 [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/ Joonas Niilola
  -- strict thread matches above, loose matches on Subject: below --
2024-09-12 17:23 Arthur Zamarin
2024-09-01 21:30 Sam James
2024-07-13 10:09 Yixun Lan
2024-07-11 19:44 Arthur Zamarin
2024-06-28 20:33 Jimi Huotari
2024-06-14 21:57 Jimi Huotari
2023-12-27 21:03 Sam James
2023-12-20  1:40 Sam James
2023-11-09 21:45 Jimi Huotari
2023-06-18 14:53 Andreas Sturmlechner
2023-05-29 21:57 Sam James
2023-05-29 11:05 Arthur Zamarin
2023-05-29  0:10 Sam James
2023-04-17 22:08 Jimi Huotari
2023-03-26 15:50 Jimi Huotari
2022-12-17 19:28 Arthur Zamarin
2022-12-16 21:49 Sam James
2022-12-16 20:33 Arthur Zamarin
2022-11-19  4:50 WANG Xuerui
2022-11-16  8:55 WANG Xuerui
2022-11-10 12:57 Jimi Huotari
2022-07-26  7:05 Sam James
2022-07-22 17:54 Sam James
2022-07-20  5:36 Sam James
2022-05-15  0:13 Sam James
2022-04-15 13:14 Arthur Zamarin
2022-04-15  6:17 Sam James
2022-01-21 19:07 Sam James
2021-09-30 17:24 Andreas Sturmlechner
2021-09-23  8:55 Andreas Sturmlechner
2021-07-26  7:40 Yixun Lan
2021-07-10  0:48 Sam James
2021-01-23 22:55 Sam James
2021-01-21  9:03 Agostino Sarubbo
2020-11-29 20:05 Andreas Sturmlechner
2020-11-29 20:05 Andreas Sturmlechner
2020-11-23  7:12 Andreas Sturmlechner
2020-07-31 16:35 Mikle Kolyada
2020-07-31 16:33 Mikle Kolyada
2020-05-20 23:28 Andreas Sturmlechner
2019-05-23 12:30 Mikle Kolyada
2019-05-22  7:30 Mikle Kolyada
2018-12-08 22:18 Mikle Kolyada
2018-10-17 12:30 Thomas Deutschmann
2018-10-16 13:07 Mikle Kolyada
2018-08-11 10:10 Jonathan Scruggs
2018-04-15 12:43 David Seifert
2017-12-11  0:45 Anthony G. Basile
2016-09-26 23:37 Manuel Rüger
2016-08-07  8:28 Pacho Ramos
2015-12-09 13:40 Michael Palimaka
2015-11-28 17:36 Patrice Clement
2015-10-01 14:21 Michael Palimaka

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