public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2015-10-01 14:21 Michael Palimaka
  0 siblings, 0 replies; 35+ messages in thread
From: Michael Palimaka @ 2015-10-01 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     ef51f3d03920390453046d7fa355932c49e869b9
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  1 14:05:44 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct  1 14:20:45 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef51f3d0

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

Package-Manager: portage-2.2.20.1

 lxqt-base/liblxqt/liblxqt-0.8.0.ebuild | 7 ++++---
 lxqt-base/liblxqt/liblxqt-0.9.0.ebuild | 7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/lxqt-base/liblxqt/liblxqt-0.8.0.ebuild b/lxqt-base/liblxqt/liblxqt-0.8.0.ebuild
index fe2681c..c773349 100644
--- a/lxqt-base/liblxqt/liblxqt-0.8.0.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-0.8.0.ebuild
@@ -19,14 +19,13 @@ fi
 LICENSE="GPL-2 LGPL-2.1+"
 SLOT="0"
 
-DEPEND=">=dev-libs/libqtxdg-1.0.0
+RDEPEND=">=dev-libs/libqtxdg-1.0.0
 	x11-libs/libX11
 	x11-libs/libXcomposite
 	x11-libs/libXcursor
 	x11-libs/libXdamage
 	x11-libs/libXfixes
 	x11-libs/libXrender
-	dev-qt/linguist-tools:5
 	dev-qt/qtcore:5
 	dev-qt/qtdbus:5
 	dev-qt/qtgui:5
@@ -34,7 +33,9 @@ DEPEND=">=dev-libs/libqtxdg-1.0.0
 	dev-qt/qtx11extras:5
 	dev-qt/qtxml:5
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	dev-qt/linguist-tools:5
+"
 
 pkg_pretend() {
 	if [[ ${MERGE_TYPE} != binary ]]; then

diff --git a/lxqt-base/liblxqt/liblxqt-0.9.0.ebuild b/lxqt-base/liblxqt/liblxqt-0.9.0.ebuild
index 5b4777b..77deedc 100644
--- a/lxqt-base/liblxqt/liblxqt-0.9.0.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-0.9.0.ebuild
@@ -19,8 +19,7 @@ fi
 LICENSE="GPL-2 LGPL-2.1+"
 SLOT="0"
 
-DEPEND=">=dev-libs/libqtxdg-1.0.0
-	dev-qt/linguist-tools:5
+RDEPEND=">=dev-libs/libqtxdg-1.0.0
 	dev-qt/qtcore:5
 	dev-qt/qtdbus:5
 	dev-qt/qtgui:5
@@ -29,7 +28,9 @@ DEPEND=">=dev-libs/libqtxdg-1.0.0
 	dev-qt/qtxml:5
 	kde-frameworks/kwindowsystem:5
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	dev-qt/linguist-tools:5
+"
 
 pkg_pretend() {
 	if [[ ${MERGE_TYPE} != binary ]]; then


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2015-11-28 17:36 Patrice Clement
  0 siblings, 0 replies; 35+ messages in thread
From: Patrice Clement @ 2015-11-28 17:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c73adf5e212b5a79d7ea7bd499b93ede404f5a82
Author:     Paolo Pedroni <PPed72 <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Tue Nov 24 10:52:57 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 08:19:10 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c73adf5e

lxqt-base/liblxqt: Fix indentation

 lxqt-base/liblxqt/liblxqt-0.10.0.ebuild | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild b/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild
index e2d80d2..c82baa7 100644
--- a/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild
@@ -9,32 +9,32 @@ DESCRIPTION="Common base library for the LXQt desktop environment"
 HOMEPAGE="http://lxqt.org/"
 
 if [[ ${PV} = *9999* ]]; then
-        inherit git-r3
-        EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+	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"
+	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"
 
 RDEPEND=">=dev-libs/libqtxdg-1.0.0
-        dev-qt/qtcore:5
-        dev-qt/qtdbus:5
-        dev-qt/qtgui:5
-        dev-qt/qtwidgets:5
-        dev-qt/qtx11extras:5
-        dev-qt/qtxml:5
-        kde-frameworks/kwindowsystem:5[X]
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+	dev-qt/qtxml:5
+	kde-frameworks/kwindowsystem:5[X]
 "
 DEPEND="${RDEPEND}
-        dev-qt/linguist-tools:5
+	dev-qt/linguist-tools:5
 "
 
 pkg_pretend() {
-        if [[ ${MERGE_TYPE} != binary ]]; then
-                [[ $(gcc-version) < 4.8 ]] && \
-                        die 'The active compiler needs to be gcc 4.8 (or newer)'
-        fi
+	if [[ ${MERGE_TYPE} != binary ]]; then
+		[[ $(gcc-version) < 4.8 ]] && \
+		die 'The active compiler needs to be gcc 4.8 (or newer)'
+	fi
 }


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2015-11-29 13:54 Ulrich Müller
  0 siblings, 0 replies; 35+ messages in thread
From: Ulrich Müller @ 2015-11-29 13:54 UTC (permalink / raw
  To: gentoo-commits

commit:     a0aa5a33dd42a7310e448d1488a74cd9a9400007
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 13:54:27 2015 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 13:54:27 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0aa5a33

lxqt-base/liblxqt: [QA] Fix Manifest.

Bug: 567102

Package-Manager: portage-2.2.26

 lxqt-base/liblxqt/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lxqt-base/liblxqt/Manifest b/lxqt-base/liblxqt/Manifest
index 7bafb69..c9422c3 100644
--- a/lxqt-base/liblxqt/Manifest
+++ b/lxqt-base/liblxqt/Manifest
@@ -1,3 +1,4 @@
+DIST liblxqt-0.10.0.tar.xz 77732 SHA256 77a42a9ae79d0887bf09cba0c6aaf59ba71edb0bc807736384d1072254aace7c SHA512 75686ea2c6f90f8898ee34024a93d8d091ff5cde02204ca860fddb968b5237576165102d6ea801bc0da32951b3effe565400f9edc3bac97ba2ba6de53eccf04f WHIRLPOOL f41eacfb0aff1c228ca95c1be2a65fb412ea3f93de8f91e9ee56c63994b257f8b61beba61e3f985dca7097efa12af7b97a53f3bd4bd5d084de2324bcc8863f4b
 DIST liblxqt-0.7.0.tar.xz 82860 SHA256 a21f8fef4c0c44355b375b9731401d889c20852ccf55a2da11d7e5d5e08e1555 SHA512 21d532338fe2a88de45ee20bbb709924643be3780627a856a0c7f1de882e709fbc746c28d6785947c61539de207d1dcbbfa75b6901a1b82342d28273362a99b4 WHIRLPOOL 6be57b43412671c105a858b3b12fb0246c7e0600335d3973ea34b2f2564db42f97dc4585e37747555b58cb55ccaccfd1852038053bf125a281c2689709f5ae0f
 DIST liblxqt-0.8.0.tar.xz 87960 SHA256 9914a7e20caa423438cbb00a459b4c941cc88d4915df36670e4ab18fd636e34e SHA512 d344e2b1c9e18173dce64c4b64fcaf4e8a9859e4c53635ff4221c6dc41c8e51044e1cb35dc9ac52501da4f12f07619d307dc6e90ad9d54e9107530a34ae25c0c WHIRLPOOL 75865e080669b39d46d5b13c3a89f5e4a14255dd65b193f278a72e9193d3750d9cf1cf5612c06001142d4894e5eafabd7ae5ec38297c0a0a3d1625dbe9050ff8
 DIST liblxqt-0.9.0.tar.xz 86856 SHA256 b4f0941bcb8839163aed5c332a26d05650a8d75be241cb39c702f9bd15fe4d52 SHA512 6c1ee495fd3782f471ab3b71737de9295254f245f1d5e0bb3bf147328c2006e2dd73a378f1247b139a9a933d3e02a96a3b3a3b844e2fac5d019afb3de2d7677a WHIRLPOOL 080086052e78f3b25b9af21f3a658c64e0c25d0c747343daea7a9f7a7a2ed02def076ea63bbfae634643387bb422b6c4b718e233dd5ee6f9dc8aae0297547bde


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2015-12-01 20:18 Maxim Koltsov
  0 siblings, 0 replies; 35+ messages in thread
From: Maxim Koltsov @ 2015-12-01 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     ce4c604ad333b72b7b2107ddaeb3df5ef32a43f0
Author:     Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  1 20:17:51 2015 +0000
Commit:     Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
CommitDate: Tue Dec  1 20:18:31 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce4c604a

lxqt-base/liblxqt: raise version in libqtxdg dependency

liblxqt does not compile with older libqtxdg versions.

Gentoo-Bug: 567136

Package-Manager: portage-2.2.23

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

diff --git a/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild b/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild
index 5c17072..08001a0 100644
--- a/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild
@@ -19,7 +19,7 @@ fi
 LICENSE="GPL-2 LGPL-2.1+"
 SLOT="0"
 
-RDEPEND=">=dev-libs/libqtxdg-1.0.0
+RDEPEND=">=dev-libs/libqtxdg-1.3.0
 	dev-qt/qtcore:5
 	dev-qt/qtdbus:5
 	dev-qt/qtgui:5


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2016-07-25 18:25 Austin English
  0 siblings, 0 replies; 35+ messages in thread
From: Austin English @ 2016-07-25 18:25 UTC (permalink / raw
  To: gentoo-commits

commit:     d68b3eb31e7a76f8f94be296fc6c5fa61dc31fcb
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 12 21:23:15 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 18:25:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68b3eb3

lxqt-base/liblxqt: fix gcc version check

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/588230

Package-Manager: portage-2.3.0

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

diff --git a/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild b/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild
index 1d47614..579019e 100644
--- a/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="Common base library for the LXQt desktop environment"
@@ -34,7 +34,7 @@ DEPEND="${RDEPEND}
 
 pkg_pretend() {
 	if [[ ${MERGE_TYPE} != binary ]]; then
-		[[ $(gcc-version) < 4.8 ]] && \
+		tc-is-gcc && [[ $(gcc-version) < 4.8 ]] && \
 		die 'The active compiler needs to be gcc 4.8 (or newer)'
 	fi
 }


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2016-08-07  8:28 Pacho Ramos
  0 siblings, 0 replies; 35+ messages in thread
From: Pacho Ramos @ 2016-08-07  8:28 UTC (permalink / raw
  To: gentoo-commits

commit:     79ae6a7b3c2e929d59c303afb04b9988c208dc08
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 08:14:07 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 08:14:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ae6a7b

lxqt-base/liblxqt: Cleanup per bug #498492

Package-Manager: portage-2.3.0

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

diff --git a/lxqt-base/liblxqt/metadata.xml b/lxqt-base/liblxqt/metadata.xml
index e21580f..a40a83a 100644
--- a/lxqt-base/liblxqt/metadata.xml
+++ b/lxqt-base/liblxqt/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] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2016-09-26 20:29 Manuel Rüger
  0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2016-09-26 20:29 UTC (permalink / raw
  To: gentoo-commits

commit:     01bbeb4b60245cbc0027a5518bf9b14950963d82
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 20:28:50 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 20:28:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01bbeb4b

lxqt-base/liblxqt: Version bump to 0.11.0

Package-Manager: portage-2.3.1

 lxqt-base/liblxqt/Manifest              |  1 +
 lxqt-base/liblxqt/liblxqt-0.11.0.ebuild | 45 +++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/lxqt-base/liblxqt/Manifest b/lxqt-base/liblxqt/Manifest
index db23a37..10f9d15 100644
--- a/lxqt-base/liblxqt/Manifest
+++ b/lxqt-base/liblxqt/Manifest
@@ -1 +1,2 @@
 DIST liblxqt-0.10.0.tar.xz 77732 SHA256 77a42a9ae79d0887bf09cba0c6aaf59ba71edb0bc807736384d1072254aace7c SHA512 75686ea2c6f90f8898ee34024a93d8d091ff5cde02204ca860fddb968b5237576165102d6ea801bc0da32951b3effe565400f9edc3bac97ba2ba6de53eccf04f WHIRLPOOL f41eacfb0aff1c228ca95c1be2a65fb412ea3f93de8f91e9ee56c63994b257f8b61beba61e3f985dca7097efa12af7b97a53f3bd4bd5d084de2324bcc8863f4b
+DIST liblxqt-0.11.0.tar.xz 58912 SHA256 bc553bf53f3083886b5456a3f22e227f68ea945d8ee0dd31dd24f765bf879fe2 SHA512 df2aaba0c0b723975c65a063ef3c6564a60d1ac8662da443e1ff9030b1dd61bc264916e5efac272895048f7219a5cb5413e98aa12c5340b547413ad686f2c9ed WHIRLPOOL 7f3b0674900825c16a1c89ecaf7bafa5130583f885323fcfb288c6591bd7e4655b79729691eb94f2f1ca19e5785729ac35d67aa3349299fcf8e8c2cd20726df0

diff --git a/lxqt-base/liblxqt/liblxqt-0.11.0.ebuild b/lxqt-base/liblxqt/liblxqt-0.11.0.ebuild
new file mode 100644
index 00000000..b934b98
--- /dev/null
+++ b/lxqt-base/liblxqt/liblxqt-0.11.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit cmake-utils
+
+DESCRIPTION="Common base library for the LXQt desktop environment"
+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"
+
+RDEPEND=">=dev-libs/libqtxdg-1.3.0
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+	dev-qt/qtxml:5
+	kde-frameworks/kwindowsystem:5[X]
+"
+DEPEND="${RDEPEND}
+	dev-qt/linguist-tools:5
+"
+
+pkg_pretend() {
+	if [[ ${MERGE_TYPE} != binary ]]; then
+		tc-is-gcc && [[ $(gcc-version) < 4.8 ]] && \
+		die 'The active compiler needs to be gcc 4.8 (or newer)'
+	fi
+}
+
+src_configure() {
+	local mycmakeargs=( -DPULL_TRANSLATIONS=OFF )
+	cmake-utils_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2016-10-01 11:27 Manuel Rüger
  0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2016-10-01 11:27 UTC (permalink / raw
  To: gentoo-commits

commit:     2be5f38d74dad5c1c3dd6a2092a1acf99fe81009
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 11:20:53 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 11:26:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be5f38d

lxqt-base/liblxqt: Add missed dependency on libXScrnSaver

Gentoo-Bug: 595258

Package-Manager: portage-2.3.1

 .../liblxqt/{liblxqt-0.11.0.ebuild => liblxqt-0.11.0-r1.ebuild}      | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lxqt-base/liblxqt/liblxqt-0.11.0.ebuild b/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild
similarity index 94%
rename from lxqt-base/liblxqt/liblxqt-0.11.0.ebuild
rename to lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild
index b934b98..c9ed512 100644
--- a/lxqt-base/liblxqt/liblxqt-0.11.0.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild
@@ -27,10 +27,9 @@ RDEPEND=">=dev-libs/libqtxdg-1.3.0
 	dev-qt/qtx11extras:5
 	dev-qt/qtxml:5
 	kde-frameworks/kwindowsystem:5[X]
-"
+	x11-libs/libXScrnSaver"
 DEPEND="${RDEPEND}
-	dev-qt/linguist-tools:5
-"
+	dev-qt/linguist-tools:5"
 
 pkg_pretend() {
 	if [[ ${MERGE_TYPE} != binary ]]; then


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2017-12-11  0:45 Anthony G. Basile
  0 siblings, 0 replies; 35+ messages in thread
From: Anthony G. Basile @ 2017-12-11  0:45 UTC (permalink / raw
  To: gentoo-commits

commit:     bf7588ca0926242b50a34eda3a12c9f97eb2dd4d
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 00:03:40 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 00:42:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf7588ca

lxqt-base/liblxqt: stable on amd64 and x86

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild b/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild
index 68c0e3be6ff..29f05538289 100644
--- a/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-0.11.0-r1.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=6
@@ -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="GPL-2 LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2018-04-15 12:43 David Seifert
  0 siblings, 0 replies; 35+ messages in thread
From: David Seifert @ 2018-04-15 12:43 UTC (permalink / raw
  To: gentoo-commits

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

lxqt-base/liblxqt: fix SRC_URI

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

diff --git a/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild b/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild
index 09a5b3a53e8..1f4a33b9f2e 100644
--- a/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild
@@ -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] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2018-10-16 13:07 Mikle Kolyada
  0 siblings, 0 replies; 35+ messages in thread
From: Mikle Kolyada @ 2018-10-16 13:07 UTC (permalink / raw
  To: gentoo-commits

commit:     237f85129b252405530a3889104afaa777820d11
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 16 12:51:04 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Oct 16 12:51:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237f8512

lxqt-base/liblxqt: 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/liblxqt/liblxqt-0.13.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/liblxqt/liblxqt-0.13.0.ebuild b/lxqt-base/liblxqt/liblxqt-0.13.0.ebuild
index b1974c20be9..12357512c34 100644
--- a/lxqt-base/liblxqt/liblxqt-0.13.0.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-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+ BSD"


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2018-10-17 12:30 Thomas Deutschmann
  0 siblings, 0 replies; 35+ messages in thread
From: Thomas Deutschmann @ 2018-10-17 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     eefc4646675f3212821b6a1165577fe3f62e69e4
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 17 12:17:49 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Oct 17 12:29:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eefc4646

lxqt-base/liblxqt: 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/liblxqt/liblxqt-0.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/liblxqt/liblxqt-0.13.0.ebuild b/lxqt-base/liblxqt/liblxqt-0.13.0.ebuild
index 12357512c34..bddb1fc02b9 100644
--- a/lxqt-base/liblxqt/liblxqt-0.13.0.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-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+ BSD"


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2019-05-22  7:30 Mikle Kolyada
  0 siblings, 0 replies; 35+ messages in thread
From: Mikle Kolyada @ 2019-05-22  7:30 UTC (permalink / raw
  To: gentoo-commits

commit:     580e64a4d00621683410fd9bb613970383056f97
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 07:28:29 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed May 22 07:30:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=580e64a4

lxqt-base/liblxqt: 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/liblxqt/liblxqt-0.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild b/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild
index 54b3f2a5334..5826ec911b4 100644
--- a/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-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+ BSD"


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2019-05-23 12:30 Mikle Kolyada
  0 siblings, 0 replies; 35+ messages in thread
From: Mikle Kolyada @ 2019-05-23 12:30 UTC (permalink / raw
  To: gentoo-commits

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

lxqt-base/liblxqt: 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/liblxqt/liblxqt-0.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild b/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild
index 5826ec911b4..2aea29f7f74 100644
--- a/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-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+ BSD"


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2019-09-08 16:18 Andreas Sturmlechner
  0 siblings, 0 replies; 35+ messages in thread
From: Andreas Sturmlechner @ 2019-09-08 16:18 UTC (permalink / raw
  To: gentoo-commits

commit:     fcec1a67ff4139c88641e30fa0df98ac225c5a44
Author:     Erhard F <erhard_f <AT> mailbox <DOT> org>
AuthorDate: Tue Sep  3 19:34:26 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep  8 16:17:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcec1a67

lxqt-base/liblxqt: keyworded 0.14.1 for ppc64, bug #689606

Bug: https://bugs.gentoo.org/689606
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Erhard Furtner <erhard_f <AT> mailbox.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild b/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild
index 2aea29f7f74..5ad13018bb8 100644
--- a/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-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 ~ppc64 x86"
 fi
 
 LICENSE="LGPL-2.1+ BSD"


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2020-06-14 22:48 Andreas Sturmlechner
  0 siblings, 0 replies; 35+ messages in thread
From: Andreas Sturmlechner @ 2020-06-14 22:48 UTC (permalink / raw
  To: gentoo-commits

commit:     1ff961607936aa6100100f61674fd82799765dc7
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  7 13:04:31 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 14 22:48:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff96160

lxqt-base/liblxqt: add version 0.15.1

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/16111
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 lxqt-base/liblxqt/Manifest              |  1 +
 lxqt-base/liblxqt/liblxqt-0.15.1.ebuild | 49 +++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/lxqt-base/liblxqt/Manifest b/lxqt-base/liblxqt/Manifest
index 7bc2362781f..b5957557e31 100644
--- a/lxqt-base/liblxqt/Manifest
+++ b/lxqt-base/liblxqt/Manifest
@@ -1,2 +1,3 @@
 DIST liblxqt-0.14.1.tar.xz 81704 BLAKE2B 9aa190fce337068d02962af90c1847acd51a63c44019c9ccdc729dea00d52cd65826e50850e913306f5e6f0a20d1e25b4f90cd09ebb9012c2c3337aaeaa3665f SHA512 28ce5e924d136f9907f84e40d4823c412df071009a9d5da4e061ce969d7575b21210d5178103f9bfc73baa87ccafc87dcb6e29a737467ca1a459c1fd3c1071ba
 DIST liblxqt-0.15.0.tar.xz 80624 BLAKE2B 0f5b1fede9460dddd2a506e4945ad81c8e7121e74178833664b838c3acd88451a3c17e8e4db2e6a34e14ef0638760fee36273abb4c6d3f93014d402d069633c3 SHA512 6693be070fe641d590e3187abb2797ea470af5101efc4e9aed88a12cb28cc31aff60b6086cf717cd778353b50164d2365d88968a96a7fa00f6bc53e6855ddf7f
+DIST liblxqt-0.15.1.tar.xz 80040 BLAKE2B f729bf1b10a35b97d71f2e95a35999d3f246b4e59cdce25e32ab2a72ed5be50a443db0c841dcd0d41deb25e130c91cf75a5ba384ae4c1e6d92aa306e0b4eb75d SHA512 a0eb00ca5b228ef32d1a3952d3cb4702273dda16c9e70cc75046bfe1f51e5a7849d5306cca9d616ff82bd91715d97d703c458d406ba9e2425aa3fd26f155493c

diff --git a/lxqt-base/liblxqt/liblxqt-0.15.1.ebuild b/lxqt-base/liblxqt/liblxqt-0.15.1.ebuild
new file mode 100644
index 00000000000..70e3a186da2
--- /dev/null
+++ b/lxqt-base/liblxqt/liblxqt-0.15.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Common base library for the LXQt desktop environment"
+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 ~ppc64 ~x86"
+fi
+
+LICENSE="LGPL-2.1+ BSD"
+SLOT="0/$(ver_cut 1-2)"
+IUSE="+backlight"
+
+BDEPEND="
+	dev-qt/linguist-tools:5
+	>=dev-util/lxqt-build-tools-0.7.0
+"
+DEPEND="
+	>=dev-libs/libqtxdg-3.5.0
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+	dev-qt/qtxml:5
+	kde-frameworks/kwindowsystem:5[X]
+	x11-libs/libX11
+	x11-libs/libXScrnSaver
+	backlight? ( sys-auth/polkit-qt )
+"
+RDEPEND="${DEPEND}
+	!lxqt-base/lxqt-l10n
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_BACKLIGHT_LINUX_BACKEND=$(usex backlight)
+	)
+	cmake_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2020-07-31 16:33 Mikle Kolyada
  0 siblings, 0 replies; 35+ messages in thread
From: Mikle Kolyada @ 2020-07-31 16:33 UTC (permalink / raw
  To: gentoo-commits

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

lxqt-base/liblxqt: 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/liblxqt/liblxqt-0.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/liblxqt/liblxqt-0.15.1.ebuild b/lxqt-base/liblxqt/liblxqt-0.15.1.ebuild
index 70e3a186da2..3797dfc4b12 100644
--- a/lxqt-base/liblxqt/liblxqt-0.15.1.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-0.15.1.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 ~ppc64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="LGPL-2.1+ BSD"


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

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

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

lxqt-base/liblxqt: 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/liblxqt/liblxqt-0.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/liblxqt/liblxqt-0.15.1.ebuild b/lxqt-base/liblxqt/liblxqt-0.15.1.ebuild
index 3797dfc4b12..f540ebffc07 100644
--- a/lxqt-base/liblxqt/liblxqt-0.15.1.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-0.15.1.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 ~ppc64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="LGPL-2.1+ BSD"


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2021-01-21  9:03 Agostino Sarubbo
  0 siblings, 0 replies; 35+ messages in thread
From: Agostino Sarubbo @ 2021-01-21  9:03 UTC (permalink / raw
  To: gentoo-commits

commit:     adb37b92fc4d447031688fb515826cb3310f1225
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 21 09:01:33 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 09:01:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb37b92

lxqt-base/liblxqt: 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/liblxqt/liblxqt-0.16.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/liblxqt/liblxqt-0.16.0.ebuild b/lxqt-base/liblxqt/liblxqt-0.16.0.ebuild
index f51d2e744af..b2c8b6240b5 100644
--- a/lxqt-base/liblxqt/liblxqt-0.16.0.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-0.16.0.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
@@ -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 ~ppc64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="LGPL-2.1+ BSD"


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2022-01-21 19:07 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2022-01-21 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     74d6001c6b4fd5d21b841df548d3799cde3047eb
Author:     Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Sat Nov  6 13:11:50 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 21 19:06:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d6001c

lxqt-base/liblxqt: 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/liblxqt/Manifest             |  1 +
 lxqt-base/liblxqt/liblxqt-1.0.0.ebuild | 47 ++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/lxqt-base/liblxqt/Manifest b/lxqt-base/liblxqt/Manifest
index 4f0529a2af74..f08d458ec783 100644
--- a/lxqt-base/liblxqt/Manifest
+++ b/lxqt-base/liblxqt/Manifest
@@ -1,2 +1,3 @@
 DIST liblxqt-0.16.0.tar.xz 81032 BLAKE2B 4cca40db916773366187db440c85160e0064d1ed329b1f170a32c5e337e6e21b1799d1ae4d43c8c2a092abd932c1aef48e81558887dc549c5d03371e2e1ac767 SHA512 ef44d046b5c3fe40ee528a9565964814656507395585cc2df4a7debd735bcc81b6e76ed9f91fb846504104182e74b037cbea0c6beecb41ce0003f811f1dd887d
 DIST liblxqt-0.17.0.tar.xz 82052 BLAKE2B a46a93b01a8df11a2158ddcd650b3bf6316447782563965ce17e3cf86f4e55443f450b3f25ce053b51a4249919d9a233f44d3c8ef4105e623d3a288ebe3c37b0 SHA512 72fd06a1bd8cee422432c3eead9ed8bf15f460848b9a3f7cdb4ee1b31c3896e6af00bc62935fe0fd7d70170010c5f128dcf9c3ecb904366818fbbfc2af3dbbf1
+DIST liblxqt-1.0.0.tar.xz 82140 BLAKE2B 49dc6003207614e16c627a5b574aef9c6e42d2889eb1c0eff8da57be2476b8c1d54705ca41daa9bcd5b88f6c10153c65dc0e4f1bc10af56488152fe811913fd0 SHA512 9b0c081f644285e929f73a2a3aeb051383432ff353f918d4f8cbe57d2f5f330ab7b29329dcc17dd3605fe0904005b1c5009be77ee5ac6e2739b8baaf0fadaa5b

diff --git a/lxqt-base/liblxqt/liblxqt-1.0.0.ebuild b/lxqt-base/liblxqt/liblxqt-1.0.0.ebuild
new file mode 100644
index 000000000000..b3fc0d901392
--- /dev/null
+++ b/lxqt-base/liblxqt/liblxqt-1.0.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Common base library for the LXQt desktop environment"
+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 ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2.1+ BSD"
+SLOT="0/$(ver_cut 1-2)"
+IUSE="+backlight"
+
+BDEPEND="
+	dev-qt/linguist-tools:5
+	>=dev-util/lxqt-build-tools-0.10.0
+"
+DEPEND="
+	>=dev-libs/libqtxdg-3.8.0
+	>=dev-qt/qtcore-5.15:5
+	>=dev-qt/qtdbus-5.15:5
+	>=dev-qt/qtgui-5.15:5
+	>=dev-qt/qtwidgets-5.15:5
+	>=dev-qt/qtx11extras-5.15:5
+	>=dev-qt/qtxml-5.15:5
+	kde-frameworks/kwindowsystem:5[X]
+	x11-libs/libX11
+	x11-libs/libXScrnSaver
+	backlight? ( sys-auth/polkit-qt )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_BACKLIGHT_LINUX_BACKEND=$(usex backlight)
+	)
+	cmake_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2022-05-25 11:20 WANG Xuerui
  0 siblings, 0 replies; 35+ messages in thread
From: WANG Xuerui @ 2022-05-25 11:20 UTC (permalink / raw
  To: gentoo-commits

commit:     39de76e90601fc0378297db67296d7eaa8772ec6
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 11:17:56 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Wed May 25 11:17:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39de76e9

lxqt-base/liblxqt: keyword 1.1.0 for ~loong

See: https://github.com/xen0n/loongson-overlay/pull/25
Tested-by: HougeLangley <hougelangley1987 <AT> gmail.com>
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

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

diff --git a/lxqt-base/liblxqt/liblxqt-1.1.0.ebuild b/lxqt-base/liblxqt/liblxqt-1.1.0.ebuild
index 6d6f9bd98e78..0d6a9f2835a8 100644
--- a/lxqt-base/liblxqt/liblxqt-1.1.0.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-1.1.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 ~ppc64 ~riscv ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2.1+ BSD"


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2022-11-10 12:57 Jimi Huotari
  0 siblings, 0 replies; 35+ messages in thread
From: Jimi Huotari @ 2022-11-10 12:57 UTC (permalink / raw
  To: gentoo-commits

commit:     1f69bf93c5f1dc7bbff8e454f5fb4f2b7f905b62
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  9 21:19:16 2022 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 12:55:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f69bf93

lxqt-base/liblxqt: remove versions 0.1{6,7}.0 and 1.0.0

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

 lxqt-base/liblxqt/Manifest              |  3 --
 lxqt-base/liblxqt/liblxqt-0.16.0.ebuild | 49 ---------------------------------
 lxqt-base/liblxqt/liblxqt-0.17.0.ebuild | 47 -------------------------------
 lxqt-base/liblxqt/liblxqt-1.0.0.ebuild  | 47 -------------------------------
 4 files changed, 146 deletions(-)

diff --git a/lxqt-base/liblxqt/Manifest b/lxqt-base/liblxqt/Manifest
index f99447d297d5..2d370c2570e6 100644
--- a/lxqt-base/liblxqt/Manifest
+++ b/lxqt-base/liblxqt/Manifest
@@ -1,5 +1,2 @@
-DIST liblxqt-0.16.0.tar.xz 81032 BLAKE2B 4cca40db916773366187db440c85160e0064d1ed329b1f170a32c5e337e6e21b1799d1ae4d43c8c2a092abd932c1aef48e81558887dc549c5d03371e2e1ac767 SHA512 ef44d046b5c3fe40ee528a9565964814656507395585cc2df4a7debd735bcc81b6e76ed9f91fb846504104182e74b037cbea0c6beecb41ce0003f811f1dd887d
-DIST liblxqt-0.17.0.tar.xz 82052 BLAKE2B a46a93b01a8df11a2158ddcd650b3bf6316447782563965ce17e3cf86f4e55443f450b3f25ce053b51a4249919d9a233f44d3c8ef4105e623d3a288ebe3c37b0 SHA512 72fd06a1bd8cee422432c3eead9ed8bf15f460848b9a3f7cdb4ee1b31c3896e6af00bc62935fe0fd7d70170010c5f128dcf9c3ecb904366818fbbfc2af3dbbf1
-DIST liblxqt-1.0.0.tar.xz 82140 BLAKE2B 49dc6003207614e16c627a5b574aef9c6e42d2889eb1c0eff8da57be2476b8c1d54705ca41daa9bcd5b88f6c10153c65dc0e4f1bc10af56488152fe811913fd0 SHA512 9b0c081f644285e929f73a2a3aeb051383432ff353f918d4f8cbe57d2f5f330ab7b29329dcc17dd3605fe0904005b1c5009be77ee5ac6e2739b8baaf0fadaa5b
 DIST liblxqt-1.1.0.tar.xz 82308 BLAKE2B 32f1b4625ee88fe0c0a8db640eb2eab61057d8c10ce877303f03675acd66683798f0377934b8279b824f771c28b9f3d51a5eb8ddd332b29e620f5d776950e5de SHA512 6789bc64da94d0643dfa7d234a95c533ff31123e9c7e52544d0951b309ce0e86c7323808c527f37b9dc7d06ebb35bef57a7713596d5969d2ae30ccb44cbec283
 DIST liblxqt-1.2.0.tar.xz 83144 BLAKE2B dd86925a527ad4e8e019da459fac1f0091035889e4e9147c0f9bed0fc9d34c622e914b53c66868631c94181a4f0cbbbcabccb6620b6e3383395d9dffd5cec05b SHA512 3e9bc5946107a5486fde1ecea1637d16901a272a229525dc3f9c0450225287ce41e3bbec9441797a24bc850ba16e3e1efe172d871c5a6685b5b228b88b5a2221

diff --git a/lxqt-base/liblxqt/liblxqt-0.16.0.ebuild b/lxqt-base/liblxqt/liblxqt-0.16.0.ebuild
deleted file mode 100644
index 3fd6adaec814..000000000000
--- a/lxqt-base/liblxqt/liblxqt-0.16.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Common base library for the LXQt desktop environment"
-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 ~ppc64 x86"
-fi
-
-LICENSE="LGPL-2.1+ BSD"
-SLOT="0/$(ver_cut 1-2)"
-IUSE="+backlight"
-
-BDEPEND="
-	dev-qt/linguist-tools:5
-	>=dev-util/lxqt-build-tools-0.8.0
-"
-DEPEND="
-	>=dev-libs/libqtxdg-3.5.0
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtx11extras:5
-	dev-qt/qtxml:5
-	kde-frameworks/kwindowsystem:5[X]
-	x11-libs/libX11
-	x11-libs/libXScrnSaver
-	backlight? ( sys-auth/polkit-qt )
-"
-RDEPEND="${DEPEND}
-	!lxqt-base/lxqt-l10n
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_BACKLIGHT_LINUX_BACKEND=$(usex backlight)
-	)
-	cmake_src_configure
-}

diff --git a/lxqt-base/liblxqt/liblxqt-0.17.0.ebuild b/lxqt-base/liblxqt/liblxqt-0.17.0.ebuild
deleted file mode 100644
index e4c37f27b234..000000000000
--- a/lxqt-base/liblxqt/liblxqt-0.17.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Common base library for the LXQt desktop environment"
-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 ~ppc64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1+ BSD"
-SLOT="0/$(ver_cut 1-2)"
-IUSE="+backlight"
-
-BDEPEND="
-	dev-qt/linguist-tools:5
-	>=dev-util/lxqt-build-tools-0.9.0
-"
-DEPEND="
-	>=dev-libs/libqtxdg-3.7.0
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtx11extras:5
-	dev-qt/qtxml:5
-	kde-frameworks/kwindowsystem:5[X]
-	x11-libs/libX11
-	x11-libs/libXScrnSaver
-	backlight? ( sys-auth/polkit-qt )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_BACKLIGHT_LINUX_BACKEND=$(usex backlight)
-	)
-	cmake_src_configure
-}

diff --git a/lxqt-base/liblxqt/liblxqt-1.0.0.ebuild b/lxqt-base/liblxqt/liblxqt-1.0.0.ebuild
deleted file mode 100644
index 30baaaa8e5d2..000000000000
--- a/lxqt-base/liblxqt/liblxqt-1.0.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Common base library for the LXQt desktop environment"
-HOMEPAGE="https://lxqt-project.org/"
-
-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 ~ppc64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1+ BSD"
-SLOT="0/$(ver_cut 1-2)"
-IUSE="+backlight"
-
-BDEPEND="
-	dev-qt/linguist-tools:5
-	>=dev-util/lxqt-build-tools-0.10.0
-"
-DEPEND="
-	>=dev-libs/libqtxdg-3.8.0
-	>=dev-qt/qtcore-5.15:5
-	>=dev-qt/qtdbus-5.15:5
-	>=dev-qt/qtgui-5.15:5
-	>=dev-qt/qtwidgets-5.15:5
-	>=dev-qt/qtx11extras-5.15:5
-	>=dev-qt/qtxml-5.15:5
-	kde-frameworks/kwindowsystem:5[X]
-	x11-libs/libX11
-	x11-libs/libXScrnSaver
-	backlight? ( sys-auth/polkit-qt )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_BACKLIGHT_LINUX_BACKEND=$(usex backlight)
-	)
-	cmake_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2023-03-26 15:50 Jimi Huotari
  0 siblings, 0 replies; 35+ messages in thread
From: Jimi Huotari @ 2023-03-26 15:50 UTC (permalink / raw
  To: gentoo-commits

commit:     d63dddb7f13559fd142d114d2173f7bd2bc69879
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 15:16:39 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 15:16:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d63dddb7

lxqt-base/liblxqt: drop 1.1.0

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

 lxqt-base/liblxqt/Manifest             |  1 -
 lxqt-base/liblxqt/liblxqt-1.1.0.ebuild | 47 ----------------------------------
 2 files changed, 48 deletions(-)

diff --git a/lxqt-base/liblxqt/Manifest b/lxqt-base/liblxqt/Manifest
index 2d370c2570e6..c88f5e37989e 100644
--- a/lxqt-base/liblxqt/Manifest
+++ b/lxqt-base/liblxqt/Manifest
@@ -1,2 +1 @@
-DIST liblxqt-1.1.0.tar.xz 82308 BLAKE2B 32f1b4625ee88fe0c0a8db640eb2eab61057d8c10ce877303f03675acd66683798f0377934b8279b824f771c28b9f3d51a5eb8ddd332b29e620f5d776950e5de SHA512 6789bc64da94d0643dfa7d234a95c533ff31123e9c7e52544d0951b309ce0e86c7323808c527f37b9dc7d06ebb35bef57a7713596d5969d2ae30ccb44cbec283
 DIST liblxqt-1.2.0.tar.xz 83144 BLAKE2B dd86925a527ad4e8e019da459fac1f0091035889e4e9147c0f9bed0fc9d34c622e914b53c66868631c94181a4f0cbbbcabccb6620b6e3383395d9dffd5cec05b SHA512 3e9bc5946107a5486fde1ecea1637d16901a272a229525dc3f9c0450225287ce41e3bbec9441797a24bc850ba16e3e1efe172d871c5a6685b5b228b88b5a2221

diff --git a/lxqt-base/liblxqt/liblxqt-1.1.0.ebuild b/lxqt-base/liblxqt/liblxqt-1.1.0.ebuild
deleted file mode 100644
index f2fd7b636133..000000000000
--- a/lxqt-base/liblxqt/liblxqt-1.1.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Common base library for the LXQt desktop environment"
-HOMEPAGE="https://lxqt-project.org/"
-
-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 ~ppc64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1+ BSD"
-SLOT="0/$(ver_cut 1-2)"
-IUSE="+backlight"
-
-BDEPEND="
-	dev-qt/linguist-tools:5
-	>=dev-util/lxqt-build-tools-0.11.0
-"
-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/qtwidgets-5.15:5
-	>=dev-qt/qtx11extras-5.15:5
-	>=dev-qt/qtxml-5.15:5
-	kde-frameworks/kwindowsystem:5[X]
-	x11-libs/libX11
-	x11-libs/libXScrnSaver
-	backlight? ( sys-auth/polkit-qt )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_BACKLIGHT_LINUX_BACKEND=$(usex backlight)
-	)
-	cmake_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2023-05-29 21:57 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2023-05-29 21:57 UTC (permalink / raw
  To: gentoo-commits

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

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

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

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

diff --git a/lxqt-base/liblxqt/liblxqt-1.3.0.ebuild b/lxqt-base/liblxqt/liblxqt-1.3.0.ebuild
index e21127932805..35d293f212c3 100644
--- a/lxqt-base/liblxqt/liblxqt-1.3.0.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-1.3.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 ~loong ~ppc64 ~riscv x86"
+	KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1+ BSD"


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2023-06-18 14:53 Andreas Sturmlechner
  0 siblings, 0 replies; 35+ messages in thread
From: Andreas Sturmlechner @ 2023-06-18 14:53 UTC (permalink / raw
  To: gentoo-commits

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

lxqt-base/liblxqt: drop 1.2.0

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

 lxqt-base/liblxqt/Manifest             |  1 -
 lxqt-base/liblxqt/liblxqt-1.2.0.ebuild | 48 ----------------------------------
 2 files changed, 49 deletions(-)

diff --git a/lxqt-base/liblxqt/Manifest b/lxqt-base/liblxqt/Manifest
index ae6221a092b1..cd1c944c8d0d 100644
--- a/lxqt-base/liblxqt/Manifest
+++ b/lxqt-base/liblxqt/Manifest
@@ -1,2 +1 @@
-DIST liblxqt-1.2.0.tar.xz 83144 BLAKE2B dd86925a527ad4e8e019da459fac1f0091035889e4e9147c0f9bed0fc9d34c622e914b53c66868631c94181a4f0cbbbcabccb6620b6e3383395d9dffd5cec05b SHA512 3e9bc5946107a5486fde1ecea1637d16901a272a229525dc3f9c0450225287ce41e3bbec9441797a24bc850ba16e3e1efe172d871c5a6685b5b228b88b5a2221
 DIST liblxqt-1.3.0.tar.xz 83524 BLAKE2B 8a2c9df1e76dd93c7905f85d94e9c56db932fc89781aafc577d4b6f0b3db76a862576b39260b75dd219b280723b81ffa306619a9332bce3b5ba51c28b0c08f12 SHA512 71595c98e5236467c96ea903a7326c1ddf04329b34ecce48cda9f55970d4a3b608dd8297a3fc484275fc25d11efa2740837239e4cbf436954d87ee1a0857ba21

diff --git a/lxqt-base/liblxqt/liblxqt-1.2.0.ebuild b/lxqt-base/liblxqt/liblxqt-1.2.0.ebuild
deleted file mode 100644
index 472b3876ec25..000000000000
--- a/lxqt-base/liblxqt/liblxqt-1.2.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Common base library for the LXQt desktop environment"
-HOMEPAGE="https://lxqt-project.org/"
-
-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 ~ppc64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1+ BSD"
-SLOT="0/$(ver_cut 1-2)"
-IUSE="+backlight"
-
-BDEPEND="
-	dev-qt/linguist-tools:5
-	>=dev-util/lxqt-build-tools-0.12.0
-"
-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/qtwidgets-5.15:5
-	>=dev-qt/qtx11extras-5.15:5
-	>=dev-qt/qtxml-5.15:5
-	kde-frameworks/kwindowsystem:5[X]
-	x11-libs/libX11
-	x11-libs/libXScrnSaver
-	backlight? ( sys-auth/polkit-qt )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_BACKLIGHT_LINUX_BACKEND=$(usex backlight)
-	)
-
-	cmake_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2024-03-05  9:57 Andreas Sturmlechner
  0 siblings, 0 replies; 35+ messages in thread
From: Andreas Sturmlechner @ 2024-03-05  9:57 UTC (permalink / raw
  To: gentoo-commits

commit:     3cf9c62da1cabbafa7274945f2601cbbb20953bb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  4 21:12:57 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar  5 09:56:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf9c62d

lxqt-base/liblxqt: Add sys-apps/polkit-qt[qt5(+)] USEdep

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

 lxqt-base/liblxqt/{liblxqt-1.3.0.ebuild => liblxqt-1.3.0-r1.ebuild} | 4 ++--
 lxqt-base/liblxqt/{liblxqt-1.4.0.ebuild => liblxqt-1.4.0-r1.ebuild} | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lxqt-base/liblxqt/liblxqt-1.3.0.ebuild b/lxqt-base/liblxqt/liblxqt-1.3.0-r1.ebuild
similarity index 92%
rename from lxqt-base/liblxqt/liblxqt-1.3.0.ebuild
rename to lxqt-base/liblxqt/liblxqt-1.3.0-r1.ebuild
index 35d293f212c3..0008f7d0698e 100644
--- a/lxqt-base/liblxqt/liblxqt-1.3.0.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-1.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -35,7 +35,7 @@ DEPEND="
 	kde-frameworks/kwindowsystem:5[X]
 	x11-libs/libX11
 	x11-libs/libXScrnSaver
-	backlight? ( sys-auth/polkit-qt )
+	backlight? ( sys-auth/polkit-qt[qt5(+)] )
 "
 RDEPEND="${DEPEND}"
 

diff --git a/lxqt-base/liblxqt/liblxqt-1.4.0.ebuild b/lxqt-base/liblxqt/liblxqt-1.4.0-r1.ebuild
similarity index 95%
rename from lxqt-base/liblxqt/liblxqt-1.4.0.ebuild
rename to lxqt-base/liblxqt/liblxqt-1.4.0-r1.ebuild
index 5ca7277e80b1..3ac2d99a3c6d 100644
--- a/lxqt-base/liblxqt/liblxqt-1.4.0.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-1.4.0-r1.ebuild
@@ -35,7 +35,7 @@ DEPEND="
 	kde-frameworks/kwindowsystem:5[X]
 	x11-libs/libX11
 	x11-libs/libXScrnSaver
-	backlight? ( sys-auth/polkit-qt )
+	backlight? ( sys-auth/polkit-qt[qt5(+)] )
 "
 RDEPEND="${DEPEND}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2024-06-14 21:57 Jimi Huotari
  0 siblings, 0 replies; 35+ messages in thread
From: Jimi Huotari @ 2024-06-14 21:57 UTC (permalink / raw
  To: gentoo-commits

commit:     cca5179f428dbe78b983fb85827cf2170f9e7bce
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 17:47:23 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 21:48:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca5179f

lxqt-base/liblxqt: add version 2.0.0

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

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

diff --git a/lxqt-base/liblxqt/Manifest b/lxqt-base/liblxqt/Manifest
index 0cd72a891bfa..46d3e60c1df8 100644
--- a/lxqt-base/liblxqt/Manifest
+++ b/lxqt-base/liblxqt/Manifest
@@ -1,2 +1,3 @@
 DIST liblxqt-1.3.0.tar.xz 83524 BLAKE2B 8a2c9df1e76dd93c7905f85d94e9c56db932fc89781aafc577d4b6f0b3db76a862576b39260b75dd219b280723b81ffa306619a9332bce3b5ba51c28b0c08f12 SHA512 71595c98e5236467c96ea903a7326c1ddf04329b34ecce48cda9f55970d4a3b608dd8297a3fc484275fc25d11efa2740837239e4cbf436954d87ee1a0857ba21
 DIST liblxqt-1.4.0.tar.xz 84388 BLAKE2B afb3e910a215b2e6ba6e99c13e49c63ab6f37ee754ce67d564f90f79d99b2ec8c9c874e4ad8834b796940cba0e0d17c8aaf53b96cd80630f8540f42562386e48 SHA512 2012bedab77fba7979d456c9e223e6a0a2f86c272d59eb66d3dbb4b028348972789249fa4a3889d419004210b7c5fcd1e989c196bb338ec8caa31bb0eca1d703
+DIST liblxqt-2.0.0.tar.xz 85988 BLAKE2B f372ae8e0ee063a6918da998d49369fbf3631ee5f1e9d8e3095494060517243da8444b362dc840d5723e03828a7f0de868f823fe050b4aaa633df267252757f6 SHA512 916a035b9c57430f8abc57cbb38a6397183dbc54c708c25f05acae9ddbb2dc7c210bc1957258ff0553cc29772acbc5e51cd6ce670c58d857f395f0b1d0f1e588

diff --git a/lxqt-base/liblxqt/liblxqt-2.0.0.ebuild b/lxqt-base/liblxqt/liblxqt-2.0.0.ebuild
new file mode 100644
index 000000000000..cf0a296de331
--- /dev/null
+++ b/lxqt-base/liblxqt/liblxqt-2.0.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Common base library for the LXQt desktop environment"
+HOMEPAGE="https://lxqt-project.org/"
+
+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+ BSD"
+SLOT="0/$(ver_cut 1-2)"
+IUSE="+backlight"
+
+BDEPEND="
+	>=dev-qt/qttools-6.6:6[linguist]
+	>=dev-util/lxqt-build-tools-2.0.0
+"
+DEPEND="
+	>=dev-libs/libqtxdg-4.0.0
+	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets,xml]
+	kde-frameworks/kwindowsystem:6[X]
+	x11-libs/libX11
+	x11-libs/libXScrnSaver
+	backlight? ( sys-auth/polkit-qt )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_BACKLIGHT_LINUX_BACKEND=$(usex backlight)
+	)
+
+	cmake_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2024-06-15 14:57 Jimi Huotari
  0 siblings, 0 replies; 35+ messages in thread
From: Jimi Huotari @ 2024-06-15 14:57 UTC (permalink / raw
  To: gentoo-commits

commit:     cd617652c0ffaf8e9348a318a8d201fc495f835a
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 14:55:20 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 14:56:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd617652

lxqt-base/liblxqt: drop 2.0.0

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

 lxqt-base/liblxqt/liblxqt-2.0.0.ebuild | 43 ----------------------------------
 1 file changed, 43 deletions(-)

diff --git a/lxqt-base/liblxqt/liblxqt-2.0.0.ebuild b/lxqt-base/liblxqt/liblxqt-2.0.0.ebuild
deleted file mode 100644
index cf0a296de331..000000000000
--- a/lxqt-base/liblxqt/liblxqt-2.0.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Common base library for the LXQt desktop environment"
-HOMEPAGE="https://lxqt-project.org/"
-
-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+ BSD"
-SLOT="0/$(ver_cut 1-2)"
-IUSE="+backlight"
-
-BDEPEND="
-	>=dev-qt/qttools-6.6:6[linguist]
-	>=dev-util/lxqt-build-tools-2.0.0
-"
-DEPEND="
-	>=dev-libs/libqtxdg-4.0.0
-	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets,xml]
-	kde-frameworks/kwindowsystem:6[X]
-	x11-libs/libX11
-	x11-libs/libXScrnSaver
-	backlight? ( sys-auth/polkit-qt )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_BACKLIGHT_LINUX_BACKEND=$(usex backlight)
-	)
-
-	cmake_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2024-06-15 14:57 Jimi Huotari
  0 siblings, 0 replies; 35+ messages in thread
From: Jimi Huotari @ 2024-06-15 14:57 UTC (permalink / raw
  To: gentoo-commits

commit:     5ad3c2a73980512b863ed379864ebb7a0207b9c0
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 14:54:42 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 14:56:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad3c2a7

lxqt-base/liblxqt: add qt6 USE dependency on polkit-qt

Closes: https://bugs.gentoo.org/934328
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild | 43 +++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild b/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild
new file mode 100644
index 000000000000..d2b5f26ae54f
--- /dev/null
+++ b/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Common base library for the LXQt desktop environment"
+HOMEPAGE="https://lxqt-project.org/"
+
+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+ BSD"
+SLOT="0/$(ver_cut 1-2)"
+IUSE="+backlight"
+
+BDEPEND="
+	>=dev-qt/qttools-6.6:6[linguist]
+	>=dev-util/lxqt-build-tools-2.0.0
+"
+DEPEND="
+	>=dev-libs/libqtxdg-4.0.0
+	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets,xml]
+	kde-frameworks/kwindowsystem:6[X]
+	x11-libs/libX11
+	x11-libs/libXScrnSaver
+	backlight? ( sys-auth/polkit-qt[qt6] )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_BACKLIGHT_LINUX_BACKEND=$(usex backlight)
+	)
+
+	cmake_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2024-06-28 20:33 Jimi Huotari
  0 siblings, 0 replies; 35+ messages in thread
From: Jimi Huotari @ 2024-06-28 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     b5e939bd08f319ac3fd19b8bf298507ca2cf6208
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 20:19:01 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 20:32:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e939bd

lxqt-base/liblxqt: drop 1.3.0-r1

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

 lxqt-base/liblxqt/Manifest                |  1 -
 lxqt-base/liblxqt/liblxqt-1.3.0-r1.ebuild | 48 -------------------------------
 2 files changed, 49 deletions(-)

diff --git a/lxqt-base/liblxqt/Manifest b/lxqt-base/liblxqt/Manifest
index 46d3e60c1df8..c750de20a888 100644
--- a/lxqt-base/liblxqt/Manifest
+++ b/lxqt-base/liblxqt/Manifest
@@ -1,3 +1,2 @@
-DIST liblxqt-1.3.0.tar.xz 83524 BLAKE2B 8a2c9df1e76dd93c7905f85d94e9c56db932fc89781aafc577d4b6f0b3db76a862576b39260b75dd219b280723b81ffa306619a9332bce3b5ba51c28b0c08f12 SHA512 71595c98e5236467c96ea903a7326c1ddf04329b34ecce48cda9f55970d4a3b608dd8297a3fc484275fc25d11efa2740837239e4cbf436954d87ee1a0857ba21
 DIST liblxqt-1.4.0.tar.xz 84388 BLAKE2B afb3e910a215b2e6ba6e99c13e49c63ab6f37ee754ce67d564f90f79d99b2ec8c9c874e4ad8834b796940cba0e0d17c8aaf53b96cd80630f8540f42562386e48 SHA512 2012bedab77fba7979d456c9e223e6a0a2f86c272d59eb66d3dbb4b028348972789249fa4a3889d419004210b7c5fcd1e989c196bb338ec8caa31bb0eca1d703
 DIST liblxqt-2.0.0.tar.xz 85988 BLAKE2B f372ae8e0ee063a6918da998d49369fbf3631ee5f1e9d8e3095494060517243da8444b362dc840d5723e03828a7f0de868f823fe050b4aaa633df267252757f6 SHA512 916a035b9c57430f8abc57cbb38a6397183dbc54c708c25f05acae9ddbb2dc7c210bc1957258ff0553cc29772acbc5e51cd6ce670c58d857f395f0b1d0f1e588

diff --git a/lxqt-base/liblxqt/liblxqt-1.3.0-r1.ebuild b/lxqt-base/liblxqt/liblxqt-1.3.0-r1.ebuild
deleted file mode 100644
index 0008f7d0698e..000000000000
--- a/lxqt-base/liblxqt/liblxqt-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Common base library for the LXQt desktop environment"
-HOMEPAGE="https://lxqt-project.org/"
-
-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 ~ppc64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1+ BSD"
-SLOT="0/$(ver_cut 1-2)"
-IUSE="+backlight"
-
-BDEPEND="
-	dev-qt/linguist-tools:5
-	>=dev-util/lxqt-build-tools-0.13.0
-"
-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/qtwidgets-5.15:5
-	>=dev-qt/qtx11extras-5.15:5
-	>=dev-qt/qtxml-5.15:5
-	kde-frameworks/kwindowsystem:5[X]
-	x11-libs/libX11
-	x11-libs/libXScrnSaver
-	backlight? ( sys-auth/polkit-qt[qt5(+)] )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_BACKLIGHT_LINUX_BACKEND=$(usex backlight)
-	)
-
-	cmake_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2024-06-28 20:33 Jimi Huotari
  0 siblings, 0 replies; 35+ messages in thread
From: Jimi Huotari @ 2024-06-28 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     08af73cd2f4702fd77d663e69b97c4355239bc83
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 20:29:59 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 20:32:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08af73cd

lxqt-base/liblxqt: add version specifier on 'polkit-qt'

This takes care of some warnings due to no USE="qt6" on the older
version.

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

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

diff --git a/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild b/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild
index d2b5f26ae54f..130c4eac9305 100644
--- a/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild
@@ -30,7 +30,7 @@ DEPEND="
 	kde-frameworks/kwindowsystem:6[X]
 	x11-libs/libX11
 	x11-libs/libXScrnSaver
-	backlight? ( sys-auth/polkit-qt[qt6] )
+	backlight? ( >=sys-auth/polkit-qt-0.200.0[qt6] )
 "
 RDEPEND="${DEPEND}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2024-07-11 19:44 Arthur Zamarin
  0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2024-07-11 19:44 UTC (permalink / raw
  To: gentoo-commits

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

lxqt-base/liblxqt: Keyword 2.0.0-r1 arm64, #935831

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

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

diff --git a/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild b/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild
index 130c4eac9305..c4d40b0d1dbe 100644
--- a/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-2.0.0-r1.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"
+	KEYWORDS="~amd64 ~arm64"
 fi
 
 LICENSE="LGPL-2.1+ BSD"


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2024-07-13 10:09 Yixun Lan
  0 siblings, 0 replies; 35+ messages in thread
From: Yixun Lan @ 2024-07-13 10:09 UTC (permalink / raw
  To: gentoo-commits

commit:     00f9a96430228588ab97ab252d4250ffe2d353b9
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 09:51:36 2024 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 10:08:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f9a964

lxqt-base/liblxqt: Keyword 2.0.0-r1 riscv, #935831

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

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

diff --git a/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild b/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild
index c4d40b0d1dbe..411ac05f804e 100644
--- a/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-2.0.0-r1.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 ~arm64"
+	KEYWORDS="~amd64 ~arm64 ~riscv"
 fi
 
 LICENSE="LGPL-2.1+ BSD"


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2024-09-01 21:30 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2024-09-01 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     697c082897d89ddbf52c06589ebf808d0f3dda22
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 21:27:59 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep  1 21:27:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697c0828

lxqt-base/liblxqt: Stabilize 2.0.0-r1 amd64, #938702

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

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

diff --git a/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild b/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild
index 411ac05f804e..1d86ce069ffd 100644
--- a/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-2.0.0-r1.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 ~arm64 ~riscv"
+	KEYWORDS="amd64 ~arm64 ~riscv"
 fi
 
 LICENSE="LGPL-2.1+ BSD"


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
@ 2024-09-12 17:23 Arthur Zamarin
  0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2024-09-12 17:23 UTC (permalink / raw
  To: gentoo-commits

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

lxqt-base/liblxqt: Stabilize 2.0.0-r1 arm64, #938702

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

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

diff --git a/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild b/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild
index 1d86ce069ffd..6bd9d64747fd 100644
--- a/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-2.0.0-r1.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 ~arm64 ~riscv"
+	KEYWORDS="amd64 arm64 ~riscv"
 fi
 
 LICENSE="LGPL-2.1+ BSD"


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

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

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-14 22:48 [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/ Andreas Sturmlechner
  -- 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-28 20:33 Jimi Huotari
2024-06-15 14:57 Jimi Huotari
2024-06-15 14:57 Jimi Huotari
2024-06-14 21:57 Jimi Huotari
2024-03-05  9:57 Andreas Sturmlechner
2023-06-18 14:53 Andreas Sturmlechner
2023-05-29 21:57 Sam James
2023-03-26 15:50 Jimi Huotari
2022-11-10 12:57 Jimi Huotari
2022-05-25 11:20 WANG Xuerui
2022-01-21 19:07 Sam James
2021-01-21  9:03 Agostino Sarubbo
2020-07-31 16:35 Mikle Kolyada
2020-07-31 16:33 Mikle Kolyada
2019-09-08 16:18 Andreas Sturmlechner
2019-05-23 12:30 Mikle Kolyada
2019-05-22  7:30 Mikle Kolyada
2018-10-17 12:30 Thomas Deutschmann
2018-10-16 13:07 Mikle Kolyada
2018-04-15 12:43 David Seifert
2017-12-11  0:45 Anthony G. Basile
2016-10-01 11:27 Manuel Rüger
2016-09-26 20:29 Manuel Rüger
2016-08-07  8:28 Pacho Ramos
2016-07-25 18:25 Austin English
2015-12-01 20:18 Maxim Koltsov
2015-11-29 13:54 Ulrich Müller
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