public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: lxqt-base/liblxqt/
@ 2014-10-19 22:35 Davide Pesavento
  0 siblings, 0 replies; 14+ messages in thread
From: Davide Pesavento @ 2014-10-19 22:35 UTC (permalink / raw
  To: gentoo-commits

commit:     81db81943b6e79418864c23061323f7e63d46a4e
Author:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 19 21:19:48 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Oct 19 21:20:42 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=81db8194

[lxqt-base/liblxqt] update live ebuild, drop QT4 support

---
 lxqt-base/liblxqt/liblxqt-9999.ebuild | 25 ++++++++++++++++++++-----
 1 file changed, 20 insertions(+), 5 deletions(-)

diff --git a/lxqt-base/liblxqt/liblxqt-9999.ebuild b/lxqt-base/liblxqt/liblxqt-9999.ebuild
index 30a27d8..f3a5d57 100644
--- a/lxqt-base/liblxqt/liblxqt-9999.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-9999.ebuild
@@ -14,20 +14,35 @@ if [[ ${PV} = *9999* ]]; then
 else
 	SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz"
 	KEYWORDS="~amd64 ~x86"
-	S=${WORKDIR}
 fi
 
 LICENSE="GPL-2 LGPL-2.1+"
 SLOT="0"
 
-DEPEND=">=razorqt-base/libqtxdg-0.5.3
+DEPEND=">=razorqt-base/libqtxdg-1.0.0
 	x11-libs/libX11
 	x11-libs/libXcomposite
 	x11-libs/libXcursor
 	x11-libs/libXdamage
 	x11-libs/libXfixes
 	x11-libs/libXrender
-	dev-qt/qtcore:4
-	dev-qt/qtdbus:4
-	dev-qt/qtgui:4"
+	dev-qt/linguist-tools:5
+	dev-qt/qtdbus:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+"
 RDEPEND="${DEPEND}"
+
+pkg_pretend() {
+	if [[ ${MERGE_TYPE} != binary ]]; then
+		[[ $(gcc-version) < 4.8 ]] && \
+			die 'The active compiler needs to be gcc 4.8 (or newer)'
+	fi
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_QT5=ON
+	)
+	cmake-utils_src_configure
+}


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/liblxqt/
@ 2014-10-20 21:10 Jauhien Piatlicki
  0 siblings, 0 replies; 14+ messages in thread
From: Jauhien Piatlicki @ 2014-10-20 21:10 UTC (permalink / raw
  To: gentoo-commits

commit:     a63e2cbd1df447f792c1dc355c2ef5c661e1ce47
Author:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 20 21:08:02 2014 +0000
Commit:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Mon Oct 20 21:08:02 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a63e2cbd

[lxqt-base/liblxqt] fix dependencies

---
 lxqt-base/liblxqt/liblxqt-9999.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lxqt-base/liblxqt/liblxqt-9999.ebuild b/lxqt-base/liblxqt/liblxqt-9999.ebuild
index f3a5d57..a86be67 100644
--- a/lxqt-base/liblxqt/liblxqt-9999.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-9999.ebuild
@@ -27,9 +27,12 @@ DEPEND=">=razorqt-base/libqtxdg-1.0.0
 	x11-libs/libXfixes
 	x11-libs/libXrender
 	dev-qt/linguist-tools:5
+	dev-qt/qtcore:5
 	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtx11extras:5
+	dev-qt/qtxml:5
 "
 RDEPEND="${DEPEND}"
 


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/liblxqt/
@ 2014-10-27 22:14 Jauhien Piatlicki
  0 siblings, 0 replies; 14+ messages in thread
From: Jauhien Piatlicki @ 2014-10-27 22:14 UTC (permalink / raw
  To: gentoo-commits

commit:     1b72c4e41cb8ac1e5d76ed7aaf8ba32b7927f561
Author:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 27 22:14:07 2014 +0000
Commit:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Mon Oct 27 22:14:07 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=1b72c4e4

[lxqt-base/liblxqt] 0.8.0 release

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

diff --git a/lxqt-base/liblxqt/Manifest b/lxqt-base/liblxqt/Manifest
new file mode 100644
index 0000000..99183c4
--- /dev/null
+++ b/lxqt-base/liblxqt/Manifest
@@ -0,0 +1 @@
+DIST liblxqt-0.8.0.tar.xz 87960 SHA256 9914a7e20caa423438cbb00a459b4c941cc88d4915df36670e4ab18fd636e34e SHA512 d344e2b1c9e18173dce64c4b64fcaf4e8a9859e4c53635ff4221c6dc41c8e51044e1cb35dc9ac52501da4f12f07619d307dc6e90ad9d54e9107530a34ae25c0c WHIRLPOOL 75865e080669b39d46d5b13c3a89f5e4a14255dd65b193f278a72e9193d3750d9cf1cf5612c06001142d4894e5eafabd7ae5ec38297c0a0a3d1625dbe9050ff8

diff --git a/lxqt-base/liblxqt/liblxqt-0.8.0.ebuild b/lxqt-base/liblxqt/liblxqt-0.8.0.ebuild
new file mode 100644
index 0000000..a86be67
--- /dev/null
+++ b/lxqt-base/liblxqt/liblxqt-0.8.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="Common base library for the LXQt desktop environment"
+HOMEPAGE="http://www.lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+else
+	SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="0"
+
+DEPEND=">=razorqt-base/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
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+	dev-qt/qtxml:5
+"
+RDEPEND="${DEPEND}"
+
+pkg_pretend() {
+	if [[ ${MERGE_TYPE} != binary ]]; then
+		[[ $(gcc-version) < 4.8 ]] && \
+			die 'The active compiler needs to be gcc 4.8 (or newer)'
+	fi
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_QT5=ON
+	)
+	cmake-utils_src_configure
+}


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/liblxqt/
@ 2014-11-05 18:33 Davide Pesavento
  0 siblings, 0 replies; 14+ messages in thread
From: Davide Pesavento @ 2014-11-05 18:33 UTC (permalink / raw
  To: gentoo-commits

commit:     190f15a0bfc1f1c85d033589bd87d41238a015f9
Author:     Michael Vetter <g.bluehut <AT> gmail <DOT> com>
AuthorDate: Wed Nov  5 12:53:30 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed Nov  5 13:02:58 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=190f15a0

Remove switch for Qt5

Lxqt dropped Qt4 support, thus this is not needed anymore.
See commit b11ac14c5efa430e028f847cf3eefc8b8c5d150e and
2bf3372b424b4d371b944928f7a3800d0c22a692 in liblxqt repo for proof of
that.

Version 0.8 still has it, from then on they will change it.

---
 lxqt-base/liblxqt/liblxqt-9999.ebuild | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/lxqt-base/liblxqt/liblxqt-9999.ebuild b/lxqt-base/liblxqt/liblxqt-9999.ebuild
index a86be67..36eb59a 100644
--- a/lxqt-base/liblxqt/liblxqt-9999.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-9999.ebuild
@@ -42,10 +42,3 @@ pkg_pretend() {
 			die 'The active compiler needs to be gcc 4.8 (or newer)'
 	fi
 }
-
-src_configure() {
-	local mycmakeargs=(
-		-DUSE_QT5=ON
-	)
-	cmake-utils_src_configure
-}


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/liblxqt/
@ 2015-02-10 10:44 Ben de Groot
  0 siblings, 0 replies; 14+ messages in thread
From: Ben de Groot @ 2015-02-10 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     35c5479ad32aa29a6428bce6b000ca1f6b0daee9
Author:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 10 10:44:06 2015 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Tue Feb 10 10:44:06 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=35c5479a

lxqt-base/liblxqt: update deps with kwindowsystem:5

---
 lxqt-base/liblxqt/liblxqt-9999.ebuild | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/lxqt-base/liblxqt/liblxqt-9999.ebuild b/lxqt-base/liblxqt/liblxqt-9999.ebuild
index ad29a64..93c9cc7 100644
--- a/lxqt-base/liblxqt/liblxqt-9999.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-9999.ebuild
@@ -20,12 +20,6 @@ LICENSE="GPL-2 LGPL-2.1+"
 SLOT="0"
 
 DEPEND=">=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
@@ -33,6 +27,13 @@ DEPEND=">=dev-libs/libqtxdg-1.0.0
 	dev-qt/qtwidgets:5
 	dev-qt/qtx11extras:5
 	dev-qt/qtxml:5
+	kde-frameworks/kwindowsystem:5
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXcursor
+	x11-libs/libXdamage
+	x11-libs/libXfixes
+	x11-libs/libXrender
 "
 RDEPEND="${DEPEND}"
 


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/liblxqt/
@ 2015-10-01 14:27 Michael Palimaka
  0 siblings, 0 replies; 14+ messages in thread
From: Michael Palimaka @ 2015-10-01 14:27 UTC (permalink / raw
  To: gentoo-commits

commit:     704e5dbd0674691292823e7eb2fd480dbe54686f
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  1 14:27:02 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct  1 14:27:46 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=704e5dbd

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

Package-Manager: portage-2.2.20.1

 lxqt-base/liblxqt/liblxqt-9999.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lxqt-base/liblxqt/liblxqt-9999.ebuild b/lxqt-base/liblxqt/liblxqt-9999.ebuild
index 013153e..54a92c1 100644
--- a/lxqt-base/liblxqt/liblxqt-9999.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-9999.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] 14+ messages in thread

* [gentoo-commits] proj/qt:master commit in: lxqt-base/liblxqt/
@ 2019-01-09 22:59 Jimi Huotari
  0 siblings, 0 replies; 14+ messages in thread
From: Jimi Huotari @ 2019-01-09 22:59 UTC (permalink / raw
  To: gentoo-commits

commit:     d02583b11829e18ffbba099b2a6d805ce70a0e49
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  9 22:51:23 2019 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed Jan  9 22:51:23 2019 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=d02583b1

lxqt-base/liblxqt: add 'ewarn' and make USE="policykit" the default

This is to stress the fact that upstream indeed doesn't support such
a build at this time.

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 lxqt-base/liblxqt/liblxqt-9999.ebuild | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/liblxqt/liblxqt-9999.ebuild b/lxqt-base/liblxqt/liblxqt-9999.ebuild
index 589d9054..ed0e5b98 100644
--- a/lxqt-base/liblxqt/liblxqt-9999.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ fi
 
 LICENSE="LGPL-2.1+ BSD"
 SLOT="0/$(ver_cut 1-2)"
-IUSE="policykit"
+IUSE="+policykit"
 
 RDEPEND="
 	>=dev-libs/libqtxdg-3.0.0
@@ -48,3 +48,10 @@ src_configure() {
 	)
 	cmake-utils_src_configure
 }
+
+pkg_postinst() {
+	if ! use policykit; then
+		ewarn "Please do not report issues caused by USE=\"-policykit\" to upstream,"
+		ewarn "as they do not support such a build at this time."
+	fi
+}


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/liblxqt/
@ 2021-03-27 10:52 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2021-03-27 10:52 UTC (permalink / raw
  To: gentoo-commits

commit:     b5632dd2ff4ee72deacde506633131e87e5bf9f7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 10:51:15 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 27 10:51:15 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=b5632dd2

lxqt-base/liblxqt: Cleanup outdated lxqt-base/lxqt-l10n blocker

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

 lxqt-base/liblxqt/liblxqt-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lxqt-base/liblxqt/liblxqt-9999.ebuild b/lxqt-base/liblxqt/liblxqt-9999.ebuild
index 16c596e9..80daa4d9 100644
--- a/lxqt-base/liblxqt/liblxqt-9999.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -35,7 +35,6 @@ RDEPEND="
 	kde-frameworks/kwindowsystem:5[X]
 	x11-libs/libX11
 	x11-libs/libXScrnSaver
-	!lxqt-base/lxqt-l10n
 "
 DEPEND="${RDEPEND}
 	backlight? ( sys-auth/polkit-qt )


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/liblxqt/
@ 2021-09-22 19:15 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2021-09-22 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     74906ba8de4c3c5ca16d63c4978d357794774ffb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 22 17:51:21 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 17:51:21 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=74906ba8

lxqt-base/liblxqt: Sync with Gentoo ebuild repo

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

 lxqt-base/liblxqt/liblxqt-9999.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/lxqt-base/liblxqt/liblxqt-9999.ebuild b/lxqt-base/liblxqt/liblxqt-9999.ebuild
index fc4da576..f6242115 100644
--- a/lxqt-base/liblxqt/liblxqt-9999.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-9999.ebuild
@@ -22,10 +22,10 @@ IUSE="+backlight"
 
 BDEPEND="
 	dev-qt/linguist-tools:5
-	>=dev-util/lxqt-build-tools-0.6.0
+	>=dev-util/lxqt-build-tools-0.9.0
 "
-RDEPEND="
-	>=dev-libs/libqtxdg-3.3.1
+DEPEND="
+	>=dev-libs/libqtxdg-3.7.0
 	dev-qt/qtcore:5
 	dev-qt/qtdbus:5
 	dev-qt/qtgui:5
@@ -35,10 +35,9 @@ RDEPEND="
 	kde-frameworks/kwindowsystem:5[X]
 	x11-libs/libX11
 	x11-libs/libXScrnSaver
-"
-DEPEND="${RDEPEND}
 	backlight? ( sys-auth/polkit-qt )
 "
+RDEPEND="${DEPEND}"
 
 src_configure() {
 	local mycmakeargs=(


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/liblxqt/
@ 2023-05-14 15:04 Jimi Huotari
  0 siblings, 0 replies; 14+ messages in thread
From: Jimi Huotari @ 2023-05-14 15:04 UTC (permalink / raw
  To: gentoo-commits

commit:     e549aa839687bef2c463824ed2be48bdd590259a
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 14:23:29 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun May 14 15:03:47 2023 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=e549aa83

lxqt-base/liblxqt: update lxqt-build-tools dependency

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

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

diff --git a/lxqt-base/liblxqt/liblxqt-9999.ebuild b/lxqt-base/liblxqt/liblxqt-9999.ebuild
index 92d27d5d..4d4bdc6d 100644
--- a/lxqt-base/liblxqt/liblxqt-9999.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-9999.ebuild
@@ -22,7 +22,7 @@ IUSE="+backlight"
 
 BDEPEND="
 	dev-qt/linguist-tools:5
-	>=dev-util/lxqt-build-tools-0.12.0
+	>=dev-util/lxqt-build-tools-0.13.0
 "
 DEPEND="
 	>=dev-libs/libqtxdg-3.10.0


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/liblxqt/
@ 2023-05-14 15:04 Jimi Huotari
  0 siblings, 0 replies; 14+ messages in thread
From: Jimi Huotari @ 2023-05-14 15:04 UTC (permalink / raw
  To: gentoo-commits

commit:     33c1b453229e0b35916f85f61a4797005dcc45d0
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 14:48:25 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun May 14 15:03:47 2023 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=33c1b453

lxqt-base/liblxqt: update libqtxdg dependency

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

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

diff --git a/lxqt-base/liblxqt/liblxqt-9999.ebuild b/lxqt-base/liblxqt/liblxqt-9999.ebuild
index 4d4bdc6d..a19a1779 100644
--- a/lxqt-base/liblxqt/liblxqt-9999.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-9999.ebuild
@@ -25,7 +25,7 @@ BDEPEND="
 	>=dev-util/lxqt-build-tools-0.13.0
 "
 DEPEND="
-	>=dev-libs/libqtxdg-3.10.0
+	>=dev-libs/libqtxdg-3.11.0
 	>=dev-qt/qtcore-5.15:5
 	>=dev-qt/qtdbus-5.15:5
 	>=dev-qt/qtgui-5.15:5


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/liblxqt/
@ 2024-03-25 21:12 Jimi Huotari
  0 siblings, 0 replies; 14+ messages in thread
From: Jimi Huotari @ 2024-03-25 21:12 UTC (permalink / raw
  To: gentoo-commits

commit:     9ea69012144f03b94f63d131395d32f0e2edf87c
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 21:04:47 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 21:11:35 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=9ea69012

lxqt-base/liblxqt: welcome qt6

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

 lxqt-base/liblxqt/liblxqt-9999.ebuild | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/lxqt-base/liblxqt/liblxqt-9999.ebuild b/lxqt-base/liblxqt/liblxqt-9999.ebuild
index 65577c1c..a2065f3e 100644
--- a/lxqt-base/liblxqt/liblxqt-9999.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-9999.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
@@ -21,18 +21,13 @@ SLOT="0/$(ver_cut 1-2)"
 IUSE="+backlight"
 
 BDEPEND="
-	dev-qt/linguist-tools:5
-	>=dev-util/lxqt-build-tools-0.13.0
+	>=dev-qt/qttools-6.6:6[linguist]
+	>=dev-util/lxqt-build-tools-2.0.0
 "
 DEPEND="
 	>=dev-libs/libqtxdg-3.12.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]
+	>=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 )


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

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

commit:     d66830143f9660fc516df1ede9dc5fb943a910ed
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 14:43:08 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 14:43:51 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=d6683014

lxqt-base/liblxqt: drop 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 deletions(-)

diff --git a/lxqt-base/liblxqt/Manifest b/lxqt-base/liblxqt/Manifest
deleted file mode 100644
index fcef760f..00000000
--- a/lxqt-base/liblxqt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index cf0a296d..00000000
--- 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] 14+ messages in thread

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

commit:     4a11c88b008f77d6003ee26a5805b0c1c57040b2
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 14:52:41 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 14:53:29 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=4a11c88b

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

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

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

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


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

end of thread, other threads:[~2024-06-15 14:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-15 14:53 [gentoo-commits] proj/qt:master commit in: lxqt-base/liblxqt/ Jimi Huotari
  -- strict thread matches above, loose matches on Subject: below --
2024-06-15 14:53 Jimi Huotari
2024-03-25 21:12 Jimi Huotari
2023-05-14 15:04 Jimi Huotari
2023-05-14 15:04 Jimi Huotari
2021-09-22 19:15 Andreas Sturmlechner
2021-03-27 10:52 Andreas Sturmlechner
2019-01-09 22:59 Jimi Huotari
2015-10-01 14:27 Michael Palimaka
2015-02-10 10:44 Ben de Groot
2014-11-05 18:33 Davide Pesavento
2014-10-27 22:14 Jauhien Piatlicki
2014-10-20 21:10 Jauhien Piatlicki
2014-10-19 22:35 Davide Pesavento

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