public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: app-misc/qtxdg-tools/
@ 2022-05-08 13:49 Jimi Huotari
  0 siblings, 0 replies; 6+ messages in thread
From: Jimi Huotari @ 2022-05-08 13:49 UTC (permalink / raw
  To: gentoo-commits

commit:     a16004c3908ca89b5bcb8be39b3e5959385e4182
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Tue May  3 20:55:58 2022 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun May  8 13:48:54 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=a16004c3

app-misc/qtxdg-tools: new package

A package containing the user tools split off of 'libqtxdg'.

0. https://github.com/lxqt/libqtxdg/commit/b2866bb9ecd9f117793af7956

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

 app-misc/qtxdg-tools/metadata.xml            | 11 +++++++++++
 app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/app-misc/qtxdg-tools/metadata.xml b/app-misc/qtxdg-tools/metadata.xml
new file mode 100644
index 00000000..b1e73efb
--- /dev/null
+++ b/app-misc/qtxdg-tools/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>lxqt@gentoo.org</email>
+		<name>LXQt</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">lxqt/qtxdg-tools</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild b/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild
new file mode 100644
index 00000000..c2f3e5d5
--- /dev/null
+++ b/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="User Tools from libqtxdg"
+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"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-0.11.0"
+RDEPEND="
+	>=dev-libs/libqtxdg-3.9.1
+	>=dev-qt/qtcore-5.15:5
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] proj/qt:master commit in: app-misc/qtxdg-tools/
@ 2023-11-09 18:39 Jimi Huotari
  0 siblings, 0 replies; 6+ messages in thread
From: Jimi Huotari @ 2023-11-09 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     0fe25c49cc85f01a4a46246520461394ebafb213
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  9 18:38:18 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Nov  9 18:38:59 2023 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=0fe25c49

app-misc/qtxdg-tools: bump dependencies and year and keywords

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

 app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild b/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild
index c2f3e5d5..6b8b70d3 100644
--- a/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild
+++ b/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,15 +13,15 @@ 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"
 SLOT="0"
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.11.0"
+BDEPEND=">=dev-util/lxqt-build-tools-0.13.0"
 RDEPEND="
-	>=dev-libs/libqtxdg-3.9.1
+	>=dev-libs/libqtxdg-3.12.0
 	>=dev-qt/qtcore-5.15:5
 "
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] proj/qt:master commit in: app-misc/qtxdg-tools/
@ 2024-03-25 21:12 Jimi Huotari
  0 siblings, 0 replies; 6+ messages in thread
From: Jimi Huotari @ 2024-03-25 21:12 UTC (permalink / raw
  To: gentoo-commits

commit:     d8d69d8e3722ea6ed2d0add00de094c50ccfec4b
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 21:03:27 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=d8d69d8e

app-misc/qtxdg-tools: welcome qt6

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

 app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild b/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild
index 6b8b70d3..1a57ea40 100644
--- a/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild
+++ b/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -19,9 +19,9 @@ fi
 LICENSE="LGPL-2.1"
 SLOT="0"
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.13.0"
+BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
 RDEPEND="
 	>=dev-libs/libqtxdg-3.12.0
-	>=dev-qt/qtcore-5.15:5
+	>=dev-qt/qtbase-6.6:6
 "
 DEPEND="${RDEPEND}"


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

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

commit:     141b475a9edeff5b88c71ee6f79c8f440cae5802
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 22:01:40 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=141b475a

app-misc/qtxdg-tools: drop 4.0.0

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

 app-misc/qtxdg-tools/Manifest                 |  1 -
 app-misc/qtxdg-tools/qtxdg-tools-4.0.0.ebuild | 27 ---------------------------
 2 files changed, 28 deletions(-)

diff --git a/app-misc/qtxdg-tools/Manifest b/app-misc/qtxdg-tools/Manifest
deleted file mode 100644
index c1b6c387..00000000
--- a/app-misc/qtxdg-tools/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qtxdg-tools-4.0.0.tar.xz 16760 BLAKE2B 8e85e4de4c3cdf100de294582cfa9f4d3d0b120bee0ff7a907a308a95d45a1db4a9846899373e13a63e1b8049690e34439ce91d34b6b2964f972c3a5a91641ec SHA512 0d3e3a4afa5a4a0a63b4e9c489b4b20688b5c6c79f6460d9d15dc519bdb911b14f4307e50cd236c20ab939c517eed2ba284295d4f05deb764facda4acad8f4d8

diff --git a/app-misc/qtxdg-tools/qtxdg-tools-4.0.0.ebuild b/app-misc/qtxdg-tools/qtxdg-tools-4.0.0.ebuild
deleted file mode 100644
index 7b3875ec..00000000
--- a/app-misc/qtxdg-tools/qtxdg-tools-4.0.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="User Tools from libqtxdg"
-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"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
-RDEPEND="
-	>=dev-libs/libqtxdg-4.0.0
-	>=dev-qt/qtbase-6.6:6
-"
-DEPEND="${RDEPEND}"


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

* [gentoo-commits] proj/qt:master commit in: app-misc/qtxdg-tools/
@ 2024-06-23 14:19 Jimi Huotari
  0 siblings, 0 replies; 6+ messages in thread
From: Jimi Huotari @ 2024-06-23 14:19 UTC (permalink / raw
  To: gentoo-commits

commit:     577e978c8be7b64892e23201b3a20cb66035a38b
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 14:17:37 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 14:18:26 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=577e978c

app-misc/qtxdg-tools: add slot operator on qtbase

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

 app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild b/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild
index 7b3875ec..e3816d43 100644
--- a/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild
+++ b/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild
@@ -22,6 +22,6 @@ SLOT="0"
 BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
 RDEPEND="
 	>=dev-libs/libqtxdg-4.0.0
-	>=dev-qt/qtbase-6.6:6
+	>=dev-qt/qtbase-6.6:6=
 "
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] proj/qt:master commit in: app-misc/qtxdg-tools/
@ 2024-06-23 20:20 Jimi Huotari
  0 siblings, 0 replies; 6+ messages in thread
From: Jimi Huotari @ 2024-06-23 20:20 UTC (permalink / raw
  To: gentoo-commits

commit:     511c49029563c235c8e2328c4a843d1d33c491cf
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 19:59:17 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 20:20:47 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=511c4902

Revert "app-misc/qtxdg-tools: add slot operator on qtbase"

This reverts commit 577e978c8be7b64892e23201b3a20cb66035a38b.

It doesn't seem like 'qtxdg-tools' needs this after all, but
'dev-libs/libqtxdg' does, and it already has it.  It seems that
during a test build an older version of 'dev-libs/libqtxdg' was
still being used, and it did not get rebuilt with the 6.7.2
Qt update leading into 'xdg-open' aborting.

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

 app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild b/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild
index e3816d43..7b3875ec 100644
--- a/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild
+++ b/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild
@@ -22,6 +22,6 @@ SLOT="0"
 BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
 RDEPEND="
 	>=dev-libs/libqtxdg-4.0.0
-	>=dev-qt/qtbase-6.6:6=
+	>=dev-qt/qtbase-6.6:6
 "
 DEPEND="${RDEPEND}"


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

end of thread, other threads:[~2024-06-23 20:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-23 20:20 [gentoo-commits] proj/qt:master commit in: app-misc/qtxdg-tools/ Jimi Huotari
  -- strict thread matches above, loose matches on Subject: below --
2024-06-23 14:19 Jimi Huotari
2024-06-14 22:15 Jimi Huotari
2024-03-25 21:12 Jimi Huotari
2023-11-09 18:39 Jimi Huotari
2022-05-08 13:49 Jimi Huotari

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