[gentoo-commits] proj/qt:master commit in: app-misc/qtxdg-tools/

2024-03-25 Thread Jimi Huotari
commit: d8d69d8e3722ea6ed2d0add00de094c50ccfec4b
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Mar 25 21:03:27 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon Mar 25 21:11:35 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=d8d69d8e

app-misc/qtxdg-tools: welcome qt6

Signed-off-by: Jimi Huotari  gentoo.org>

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

diff --git a/app-misc/qtxdg-tools/qtxdg-tools-.ebuild 
b/app-misc/qtxdg-tools/qtxdg-tools-.ebuild
index 6b8b70d3..1a57ea40 100644
--- a/app-misc/qtxdg-tools/qtxdg-tools-.ebuild
+++ b/app-misc/qtxdg-tools/qtxdg-tools-.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}"



[gentoo-commits] proj/qt:master commit in: app-misc/qtxdg-tools/

2023-11-09 Thread Jimi Huotari
commit: 0fe25c49cc85f01a4a46246520461394ebafb213
Author: Jimi Huotari  gentoo  org>
AuthorDate: Thu Nov  9 18:38:18 2023 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Thu Nov  9 18:38:59 2023 +
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  gentoo.org>

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

diff --git a/app-misc/qtxdg-tools/qtxdg-tools-.ebuild 
b/app-misc/qtxdg-tools/qtxdg-tools-.ebuild
index c2f3e5d5..6b8b70d3 100644
--- a/app-misc/qtxdg-tools/qtxdg-tools-.ebuild
+++ b/app-misc/qtxdg-tools/qtxdg-tools-.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} == * ]]; 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}"



[gentoo-commits] proj/qt:master commit in: app-misc/qtxdg-tools/

2022-05-08 Thread Jimi Huotari
commit: a16004c3908ca89b5bcb8be39b3e5959385e4182
Author: Jimi Huotari  gentoo  org>
AuthorDate: Tue May  3 20:55:58 2022 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun May  8 13:48:54 2022 +
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  gentoo.org>

 app-misc/qtxdg-tools/metadata.xml| 11 +++
 app-misc/qtxdg-tools/qtxdg-tools-.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 ..b1e73efb
--- /dev/null
+++ b/app-misc/qtxdg-tools/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   l...@gentoo.org
+   LXQt
+   
+   
+   lxqt/qtxdg-tools
+   
+

diff --git a/app-misc/qtxdg-tools/qtxdg-tools-.ebuild 
b/app-misc/qtxdg-tools/qtxdg-tools-.ebuild
new file mode 100644
index ..c2f3e5d5
--- /dev/null
+++ b/app-misc/qtxdg-tools/qtxdg-tools-.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} == * ]]; 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}"