public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/
@ 2015-02-10 10:30 Ben de Groot
  0 siblings, 0 replies; 22+ messages in thread
From: Ben de Groot @ 2015-02-10 10:30 UTC (permalink / raw
  To: gentoo-commits

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

dev-libs/libqtxdg: update SRC_URI

---
 dev-libs/libqtxdg/libqtxdg-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
index 2a514f1..99d0b71 100644
--- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
@@ -12,7 +12,7 @@ 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/${PN}/${PV}/${P}.tar.xz"
+	SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz"
 	KEYWORDS="~amd64 ~x86"
 	S="${WORKDIR}/${PN}"
 fi


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

* [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/
@ 2015-02-10 10:34 Ben de Groot
  0 siblings, 0 replies; 22+ messages in thread
From: Ben de Groot @ 2015-02-10 10:34 UTC (permalink / raw
  To: gentoo-commits

commit:     8d2aefc5493434a77209d00c1ff448dbe2f073da
Author:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 10 10:33:46 2015 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Tue Feb 10 10:33:46 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=8d2aefc5

dev-libs/libqtxdg: drop S reassignment

---
 dev-libs/libqtxdg/libqtxdg-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
index 99d0b71..6e3dd59 100644
--- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
@@ -14,7 +14,6 @@ if [[ ${PV} = *9999* ]]; then
 else
 	SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz"
 	KEYWORDS="~amd64 ~x86"
-	S="${WORKDIR}/${PN}"
 fi
 
 LICENSE="LGPL-2.1"


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

* [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/
@ 2015-06-28 13:49 Davide Pesavento
  0 siblings, 0 replies; 22+ messages in thread
From: Davide Pesavento @ 2015-06-28 13:49 UTC (permalink / raw
  To: gentoo-commits

commit:     66303fa0d8908aed5dcb95c823369c4f6b1d3b07
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 28 13:49:09 2015 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Jun 28 13:49:09 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=66303fa0

[dev-libs/libqtxdg] Sync.

Package-Manager: portage-2.2.20

 dev-libs/libqtxdg/libqtxdg-9999.ebuild | 12 ++++++------
 dev-libs/libqtxdg/metadata.xml         |  4 ----
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
index 6e3dd59..038ac88 100644
--- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
@@ -8,12 +8,12 @@ inherit cmake-utils
 DESCRIPTION="A Qt implementation of XDG standards"
 HOMEPAGE="http://lxqt.org/"
 
-if [[ ${PV} = *9999* ]]; then
+if [[ ${PV} == *9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
 else
 	SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="LGPL-2.1"
@@ -21,14 +21,14 @@ SLOT="0"
 IUSE="test"
 
 CDEPEND="
-	sys-apps/file
 	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5
-	dev-qt/linguist-tools:5
 "
 DEPEND="${CDEPEND}
+	virtual/pkgconfig
 	test? ( dev-qt/qttest:5 )
 "
 RDEPEND="${CDEPEND}
@@ -37,8 +37,8 @@ RDEPEND="${CDEPEND}
 
 src_configure() {
 	local mycmakeargs=(
-		-DUSE_QT5=ON
-		$(cmake-utils_use test BUILD_TESTS)
+		-DUSE_QT4=OFF
+		$(cmake-utils_use_build test TESTS)
 	)
 	cmake-utils_src_configure
 }

diff --git a/dev-libs/libqtxdg/metadata.xml b/dev-libs/libqtxdg/metadata.xml
index 74b39e2..2b2f838 100644
--- a/dev-libs/libqtxdg/metadata.xml
+++ b/dev-libs/libqtxdg/metadata.xml
@@ -3,8 +3,4 @@
 <pkgmetadata>
   <herd>lxqt</herd>
   <herd>qt</herd>
-  <maintainer>
-    <email>jauhien@gentoo.org</email>
-    <name>Jauhien Piatlicki</name>
-  </maintainer>
 </pkgmetadata>


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

* [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/
@ 2015-11-19 15:38 Michael Palimaka
  0 siblings, 0 replies; 22+ messages in thread
From: Michael Palimaka @ 2015-11-19 15:38 UTC (permalink / raw
  To: gentoo-commits

commit:     e979b0cdbdbd16dfe8a1a7f88f39ba32471604a9
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 19 15:31:39 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 15:31:39 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=e979b0cd

dev-libs/libqtxdg: virtualx is required for tests

Package-Manager: portage-2.2.25

 dev-libs/libqtxdg/libqtxdg-9999.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
index feb8a4a..c4c1626 100644
--- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-inherit cmake-utils
+inherit cmake-utils virtualx
 
 DESCRIPTION="A Qt implementation of XDG standards"
 HOMEPAGE="http://lxqt.org/"
@@ -41,3 +41,7 @@ src_configure() {
 	)
 	cmake-utils_src_configure
 }
+
+src_test() {
+	VIRTUALX_COMMAND="cmake-utils_src_test" virtualmake
+}


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

* [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/
@ 2015-11-19 15:38 Michael Palimaka
  0 siblings, 0 replies; 22+ messages in thread
From: Michael Palimaka @ 2015-11-19 15:38 UTC (permalink / raw
  To: gentoo-commits

commit:     8bb9e32f25889d9e0c10411a4826627d3bb1796c
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 19 15:30:47 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 15:30:47 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=8bb9e32f

dev-libs/libqtxdg: remove unused configure option

Package-Manager: portage-2.2.25

 dev-libs/libqtxdg/libqtxdg-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
index a5ab28b..c262d61 100644
--- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
@@ -37,7 +37,6 @@ RDEPEND="${CDEPEND}
 
 src_configure() {
 	local mycmakeargs=(
-		-DUSE_QT4=OFF
 		$(cmake-utils_use_build test TESTS)
 	)
 	cmake-utils_src_configure


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

* [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/
@ 2015-11-19 15:38 Michael Palimaka
  0 siblings, 0 replies; 22+ messages in thread
From: Michael Palimaka @ 2015-11-19 15:38 UTC (permalink / raw
  To: gentoo-commits

commit:     fbf83b10740e17580cf59f3091810295658c43f3
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 19 15:31:17 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 15:31:17 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=fbf83b10

dev-libs/libqtxdg: cmake-utils_use_build -> usex

Package-Manager: portage-2.2.25

 dev-libs/libqtxdg/libqtxdg-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
index c262d61..feb8a4a 100644
--- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
@@ -37,7 +37,7 @@ RDEPEND="${CDEPEND}
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use_build test TESTS)
+		-DBUILD_TESTS=$(usex test)
 	)
 	cmake-utils_src_configure
 }


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

* [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/
@ 2017-11-04 19:21 Jimi Huotari
  0 siblings, 0 replies; 22+ messages in thread
From: Jimi Huotari @ 2017-11-04 19:21 UTC (permalink / raw
  To: gentoo-commits

commit:     22e0020535283854d9b59bc4096334e4fb49bf7e
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  3 17:59:42 2017 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Nov  3 21:11:22 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=22e00205

dev-libs/libqtxdg: add live ebuild

To be used with LXQt.

 dev-libs/libqtxdg/libqtxdg-9999.ebuild | 47 ++++++++++++++++++++++++++++++++++
 dev-libs/libqtxdg/metadata.xml         | 12 +++++++++
 2 files changed, 59 insertions(+)

diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
new file mode 100644
index 00000000..d4790dcd
--- /dev/null
+++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit cmake-utils virtualx
+
+DESCRIPTION="A Qt implementation of XDG standards"
+HOMEPAGE="http://lxqt.org/"
+
+if [[ ${PV} == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxde/${PN}.git"
+else
+	SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="test"
+
+CDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+"
+DEPEND="${CDEPEND}
+	virtual/pkgconfig
+	test? ( dev-qt/qttest:5 )
+"
+RDEPEND="${CDEPEND}
+	x11-misc/xdg-utils
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_TESTS=$(usex test)
+	)
+	cmake-utils_src_configure
+}
+
+src_test() {
+	VIRTUALX_COMMAND="cmake-utils_src_test" virtualmake
+}

diff --git a/dev-libs/libqtxdg/metadata.xml b/dev-libs/libqtxdg/metadata.xml
new file mode 100644
index 00000000..77812fec
--- /dev/null
+++ b/dev-libs/libqtxdg/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>lxqt@gentoo.org</email>
+    <name>LXQt</name>
+  </maintainer>
+<maintainer type="project">
+    <email>qt@gentoo.org</email>
+    <name>Gentoo Qt Project</name>
+  </maintainer>
+</pkgmetadata>


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

* [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/
@ 2018-01-12 10:45 Michael Palimaka
  0 siblings, 0 replies; 22+ messages in thread
From: Michael Palimaka @ 2018-01-12 10:45 UTC (permalink / raw
  To: gentoo-commits

commit:     6cab147c6d6c0f0304008be16396f44d4ec01969
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 10:45:11 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 10:45:17 2018 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=6cab147c

dev-libs/libqtxdg: use HTTPS

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-libs/libqtxdg/libqtxdg-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
index d4790dcd..3edc5ce7 100644
--- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit cmake-utils virtualx
 
 DESCRIPTION="A Qt implementation of XDG standards"
-HOMEPAGE="http://lxqt.org/"
+HOMEPAGE="https://lxqt.org/"
 
 if [[ ${PV} == *9999* ]]; then
 	inherit git-r3


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

* [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/
@ 2019-02-18 23:29 Jimi Huotari
  0 siblings, 0 replies; 22+ messages in thread
From: Jimi Huotari @ 2019-02-18 23:29 UTC (permalink / raw
  To: gentoo-commits

commit:     b52fba4b9c8ebf52d76d781df09c9f4326027e81
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 18 23:04:41 2019 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Feb 18 23:10:54 2019 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=b52fba4b

dev-libs/libqtxdg: add 3.3.0 for testing

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

 dev-libs/libqtxdg/Manifest              |  1 +
 dev-libs/libqtxdg/libqtxdg-3.3.0.ebuild | 48 +++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/dev-libs/libqtxdg/Manifest b/dev-libs/libqtxdg/Manifest
new file mode 100644
index 00000000..cf9d7aa8
--- /dev/null
+++ b/dev-libs/libqtxdg/Manifest
@@ -0,0 +1 @@
+DIST libqtxdg-3.3.0.tar.xz 68412 BLAKE2B c78b1548883bdb77bd5de81c48487b08a6f1b0959e2d1e9b54a301935a76a4bcf60451379ea33dbd289dc4517282d335a0d616a0c4c31eb1e0e7ab3efcbe814f SHA512 e71e251870886aa71a1ce9372962cfa93c96ee91518f01758b4c015d36d1f4c95bf94eb8a54683bb2ab221c96514be4adb0387e18dcbaacde9d783fe9e6867d4

diff --git a/dev-libs/libqtxdg/libqtxdg-3.3.0.ebuild b/dev-libs/libqtxdg/libqtxdg-3.3.0.ebuild
new file mode 100644
index 00000000..936e7f64
--- /dev/null
+++ b/dev-libs/libqtxdg/libqtxdg-3.3.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils virtualx
+
+DESCRIPTION="A Qt implementation of XDG standards"
+HOMEPAGE="https://lxqt.org/"
+
+if [[ ${PV} == *9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1"
+SLOT="0"
+IUSE="test"
+
+BDEPEND="
+	virtual/pkgconfig
+	test? ( dev-qt/qttest:5 )
+"
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5=
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	x11-misc/xdg-utils
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_TESTS=$(usex test)
+	)
+	cmake-utils_src_configure
+}
+
+src_test() {
+	# Tests don't work with C
+	LC_ALL=en_US.utf8 virtx cmake-utils_src_test
+}


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

* [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/
@ 2019-02-27 12:05 Jimi Huotari
  0 siblings, 0 replies; 22+ messages in thread
From: Jimi Huotari @ 2019-02-27 12:05 UTC (permalink / raw
  To: gentoo-commits

commit:     6aed36ea75414822b7c35b86c70d4cd6dba3c941
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 27 11:43:25 2019 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed Feb 27 11:43:25 2019 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=6aed36ea

dev-libs/libqtxdg: version bump to 3.3.1

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

 dev-libs/libqtxdg/Manifest                                         | 2 +-
 dev-libs/libqtxdg/{libqtxdg-3.3.0.ebuild => libqtxdg-3.3.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libqtxdg/Manifest b/dev-libs/libqtxdg/Manifest
index cf9d7aa8..ffdb1158 100644
--- a/dev-libs/libqtxdg/Manifest
+++ b/dev-libs/libqtxdg/Manifest
@@ -1 +1 @@
-DIST libqtxdg-3.3.0.tar.xz 68412 BLAKE2B c78b1548883bdb77bd5de81c48487b08a6f1b0959e2d1e9b54a301935a76a4bcf60451379ea33dbd289dc4517282d335a0d616a0c4c31eb1e0e7ab3efcbe814f SHA512 e71e251870886aa71a1ce9372962cfa93c96ee91518f01758b4c015d36d1f4c95bf94eb8a54683bb2ab221c96514be4adb0387e18dcbaacde9d783fe9e6867d4
+DIST libqtxdg-3.3.1.tar.xz 66004 BLAKE2B a676f22144ddbf67e02686fc25b381a911e5d0391e2f735c6d85914362433aad20ad0a3740ea7101d26b5b5692d0504c3798489333b1bf9585c3be88f6636beb SHA512 f0fdb95f20ee49becf770455a513178bb3ce63ee460e8bbaac8d40f50ae47a139ff518021c8fc19254bbd777b67bc7f2754302de7e2bb6cdf929bc559a1b51f3

diff --git a/dev-libs/libqtxdg/libqtxdg-3.3.0.ebuild b/dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild
similarity index 100%
rename from dev-libs/libqtxdg/libqtxdg-3.3.0.ebuild
rename to dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild


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

* [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/
@ 2019-03-09 10:37 Jimi Huotari
  0 siblings, 0 replies; 22+ messages in thread
From: Jimi Huotari @ 2019-03-09 10:37 UTC (permalink / raw
  To: gentoo-commits

commit:     dc8e257b95090d8bea29f412bcf48b412b9c4664
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  9 10:35:26 2019 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat Mar  9 10:35:26 2019 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=dc8e257b

dev-libs/libqtxdg: move 'dev-qt/qttest' to 'DEPEND'

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

 dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild | 5 +++--
 dev-libs/libqtxdg/libqtxdg-9999.ebuild  | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild b/dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild
index 936e7f64..12c8a731 100644
--- a/dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild
@@ -22,7 +22,6 @@ IUSE="test"
 
 BDEPEND="
 	virtual/pkgconfig
-	test? ( dev-qt/qttest:5 )
 "
 RDEPEND="
 	dev-qt/qtcore:5
@@ -33,7 +32,9 @@ RDEPEND="
 	dev-qt/qtxml:5
 	x11-misc/xdg-utils
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+	test? ( dev-qt/qttest:5 )
+"
 
 src_configure() {
 	local mycmakeargs=(

diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
index 936e7f64..12c8a731 100644
--- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
@@ -22,7 +22,6 @@ IUSE="test"
 
 BDEPEND="
 	virtual/pkgconfig
-	test? ( dev-qt/qttest:5 )
 "
 RDEPEND="
 	dev-qt/qtcore:5
@@ -33,7 +32,9 @@ RDEPEND="
 	dev-qt/qtxml:5
 	x11-misc/xdg-utils
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+	test? ( dev-qt/qttest:5 )
+"
 
 src_configure() {
 	local mycmakeargs=(


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

* [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/
@ 2019-03-18 21:36 Jimi Huotari
  0 siblings, 0 replies; 22+ messages in thread
From: Jimi Huotari @ 2019-03-18 21:36 UTC (permalink / raw
  To: gentoo-commits

commit:     39c98590ffa2dbf12270da8d1853d1b596d19c1d
Author:     Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Sat Mar 16 10:49:13 2019 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 21:35:05 2019 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=39c98590

dev-libs/libqtxdg: add missing BDEPEND lxqt-build-tools

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Closes: https://github.com/gentoo/qt/pull/188
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 dev-libs/libqtxdg/libqtxdg-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
index 12c8a731..f01b3321 100644
--- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
@@ -21,6 +21,7 @@ SLOT="0"
 IUSE="test"
 
 BDEPEND="
+	>=dev-util/lxqt-build-tools-0.6.0
 	virtual/pkgconfig
 "
 RDEPEND="


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

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

commit:     40e613e0db84c619958f9d4881d85d4fde952b6e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 22 18:53:27 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 19:14:51 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=40e613e0

dev-libs/libqtxdg: Sync with Gentoo ebuild repo

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

 dev-libs/libqtxdg/libqtxdg-9999.ebuild | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
index 492cb837..b507de05 100644
--- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
@@ -3,9 +3,9 @@
 
 EAPI=7
 
-inherit cmake virtualx
+inherit cmake optfeature virtualx
 
-DESCRIPTION="A Qt implementation of XDG standards"
+DESCRIPTION="Qt implementation of XDG standards"
 HOMEPAGE="https://lxqt.github.io/"
 
 if [[ ${PV} == *9999 ]]; then
@@ -20,8 +20,10 @@ LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1"
 SLOT="0"
 IUSE="test"
 
+RESTRICT="!test? ( test )"
+
 BDEPEND="
-	>=dev-util/lxqt-build-tools-0.6.0
+	>=dev-util/lxqt-build-tools-0.9.0
 	virtual/pkgconfig
 "
 RDEPEND="
@@ -48,3 +50,7 @@ src_test() {
 	# Tests don't work with C
 	LC_ALL=en_US.utf8 virtx cmake_src_test
 }
+
+pkg_postinst() {
+	! has_version lxqt-base/lxqt-meta && optfeature "features that require a terminal emulator" x11-terms/xterm
+}


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

* [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/
@ 2022-03-09 19:26 Jimi Huotari
  0 siblings, 0 replies; 22+ messages in thread
From: Jimi Huotari @ 2022-03-09 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     cd9c4aacc37b48af61c5bb94e7e1b66668616ff9
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  9 18:59:49 2022 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 18:59:49 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=cd9c4aac

dev-libs/libqtxdg: sync with the latest release ebuild

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

 dev-libs/libqtxdg/libqtxdg-9999.ebuild | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
index b507de05..26b8ef5e 100644
--- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit cmake optfeature virtualx
 
-DESCRIPTION="Qt implementation of XDG standards"
-HOMEPAGE="https://lxqt.github.io/"
+DESCRIPTION="Qt Implementation of XDG Standards"
+HOMEPAGE="https://lxqt-project.org/"
 
 if [[ ${PV} == *9999 ]]; then
 	inherit git-r3
@@ -23,20 +23,20 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 BDEPEND="
-	>=dev-util/lxqt-build-tools-0.9.0
+	>=dev-util/lxqt-build-tools-0.10.0
 	virtual/pkgconfig
 "
 RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5=
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
+	>=dev-qt/qtcore-5.15:5
+	>=dev-qt/qtdbus-5.15:5
+	>=dev-qt/qtgui-5.15:5=
+	>=dev-qt/qtsvg-5.15:5
+	>=dev-qt/qtwidgets-5.15:5
+	>=dev-qt/qtxml-5.15:5
 	x11-misc/xdg-utils
 "
 DEPEND="${RDEPEND}
-	test? ( dev-qt/qttest:5 )
+	test? ( >=dev-qt/qttest-5.15:5 )
 "
 
 src_configure() {


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

* [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/
@ 2022-03-20 18:05 Jimi Huotari
  0 siblings, 0 replies; 22+ messages in thread
From: Jimi Huotari @ 2022-03-20 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     0177ce4bbcca1d8d2a0cf32ecd3fab788209a414
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 18:03:55 2022 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 18:04:35 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=0177ce4b

dev-libs/libqtxdg: add dev-libs/glib dependency

Bug: https://bugs.gentoo.org/835648
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 dev-libs/libqtxdg/libqtxdg-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
index 26b8ef5e..743a698d 100644
--- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
@@ -27,6 +27,7 @@ BDEPEND="
 	virtual/pkgconfig
 "
 RDEPEND="
+	dev-libs/glib:2
 	>=dev-qt/qtcore-5.15:5
 	>=dev-qt/qtdbus-5.15:5
 	>=dev-qt/qtgui-5.15:5=


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

* [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/
@ 2022-04-18 22:13 Jimi Huotari
  0 siblings, 0 replies; 22+ messages in thread
From: Jimi Huotari @ 2022-04-18 22:13 UTC (permalink / raw
  To: gentoo-commits

commit:     348a8ef3c2d571d68136ad7489290b7b86416172
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 20:05:27 2022 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 20:48:02 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=348a8ef3

dev-libs/libqtxdg: update dependencies

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

 dev-libs/libqtxdg/libqtxdg-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
index 743a698d..faa88435 100644
--- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
@@ -23,7 +23,7 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 BDEPEND="
-	>=dev-util/lxqt-build-tools-0.10.0
+	>=dev-util/lxqt-build-tools-0.11.0
 	virtual/pkgconfig
 "
 RDEPEND="


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

* [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/
@ 2022-11-18 13:51 Jimi Huotari
  0 siblings, 0 replies; 22+ messages in thread
From: Jimi Huotari @ 2022-11-18 13:51 UTC (permalink / raw
  To: gentoo-commits

commit:     c09970d9a2fd519b4147fd50c095a1c0d7847c59
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 18 13:24:23 2022 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Nov 18 13:24:23 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=c09970d9

dev-libs/libqtxdg: sync with ::gentoo

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

 dev-libs/libqtxdg/libqtxdg-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
index faa88435..194fdcc5 100644
--- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
@@ -13,17 +13,16 @@ 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+ Nokia-Qt-LGPL-Exception-1.1"
 SLOT="0"
 IUSE="test"
-
 RESTRICT="!test? ( test )"
 
 BDEPEND="
-	>=dev-util/lxqt-build-tools-0.11.0
+	>=dev-util/lxqt-build-tools-0.12.0
 	virtual/pkgconfig
 "
 RDEPEND="
@@ -44,6 +43,7 @@ src_configure() {
 	local mycmakeargs=(
 		-DBUILD_TESTS=$(usex test)
 	)
+
 	cmake_src_configure
 }
 


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

* [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/
@ 2023-11-09 18:07 Jimi Huotari
  0 siblings, 0 replies; 22+ messages in thread
From: Jimi Huotari @ 2023-11-09 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     70f4b6fd72d2c89b53f31b5e59e52f3751b1220a
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  9 17:39:35 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Nov  9 17:39:35 2023 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=70f4b6fd

dev-libs/libqtxdg: bump year and lxqt-build-tools version

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

 dev-libs/libqtxdg/libqtxdg-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
index 194fdcc5..1e3e0e22 100644
--- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,7 +22,7 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 BDEPEND="
-	>=dev-util/lxqt-build-tools-0.12.0
+	>=dev-util/lxqt-build-tools-0.13.0
 	virtual/pkgconfig
 "
 RDEPEND="


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

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

commit:     be4f558074ad89b9d50105f2afdc71e9cf4775b3
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 21:04:39 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=be4f5580

dev-libs/libqtxdg: welcome qt6

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

 dev-libs/libqtxdg/libqtxdg-9999.ebuild | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
index 1e3e0e22..e294c0d8 100644
--- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-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
@@ -22,21 +22,17 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 BDEPEND="
-	>=dev-util/lxqt-build-tools-0.13.0
+	>=dev-util/lxqt-build-tools-2.0.0
 	virtual/pkgconfig
 "
 RDEPEND="
 	dev-libs/glib:2
-	>=dev-qt/qtcore-5.15:5
-	>=dev-qt/qtdbus-5.15:5
-	>=dev-qt/qtgui-5.15:5=
-	>=dev-qt/qtsvg-5.15:5
-	>=dev-qt/qtwidgets-5.15:5
-	>=dev-qt/qtxml-5.15:5
+	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets,xml]
+	>=dev-qt/qtsvg-6.6:6
 	x11-misc/xdg-utils
 "
 DEPEND="${RDEPEND}
-	test? ( >=dev-qt/qttest-5.15:5 )
+	test? ( >=dev-qt/qtbase-6.6:6[test] )
 "
 
 src_configure() {


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

* [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/
@ 2024-04-21 21:34 Jimi Huotari
  0 siblings, 0 replies; 22+ messages in thread
From: Jimi Huotari @ 2024-04-21 21:34 UTC (permalink / raw
  To: gentoo-commits

commit:     b4cd34d17c1589e415a69c49b5f8bc8b2e040005
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 21:15:15 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 21:15:15 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=b4cd34d1

dev-libs/libqtxdg: remove unneeded 'qtbase-6.6:6[test]' dependency

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

 dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild | 4 +---
 dev-libs/libqtxdg/libqtxdg-9999.ebuild  | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild b/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild
index 7bdfd3ec..11a1e00e 100644
--- a/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild
@@ -31,9 +31,7 @@ RDEPEND="
 	>=dev-qt/qtsvg-6.6:6
 	x11-misc/xdg-utils
 "
-DEPEND="${RDEPEND}
-	test? ( >=dev-qt/qtbase-6.6:6[test] )
-"
+DEPEND="${RDEPEND}"
 
 src_configure() {
 	local mycmakeargs=(

diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
index 7bdfd3ec..11a1e00e 100644
--- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
@@ -31,9 +31,7 @@ RDEPEND="
 	>=dev-qt/qtsvg-6.6:6
 	x11-misc/xdg-utils
 "
-DEPEND="${RDEPEND}
-	test? ( >=dev-qt/qtbase-6.6:6[test] )
-"
+DEPEND="${RDEPEND}"
 
 src_configure() {
 	local mycmakeargs=(


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

* [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/
@ 2024-05-22 20:04 Jimi Huotari
  0 siblings, 0 replies; 22+ messages in thread
From: Jimi Huotari @ 2024-05-22 20:04 UTC (permalink / raw
  To: gentoo-commits

commit:     1da641f9c913100d06414b87a7deab13fe458242
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 19:48:52 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed May 22 19:48:52 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=1da641f9

dev-libs/libqtxdg: add slot operator on qtbase

This did not carry over from '>=dev-qt/qtgui-5.15:5=' when going qt6.

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

 dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild | 2 +-
 dev-libs/libqtxdg/libqtxdg-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild b/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild
index 11a1e00e..e2437549 100644
--- a/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild
@@ -27,7 +27,7 @@ BDEPEND="
 "
 RDEPEND="
 	dev-libs/glib:2
-	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets,xml]
+	>=dev-qt/qtbase-6.6:6=[dbus,gui,widgets,xml]
 	>=dev-qt/qtsvg-6.6:6
 	x11-misc/xdg-utils
 "

diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
index 11a1e00e..e2437549 100644
--- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
@@ -27,7 +27,7 @@ BDEPEND="
 "
 RDEPEND="
 	dev-libs/glib:2
-	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets,xml]
+	>=dev-qt/qtbase-6.6:6=[dbus,gui,widgets,xml]
 	>=dev-qt/qtsvg-6.6:6
 	x11-misc/xdg-utils
 "


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

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

commit:     4011f4a84ffda8b00c619de327784450a09d2dea
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 22:01:47 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 22:14:48 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=4011f4a8

dev-libs/libqtxdg: drop 4.0.0

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

 dev-libs/libqtxdg/Manifest              |  1 -
 dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild | 51 ---------------------------------
 2 files changed, 52 deletions(-)

diff --git a/dev-libs/libqtxdg/Manifest b/dev-libs/libqtxdg/Manifest
deleted file mode 100644
index da22a894..00000000
--- a/dev-libs/libqtxdg/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libqtxdg-4.0.0.tar.xz 71508 BLAKE2B 823bfaba4ea1beb88b064d4935e7c660569b9215aa9f40b7ad6e3ffab965259467d968cd6b5f0c42c2912478d2766d52d52f0296d9eb3586c45ac5ddd7b97ed7 SHA512 4a8a32968e74ed54d700cf65c9cfb238001f58d93a9e374e18d60023615d6277f80459dd8477205ce31a6d8caf798cde70b91681df80b1bff3b754e0586868d2

diff --git a/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild b/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild
deleted file mode 100644
index e2437549..00000000
--- a/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature virtualx
-
-DESCRIPTION="Qt Implementation of XDG Standards"
-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+ Nokia-Qt-LGPL-Exception-1.1"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-	>=dev-util/lxqt-build-tools-2.0.0
-	virtual/pkgconfig
-"
-RDEPEND="
-	dev-libs/glib:2
-	>=dev-qt/qtbase-6.6:6=[dbus,gui,widgets,xml]
-	>=dev-qt/qtsvg-6.6:6
-	x11-misc/xdg-utils
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TESTS=$(usex test)
-	)
-
-	cmake_src_configure
-}
-
-src_test() {
-	# Tests don't work with C
-	LC_ALL=en_US.utf8 virtx cmake_src_test
-}
-
-pkg_postinst() {
-	! has_version lxqt-base/lxqt-meta && optfeature "features that require a terminal emulator" x11-terms/xterm
-}


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

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

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-19 15:38 [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2024-06-14 22:15 Jimi Huotari
2024-05-22 20:04 Jimi Huotari
2024-04-21 21:34 Jimi Huotari
2024-03-25 21:12 Jimi Huotari
2023-11-09 18:07 Jimi Huotari
2022-11-18 13:51 Jimi Huotari
2022-04-18 22:13 Jimi Huotari
2022-03-20 18:05 Jimi Huotari
2022-03-09 19:26 Jimi Huotari
2021-09-22 19:15 Andreas Sturmlechner
2019-03-18 21:36 Jimi Huotari
2019-03-09 10:37 Jimi Huotari
2019-02-27 12:05 Jimi Huotari
2019-02-18 23:29 Jimi Huotari
2018-01-12 10:45 Michael Palimaka
2017-11-04 19:21 Jimi Huotari
2015-11-19 15:38 Michael Palimaka
2015-11-19 15:38 Michael Palimaka
2015-06-28 13:49 Davide Pesavento
2015-02-10 10:34 Ben de Groot
2015-02-10 10:30 Ben de Groot

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