[gentoo-commits] proj/qt:master commit in: dev-qt/qtwebengine/

2024-07-12 Thread Andreas Sturmlechner
commit: 5bb4bfb222c72dcecc60b734db952c9870dde84e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri May 31 06:11:16 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jul 12 15:19:52 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=5bb4bfb2

dev-qt/qtwebengine: Add missing python_check_deps()

Bug: https://bugs.gentoo.org/931970
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtwebengine/qtwebengine-5.15.14..ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.14..ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.15.14..ebuild
index b589d62e..0823ad43 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.15.14..ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.15.14..ebuild
@@ -101,6 +101,10 @@ BDEPEND="${PYTHON_DEPS}
 
 PATCHES=( "${WORKDIR}/${PATCHSET}" )
 
+python_check_deps() {
+   python_has_version "dev-python/html5lib[${PYTHON_USEDEP}]"
+}
+
 qtwebengine_check-reqs() {
# bug #307861
eshopts_push -s extglob



[gentoo-commits] proj/qt:master commit in: x11-misc/sddm/

2024-07-01 Thread Andreas Sturmlechner
commit: 27b89078477bda615579f985e5095fe9fa00da45
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul  1 21:37:33 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul  1 21:49:27 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=27b89078

x11-misc/sddm: Drop unnecessary test USEdeps

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-misc/sddm/sddm-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/sddm/sddm-.ebuild b/x11-misc/sddm/sddm-.ebuild
index 1551bfb0..e719cf22 100644
--- a/x11-misc/sddm/sddm-.ebuild
+++ b/x11-misc/sddm/sddm-.ebuild
@@ -39,7 +39,7 @@ COMMON_DEPEND="
!systemd? ( sys-power/upower )
 "
 DEPEND="${COMMON_DEPEND}
-   test? ( >=dev-qt/qtbase-${QTMIN}:6[network,test] )
+   test? ( >=dev-qt/qtbase-${QTMIN}:6 )
 "
 RDEPEND="${COMMON_DEPEND}
X? ( x11-base/xorg-server )



[gentoo-commits] proj/qt:master commit in: x11-misc/sddm/

2024-07-01 Thread Andreas Sturmlechner
commit: aa9966c05405006588c07f288b92b0553473bf25
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul  1 18:00:52 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul  1 21:49:27 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=aa9966c0

x11-misc/sddm: re-add optfeature advertise weston[kiosk]

Bug: https://bugs.gentoo.org/935166
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-misc/sddm/sddm-.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-misc/sddm/sddm-.ebuild b/x11-misc/sddm/sddm-.ebuild
index e5d80033..1551bfb0 100644
--- a/x11-misc/sddm/sddm-.ebuild
+++ b/x11-misc/sddm/sddm-.ebuild
@@ -13,7 +13,7 @@ else
 fi
 
 QTMIN=6.7.1
-inherit cmake linux-info pam systemd tmpfiles
+inherit cmake linux-info optfeature pam systemd tmpfiles
 
 DESCRIPTION="Simple Desktop Display Manager"
 HOMEPAGE="https://github.com/sddm/sddm";
@@ -142,5 +142,8 @@ pkg_postinst() {
elog "  to the troubleshooting section."
fi
 
+   optfeature "Weston DisplayServer support (EXPERIMENTAL)" 
"dev-libs/weston[kiosk]"
+   optfeature "KWin DisplayServer support (EXPERIMENTAL)" "kde-plasma/kwin"
+
systemd_reenable sddm.service
 }



[gentoo-commits] proj/qt:master commit in: x11-misc/sddm/

2024-07-01 Thread Andreas Sturmlechner
commit: 9a5bd6baa88bdba4b5d8a5ef527c0ea5012e5ccd
Author: Paul Zander  gmail  com>
AuthorDate: Tue May 28 10:28:57 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul  1 21:49:27 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=9a5bd6ba

x11-misc/sddm: 0.21.0_p20240302 simplify depspec

>From "^^ ( elogind systemd )" follows "!systemd == elogind" so use that to
simplify the depspec

Signed-off-by: Paul Zander  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-misc/sddm/sddm-.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-misc/sddm/sddm-.ebuild b/x11-misc/sddm/sddm-.ebuild
index e719cf22..68772651 100644
--- a/x11-misc/sddm/sddm-.ebuild
+++ b/x11-misc/sddm/sddm-.ebuild
@@ -34,9 +34,11 @@ COMMON_DEPEND="
sys-libs/pam
x11-libs/libXau
x11-libs/libxcb:=
-   elogind? ( sys-auth/elogind[pam] )
+   elogind? (
+   sys-auth/elogind[pam]
+   sys-power/upower
+   )
systemd? ( sys-apps/systemd:=[pam] )
-   !systemd? ( sys-power/upower )
 "
 DEPEND="${COMMON_DEPEND}
test? ( >=dev-qt/qtbase-${QTMIN}:6 )



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

2024-06-23 Thread Jimi Huotari
commit: 511c49029563c235c8e2328c4a843d1d33c491cf
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Jun 23 19:59:17 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Jun 23 20:20:47 2024 +
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  gentoo.org>

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

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



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

2024-06-23 Thread Jimi Huotari
commit: 577e978c8be7b64892e23201b3a20cb66035a38b
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Jun 23 14:17:37 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Jun 23 14:18:26 2024 +
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  gentoo.org>

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

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



[gentoo-commits] proj/qt:master commit in: dev-util/lxqt-build-tools/

2024-06-17 Thread Jimi Huotari
commit: 9e5b024eb9b2714a0c50644cab459504e80aa5a1
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Jun 17 20:15:03 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon Jun 17 20:15:03 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=9e5b024e

dev-util/lxqt-build-tools: add 'pavucontrol-qt' block

Bug: https://bugs.gentoo.org/934472
Signed-off-by: Jimi Huotari  gentoo.org>

 dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild 
b/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild
index 52e9e5be..e336b436 100644
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild
+++ b/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild
@@ -46,6 +46,7 @@ RDEPEND="${DEPEND}
!<=lxqt-base/lxqt-session-2
!<=lxqt-base/lxqt-sudo-2
!<=media-gfx/lximage-qt-2
+   !<=media-sound/pavucontrol-qt-2
!<=x11-libs/libfm-qt-2
!<=x11-libs/qtermwidget-2
!x11-misc/obconf-qt



[gentoo-commits] proj/qt:master commit in: x11-terms/qterminal/

2024-06-16 Thread Jimi Huotari
commit: 3689ef1484f2cd3e3bc43016fc7ad7ecb1d4ed63
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Jun 16 18:14:42 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Jun 16 18:15:35 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=3689ef14

x11-terms/qterminal: add dev-qt/qtbase[X] dependency

Reportedly fails to build without this.

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

 x11-terms/qterminal/qterminal-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-.ebuild 
b/x11-terms/qterminal/qterminal-.ebuild
index 5e4b94e0..14dfb833 100644
--- a/x11-terms/qterminal/qterminal-.ebuild
+++ b/x11-terms/qterminal/qterminal-.ebuild
@@ -23,7 +23,7 @@ RESTRICT="!test? ( test )"
 
 BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
 DEPEND="
-   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets,X]
x11-libs/libX11
~x11-libs/qtermwidget-${PV}:=
 "



[gentoo-commits] proj/qt:master commit in: x11-libs/libfm-qt/

2024-06-16 Thread Jimi Huotari
commit: 142bc38404a9979d95585095439fc8325e74ca25
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Jun 16 18:18:44 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Jun 16 18:18:44 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=142bc384

x11-libs/libfm-qt: add dev-qt/qtbase[X] dependency

Reportedly fails to build without this.

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

 x11-libs/libfm-qt/libfm-qt-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libfm-qt/libfm-qt-.ebuild 
b/x11-libs/libfm-qt/libfm-qt-.ebuild
index 68d7b324..d62b65e9 100644
--- a/x11-libs/libfm-qt/libfm-qt-.ebuild
+++ b/x11-libs/libfm-qt/libfm-qt-.ebuild
@@ -28,7 +28,7 @@ BDEPEND="
 "
 DEPEND="
dev-libs/glib:2
-   >=dev-qt/qtbase-6.6:6=[gui,widgets]
+   >=dev-qt/qtbase-6.6:6=[gui,widgets,X]
>=lxde-base/menu-cache-1.1.0:=
>=lxqt-base/lxqt-menu-data-2.0.0
media-libs/libexif



[gentoo-commits] proj/qt:master commit in: lxqt-base/libsysstat/

2024-06-15 Thread Jimi Huotari
commit: 0b29449c1684c1ad81791aa1ae43bdddf0568eda
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Jun 15 14:44:35 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Jun 15 14:44:35 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=0b29449c

lxqt-base/libsysstat: drop 1.0.0

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

 lxqt-base/libsysstat/Manifest|  1 -
 lxqt-base/libsysstat/libsysstat-1.0.0.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/lxqt-base/libsysstat/Manifest b/lxqt-base/libsysstat/Manifest
deleted file mode 100644
index ede6ddad..
--- a/lxqt-base/libsysstat/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libsysstat-1.0.0.tar.xz 17684 BLAKE2B 
1ccfe0555d2f8cb6e948c5f0bfa33d55a02aac1060973070b82f3596f3d340185888a2993aaffa66c1f5aeac64f7cfe7c46fadf3265a81d94e94a47d53c6c265
 SHA512 
f27481d20b2817fc55056aa5db10193586cc9709419870e0411ce896383bf23c2faddb3d73d4db635534245acc4ef980ac4e28143eb6b0a1d84337df74daf7e7

diff --git a/lxqt-base/libsysstat/libsysstat-1.0.0.ebuild 
b/lxqt-base/libsysstat/libsysstat-1.0.0.ebuild
deleted file mode 100644
index d21d1443..
--- a/lxqt-base/libsysstat/libsysstat-1.0.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Qt GUI for System Statistics"
-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"
-fi
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
-DEPEND=">=dev-qt/qtbase-6.6:6"
-RDEPEND="${DEPEND}"



[gentoo-commits] proj/qt:master commit in: lxqt-base/liblxqt/

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

lxqt-base/liblxqt: drop 2.0.0

Signed-off-by: Jimi Huotari  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..
--- 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..
--- 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} ==  ]]; 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
-}



[gentoo-commits] proj/qt:master commit in: lxqt-base/liblxqt/

2024-06-15 Thread Jimi Huotari
commit: 4a11c88b008f77d6003ee26a5805b0c1c57040b2
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Jun 15 14:52:41 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Jun 15 14:53:29 2024 +
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  gentoo.org>

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

diff --git a/lxqt-base/liblxqt/liblxqt-.ebuild 
b/lxqt-base/liblxqt/liblxqt-.ebuild
index cf0a296d..d2b5f26a 100644
--- a/lxqt-base/liblxqt/liblxqt-.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-.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}"
 



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-powermanagement/

2024-06-15 Thread Jimi Huotari
commit: 3c365b2fae23594a164e0923312d33cbd8f7930d
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Jun 15 14:42:21 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Jun 15 14:43:51 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=3c365b2f

lxqt-base/lxqt-powermanagement: drop 2.0.0

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

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

diff --git a/lxqt-base/lxqt-powermanagement/Manifest 
b/lxqt-base/lxqt-powermanagement/Manifest
deleted file mode 100644
index 72d0d687..
--- a/lxqt-base/lxqt-powermanagement/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-powermanagement-2.0.0.tar.xz 97220 BLAKE2B 
bf267a3c95d50c077e5fe0d271a664511eef2b1180d51dbd0141e821874d9f7d2df156fc776b69933784836967d6322c8dc92a2fcd3fe8fb2ddf7b5fb05d64a1
 SHA512 
8be223d126bcb81863696241a548d88be0328b0af47502e941544109e5a5b9053e16e41e0f98c817c6616174461b126b91b7c4081835cc02af4d7d6b9f400b11

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild 
b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild
deleted file mode 100644
index 0bdb377f..
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.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 xdg-utils
-
-DESCRIPTION="LXQt daemon for power management and auto-suspend"
-HOMEPAGE="https://lxqt-project.org/";
-
-MY_PV="$(ver_cut 1-2)"
-
-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"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-   >=dev-qt/qttools-6.6:6[linguist]
-   >=dev-util/lxqt-build-tools-2.0.0
-   virtual/pkgconfig
-"
-DEPEND="
-   >=dev-libs/libqtxdg-4.0.0
-   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
-   >=dev-qt/qtsvg-6.6:6
-   kde-frameworks/kwindowsystem:6
-   kde-frameworks/kidletime:6
-   kde-frameworks/solid:6
-   =lxqt-base/liblxqt-${MY_PV}*:=
-   =lxqt-base/lxqt-globalkeys-${MY_PV}*
-   sys-power/upower
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-sudo/

2024-06-15 Thread Jimi Huotari
commit: 85315771b2d3b21700dd896d67ab5b51a6ade925
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Jun 15 14:42:43 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Jun 15 14:43:51 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=85315771

lxqt-base/lxqt-sudo: drop 2.0.0

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

 lxqt-base/lxqt-sudo/Manifest   |  1 -
 lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest
deleted file mode 100644
index a031c296..
--- a/lxqt-base/lxqt-sudo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-sudo-2.0.0.tar.xz 39164 BLAKE2B 
ab17745ced9d41fb63af7dc3646939578b79ba16a8f17739a2306114581f0c81517ad47430615fc043960638d25b062f38b4f1b1884247a8b5507723185383fc
 SHA512 
8c79e782293f496c4e3a7d0bfbee06fb73fd682332b9bd4efa94b0ffd132e9980c64d4aa9d2719b805a7a209432595527231b9088e829b4638cc086c674f70a6

diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild 
b/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild
deleted file mode 100644
index b7bc5e0c..
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt GUI frontend for sudo"
-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"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
-DEPEND="
-   app-admin/sudo
-   >=dev-qt/qtbase-6.6:6[gui,widgets]
-   ~lxqt-base/liblxqt-${PV}:=
-"
-RDEPEND="${DEPEND}"



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-runner/

2024-06-15 Thread Jimi Huotari
commit: 12e0d44498faad32efa1f8838643f26eb1614025
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Jun 15 14:42:29 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Jun 15 14:43:51 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=12e0d444

lxqt-base/lxqt-runner: drop 2.0.0

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

 lxqt-base/lxqt-runner/Manifest |  1 -
 lxqt-base/lxqt-runner/lxqt-runner-2.0.0.ebuild | 43 --
 2 files changed, 44 deletions(-)

diff --git a/lxqt-base/lxqt-runner/Manifest b/lxqt-base/lxqt-runner/Manifest
deleted file mode 100644
index aa60fd99..
--- a/lxqt-base/lxqt-runner/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-runner-2.0.0.tar.xz 226344 BLAKE2B 
3b831d1d1b0226e1785d4ee4fc93055cf01426335001c432cfc099f75c14421f467fa761648e77d826dfd6b36c9867779b88e38d971fe78846b102bcb7c945d1
 SHA512 
4c9ff79a0a4b7167023bd5447c83692be2e4e79ae48b6069deadae8ab4e5d6d73e6439169ffce87fc8f6000e65ed354fffb58188e9ba4f762b177b1c85c284c5

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-2.0.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-2.0.0.ebuild
deleted file mode 100644
index df4effbd..
--- a/lxqt-base/lxqt-runner/lxqt-runner-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="LXQt quick launcher"
-HOMEPAGE="https://lxqt-project.org/";
-
-MY_PV="$(ver_cut 1-2)"
-
-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"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-   >=dev-qt/qttools-6.6:6[linguist]
-   >=dev-util/lxqt-build-tools-2.0.0
-   virtual/pkgconfig
-"
-DEPEND="
-   >=dev-cpp/muParser-2.2.3
-   >=dev-libs/libqtxdg-4.0.0
-   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets,xml]
-   kde-frameworks/kwindowsystem:6
-   >=kde-plasma/layer-shell-qt-6.0:6
-   =lxqt-base/liblxqt-${MY_PV}*:=
-   =lxqt-base/lxqt-globalkeys-${MY_PV}*
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   cmake_src_install
-   doman man/*.1
-}



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-session/

2024-06-15 Thread Jimi Huotari
commit: 1c2a6af4f941c0bbd95270b10c213954d90e057a
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Jun 15 14:42:36 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Jun 15 14:43:51 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=1c2a6af4

lxqt-base/lxqt-session: drop 2.0.0

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

 lxqt-base/lxqt-session/Manifest  |  1 -
 lxqt-base/lxqt-session/lxqt-session-2.0.0.ebuild | 58 
 2 files changed, 59 deletions(-)

diff --git a/lxqt-base/lxqt-session/Manifest b/lxqt-base/lxqt-session/Manifest
deleted file mode 100644
index 98e17f60..
--- a/lxqt-base/lxqt-session/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-session-2.0.0.tar.xz 194480 BLAKE2B 
18954f9d440ad8a553b9ccf0aa6bb28a971e7d2010a5b8f0dc32080d5829654bdbc5dd5bd292a0285b1e75af4e0cb0fe4585061e86814c0976c69824015719b4
 SHA512 
c0b8bbcb666b55b0218bfe1e6669fff0de44a89986dae9afb17ae169e13a2816ef56e62d0b9210449023113a8066d45ccef4fa54b0a5c08c60c2ca4311f142ed

diff --git a/lxqt-base/lxqt-session/lxqt-session-2.0.0.ebuild 
b/lxqt-base/lxqt-session/lxqt-session-2.0.0.ebuild
deleted file mode 100644
index e189a951..
--- a/lxqt-base/lxqt-session/lxqt-session-2.0.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt Session Manager"
-HOMEPAGE="https://lxqt-project.org/";
-
-MY_PV="$(ver_cut 1-2)"
-
-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"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-IUSE="+udev"
-
-BDEPEND="
-   >=dev-qt/qttools-6.6:6[linguist]
-   >=dev-util/lxqt-build-tools-2.0.0
-"
-DEPEND="
-   >=app-misc/qtxdg-tools-4.0.0
-   >=dev-libs/libqtxdg-4.0.0
-   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
-   kde-frameworks/kwindowsystem:6[X]
-   kde-plasma/layer-shell-qt:6
-   =lxqt-base/liblxqt-${MY_PV}*:=
-   sys-process/procps:=
-   x11-libs/libX11
-   x11-misc/xdg-user-dirs
-   udev? ( virtual/libudev:= )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DWITH_LIBUDEV=$(usex udev)
-   )
-
-   cmake_src_configure
-}
-
-src_install() {
-   cmake_src_install
-   doman lxqt-config-session/man/*.1 lxqt-session/man/*.1
-
-   newenvd - 91lxqt-config-dir <<- _EOF_
-   XDG_CONFIG_DIRS='${EPREFIX}/usr/share'
-   _EOF_
-}



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-qtplugin/

2024-06-15 Thread Jimi Huotari
commit: 0197e961dec6dab3d19f394f2208c0df856f
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Jun 15 14:42:59 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Jun 15 14:43:51 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=0197

lxqt-base/lxqt-qtplugin: drop 2.0.0

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

 lxqt-base/lxqt-qtplugin/Manifest   |  1 -
 lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/lxqt-base/lxqt-qtplugin/Manifest b/lxqt-base/lxqt-qtplugin/Manifest
deleted file mode 100644
index 89949c31..
--- a/lxqt-base/lxqt-qtplugin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-qtplugin-2.0.0.tar.xz 24128 BLAKE2B 
54a342dff7e7b93fa5ddbc466d408cb2e215b1c05208f76752c3651d6c2cf91708a9b62c951e9595854e2312c6cb13c2de57b364797fcadee80345c18679
 SHA512 
aac58511a309f162e69cbf00ae90f611e4bd8665576388d73e97e324ade2532e8ece7098ccd0c362b0674e1491f203258635f0b81738c92690b987b0f5ccf856

diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0.ebuild 
b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0.ebuild
deleted file mode 100644
index c4bebce5..
--- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV="$(ver_cut 1-2)"
-
-inherit cmake
-
-DESCRIPTION="LXQt system integration plugin for Qt"
-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"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-   >=dev-qt/qttools-6.6:6[linguist]
-   >=dev-util/lxqt-build-tools-2.0.0
-"
-DEPEND="
-   dev-libs/libdbusmenu-lxqt
-   >=dev-libs/libqtxdg-4.0.0
-   >=dev-qt/qtbase-6.6:6=[dbus,gui,widgets]
-   =x11-libs/libfm-qt-${MY_PV}*
-"
-RDEPEND="${DEPEND}"



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-openssh-askpass/

2024-06-15 Thread Jimi Huotari
commit: 59729f8b1aee6cd2206267693f2a1bb5e887f9e7
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Jun 15 14:41:59 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Jun 15 14:43:51 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=59729f8b

lxqt-base/lxqt-openssh-askpass: drop 2.0.1

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

 lxqt-base/lxqt-openssh-askpass/Manifest|  1 -
 .../lxqt-openssh-askpass-2.0.1.ebuild  | 41 --
 2 files changed, 42 deletions(-)

diff --git a/lxqt-base/lxqt-openssh-askpass/Manifest 
b/lxqt-base/lxqt-openssh-askpass/Manifest
deleted file mode 100644
index 71031b17..
--- a/lxqt-base/lxqt-openssh-askpass/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-openssh-askpass-2.0.1.tar.xz 17856 BLAKE2B 
723971d2c2731cfa3ef30852e614fb9aaf70b9c91d7a051a257b3f090290fe4354d708d2ab4545d5b30d5d566cb4d522b4fd09212f84cdcf62ebff9a1ee6f095
 SHA512 
57f557b4a4a43e9faca68d90239b271f984cd7a5ee6b11be6ba325c2e3a2cb15f5bebba12bbfbe4caf0930a9b26876b689eda6b1188f203f5d8361a0f785acfd

diff --git a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-2.0.1.ebuild 
b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-2.0.1.ebuild
deleted file mode 100644
index 4382d497..
--- a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-2.0.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt OpenSSH user password prompt tool"
-HOMEPAGE="https://lxqt-project.org/";
-
-MY_PV="$(ver_cut 1-2)"
-
-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"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-   >=dev-qt/qttools-6.6:6[linguist]
-   >=dev-util/lxqt-build-tools-2.0.0
-"
-DEPEND="
-   >=dev-qt/qtbase-6.6:6[widgets]
-   =lxqt-base/liblxqt-${MY_PV}*:=
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   cmake_src_install
-   doman man/*.1
-
-   newenvd - 99${PN} <<- _EOF_
-   SSH_ASKPASS='${EPREFIX}/usr/bin/lxqt-openssh-askpass'
-   _EOF_
-}



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-meta/

2024-06-15 Thread Jimi Huotari
commit: 77bbdfcf409eddc3166cb5d9fc3c4782f68bce98
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Jun 15 14:43:15 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Jun 15 14:43:51 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=77bbdfcf

lxqt-base/lxqt-meta: drop 2.0.0

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

 lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild | 66 --
 1 file changed, 66 deletions(-)

diff --git a/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild 
b/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild
deleted file mode 100644
index d46a73a0..
--- a/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV="$(ver_cut 1-2)"
-
-DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment"
-HOMEPAGE="https://lxqt-project.org/";
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="metapackage"
-SLOT="0"
-
-IUSE="
-   +about admin +archiver +desktop-portal +display-manager +filemanager
-   +lximage nls +policykit powermanagement +processviewer +screenshot
-   +sddm ssh-askpass +sudo +terminal +trash +window-manager
-"
-
-REQUIRED_USE="trash? ( filemanager )"
-
-# Pull in 'kde-frameworks/breeze-icons' as an upstream default.
-# https://bugs.gentoo.org/543380
-# https://github.com/lxqt/lxqt-session/commit/5d32ff434d4
-RDEPEND="
-   kde-frameworks/breeze-icons:6
-   =lxqt-base/lxqt-config-${MY_PV}*
-   =lxqt-base/lxqt-globalkeys-${MY_PV}*
-   =lxqt-base/lxqt-menu-data-${MY_PV}*
-   =lxqt-base/lxqt-notificationd-${MY_PV}*
-   =lxqt-base/lxqt-panel-${MY_PV}*
-   =lxqt-base/lxqt-qtplugin-${MY_PV}*
-   =lxqt-base/lxqt-runner-${MY_PV}*
-   =lxqt-base/lxqt-session-${MY_PV}*
-   virtual/ttf-fonts
-   x11-terms/xterm
-   =x11-themes/lxqt-themes-${MY_PV}*
-   about? ( =lxqt-base/lxqt-about-${MY_PV}* )
-   admin? ( =lxqt-base/lxqt-admin-${MY_PV}* )
-   archiver? ( >=app-arch/lxqt-archiver-1.0 )
-   desktop-portal? ( >=gui-libs/xdg-desktop-portal-lxqt-1.0 )
-   display-manager? (
-   sddm? ( x11-misc/sddm )
-   !sddm? ( x11-misc/lightdm )
-   )
-   filemanager? ( =x11-misc/pcmanfm-qt-${MY_PV}* )
-   lximage? ( =media-gfx/lximage-qt-${MY_PV}* )
-   nls? ( dev-qt/qttranslations:6 )
-   policykit? ( =lxqt-base/lxqt-policykit-${MY_PV}* )
-   powermanagement? ( =lxqt-base/lxqt-powermanagement-${MY_PV}* )
-   processviewer? ( >=x11-misc/qps-2.9 )
-   screenshot? ( >=x11-misc/screengrab-2.8 )
-   sddm? ( x11-misc/sddm )
-   ssh-askpass? ( =lxqt-base/lxqt-openssh-askpass-${MY_PV}* )
-   sudo? ( =lxqt-base/lxqt-sudo-${MY_PV}* )
-   terminal? ( =x11-terms/qterminal-${MY_PV}* )
-   trash? ( gnome-base/gvfs )
-   window-manager? (
-   kde-plasma/kwin:6
-   kde-plasma/systemsettings:6
-   )
-"



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/

2024-06-15 Thread Jimi Huotari
commit: dd4df935c26378d10cd2951061e48088952cf217
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Jun 15 14:42:07 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Jun 15 14:43:51 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=dd4df935

lxqt-base/lxqt-panel: drop 2.0.1

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

 lxqt-base/lxqt-panel/Manifest|   1 -
 lxqt-base/lxqt-panel/lxqt-panel-2.0.1.ebuild | 117 ---
 2 files changed, 118 deletions(-)

diff --git a/lxqt-base/lxqt-panel/Manifest b/lxqt-base/lxqt-panel/Manifest
deleted file mode 100644
index bb7037ac..
--- a/lxqt-base/lxqt-panel/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-panel-2.0.1.tar.xz 662616 BLAKE2B 
d27f99e5ba301ad1d03a8e8e4dad939c4f5ba8e7825fe0ac93d8a3b1649f21bd6614d144322b5355112f44f8b8eebf5f9ed3f8e5b4bac85d27530ba02abe0d31
 SHA512 
df2cef5f03f65eb20eaf58cf8dc2f390bc4daa67638e301e0df15c82b8332f842d8e1ee9f1f5bc2240a25ce4b2f404aa7aa69a415a41f5cbb17592f8c77a414e

diff --git a/lxqt-base/lxqt-panel/lxqt-panel-2.0.1.ebuild 
b/lxqt-base/lxqt-panel/lxqt-panel-2.0.1.ebuild
deleted file mode 100644
index 07f2ef0e..
--- a/lxqt-base/lxqt-panel/lxqt-panel-2.0.1.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt desktop panel and plugins"
-HOMEPAGE="https://lxqt-project.org/";
-
-MY_PV="$(ver_cut 1-2)"
-
-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"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-IUSE="
-   +alsa colorpicker cpuload +desktopswitch +directorymenu dom +kbindicator
-   +mainmenu +mount networkmonitor pulseaudio +quicklaunch lm-sensors 
+showdesktop
-   +spacer +statusnotifier sysstat +taskbar tray +volume +worldclock
-"
-
-# Work around a missing header issue: https://bugs.gentoo.org/666278
-REQUIRED_USE="
-   || ( desktopswitch mainmenu showdesktop taskbar )
-   volume? ( || ( alsa pulseaudio ) )
-"
-
-BDEPEND="
-   >=dev-qt/qttools-6.6:6[linguist]
-   >=dev-util/lxqt-build-tools-2.0.0
-   virtual/pkgconfig
-"
-DEPEND="
-   >=dev-libs/libqtxdg-4.0.0
-   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets,xml]
-   >=dev-qt/qtsvg-6.6:6
-   kde-frameworks/kwindowsystem:6[X]
-   kde-plasma/layer-shell-qt:6
-   >=lxde-base/menu-cache-1.1.0
-   =lxqt-base/liblxqt-${MY_PV}*:=
-   =lxqt-base/lxqt-globalkeys-${MY_PV}*
-   =lxqt-base/lxqt-menu-data-${MY_PV}*
-   x11-libs/libX11
-   cpuload? ( sys-libs/libstatgrab )
-   kbindicator? ( x11-libs/libxkbcommon )
-   lm-sensors? ( sys-apps/lm-sensors:= )
-   mount? ( kde-frameworks/solid:6 )
-   networkmonitor? ( sys-libs/libstatgrab )
-   statusnotifier? (
-   dev-libs/libdbusmenu-lxqt
-   >=dev-qt/qtbase-6.6:6[concurrent]
-   )
-   sysstat? ( >=lxqt-base/libsysstat-1.0.0 )
-   tray? (
-   x11-libs/libxcb:=
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/xcb-util
-   x11-libs/xcb-util-image
-   )
-   volume? (
-   alsa? ( media-libs/alsa-lib )
-   pulseaudio? (
-   media-libs/libpulse
-   media-sound/pavucontrol-qt
-   )
-   )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   # Plugins
-   -DCOLORPICKER_PLUGIN=$(usex colorpicker)
-   -DCPULOAD_PLUGIN=$(usex cpuload)
-   -DDESKTOPSWITCH_PLUGIN=$(usex desktopswitch)
-   -DDIRECTORYMENU_PLUGIN=$(usex directorymenu)
-   -DDOM_PLUGIN=$(usex dom)
-   -DKBINDICATOR_PLUGIN=$(usex kbindicator)
-   -DMAINMENU_PLUGIN=$(usex mainmenu)
-   -DMOUNT_PLUGIN=$(usex mount)
-   -DNETWORKMONITOR_PLUGIN=$(usex networkmonitor)
-   -DQUICKLAUNCH_PLUGIN=$(usex quicklaunch)
-   -DSENSORS_PLUGIN=$(usex lm-sensors)
-   -DSHOWDESKTOP_PLUGIN=$(usex showdesktop)
-   -DSPACER_PLUGIN=$(usex spacer)
-   -DSTATUSNOTIFIER_PLUGIN=$(usex statusnotifier)
-   -DSYSSTAT_PLUGIN=$(usex sysstat)
-   -DTASKBAR_PLUGIN=$(usex taskbar)
-   -DTRAY_PLUGIN=$(usex tray)
-   -DVOLUME_PLUGIN=$(usex volume)
-   -DWORLDCLOCK_PLUGIN=$(usex worldclock)
-   )
-
-   if use volume; then
-   mycmakeargs+=(
-   -DVOLUME_USE_ALSA=$(usex alsa)
-   -DVOLUME_USE_PULSEAUDIO=$(usex pulseaudio)
-   )
-   fi
-
-   c

[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-notificationd/

2024-06-15 Thread Jimi Huotari
commit: d55b6fe71d9c99e91bd84493c81d9619e6183ff6
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Jun 15 14:41:47 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Jun 15 14:43:51 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=d55b6fe7

lxqt-base/lxqt-notificationd: drop 2.0.1

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

 lxqt-base/lxqt-notificationd/Manifest  |  1 -
 .../lxqt-notificationd-2.0.1.ebuild| 35 --
 2 files changed, 36 deletions(-)

diff --git a/lxqt-base/lxqt-notificationd/Manifest 
b/lxqt-base/lxqt-notificationd/Manifest
deleted file mode 100644
index 07bb9617..
--- a/lxqt-base/lxqt-notificationd/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-notificationd-2.0.1.tar.xz 64132 BLAKE2B 
55d0c7f785528acde181161c0d0c4f61f952700f90e535d00ab7009d768f8118e54a6ab10a75e3e3dda2def4fc395720de89701e4fc3ec0927aa9bd346c7723c
 SHA512 
c2a532e61129f09dde253f7499485f85088c19f8cc6f5ddfd1949eb9d43b142ee4f3f526b38a70fbe276623c1637398c70470f24bcdbb5597a499354e9840d67

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild
deleted file mode 100644
index abea757c..
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt notification daemon and library"
-HOMEPAGE="https://lxqt-project.org/";
-
-MY_PV="$(ver_cut 1-2)"
-
-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"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-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]
-   kde-frameworks/kwindowsystem:6
-   >=kde-plasma/layer-shell-qt-6.0:6
-   =lxqt-base/liblxqt-${MY_PV}*:=
-"
-RDEPEND="${DEPEND}"



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-policykit/

2024-06-15 Thread Jimi Huotari
commit: ade598ab63a531377a27f25783e9fe87a14b1769
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Jun 15 14:42:14 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Jun 15 14:43:51 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=ade598ab

lxqt-base/lxqt-policykit: drop 2.0.0

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

 lxqt-base/lxqt-policykit/Manifest  |  1 -
 .../lxqt-policykit/lxqt-policykit-2.0.0.ebuild | 39 --
 2 files changed, 40 deletions(-)

diff --git a/lxqt-base/lxqt-policykit/Manifest 
b/lxqt-base/lxqt-policykit/Manifest
deleted file mode 100644
index 2c440816..
--- a/lxqt-base/lxqt-policykit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-policykit-2.0.0.tar.xz 39964 BLAKE2B 
f79c0dbda81d52edfe382d38f3b2b7e2ec273e982fb49bb6b4917e5c4c8d534f77eb28be1794413d0397017a380fdcd1348e55e3d25c7b1158200d6c585b5efe
 SHA512 
a4b90d2c67281c09a140505d2757253853c62dcca242b1b2d6a266658840ded992ccbedb282ea9221a81de3099c0db8810082f3cc3ec1741be4906d98013fbb7

diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-2.0.0.ebuild 
b/lxqt-base/lxqt-policykit/lxqt-policykit-2.0.0.ebuild
deleted file mode 100644
index a85707e9..
--- a/lxqt-base/lxqt-policykit/lxqt-policykit-2.0.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt PolKit authentication agent"
-HOMEPAGE="https://lxqt-project.org/";
-
-MY_PV="$(ver_cut 1-2)"
-
-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"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-   >=dev-qt/qttools-6.6:6[linguist]
-   >=dev-util/lxqt-build-tools-2.0.0
-   virtual/pkgconfig
-"
-DEPEND="
-   >=dev-qt/qtbase-6.6:6[gui,widgets]
-   =lxqt-base/liblxqt-${MY_PV}*:=
-   >=sys-auth/polkit-qt-0.200.0[qt6]
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   cmake_src_install
-   doman man/*.1
-}



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-globalkeys/

2024-06-15 Thread Jimi Huotari
commit: e8e7dd2711215470efab26259f17e1b8642c8c84
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Jun 15 14:41:30 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Jun 15 14:43:51 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=e8e7dd27

lxqt-base/lxqt-globalkeys: drop 2.0.0

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

 lxqt-base/lxqt-globalkeys/Manifest |  1 -
 .../lxqt-globalkeys/lxqt-globalkeys-2.0.0.ebuild   | 33 --
 2 files changed, 34 deletions(-)

diff --git a/lxqt-base/lxqt-globalkeys/Manifest 
b/lxqt-base/lxqt-globalkeys/Manifest
deleted file mode 100644
index 263a55a0..
--- a/lxqt-base/lxqt-globalkeys/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-globalkeys-2.0.0.tar.xz 74832 BLAKE2B 
9a55e35b54951d97da733b3df403f859db4b0524061fae3852c8e14e368526b6f9243d6059e06186758a0d2ceeac7cad256062b805c8af6ef5b1306cbea3
 SHA512 
8fa7f6e7db65f3a3b93ff65a8d27a1dfe262526d7ab18f8a2d0dd4b14c9f22c8d80de8e54fb83b2be228d7200d769e144b01ee8ea5ad7b3fc54b204f68224c3e

diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-2.0.0.ebuild 
b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-2.0.0.ebuild
deleted file mode 100644
index e1319e6f..
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-2.0.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
-HOMEPAGE="https://lxqt-project.org/";
-
-MY_PV="$(ver_cut 1-2)"
-
-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"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-   >=dev-qt/qttools-6.6:6[linguist]
-   >=dev-util/lxqt-build-tools-2.0.0
-"
-DEPEND="
-   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
-   =lxqt-base/liblxqt-${MY_PV}*:=
-   x11-libs/libX11
-"
-RDEPEND="${DEPEND}"



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-menu-data/

2024-06-15 Thread Jimi Huotari
commit: fa163a287b7545b41959f82a42d0b161fa590ad7
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Jun 15 14:41:38 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Jun 15 14:43:51 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=fa163a28

lxqt-base/lxqt-menu-data: drop 2.0.0

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

 lxqt-base/lxqt-menu-data/Manifest  |  1 -
 .../lxqt-menu-data/lxqt-menu-data-2.0.0.ebuild | 32 --
 2 files changed, 33 deletions(-)

diff --git a/lxqt-base/lxqt-menu-data/Manifest 
b/lxqt-base/lxqt-menu-data/Manifest
deleted file mode 100644
index c654ccfb..
--- a/lxqt-base/lxqt-menu-data/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-menu-data-2.0.0.tar.xz 54908 BLAKE2B 
8c70bc19670373f98dc256918c2d277f6d928dd487db94bdb0ca21e462628f9c6667e39f0b3c982de075bbde3f374d3249c9c90939d71165d199f6367a92d904
 SHA512 
04ee9923118ded86c60677bf0922498625496d2811237211072a1b7f2a2fde18b8444901fa3812599e1c246bf2bda61d3ee0e5eb7b6a7c35827f46c21e61

diff --git a/lxqt-base/lxqt-menu-data/lxqt-menu-data-2.0.0.ebuild 
b/lxqt-base/lxqt-menu-data/lxqt-menu-data-2.0.0.ebuild
deleted file mode 100644
index 4b370657..
--- a/lxqt-base/lxqt-menu-data/lxqt-menu-data-2.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV="$(ver_cut 1-2)"
-
-inherit cmake
-
-DESCRIPTION="LXQt Menu Files and Translations for Menu Categories"
-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"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-BDEPEND="
-   >=dev-qt/qttools-6.6:6[linguist]
-   >=dev-util/lxqt-build-tools-2.0.0
-"
-RDEPEND="
-   !

[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-about/

2024-06-15 Thread Jimi Huotari
commit: 720c588a1cc0a56262269cab76f3c8de500cd3be
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Jun 15 14:40:49 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Jun 15 14:43:51 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=720c588a

lxqt-base/lxqt-about: drop 2.0.0

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

 lxqt-base/lxqt-about/Manifest|  1 -
 lxqt-base/lxqt-about/lxqt-about-2.0.0.ebuild | 29 
 2 files changed, 30 deletions(-)

diff --git a/lxqt-base/lxqt-about/Manifest b/lxqt-base/lxqt-about/Manifest
deleted file mode 100644
index 6403dbcf..
--- a/lxqt-base/lxqt-about/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-about-2.0.0.tar.xz 47936 BLAKE2B 
d304ac8896d326311708fc239605e37996f7a6e59181ab4746f248b72344395292e23a5ae7758ea90674250d300f89d1ae4620e6c72f547909adb5bcc8a72511
 SHA512 
a99dd6c50a357c65ac8edf5795fc11fedf54ddf34dbd8f84585ab2a73d680d12e221f9dcb92ac206a0a973b3aedd4e504f6b2738aa75e3b36b0ebfe4043a93d4

diff --git a/lxqt-base/lxqt-about/lxqt-about-2.0.0.ebuild 
b/lxqt-base/lxqt-about/lxqt-about-2.0.0.ebuild
deleted file mode 100644
index 8aebd747..
--- a/lxqt-base/lxqt-about/lxqt-about-2.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt about dialog"
-HOMEPAGE="https://lxqt-project.org/";
-
-MY_PV="$(ver_cut 1-2)"
-
-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"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
-DEPEND="
-   >=dev-libs/libqtxdg-4.0.0
-   =lxqt-base/liblxqt-${MY_PV}*:=
-"
-RDEPEND="${DEPEND}"



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-config/

2024-06-15 Thread Jimi Huotari
commit: 3176706f6aca4974deabd4c6e85f7e873a116ef3
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Jun 15 14:41:22 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Jun 15 14:43:51 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=3176706f

lxqt-base/lxqt-config: drop 2.0.0

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

 lxqt-base/lxqt-config/Manifest |  1 -
 lxqt-base/lxqt-config/lxqt-config-2.0.0.ebuild | 70 --
 2 files changed, 71 deletions(-)

diff --git a/lxqt-base/lxqt-config/Manifest b/lxqt-base/lxqt-config/Manifest
deleted file mode 100644
index 5d8d5a46..
--- a/lxqt-base/lxqt-config/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-config-2.0.0.tar.xz 380552 BLAKE2B 
5b6dc5f1323609b487608efabcd3b3a2b2d14ee0374a9959b9ee1627146232ff8d91ea244b243a342217f06613424e5e0dca0b89bfef99771dcf8018fccba2ea
 SHA512 
dbb96a069fa0b73c5e7cb6ed26d99ddf838df363b3dba5c6f8ac3dde4ab316646c6bea6fd6d463d9ddc76c38ce8b75dbf1fadc7e56d4c548a54c6d53b494bce3

diff --git a/lxqt-base/lxqt-config/lxqt-config-2.0.0.ebuild 
b/lxqt-base/lxqt-config/lxqt-config-2.0.0.ebuild
deleted file mode 100644
index b5163665..
--- a/lxqt-base/lxqt-config/lxqt-config-2.0.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV="$(ver_cut 1-2)"
-
-inherit cmake xdg-utils
-
-DESCRIPTION="LXQt system configuration control center"
-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"
-fi
-
-LICENSE="GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2+ LGPL-2.1+ WTFPL-2"
-SLOT="0"
-IUSE="+monitor +touchpad"
-
-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[gui,widgets,xml]
-   >=dev-qt/qtsvg-6.6:6
-   =lxqt-base/liblxqt-${MY_PV}*:=
-   =lxqt-base/lxqt-menu-data-${MY_PV}*
-   sys-libs/zlib:=
-   x11-apps/setxkbmap
-   x11-libs/libxcb:=
-   x11-libs/libX11
-   x11-libs/libXcursor
-   x11-libs/libXfixes
-   monitor? ( kde-plasma/libkscreen:6= )
-   touchpad? (
-   virtual/libudev:=
-   x11-drivers/xf86-input-libinput
-   x11-libs/libXi
-   )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DWITH_MONITOR=$(usex monitor)
-   -DWITH_TOUCHPAD=$(usex touchpad)
-   )
-
-   cmake_src_configure
-}
-
-src_install() {
-   cmake_src_install
-   doman man/*.1 liblxqt-config-cursor/man/*.1 
lxqt-config-appearance/man/*.1
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-admin/

2024-06-15 Thread Jimi Huotari
commit: da2caa15deb9d87289d0dfa7e101dc0e6ef9ab31
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Jun 15 14:41:14 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Jun 15 14:43:51 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=da2caa15

lxqt-base/lxqt-admin: drop 2.0.0

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

 lxqt-base/lxqt-admin/Manifest|  1 -
 lxqt-base/lxqt-admin/lxqt-admin-2.0.0.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/lxqt-base/lxqt-admin/Manifest b/lxqt-base/lxqt-admin/Manifest
deleted file mode 100644
index fa12bc24..
--- a/lxqt-base/lxqt-admin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-admin-2.0.0.tar.xz 154328 BLAKE2B 
8c50073d2327c6fb38fd7f045e94ea4294b44cbc52dc0203bfca379adcde67839529e48ab803b01949bfc05bad7451d96c186e6426399a78428b926ae959081a
 SHA512 
292d07d993ccc8c4b7b292a6123cb098d4a43d1c8dd76b99588bdb68ad27471d11d6dec522bb6a72ea4296ef16c239d7ca2d96006fcb1dea9afda62852dfb837

diff --git a/lxqt-base/lxqt-admin/lxqt-admin-2.0.0.ebuild 
b/lxqt-base/lxqt-admin/lxqt-admin-2.0.0.ebuild
deleted file mode 100644
index 13292130..
--- a/lxqt-base/lxqt-admin/lxqt-admin-2.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt system administration tool"
-HOMEPAGE="https://lxqt-project.org/";
-
-MY_PV="$(ver_cut 1-2)"
-
-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"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
-DEPEND="
-   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
-   =lxqt-base/liblxqt-${MY_PV}*
-   kde-frameworks/kwindowsystem:6
-   >=sys-auth/polkit-qt-0.113.0
-   =lxqt-base/liblxqt-${MY_PV}*:=
-"
-RDEPEND="${DEPEND}"



[gentoo-commits] proj/qt:master commit in: x11-libs/qtermwidget/

2024-06-14 Thread Jimi Huotari
commit: 91faf80ca103d25af6a539f490df4062343db4a6
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri Jun 14 22:03:23 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Jun 14 22:14:27 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=91faf80c

x11-libs/qtermwidget: drop 2.0.0

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

 x11-libs/qtermwidget/Manifest |  1 -
 x11-libs/qtermwidget/qtermwidget-2.0.0.ebuild | 29 ---
 2 files changed, 30 deletions(-)

diff --git a/x11-libs/qtermwidget/Manifest b/x11-libs/qtermwidget/Manifest
deleted file mode 100644
index 507c7630..
--- a/x11-libs/qtermwidget/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qtermwidget-2.0.0.tar.xz 191532 BLAKE2B 
87fc1365332f3adf168690fa028be87a36b538602eb410820f3597d5ca2c85c259b630965f3facb9f8689f6cd2539685e78b7ed2d1faf2b3c073bed0c2ca0607
 SHA512 
4461737b92a113c3b6a48bc74a1c58296dc52659e8ffec13bf848aea3098c9b05685daea5cd3bf21925ebb28e32524c0accde964451b38c5d0d5b209db046b0b

diff --git a/x11-libs/qtermwidget/qtermwidget-2.0.0.ebuild 
b/x11-libs/qtermwidget/qtermwidget-2.0.0.ebuild
deleted file mode 100644
index ba127471..
--- a/x11-libs/qtermwidget/qtermwidget-2.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Qt terminal emulator widget"
-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"
-fi
-
-LICENSE="BSD GPL-2 LGPL-2+"
-SLOT="0/${PV}"
-
-BDEPEND="
-   >=dev-qt/qttools-6.6:6[linguist]
-   >=dev-util/lxqt-build-tools-2.0.0
-"
-DEPEND="
-   >=dev-qt/qtbase-6.6:6[gui,widgets]
-"
-RDEPEND="${DEPEND}"



[gentoo-commits] proj/qt:master commit in: x11-themes/lxqt-themes/

2024-06-14 Thread Jimi Huotari
commit: 00f926d54d2a8d9f3cfb5023e17620c0978013b7
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri Jun 14 22:02:57 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Jun 14 22:14:23 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=00f926d5

x11-themes/lxqt-themes: drop 2.0.0

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

 x11-themes/lxqt-themes/Manifest |  1 -
 x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild | 30 -
 2 files changed, 31 deletions(-)

diff --git a/x11-themes/lxqt-themes/Manifest b/x11-themes/lxqt-themes/Manifest
deleted file mode 100644
index 3b38819f..
--- a/x11-themes/lxqt-themes/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-themes-2.0.0.tar.xz 26649440 BLAKE2B 
3313082cf47fa251b423c747d2c1686d7dd0a9118833110938ed938caac434e33065ea23625ac5cb6d5516adbe18ef73d56c01e4b92a6172ff71f9c4abed0ae9
 SHA512 
47447002d38ed5e56b6e5255024f935fb8c522ae2fed1eea872d1c9d94022f0c64d4497aee661fa7e66cedfe3d65bc479049b829f777ec4f54aad67582f9dea3

diff --git a/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild 
b/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild
deleted file mode 100644
index 763c7073..
--- a/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="LXQt Themes"
-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"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] proj/qt:master commit in: x11-terms/qterminal/

2024-06-14 Thread Jimi Huotari
commit: cc6772923d23626ef480d4809c85291794d0e3fb
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri Jun 14 22:02:51 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Jun 14 22:14:25 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=cc677292

x11-terms/qterminal: drop 2.0.0

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

 x11-terms/qterminal/Manifest   |  1 -
 x11-terms/qterminal/qterminal-2.0.0.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest
deleted file mode 100644
index 9f9ced14..
--- a/x11-terms/qterminal/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qterminal-2.0.0.tar.xz 228584 BLAKE2B 
5c1bbd536659becd3708806a46a967bd35b479947cdca0412d0b2fecd31ce64f1dc71266dd48f3280fbac4e3e534c5b99e43442a63b139fb8789f443e1c67197
 SHA512 
455ca913f38eed881af50eb17d4798985d546c3c633d4df8887316abd4a56e76d1f716dcaece471e092471c0381a328ca685ec27f4d4690e89087166dc7fb0a3

diff --git a/x11-terms/qterminal/qterminal-2.0.0.ebuild 
b/x11-terms/qterminal/qterminal-2.0.0.ebuild
deleted file mode 100644
index 5e4b94e0..
--- a/x11-terms/qterminal/qterminal-2.0.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Qt-based multitab terminal emulator"
-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"
-fi
-
-LICENSE="GPL-2 GPL-2+"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
-DEPEND="
-   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
-   x11-libs/libX11
-   ~x11-libs/qtermwidget-${PV}:=
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_TESTS=$(usex test)
-   )
-
-   cmake_src_configure
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

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

dev-libs/libqtxdg: drop 4.0.0

Signed-off-by: Jimi Huotari  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..
--- 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..
--- 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} ==  ]]; 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
-}



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

2024-06-14 Thread Jimi Huotari
commit: 141b475a9edeff5b88c71ee6f79c8f440cae5802
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri Jun 14 22:01:40 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Jun 14 22:14:48 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=141b475a

app-misc/qtxdg-tools: drop 4.0.0

Signed-off-by: Jimi Huotari  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..
--- 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..
--- 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} ==  ]]; 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}"



[gentoo-commits] proj/qt:master commit in: dev-util/lxqt-build-tools/

2024-06-14 Thread Jimi Huotari
commit: ef4d3b3009b691a87bc499bafa481926f23bfd30
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri Jun 14 22:03:31 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Jun 14 22:14:48 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=ef4d3b30

dev-util/lxqt-build-tools: drop 2.0.0

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

 dev-util/lxqt-build-tools/Manifest |  1 -
 .../lxqt-build-tools/lxqt-build-tools-2.0.0.ebuild | 57 --
 2 files changed, 58 deletions(-)

diff --git a/dev-util/lxqt-build-tools/Manifest 
b/dev-util/lxqt-build-tools/Manifest
deleted file mode 100644
index 243c5199..
--- a/dev-util/lxqt-build-tools/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-build-tools-2.0.0.tar.xz 26072 BLAKE2B 
a549dbe4b2e93d33d0238efe4e419c867db49e626436c243c8080cd4d925212edfb531bb2d9b661d675b7c9b9fec076a4a6f2d144f414ebc3babacada75877e3
 SHA512 
4fe92af82d55bda8fc1b6dc44998ed64b031e33a5c19e9206c1822375b8aa8abbf5f5b94d3c5ebe6d5d318f8821664ee308064b7adb9081e08047a4456cc6a66

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0.ebuild 
b/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0.ebuild
deleted file mode 100644
index 52e9e5be..
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt Build Tools"
-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"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-DEPEND="
-   >=dev-libs/glib-2.50.0
-   >=dev-qt/qtbase-6.6:6
-"
-RDEPEND="${DEPEND}
-   !<=app-arch/lxqt-archiver-1
-   !<=app-misc/qtxdg-tools-4
-   !<=dev-libs/libqtxdg-4
-   !<=gui-libs/xdg-desktop-portal-lxqt-1
-   !<=lxqt-base/liblxqt-2
-   !<=lxqt-base/libsysstat-1
-   !<=lxqt-base/lxqt-about-2
-   !<=lxqt-base/lxqt-admin-2
-   !<=lxqt-base/lxqt-config-2
-   !<=lxqt-base/lxqt-globalkeys-2
-   !<=lxqt-base/lxqt-menu-data-2
-   !<=lxqt-base/lxqt-meta-2
-   !<=lxqt-base/lxqt-notificationd-2
-   !<=lxqt-base/lxqt-openssh-askpass-2
-   !<=lxqt-base/lxqt-panel-2
-   !<=lxqt-base/lxqt-policykit-2
-   !<=lxqt-base/lxqt-powermanagement-2
-   !<=lxqt-base/lxqt-qtplugin-2
-   !<=lxqt-base/lxqt-runner-2
-   !<=lxqt-base/lxqt-session-2
-   !<=lxqt-base/lxqt-sudo-2
-   !<=media-gfx/lximage-qt-2
-   !<=x11-libs/libfm-qt-2
-   !<=x11-libs/qtermwidget-2
-   !x11-misc/obconf-qt
-   !<=x11-misc/pcmanfm-qt-2
-   !<=x11-misc/qps-2.9
-   !<=x11-misc/screengrab-2.8
-   !<=x11-terms/qterminal-2
-   !<=x11-themes/lxqt-themes-2
-"



[gentoo-commits] proj/qt:master commit in: x11-libs/libfm-qt/

2024-06-14 Thread Jimi Huotari
commit: b438f482407def339a120b23ff9aa8647194ee16
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri Jun 14 22:02:22 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Jun 14 22:14:20 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=b438f482

x11-libs/libfm-qt: drop 2.0.2

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

 x11-libs/libfm-qt/Manifest  |  1 -
 x11-libs/libfm-qt/libfm-qt-2.0.2.ebuild | 45 -
 2 files changed, 46 deletions(-)

diff --git a/x11-libs/libfm-qt/Manifest b/x11-libs/libfm-qt/Manifest
deleted file mode 100644
index 4029cd66..
--- a/x11-libs/libfm-qt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libfm-qt-2.0.2.tar.xz 412452 BLAKE2B 
ce63a75722769fcef4766461bea66f26579c0a37a73f4ce8b0ee976a53beea5bdf431c515d5f0195c02ddf46407802027d05709b8baf2bf1349578a38a33e8e8
 SHA512 
479a7de05096b0c7763676e8eef5fa83ec06b4a5bc7bde697a265b2ba3ec79f6733169bf4b4aeef807df44660790b3d68f873c3a428f45aa38820bd861ca881b

diff --git a/x11-libs/libfm-qt/libfm-qt-2.0.2.ebuild 
b/x11-libs/libfm-qt/libfm-qt-2.0.2.ebuild
deleted file mode 100644
index 68d7b324..
--- a/x11-libs/libfm-qt/libfm-qt-2.0.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV="$(ver_cut 1-2)"
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Qt Library for Building File Managers"
-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"
-fi
-
-LICENSE="BSD GPL-2+ LGPL-2.1+"
-SLOT="0/7"
-
-BDEPEND="
-   >=dev-qt/qttools-6.6:6[linguist]
-   >=dev-util/lxqt-build-tools-2.0.0
-   virtual/pkgconfig
-"
-DEPEND="
-   dev-libs/glib:2
-   >=dev-qt/qtbase-6.6:6=[gui,widgets]
-   >=lxde-base/menu-cache-1.1.0:=
-   >=lxqt-base/lxqt-menu-data-2.0.0
-   media-libs/libexif
-   x11-libs/libxcb:=
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
-   xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-   xdg_mimeinfo_database_update
-}



[gentoo-commits] proj/qt:master commit in: x11-misc/pcmanfm-qt/

2024-06-14 Thread Jimi Huotari
commit: 22af132f1f1c2c25673b1eb92ac7547a9e40eae2
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri Jun 14 22:02:31 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Jun 14 22:14:17 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=22af132f

x11-misc/pcmanfm-qt: drop 2.0.0

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

 x11-misc/pcmanfm-qt/Manifest|  1 -
 x11-misc/pcmanfm-qt/pcmanfm-qt-2.0.0.ebuild | 53 -
 2 files changed, 54 deletions(-)

diff --git a/x11-misc/pcmanfm-qt/Manifest b/x11-misc/pcmanfm-qt/Manifest
deleted file mode 100644
index 9f560aff..
--- a/x11-misc/pcmanfm-qt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pcmanfm-qt-2.0.0.tar.xz 395756 BLAKE2B 
75071c5f2a75e1d46749a9c289a9faf4cd341912b1d0e8d2ecafb99a23117582d7060635877fa215f2f3181dae5be0dadddb93987da57500ff5c1450e8b5961b
 SHA512 
b4f46245d8e14874546bd95d47fdab41988a6caef3fef45509e3fd12f11d79ab71a0d44a60ca755b097caf7471bc3cd1160078f020270fd6a7cbf58283a4bda3

diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-2.0.0.ebuild 
b/x11-misc/pcmanfm-qt/pcmanfm-qt-2.0.0.ebuild
deleted file mode 100644
index d6467779..
--- a/x11-misc/pcmanfm-qt/pcmanfm-qt-2.0.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV="$(ver_cut 1-2)"
-
-inherit cmake optfeature xdg-utils
-
-DESCRIPTION="Qt GUI Tabbed Filemanager"
-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"
-fi
-
-LICENSE="GPL-2 GPL-2+ LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-   >=dev-qt/qttools-6.6:6[linguist]
-   >=dev-util/lxqt-build-tools-2.0.0
-"
-DEPEND="
-   dev-libs/glib:2
-   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
-   >=kde-plasma/layer-shell-qt-6.0:6
-   sys-apps/util-linux
-   virtual/freedesktop-icon-theme
-   =x11-libs/libfm-qt-${MY_PV}*:=
-   x11-libs/libxcb:=
-   x11-misc/xdg-utils
-"
-RDEPEND="${DEPEND}
-   =lxqt-base/lxqt-menu-data-${MY_PV}*
-"
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-
-   optfeature "mount password storing" gnome-base/gnome-keyring
-   ! has_version lxqt-base/lxqt-meta && optfeature "trash functionality" 
gnome-base/gvfs
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}



[gentoo-commits] proj/qt:master commit in: media-gfx/lximage-qt/

2024-06-14 Thread Jimi Huotari
commit: 622fd20668bb1ea2ca4ace78d4bad9d1ca011e6c
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri Jun 14 22:02:14 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Jun 14 22:14:14 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=622fd206

media-gfx/lximage-qt: drop 2.0.1

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

 media-gfx/lximage-qt/Manifest|  1 -
 media-gfx/lximage-qt/lximage-qt-2.0.1.ebuild | 48 
 2 files changed, 49 deletions(-)

diff --git a/media-gfx/lximage-qt/Manifest b/media-gfx/lximage-qt/Manifest
deleted file mode 100644
index 43757cfc..
--- a/media-gfx/lximage-qt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lximage-qt-2.0.1.tar.xz 848348 BLAKE2B 
d2484baffaae220436ae157dccda86e126b416101f047133f494cb44d9c3bba007ce797c1aa88d21ba4b242abdf8cacf73706831570943e4d7a36eb02591fc7b
 SHA512 
594e86a4bedf3f9689107d79d852ba1ef4db83f06572b8c077ed5850dc10cc05a33fe79a0c05632f7e7541a6f895919b72c264635306f7a468eac6ecde531ba4

diff --git a/media-gfx/lximage-qt/lximage-qt-2.0.1.ebuild 
b/media-gfx/lximage-qt/lximage-qt-2.0.1.ebuild
deleted file mode 100644
index 5a929584..
--- a/media-gfx/lximage-qt/lximage-qt-2.0.1.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
-
-MY_PV="$(ver_cut 1-2)"
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Qt Image Viewer"
-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"
-fi
-
-LICENSE="GPL-2 GPL-2+"
-SLOT="0"
-
-BDEPEND="
-   >=dev-qt/qttools-6.6:6[linguist]
-   >=dev-util/lxqt-build-tools-2.0.0
-   virtual/pkgconfig
-"
-DEPEND="
-   dev-libs/glib:2
-   >=dev-qt/qtbase-6.6:6[dbus,gui,network,widgets]
-   >=dev-qt/qtsvg-6.6:6
-   media-libs/libexif
-   =x11-libs/libfm-qt-${MY_PV}*:=
-   x11-libs/libX11
-   x11-libs/libXfixes
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}



[gentoo-commits] proj/qt:master commit in: x11-misc/screengrab/

2024-06-14 Thread Jimi Huotari
commit: 32bc91fb761171c34ad7b03bba175bbc7258c45e
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri Jun 14 22:02:45 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Jun 14 22:14:11 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=32bc91fb

x11-misc/screengrab: drop 2.8.0

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

 x11-misc/screengrab/Manifest|  1 -
 x11-misc/screengrab/screengrab-2.8.0.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/x11-misc/screengrab/Manifest b/x11-misc/screengrab/Manifest
deleted file mode 100644
index 237a420b..
--- a/x11-misc/screengrab/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST screengrab-2.8.0.tar.xz 345980 BLAKE2B 
415a8ed9915c1605ef9f55214d60643e32f94bf9a9b833736a27ee39948865760e4e257600694c16eb8e5b5c38e73884354911808262e5a422aab83bad143c30
 SHA512 
e17208294a119a71e7239cb69abf77ec9d6c19b37efb0a53006f3a333a535974156211f362ebc117885cfdf7d93416d2196da9580ff4ab9cb9292228e8d8141f

diff --git a/x11-misc/screengrab/screengrab-2.8.0.ebuild 
b/x11-misc/screengrab/screengrab-2.8.0.ebuild
deleted file mode 100644
index 59d1ca7f..
--- a/x11-misc/screengrab/screengrab-2.8.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Qt GUI Screenshot Utility"
-HOMEPAGE="https://lxqt.github.io/";
-
-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"
-fi
-
-LICENSE="GPL-2 GPL-2+ LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-qt/qttools-6.6:6[linguist]"
-DEPEND="
-   >=dev-libs/libqtxdg-4.0.0
-   >=dev-qt/qtbase-6.6:6[dbus,gui,network,widgets]
-   kde-frameworks/kwindowsystem:6[X]
-   x11-libs/libX11
-   x11-libs/libxcb:=
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}



[gentoo-commits] proj/qt:master commit in: app-arch/lxqt-archiver/

2024-06-14 Thread Jimi Huotari
commit: 5c4cd09480e5539b28c1826f5931a06c9621ec18
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri Jun 14 22:01:27 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Jun 14 22:14:02 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=5c4cd094

app-arch/lxqt-archiver: drop 1.0.0

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

 app-arch/lxqt-archiver/Manifest   |  1 -
 app-arch/lxqt-archiver/lxqt-archiver-1.0.0.ebuild | 50 ---
 2 files changed, 51 deletions(-)

diff --git a/app-arch/lxqt-archiver/Manifest b/app-arch/lxqt-archiver/Manifest
deleted file mode 100644
index b3f942fb..
--- a/app-arch/lxqt-archiver/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-archiver-1.0.0.tar.xz 187944 BLAKE2B 
c28e0c7c5a41fa5a1e2d417239e5de0b33d3a84a2833fab7239f50ae1b7f426c2b7fd630a09cea24f2032183e2bdcc037276462fdab3719fb709fd9f51ea8afd
 SHA512 
12552539cb7601c3c1422ed00d6fa8ed0ebed744ce8b7b4a3e3cc8bd59bf8df165008fa63b0ce173b58309001f35c33a219cd80e7568acf12c4c896320fc5061

diff --git a/app-arch/lxqt-archiver/lxqt-archiver-1.0.0.ebuild 
b/app-arch/lxqt-archiver/lxqt-archiver-1.0.0.ebuild
deleted file mode 100644
index 6013e544..
--- a/app-arch/lxqt-archiver/lxqt-archiver-1.0.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV="$(ver_cut 1-2)"
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Qt GUI File Archiver"
-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"
-fi
-
-LICENSE="GPL-2 GPL-2+"
-SLOT="0"
-
-BDEPEND="
-   >=dev-qt/qttools-6.6:6[linguist]
-   >=dev-util/lxqt-build-tools-2.0.0
-"
-DEPEND="
-   dev-libs/glib:2
-   dev-libs/json-glib
-   >=dev-qt/qtbase-6.6:6[gui,widgets]
-   >=x11-libs/libfm-qt-2.0:=
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-
-   elog "Please note that this is only a graphical front-end, and 
additional"
-   elog "packages are needed to have support for specific file formats."
-   elog "For example, to be able to work with the 7-Zip format, the"
-   elog "'app-arch/p7zip' package may be used."
-   elog "For the full list of supported formats, see the 'README.md' file:"
-   elog "https://github.com/lxqt/lxqt-archiver/blob/master/README.md";
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



[gentoo-commits] proj/qt:master commit in: x11-misc/qps/

2024-06-14 Thread Jimi Huotari
commit: 968ef67203495e959538fabf46c3e5135edbdb60
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri Jun 14 22:02:38 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Jun 14 22:14:09 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=968ef672

x11-misc/qps: drop 2.9.0

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

 x11-misc/qps/Manifest |  1 -
 x11-misc/qps/qps-2.9.0.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/x11-misc/qps/Manifest b/x11-misc/qps/Manifest
deleted file mode 100644
index 2e074684..
--- a/x11-misc/qps/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qps-2.9.0.tar.xz 457488 BLAKE2B 
641b084f1e6817c7a5dd95aa1a21ede11e6c3206ac3206fb2e1ebd4e4685adbc53f09fbc6ffa44297f37a70d0bf1a12758e232e00d4126ffbe7f38eed4f10f15
 SHA512 
d085f987ce0abbd479704270415502384a17fdce13401c8d70d0d9982b045ef50b20abc347809e3c0c425651440c2c0f8e24b7114251808011990e896e6710fd

diff --git a/x11-misc/qps/qps-2.9.0.ebuild b/x11-misc/qps/qps-2.9.0.ebuild
deleted file mode 100644
index 43aa91df..
--- a/x11-misc/qps/qps-2.9.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Qt GUI Process Manager"
-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"
-fi
-
-LICENSE="GPL-2 GPL-2+ LGPL-2.1+ QPL-1.0"
-SLOT="0"
-
-BDEPEND="
-   >=dev-qt/qttools-6.6:6[linguist]
-   >=dev-util/lxqt-build-tools-2.0.0
-"
-DEPEND="
-   >=dev-qt/qtbase-6.6:6[gui,widgets]
-   >=lxqt-base/liblxqt-2.0:=
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}



[gentoo-commits] proj/qt:master commit in: gui-libs/xdg-desktop-portal-lxqt/

2024-06-14 Thread Jimi Huotari
commit: 28dc295dae80dadfac1cbdc89e95bcab816d1716
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri Jun 14 22:01:54 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Jun 14 22:14:06 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=28dc295d

gui-libs/xdg-desktop-portal-lxqt: drop 1.0.2

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

 gui-libs/xdg-desktop-portal-lxqt/Manifest  |  1 -
 .../xdg-desktop-portal-lxqt-1.0.2.ebuild   | 30 --
 2 files changed, 31 deletions(-)

diff --git a/gui-libs/xdg-desktop-portal-lxqt/Manifest 
b/gui-libs/xdg-desktop-portal-lxqt/Manifest
deleted file mode 100644
index 4781dd5e..
--- a/gui-libs/xdg-desktop-portal-lxqt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xdg-desktop-portal-lxqt-1.0.2.tar.xz 16420 BLAKE2B 
f48bf781edd494994464a19e0b9c5fb5e8c650821ad9dfbef3b45e95a4f0741009cbf27d9434ccbfc7a44a7574ba626507534f601382ca58ba0efa93e32eaa10
 SHA512 
e51f2aae53e4f7bc47c2c214a17e44d9fa2167d34488a90436f2a2b98f14abff334ab56b956df08f6ca9ce9ac4a994cbde0c2fcdce0492beb212f0346c9cbb85

diff --git 
a/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.0.2.ebuild 
b/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.0.2.ebuild
deleted file mode 100644
index 8472248f..
--- a/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.0.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Backend implementation for xdg-desktop-portal using 
Qt/KF5/libfm-qt"
-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"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
-DEPEND="
-   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
-   kde-frameworks/kwindowsystem:6
-   >=x11-libs/libfm-qt-2.0:=
-"
-RDEPEND="${DEPEND}
-   sys-apps/xdg-desktop-portal
-"



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-meta/

2024-06-14 Thread Jimi Huotari
commit: ec73ba75b98e15a6fbb151a0c34d23ac951bc656
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri Jun 14 21:44:37 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Jun 14 21:44:37 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=ec73ba75

lxqt-base/lxqt-meta: enable more USE-flags by default

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

 lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild | 6 +++---
 lxqt-base/lxqt-meta/lxqt-meta-.ebuild  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild 
b/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild
index 7dcc40ae..d46a73a0 100644
--- a/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild
+++ b/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild
@@ -16,9 +16,9 @@ LICENSE="metapackage"
 SLOT="0"
 
 IUSE="
-   +about admin archiver +desktop-portal +display-manager +filemanager
-   lximage nls +policykit powermanagement processviewer screenshot
-   +sddm ssh-askpass sudo terminal +trash +window-manager
+   +about admin +archiver +desktop-portal +display-manager +filemanager
+   +lximage nls +policykit powermanagement +processviewer +screenshot
+   +sddm ssh-askpass +sudo +terminal +trash +window-manager
 "
 
 REQUIRED_USE="trash? ( filemanager )"

diff --git a/lxqt-base/lxqt-meta/lxqt-meta-.ebuild 
b/lxqt-base/lxqt-meta/lxqt-meta-.ebuild
index 7dcc40ae..d46a73a0 100644
--- a/lxqt-base/lxqt-meta/lxqt-meta-.ebuild
+++ b/lxqt-base/lxqt-meta/lxqt-meta-.ebuild
@@ -16,9 +16,9 @@ LICENSE="metapackage"
 SLOT="0"
 
 IUSE="
-   +about admin archiver +desktop-portal +display-manager +filemanager
-   lximage nls +policykit powermanagement processviewer screenshot
-   +sddm ssh-askpass sudo terminal +trash +window-manager
+   +about admin +archiver +desktop-portal +display-manager +filemanager
+   +lximage nls +policykit powermanagement +processviewer +screenshot
+   +sddm ssh-askpass +sudo +terminal +trash +window-manager
 "
 
 REQUIRED_USE="trash? ( filemanager )"



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-meta/

2024-06-14 Thread Jimi Huotari
commit: c70aa72d894020bed9f505230ee2d2c6370ddaec
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri Jun 14 21:30:20 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Jun 14 21:30:20 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=c70aa72d

lxqt-base/lxqt-meta: remove the lingering USE="minimal"

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

 lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild | 2 +-
 lxqt-base/lxqt-meta/lxqt-meta-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild 
b/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild
index fdd90e00..7dcc40ae 100644
--- a/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild
+++ b/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild
@@ -17,7 +17,7 @@ SLOT="0"
 
 IUSE="
+about admin archiver +desktop-portal +display-manager +filemanager
-   lximage minimal nls +policykit powermanagement processviewer screenshot
+   lximage nls +policykit powermanagement processviewer screenshot
+sddm ssh-askpass sudo terminal +trash +window-manager
 "
 

diff --git a/lxqt-base/lxqt-meta/lxqt-meta-.ebuild 
b/lxqt-base/lxqt-meta/lxqt-meta-.ebuild
index fdd90e00..7dcc40ae 100644
--- a/lxqt-base/lxqt-meta/lxqt-meta-.ebuild
+++ b/lxqt-base/lxqt-meta/lxqt-meta-.ebuild
@@ -17,7 +17,7 @@ SLOT="0"
 
 IUSE="
+about admin archiver +desktop-portal +display-manager +filemanager
-   lximage minimal nls +policykit powermanagement processviewer screenshot
+   lximage nls +policykit powermanagement processviewer screenshot
+sddm ssh-askpass sudo terminal +trash +window-manager
 "
 



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-meta/

2024-06-14 Thread Jimi Huotari
commit: 9098d7ebae435df176b99b96795be338fc7324e8
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri Jun 14 20:41:16 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Jun 14 20:41:16 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=9098d7eb

lxqt-base/lxqt-meta: add 'kde-plasma/systemsettings'

Using KWin without the KDE system settings application creates a
very incomplete experience.

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

 lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild | 5 -
 lxqt-base/lxqt-meta/lxqt-meta-.ebuild  | 5 -
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild 
b/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild
index a15e5930..fdd90e00 100644
--- a/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild
+++ b/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild
@@ -59,5 +59,8 @@ RDEPEND="
sudo? ( =lxqt-base/lxqt-sudo-${MY_PV}* )
terminal? ( =x11-terms/qterminal-${MY_PV}* )
trash? ( gnome-base/gvfs )
-   window-manager? ( kde-plasma/kwin:6 )
+   window-manager? (
+   kde-plasma/kwin:6
+   kde-plasma/systemsettings:6
+   )
 "

diff --git a/lxqt-base/lxqt-meta/lxqt-meta-.ebuild 
b/lxqt-base/lxqt-meta/lxqt-meta-.ebuild
index a15e5930..fdd90e00 100644
--- a/lxqt-base/lxqt-meta/lxqt-meta-.ebuild
+++ b/lxqt-base/lxqt-meta/lxqt-meta-.ebuild
@@ -59,5 +59,8 @@ RDEPEND="
sudo? ( =lxqt-base/lxqt-sudo-${MY_PV}* )
terminal? ( =x11-terms/qterminal-${MY_PV}* )
trash? ( gnome-base/gvfs )
-   window-manager? ( kde-plasma/kwin:6 )
+   window-manager? (
+   kde-plasma/kwin:6
+   kde-plasma/systemsettings:6
+   )
 "



[gentoo-commits] proj/qt:master commit in: dev-qt/qtwebengine/, dev-qt/qtwebengine/files/

2024-05-30 Thread Andreas Sturmlechner
commit: 64be399ea0f981090e24749a3aba7b5caf17ef9f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 30 12:06:21 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 30 12:55:57 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=64be399e

dev-qt/qtwebengine: Fix build w/ ICU-75

Patch sourced from Arch Linux.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../qtwebengine-5.15.14_p20240510-icu-75.patch | 102 +
 dev-qt/qtwebengine/qtwebengine-5.15.14..ebuild |   3 +
 2 files changed, 105 insertions(+)

diff --git 
a/dev-qt/qtwebengine/files/qtwebengine-5.15.14_p20240510-icu-75.patch 
b/dev-qt/qtwebengine/files/qtwebengine-5.15.14_p20240510-icu-75.patch
new file mode 100644
index ..d17e4ae6
--- /dev/null
+++ b/dev-qt/qtwebengine/files/qtwebengine-5.15.14_p20240510-icu-75.patch
@@ -0,0 +1,102 @@
+Thanks to Arch Linux:
+https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-webengine/-/blob/main/qt5-webengine-icu-75.patch?ref_type=heads
+
+diff --git a/src/3rdparty/chromium/build/config/compiler/BUILD.gn 
b/src/3rdparty/chromium/build/config/compiler/BUILD.gn
+index b511a58c5a8..abd78a74ead 100644
+--- a/src/3rdparty/chromium/build/config/compiler/BUILD.gn
 b/src/3rdparty/chromium/build/config/compiler/BUILD.gn
+@@ -566,7 +566,7 @@ config("compiler") {
+   # Override Chromium's default for projects that wish to stay on C++11.
+   cflags_cc += [ "-std=${standard_prefix}++11" ]
+ } else {
+-  cflags_cc += [ "-std=${standard_prefix}++14" ]
++  cflags_cc += [ "-std=${standard_prefix}++17" ]
+ }
+   } else if (!is_win && !is_nacl) {
+ if (target_os == "android") {
+diff --git 
a/src/3rdparty/chromium/base/allocator/partition_allocator/partition_alloc_constants.h
 
b/src/3rdparty/chromium/base/allocator/partition_allocator/partition_alloc_constants.h
+index f03ba1e4ab4..b1495f7ae74 100644
+--- 
a/src/3rdparty/chromium/base/allocator/partition_allocator/partition_alloc_constants.h
 
b/src/3rdparty/chromium/base/allocator/partition_allocator/partition_alloc_constants.h
+@@ -195,7 +195,7 @@ NumPartitionPagesPerSuperPage() {
+ //
+ // __STDCPP_DEFAULT_NEW_ALIGNMENT__ is C++17. As such, it is not defined on 
all
+ // platforms, as Chrome's requirement is C++14 as of 2020.
+-#if defined(__STDCPP_DEFAULT_NEW_ALIGNMENT__)
++#if 0
+ static constexpr size_t kAlignment =
+ std::max(alignof(std::max_align_t), __STDCPP_DEFAULT_NEW_ALIGNMENT__);
+ #else
+diff --git 
a/src/3rdparty/chromium/third_party/webrtc/common_video/h264/sps_parser.h 
b/src/3rdparty/chromium/third_party/webrtc/common_video/h264/sps_parser.h
+index 76e627d27a3..942435f44a0 100644
+--- a/src/3rdparty/chromium/third_party/webrtc/common_video/h264/sps_parser.h
 b/src/3rdparty/chromium/third_party/webrtc/common_video/h264/sps_parser.h
+@@ -12,6 +12,7 @@
+ #define COMMON_VIDEO_H264_SPS_PARSER_H_
+ 
+ #include "absl/types/optional.h"
++#include 
+ 
+ namespace rtc {
+ class BitBuffer;
+diff --git 
a/src/3rdparty/chromium/third_party/webrtc/common_video/h264/pps_parser.h 
b/src/3rdparty/chromium/third_party/webrtc/common_video/h264/pps_parser.h
+index d6c31b06887..d8852dfd186 100644
+--- a/src/3rdparty/chromium/third_party/webrtc/common_video/h264/pps_parser.h
 b/src/3rdparty/chromium/third_party/webrtc/common_video/h264/pps_parser.h
+@@ -12,6 +12,7 @@
+ #define COMMON_VIDEO_H264_PPS_PARSER_H_
+ 
+ #include "absl/types/optional.h"
++#include 
+ 
+ namespace rtc {
+ class BitBuffer;
+diff --git 
a/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/aec3/reverb_model_estimator.h
 
b/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/aec3/reverb_model_estimator.h
+index 3b9971abae1..d4458038527 100644
+--- 
a/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/aec3/reverb_model_estimator.h
 
b/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/aec3/reverb_model_estimator.h
+@@ -13,6 +13,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ #include "absl/types/optional.h"
+ #include "api/array_view.h"
+diff --git 
a/src/3rdparty/chromium/third_party/webrtc/modules/include/module_common_types_public.h
 
b/src/3rdparty/chromium/third_party/webrtc/modules/include/module_common_types_public.h
+index 345e45ce127..e686e5d691a 100644
+--- 
a/src/3rdparty/chromium/third_party/webrtc/modules/include/module_common_types_public.h
 
b/src/3rdparty/chromium/third_party/webrtc/modules/include/module_common_types_public.h
+@@ -12,6 +12,7 @@
+ #define MODULES_INCLUDE_MODULE_COMMON_TYPES_PUBLIC_H_
+ 
+ #include 
++#include 
+ 
+ #include "absl/types/optional.h"
+ 
+diff --git 
a/src/3rdparty/chromium/third_party/blink/renderer/core/page/scrolling/text_fragment_selector_generator.cc
 
b/src/3rdparty/chromium/third_party/blink/renderer/core/page/scrolling/text_fragment_selector_generator.cc
+index 8fcc799b795..bc69ddcf18c 100644
+--- 
a/src/3rdparty/chromium/third_party/

[gentoo-commits] proj/qt:master commit in: dev-qt/qtwebengine/

2024-05-30 Thread Andreas Sturmlechner
commit: 69f33d85f987602bbee30b559cfe92ffeb5b7b73
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 30 12:01:01 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 30 12:55:18 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=69f33d85

dev-qt/qtwebengine: Add python3.12, add missing BDEPEND for catapult

Bug: https://bugs.gentoo.org/925718
Bug: https://bugs.gentoo.org/931970
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtwebengine/Manifest| 2 +-
 dev-qt/qtwebengine/qtwebengine-5.15.14..ebuild | 7 +++
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-qt/qtwebengine/Manifest b/dev-qt/qtwebengine/Manifest
index 2aff89a0..1a4170bd 100644
--- a/dev-qt/qtwebengine/Manifest
+++ b/dev-qt/qtwebengine/Manifest
@@ -1 +1 @@
-DIST qtwebengine-5.15.13_p20240322-patchset.tar.xz 26112 BLAKE2B 
21eb036520e052f28d7579022d84d4b7136521d025569b22653229d8099140a99726ce5ddebced0d9aa113d3e215fc023ad042a372f2318dfc7cafe5d9e397c9
 SHA512 
cbc4373ed6a107a3fd2bf1cb73c96e3c00b4428410933dbb1b1eb5116de22e29ca5e102702e1f6f8a12abff6b60ea072b84e77da64c6d60e360bf0ad2e542166
+DIST qtwebengine-5.15.14_p20240510-patchset.tar.xz 20780 BLAKE2B 
516d4c628c4b027ab3a7159da006a57173be91de3eb4b7f308029953d4fd19fb3e790ca38e79d17fef75d8d9b392676650acb9285d5913f9ebecaa4136575c47
 SHA512 
492979d118d6bd9165ee194724e38b627d19c89dbe1daa6b2f55e4a8fc7676748a1eacb9623ee05e09140c2c4a2ac82ddafaef5c45630a117ce0ed14b240a474

diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.14..ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.15.14..ebuild
index 009eada0..19bc378b 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.15.14..ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.15.14..ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
-PATCHSET="${PN}-5.15.13_p20240322-patchset"
-PYTHON_COMPAT=( python3_{10..11} )
+PATCHSET="${PN}-5.15.14_p20240510-patchset"
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="xml(+)"
 inherit check-reqs estack flag-o-matic multiprocessing python-any-r1 qt5-build 
toolchain-funcs
 
@@ -91,6 +91,7 @@ DEPEND="${RDEPEND}
 "
 BDEPEND="${PYTHON_DEPS}
app-alternatives/ninja
+   $(python_gen_any_dep 'dev-python/html5lib[${PYTHON_USEDEP}]')
dev-util/gperf
dev-util/re2c
net-libs/nodejs[ssl]
@@ -152,8 +153,6 @@ src_unpack() {
 }
 
 src_prepare() {
-   rm "${WORKDIR}/${PATCHSET}"/010-build-without-python-2.patch || die
-
if [[ ${PV} == ${QT5_PV}_p* ]]; then
# This is made from git, and for some reason will fail w/o .git 
directories.
mkdir -p .git src/3rdparty/chromium/.git || die



[gentoo-commits] proj/qt:master commit in: dev-qt/qtlocation/

2024-05-30 Thread Andreas Sturmlechner
commit: 50d1910ddaae7b7c0f2774debbf3b54749dcbd5a
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Apr  7 10:06:36 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 30 10:55:05 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=50d1910d

dev-qt/qtlocation: keyword 5.15.13 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.14..ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.14..ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.14..ebuild
index 203c1791..fa98afda 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.14..ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.14..ebuild
@@ -12,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz
https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz";
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~loong ~riscv ~x86"
 fi
 
 RDEPEND="



[gentoo-commits] proj/qt:master commit in: dev-qt/qtwebview/

2024-05-30 Thread Andreas Sturmlechner
commit: 7834cf3835c68a65c05a3753dfcd8207feaf6a1a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 30 10:28:11 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 30 10:28:11 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=7834cf38

dev-qt/qtwebview: Unkeyword arm

Bug: https://bugs.gentoo.org/893234
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtwebview/qtwebview-5.15.14..ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwebview/qtwebview-5.15.14..ebuild 
b/dev-qt/qtwebview/qtwebview-5.15.14..ebuild
index 9d1663ab..755006c8 100644
--- a/dev-qt/qtwebview/qtwebview-5.15.14..ebuild
+++ b/dev-qt/qtwebview/qtwebview-5.15.14..ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Module for displaying web content in a QML application using the 
Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
 IUSE=""



[gentoo-commits] proj/qt:master commit in: dev-qt/qtwebsockets/, dev-qt/qtgraphicaleffects/, dev-qt/qt3d/, ...

2024-05-28 Thread Andreas Sturmlechner
commit: bb3b52dfeb8fdf00fb355dbac07d43be63b97248
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 28 18:33:29 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 28 19:34:22 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=bb3b52df

dev-qt/*: Rebased to 5.15.14 branch

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../{assistant-5.15.13..ebuild => assistant-5.15.14..ebuild}| 0
 .../{designer-5.15.13..ebuild => designer-5.15.14..ebuild}  | 0
 ...ist-tools-5.15.13..ebuild => linguist-tools-5.15.14..ebuild} | 0
 .../{linguist-5.15.13..ebuild => linguist-5.15.14..ebuild}  | 0
 .../{pixeltool-5.15.13..ebuild => pixeltool-5.15.14..ebuild}| 0
 dev-qt/qdbus/{qdbus-5.15.13..ebuild => qdbus-5.15.14..ebuild}   | 0
 ...{qdbusviewer-5.15.13..ebuild => qdbusviewer-5.15.14..ebuild} | 0
 dev-qt/qdoc/{qdoc-5.15.13..ebuild => qdoc-5.15.14..ebuild}  | 0
 dev-qt/qt3d/{qt3d-5.15.13..ebuild => qt3d-5.15.14..ebuild}  | 0
 ...{qtbluetooth-5.15.13..ebuild => qtbluetooth-5.15.14..ebuild} | 0
 .../{qtcharts-5.15.13..ebuild => qtcharts-5.15.14..ebuild}  | 0
 dev-qt/qtconcurrent/Manifest| 2 +-
 ...tconcurrent-5.15.13..ebuild => qtconcurrent-5.15.14..ebuild} | 0
 dev-qt/qtcore/Manifest  | 2 +-
 .../qtcore/{qtcore-5.15.13..ebuild => qtcore-5.15.14..ebuild}   | 0
 ...{qtdatavis3d-5.15.13..ebuild => qtdatavis3d-5.15.14..ebuild} | 0
 dev-qt/qtdbus/Manifest  | 2 +-
 .../qtdbus/{qtdbus-5.15.13..ebuild => qtdbus-5.15.14..ebuild}   | 0
 ...eclarative-5.15.13..ebuild => qtdeclarative-5.15.14..ebuild} | 0
 .../qtdiag/{qtdiag-5.15.13..ebuild => qtdiag-5.15.14..ebuild}   | 0
 .../{qtgamepad-5.15.13..ebuild => qtgamepad-5.15.14..ebuild}| 0
 ...fects-5.15.13..ebuild => qtgraphicaleffects-5.15.14..ebuild} | 0
 dev-qt/qtgui/Manifest   | 2 +-
 dev-qt/qtgui/{qtgui-5.15.13..ebuild => qtgui-5.15.14..ebuild}   | 0
 .../qthelp/{qthelp-5.15.13..ebuild => qthelp-5.15.14..ebuild}   | 0
 ...geformats-5.15.13..ebuild => qtimageformats-5.15.14..ebuild} | 0
 .../{qtlocation-5.15.13..ebuild => qtlocation-5.15.14..ebuild}  | 0
 ...tmultimedia-5.15.13..ebuild => qtmultimedia-5.15.14..ebuild} | 0
 dev-qt/qtnetwork/Manifest   | 2 +-
 .../{qtnetwork-5.15.13..ebuild => qtnetwork-5.15.14..ebuild}| 0
 ...etworkauth-5.15.13..ebuild => qtnetworkauth-5.15.14..ebuild} | 0
 dev-qt/qtopengl/Manifest| 2 +-
 .../{qtopengl-5.15.13..ebuild => qtopengl-5.15.14..ebuild}  | 0
 .../{qtpaths-5.15.13..ebuild => qtpaths-5.15.14..ebuild}| 0
 ...tplugininfo-5.15.13..ebuild => qtplugininfo-5.15.14..ebuild} | 0
 ...ositioning-5.15.13..ebuild => qtpositioning-5.15.14..ebuild} | 0
 dev-qt/qtprintsupport/Manifest  | 2 +-
 ...ntsupport-5.15.13..ebuild => qtprintsupport-5.15.14..ebuild} | 0
 ...controls-5.15.13..ebuild => qtquickcontrols-5.15.14..ebuild} | 0
 ...ntrols2-5.15.13..ebuild => qtquickcontrols2-5.15.14..ebuild} | 0
 ...timeline-5.15.13..ebuild => qtquicktimeline-5.15.14..ebuild} | 0
 .../{qtscript-5.15.13..ebuild => qtscript-5.15.14..ebuild}  | 0
 .../{qtscxml-5.15.13..ebuild => qtscxml-5.15.14..ebuild}| 0
 .../{qtsensors-5.15.13..ebuild => qtsensors-5.15.14..ebuild}| 0
 ...{qtserialbus-5.15.13..ebuild => qtserialbus-5.15.14..ebuild} | 0
 ...tserialport-5.15.13..ebuild => qtserialport-5.15.14..ebuild} | 0
 .../{qtspeech-5.15.13..ebuild => qtspeech-5.15.14..ebuild}  | 0
 dev-qt/qtsql/Manifest   | 2 +-
 dev-qt/qtsql/{qtsql-5.15.13..ebuild => qtsql-5.15.14..ebuild}   | 0
 dev-qt/qtsvg/{qtsvg-5.15.13..ebuild => qtsvg-5.15.14..ebuild}   | 0
 dev-qt/qttest/Manifest  | 2 +-
 .../qttest/{qttest-5.15.13..ebuild => qttest-5.15.14..ebuild}   | 0
 ...nslations-5.15.13..ebuild => qttranslations-5.15.14..ebuild} | 0
 ...yboard-5.15.13..ebuild => qtvirtualkeyboard-5.15.14..ebuild} | 0
 .../{qtwayland-5.15.13..ebuild => qtwayland-5.15.14..ebuild}| 0
 ...scanner-5.15.13..ebuild => qtwaylandscanner-5.15.14..ebuild} | 0
 ...twebchannel-5.15.13..ebuild => qtwebchannel-5.15.14..ebuild} | 0
 ...{qtwebengine-5.15.13..ebuild => qtwebengine-5.15.14..ebuild} | 0
 ...twebsockets-5.15.13..ebuild => qtwebsockets-5.15.14..ebuild} | 0
 .../{qtwebview-5.15.13..ebuild =>

[gentoo-commits] proj/qt:master commit in: eclass/

2024-05-28 Thread Andreas Sturmlechner
commit: 66f2e5903d0dc56cc4cc4a25be33060c4adabf2d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 28 19:32:46 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 28 19:34:22 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=66f2e590

qt5-build.eclass: qtbase: Bump _QT5_GENTOOPATCHSET_REV=6 for 5.15.14

Patch dropped (upstreamed) since _QT5_GENTOOPATCHSET_REV=5:

Match deadcode elimination with cpu feature check

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 eclass/qt5-build.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 8f4e6a0a..88720e39 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -126,11 +126,11 @@ fi
 
 if [[ ${QT5_MODULE} == qtbase ]]; then
case ${PV} in
-   5.15.11)
-   _QT5_GENTOOPATCHSET_REV=4
+   5.15.13)
+   _QT5_GENTOOPATCHSET_REV=5
;;
*)
-   _QT5_GENTOOPATCHSET_REV=5
+   _QT5_GENTOOPATCHSET_REV=6
;;
esac
SRC_URI+=" 
https://dev.gentoo.org/~asturm/distfiles/qtbase-5.15-gentoo-patchset-${_QT5_GENTOOPATCHSET_REV}.tar.xz";



[gentoo-commits] proj/qt:master commit in: dev-qt/qtwebengine/

2024-05-28 Thread Andreas Sturmlechner
commit: e6043ce1ce44375f3e89928218885caffbd36dce
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 28 18:30:55 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 28 18:30:55 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=e6043ce1

dev-qt/qtwebengine: Use upstreamed mechanism for py3 build

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtwebengine/qtwebengine-5.15.13..ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.13..ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.15.13..ebuild
index 4c202e58..009eada0 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.15.13..ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.15.13..ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Library for rendering dynamic web content in Qt5 
C++ and QML applic
 HOMEPAGE="https://www.qt.io/";
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~x86"
if [[ ${PV} == ${QT5_PV}_p* ]]; then
SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz";
S="${WORKDIR}/${P}"
@@ -152,6 +152,8 @@ src_unpack() {
 }
 
 src_prepare() {
+   rm "${WORKDIR}/${PATCHSET}"/010-build-without-python-2.patch || die
+
if [[ ${PV} == ${QT5_PV}_p* ]]; then
# This is made from git, and for some reason will fail w/o .git 
directories.
mkdir -p .git src/3rdparty/chromium/.git || die
@@ -209,6 +211,7 @@ src_configure() {
--
-no-build-qtpdf
-printing-and-pdf
+   --webengine-python-version=python3
-system-opus
-system-webp
$(qt_use alsa)



[gentoo-commits] proj/qt:master commit in: app-crypt/qca/files/, app-crypt/qca/, profiles/

2024-05-27 Thread Andreas Sturmlechner
commit: 8a74d3737e380d6ce551876b2360d1966297cd07
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 27 18:25:25 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May 27 18:25:25 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=8a74d373

app-crypt/qca: treeclean

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-crypt/qca/files/qca-disable-pgp-test.patch |  13 ---
 app-crypt/qca/metadata.xml |  21 -
 app-crypt/qca/qca-.ebuild  | 114 -
 profiles/categories|   1 -
 4 files changed, 149 deletions(-)

diff --git a/app-crypt/qca/files/qca-disable-pgp-test.patch 
b/app-crypt/qca/files/qca-disable-pgp-test.patch
deleted file mode 100644
index 7944e3c3..
--- a/app-crypt/qca/files/qca-disable-pgp-test.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/unittest/CMakeLists.txt b/unittest/CMakeLists.txt
-index f4d9eb9..67ef281 100644
 a/unittest/CMakeLists.txt
-+++ b/unittest/CMakeLists.txt
-@@ -23,7 +23,7 @@ add_subdirectory(keylengthunittest)
- add_subdirectory(keystore)
- add_subdirectory(macunittest)
- add_subdirectory(metatype)
--add_subdirectory(pgpunittest)
-+# add_subdirectory(pgpunittest)
- add_subdirectory(pipeunittest)
- add_subdirectory(pkits)
- add_subdirectory(rsaunittest)

diff --git a/app-crypt/qca/metadata.xml b/app-crypt/qca/metadata.xml
deleted file mode 100644
index 89f4f880..
--- a/app-crypt/qca/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-   
-   https://bugs.kde.org/
-   
-   
-   Enable botan plugin
-   Enable gcrypt plugin
-   Enable GnuPG plugin
-   Enable logger plugin
-   Enable NSS plugin
-   Enable PKCS#11 plugin
-   Enable SASL plugin
-   Enable softstore plugin
-   
-

diff --git a/app-crypt/qca/qca-.ebuild b/app-crypt/qca/qca-.ebuild
deleted file mode 100644
index 1315314c..
--- a/app-crypt/qca/qca-.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake kde.org multibuild out-of-source-utils qmake-utils
-
-DESCRIPTION="Qt Cryptographic Architecture (QCA)"
-HOMEPAGE="https://userbase.kde.org/QCA";
-
-LICENSE="LGPL-2.1"
-SLOT="2"
-KEYWORDS=""
-IUSE="botan debug doc examples gcrypt gpg logger nss pkcs11 +qt5 qt6 sasl 
softstore +ssl test"
-REQUIRED_USE="|| ( qt5 qt6 )"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   botan? ( dev-libs/botan:3= )
-   gcrypt? ( dev-libs/libgcrypt:= )
-   gpg? ( app-crypt/gnupg )
-   nss? ( dev-libs/nss )
-   pkcs11? (
-   >=dev-libs/openssl-1.1
-   dev-libs/pkcs11-helper
-   )
-   qt5? ( >=dev-qt/qtcore-5.14:5 )
-   qt6? (
-   dev-qt/qtbase:6
-   dev-qt/qt5compat:6
-   )
-   sasl? ( dev-libs/cyrus-sasl:2 )
-   ssl? ( >=dev-libs/openssl-1.1:= )
-"
-DEPEND="${RDEPEND}
-   test? (
-   qt5? (
-   dev-qt/qtnetwork:5
-   dev-qt/qttest:5
-   )
-   qt6? ( dev-qt/qtbase:6[network,test] )
-   )
-"
-BDEPEND="
-   doc? (
-   app-text/doxygen[dot]
-   virtual/latex-base
-   )
-"
-
-PATCHES=( "${FILESDIR}/${PN}-disable-pgp-test.patch" )
-
-qca_plugin_use() {
-   echo -DWITH_${2:-$1}_PLUGIN=$(usex "$1")
-}
-
-pkg_setup() {
-   MULTIBUILD_VARIANTS=( $(usev qt5) $(usev qt6) )
-}
-
-src_configure() {
-   myconfigure() {
-   local mycmakeargs=(
-   
-DQCA_FEATURE_INSTALL_DIR="${EPREFIX}$(${MULTIBUILD_VARIANT}_get_mkspecsdir)/features"
-   
-DQCA_PLUGINS_INSTALL_DIR="${EPREFIX}$(${MULTIBUILD_VARIANT}_get_plugindir)"
-   $(qca_plugin_use botan)
-   $(qca_plugin_use gcrypt)
-   $(qca_plugin_use gpg gnupg)
-   $(qca_plugin_use logger)
-   $(qca_plugin_use nss)
-   $(qca_plugin_use pkcs11)
-   $(qca_plugin_use sasl cyrus-sasl)
-   $(qca_plugin_use softstore)
-   $(qca_plugin_use ssl ossl)
-   -DBUILD_TESTS=$(usex test)
-   )
-   if [[ ${MULTIBUILD_VARIANT} == qt6 ]]; then
-   mycmakeargs+=( -DBUILD_WITH_QT6=ON )
-   else
-   mycmakeargs+=( -DBUILD_WITH_QT6=OFF )
-   fi
-   cmake_src_configure
-   }
-
-   multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
-   multibuild_foreach_variant cmake_src_compile
-   if u

[gentoo-commits] proj/qt:master commit in: x11-misc/sddm/

2024-05-27 Thread Andreas Sturmlechner
commit: c2cbd1a4fdadea80643ef6a2bcc841caf0d4b5d0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 27 22:17:37 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May 27 22:17:37 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=c2cbd1a4

x11-misc/sddm: Drop IUSE qt5, build only Qt6-based version

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-misc/sddm/sddm-.ebuild | 29 -
 1 file changed, 8 insertions(+), 21 deletions(-)

diff --git a/x11-misc/sddm/sddm-.ebuild b/x11-misc/sddm/sddm-.ebuild
index 001fca99..e5d80033 100644
--- a/x11-misc/sddm/sddm-.ebuild
+++ b/x11-misc/sddm/sddm-.ebuild
@@ -9,10 +9,10 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git";
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64"
 fi
 
-QTMIN=6.6.2
+QTMIN=6.7.1
 inherit cmake linux-info pam systemd tmpfiles
 
 DESCRIPTION="Simple Desktop Display Manager"
@@ -21,7 +21,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~asturm/distfiles/${PAM_TAR}.tar.xz";
 
 LICENSE="GPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0 public-domain"
 SLOT="0"
-IUSE="+elogind +qt5 systemd test +X"
+IUSE="+elogind systemd test +X"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 RESTRICT="!test? ( test )"
@@ -29,29 +29,17 @@ RESTRICT="!test? ( test )"
 COMMON_DEPEND="
acct-group/sddm
acct-user/sddm
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
sys-libs/pam
x11-libs/libXau
x11-libs/libxcb:=
elogind? ( sys-auth/elogind[pam] )
-   qt5? (
-   >=dev-qt/qtcore-5.15.12:5
-   >=dev-qt/qtdbus-5.15.12:5
-   >=dev-qt/qtdeclarative-5.15.12:5
-   >=dev-qt/qtgui-5.15.12:5
-   >=dev-qt/qtnetwork-5.15.12:5
-   )
-   !qt5? (
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   )
systemd? ( sys-apps/systemd:=[pam] )
!systemd? ( sys-power/upower )
 "
 DEPEND="${COMMON_DEPEND}
-   test? (
-   qt5? ( >=dev-qt/qttest-5.15.12:5 )
-   !qt5? ( >=dev-qt/qtbase-${QTMIN}:6[network,test] )
-   )
+   test? ( >=dev-qt/qtbase-${QTMIN}:6[network,test] )
 "
 RDEPEND="${COMMON_DEPEND}
X? ( x11-base/xorg-server )
@@ -60,8 +48,7 @@ RDEPEND="${COMMON_DEPEND}
 BDEPEND="
dev-python/docutils
>=dev-build/cmake-3.25.0
-   qt5? ( >=dev-qt/linguist-tools-5.15.12:5 )
-   !qt5? ( >=dev-qt/qttools-${QTMIN}[linguist] )
+   >=dev-qt/qttools-${QTMIN}[linguist]
kde-frameworks/extra-cmake-modules:0
virtual/pkgconfig
 "
@@ -107,7 +94,7 @@ EOF
 src_configure() {
local mycmakeargs=(
-DBUILD_MAN_PAGES=ON
-   -DBUILD_WITH_QT6=$(usex !qt5)
+   -DBUILD_WITH_QT6=ON
-DDBUS_CONFIG_FILENAME="org.freedesktop.sddm.conf"
-DRUNTIME_DIR=/run/sddm
-DSYSTEMD_TMPFILES_DIR="/usr/lib/tmpfiles.d"



[gentoo-commits] proj/qt:master commit in: x11-terms/qterminal/

2024-05-25 Thread Jimi Huotari
commit: c9255c98c34a4a9954a5f9ea9e76dd3ebe8daa0c
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat May 25 20:31:56 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat May 25 20:31:56 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=c9255c98

x11-terms/qterminal: add 2.0.0

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

 x11-terms/qterminal/Manifest   |  1 +
 x11-terms/qterminal/qterminal-2.0.0.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest
new file mode 100644
index ..9f9ced14
--- /dev/null
+++ b/x11-terms/qterminal/Manifest
@@ -0,0 +1 @@
+DIST qterminal-2.0.0.tar.xz 228584 BLAKE2B 
5c1bbd536659becd3708806a46a967bd35b479947cdca0412d0b2fecd31ce64f1dc71266dd48f3280fbac4e3e534c5b99e43442a63b139fb8789f443e1c67197
 SHA512 
455ca913f38eed881af50eb17d4798985d546c3c633d4df8887316abd4a56e76d1f716dcaece471e092471c0381a328ca685ec27f4d4690e89087166dc7fb0a3

diff --git a/x11-terms/qterminal/qterminal-2.0.0.ebuild 
b/x11-terms/qterminal/qterminal-2.0.0.ebuild
new file mode 100644
index ..5e4b94e0
--- /dev/null
+++ b/x11-terms/qterminal/qterminal-2.0.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Qt-based multitab terminal emulator"
+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"
+fi
+
+LICENSE="GPL-2 GPL-2+"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
+DEPEND="
+   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+   x11-libs/libX11
+   ~x11-libs/qtermwidget-${PV}:=
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_TESTS=$(usex test)
+   )
+
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-meta/

2024-05-25 Thread Jimi Huotari
commit: 2a5a4eb9adf6cb40399ead942411ae298679ee18
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat May 25 20:43:21 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat May 25 21:56:56 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=2a5a4eb9

lxqt-base/lxqt-meta: add 2.0.0

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

 lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild | 63 ++
 1 file changed, 63 insertions(+)

diff --git a/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild 
b/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild
new file mode 100644
index ..a15e5930
--- /dev/null
+++ b/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV="$(ver_cut 1-2)"
+
+DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment"
+HOMEPAGE="https://lxqt-project.org/";
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="metapackage"
+SLOT="0"
+
+IUSE="
+   +about admin archiver +desktop-portal +display-manager +filemanager
+   lximage minimal nls +policykit powermanagement processviewer screenshot
+   +sddm ssh-askpass sudo terminal +trash +window-manager
+"
+
+REQUIRED_USE="trash? ( filemanager )"
+
+# Pull in 'kde-frameworks/breeze-icons' as an upstream default.
+# https://bugs.gentoo.org/543380
+# https://github.com/lxqt/lxqt-session/commit/5d32ff434d4
+RDEPEND="
+   kde-frameworks/breeze-icons:6
+   =lxqt-base/lxqt-config-${MY_PV}*
+   =lxqt-base/lxqt-globalkeys-${MY_PV}*
+   =lxqt-base/lxqt-menu-data-${MY_PV}*
+   =lxqt-base/lxqt-notificationd-${MY_PV}*
+   =lxqt-base/lxqt-panel-${MY_PV}*
+   =lxqt-base/lxqt-qtplugin-${MY_PV}*
+   =lxqt-base/lxqt-runner-${MY_PV}*
+   =lxqt-base/lxqt-session-${MY_PV}*
+   virtual/ttf-fonts
+   x11-terms/xterm
+   =x11-themes/lxqt-themes-${MY_PV}*
+   about? ( =lxqt-base/lxqt-about-${MY_PV}* )
+   admin? ( =lxqt-base/lxqt-admin-${MY_PV}* )
+   archiver? ( >=app-arch/lxqt-archiver-1.0 )
+   desktop-portal? ( >=gui-libs/xdg-desktop-portal-lxqt-1.0 )
+   display-manager? (
+   sddm? ( x11-misc/sddm )
+   !sddm? ( x11-misc/lightdm )
+   )
+   filemanager? ( =x11-misc/pcmanfm-qt-${MY_PV}* )
+   lximage? ( =media-gfx/lximage-qt-${MY_PV}* )
+   nls? ( dev-qt/qttranslations:6 )
+   policykit? ( =lxqt-base/lxqt-policykit-${MY_PV}* )
+   powermanagement? ( =lxqt-base/lxqt-powermanagement-${MY_PV}* )
+   processviewer? ( >=x11-misc/qps-2.9 )
+   screenshot? ( >=x11-misc/screengrab-2.8 )
+   sddm? ( x11-misc/sddm )
+   ssh-askpass? ( =lxqt-base/lxqt-openssh-askpass-${MY_PV}* )
+   sudo? ( =lxqt-base/lxqt-sudo-${MY_PV}* )
+   terminal? ( =x11-terms/qterminal-${MY_PV}* )
+   trash? ( gnome-base/gvfs )
+   window-manager? ( kde-plasma/kwin:6 )
+"



[gentoo-commits] proj/qt:master commit in: x11-libs/qtermwidget/

2024-05-25 Thread Jimi Huotari
commit: c6c9ced8efee74d4408656f28f68aa8baf1ea247
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat May 25 20:29:18 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat May 25 20:29:18 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=c6c9ced8

x11-libs/qtermwidget: add 2.0.0

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

 x11-libs/qtermwidget/Manifest |  1 +
 x11-libs/qtermwidget/qtermwidget-2.0.0.ebuild | 29 +++
 2 files changed, 30 insertions(+)

diff --git a/x11-libs/qtermwidget/Manifest b/x11-libs/qtermwidget/Manifest
new file mode 100644
index ..507c7630
--- /dev/null
+++ b/x11-libs/qtermwidget/Manifest
@@ -0,0 +1 @@
+DIST qtermwidget-2.0.0.tar.xz 191532 BLAKE2B 
87fc1365332f3adf168690fa028be87a36b538602eb410820f3597d5ca2c85c259b630965f3facb9f8689f6cd2539685e78b7ed2d1faf2b3c073bed0c2ca0607
 SHA512 
4461737b92a113c3b6a48bc74a1c58296dc52659e8ffec13bf848aea3098c9b05685daea5cd3bf21925ebb28e32524c0accde964451b38c5d0d5b209db046b0b

diff --git a/x11-libs/qtermwidget/qtermwidget-2.0.0.ebuild 
b/x11-libs/qtermwidget/qtermwidget-2.0.0.ebuild
new file mode 100644
index ..ba127471
--- /dev/null
+++ b/x11-libs/qtermwidget/qtermwidget-2.0.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Qt terminal emulator widget"
+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"
+fi
+
+LICENSE="BSD GPL-2 LGPL-2+"
+SLOT="0/${PV}"
+
+BDEPEND="
+   >=dev-qt/qttools-6.6:6[linguist]
+   >=dev-util/lxqt-build-tools-2.0.0
+"
+DEPEND="
+   >=dev-qt/qtbase-6.6:6[gui,widgets]
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-meta/

2024-05-25 Thread Jimi Huotari
commit: 36e7ff6e986cddf27288b3c1ec4b9c715940dcfe
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat May 25 21:51:05 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat May 25 21:56:56 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=36e7ff6e

lxqt-base/lxqt-meta: add USE="window-manager"

Since there is the USE-flag 'desktop-manager' already, it should
make more sense to suggest a window manager via a 'window-manager'
flag instead of 'minimal'.

Also remove the version specifics from 'sddm'.

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

 lxqt-base/lxqt-meta/lxqt-meta-.ebuild | 8 
 lxqt-base/lxqt-meta/metadata.xml  | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lxqt-base/lxqt-meta/lxqt-meta-.ebuild 
b/lxqt-base/lxqt-meta/lxqt-meta-.ebuild
index 3c43cf9e..a15e5930 100644
--- a/lxqt-base/lxqt-meta/lxqt-meta-.ebuild
+++ b/lxqt-base/lxqt-meta/lxqt-meta-.ebuild
@@ -18,7 +18,7 @@ SLOT="0"
 IUSE="
+about admin archiver +desktop-portal +display-manager +filemanager
lximage minimal nls +policykit powermanagement processviewer screenshot
-   +sddm ssh-askpass sudo terminal +trash
+   +sddm ssh-askpass sudo terminal +trash +window-manager
 "
 
 REQUIRED_USE="trash? ( filemanager )"
@@ -44,20 +44,20 @@ RDEPEND="
archiver? ( >=app-arch/lxqt-archiver-1.0 )
desktop-portal? ( >=gui-libs/xdg-desktop-portal-lxqt-1.0 )
display-manager? (
-   sddm? ( >=x11-misc/sddm-0.11.0 )
+   sddm? ( x11-misc/sddm )
!sddm? ( x11-misc/lightdm )
)
filemanager? ( =x11-misc/pcmanfm-qt-${MY_PV}* )
lximage? ( =media-gfx/lximage-qt-${MY_PV}* )
-   !minimal? ( kde-plasma/kwin:6 )
nls? ( dev-qt/qttranslations:6 )
policykit? ( =lxqt-base/lxqt-policykit-${MY_PV}* )
powermanagement? ( =lxqt-base/lxqt-powermanagement-${MY_PV}* )
processviewer? ( >=x11-misc/qps-2.9 )
screenshot? ( >=x11-misc/screengrab-2.8 )
-   sddm? ( >=x11-misc/sddm-0.11.0 )
+   sddm? ( x11-misc/sddm )
ssh-askpass? ( =lxqt-base/lxqt-openssh-askpass-${MY_PV}* )
sudo? ( =lxqt-base/lxqt-sudo-${MY_PV}* )
terminal? ( =x11-terms/qterminal-${MY_PV}* )
trash? ( gnome-base/gvfs )
+   window-manager? ( kde-plasma/kwin:6 )
 "

diff --git a/lxqt-base/lxqt-meta/metadata.xml b/lxqt-base/lxqt-meta/metadata.xml
index bc7f1512..fd5fbd6b 100644
--- a/lxqt-base/lxqt-meta/metadata.xml
+++ b/lxqt-base/lxqt-meta/metadata.xml
@@ -14,7 +14,6 @@
Install x11-misc/pcmanfm-qt 
file manager
Install media-gfx/lximage-qt 
image viewer
Do 
not install x11-wm/openbox window manager
-   Do not install kde-plasma/kwin 
window manager
Install dev-qt/qttranslations to 
better support different locales
Install 
lxqt-base/lxqt-powermanagement package
Install x11-misc/qps 
package
@@ -25,5 +24,6 @@
Install x11-terms/qterminal 
package
Install gnome-base/gvfs to enable 
'trash'
functionality in x11-misc/pcmanfm-qt
+   Install kde-plasma/kwin 
window manager

 



[gentoo-commits] proj/qt:master commit in: dev-util/lxqt-build-tools/

2024-05-25 Thread Jimi Huotari
commit: fab785b9e9891cd473c12808f48ebd2d430e3b65
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat May 25 20:42:26 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat May 25 20:42:26 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=fab785b9

dev-util/lxqt-build-tools: adjust qterm{inal,widget} blocks

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

 dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0.ebuild | 4 ++--
 dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0.ebuild 
b/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0.ebuild
index 3a44d974..52e9e5be 100644
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0.ebuild
+++ b/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0.ebuild
@@ -47,11 +47,11 @@ RDEPEND="${DEPEND}
!<=lxqt-base/lxqt-sudo-2
!<=media-gfx/lximage-qt-2
!<=x11-libs/libfm-qt-2
-   !<=x11-libs/qtermwidget-
+   !<=x11-libs/qtermwidget-2
!x11-misc/obconf-qt
!<=x11-misc/pcmanfm-qt-2
!<=x11-misc/qps-2.9
!<=x11-misc/screengrab-2.8
-   !<=x11-terms/qterminal-
+   !<=x11-terms/qterminal-2
!<=x11-themes/lxqt-themes-2
 "

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild 
b/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild
index 3a44d974..52e9e5be 100644
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild
+++ b/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild
@@ -47,11 +47,11 @@ RDEPEND="${DEPEND}
!<=lxqt-base/lxqt-sudo-2
!<=media-gfx/lximage-qt-2
!<=x11-libs/libfm-qt-2
-   !<=x11-libs/qtermwidget-
+   !<=x11-libs/qtermwidget-2
!x11-misc/obconf-qt
!<=x11-misc/pcmanfm-qt-2
!<=x11-misc/qps-2.9
!<=x11-misc/screengrab-2.8
-   !<=x11-terms/qterminal-
+   !<=x11-terms/qterminal-2
!<=x11-themes/lxqt-themes-2
 "



[gentoo-commits] proj/qt:master commit in: dev-util/lxqt-build-tools/

2024-05-22 Thread Jimi Huotari
commit: cf4b28c291abf97e7f5325dd57dbd047e8b6a5cb
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed May 22 22:29:50 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed May 22 22:33:16 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=cf4b28c2

dev-util/lxqt-build-tools: fix a few blockers

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

 dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0.ebuild | 6 +++---
 dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0.ebuild 
b/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0.ebuild
index 9d83df4a..3a44d974 100644
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0.ebuild
+++ b/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0.ebuild
@@ -47,11 +47,11 @@ RDEPEND="${DEPEND}
!<=lxqt-base/lxqt-sudo-2
!<=media-gfx/lximage-qt-2
!<=x11-libs/libfm-qt-2
-   x11-libs/qtermwidget
-   x11-misc/obconf-qt
+   !<=x11-libs/qtermwidget-
+   !x11-misc/obconf-qt
!<=x11-misc/pcmanfm-qt-2
!<=x11-misc/qps-2.9
!<=x11-misc/screengrab-2.8
-   x11-terms/qterminal
+   !<=x11-terms/qterminal-
!<=x11-themes/lxqt-themes-2
 "

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild 
b/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild
index 9d83df4a..3a44d974 100644
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild
+++ b/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild
@@ -47,11 +47,11 @@ RDEPEND="${DEPEND}
!<=lxqt-base/lxqt-sudo-2
!<=media-gfx/lximage-qt-2
!<=x11-libs/libfm-qt-2
-   x11-libs/qtermwidget
-   x11-misc/obconf-qt
+   !<=x11-libs/qtermwidget-
+   !x11-misc/obconf-qt
!<=x11-misc/pcmanfm-qt-2
!<=x11-misc/qps-2.9
!<=x11-misc/screengrab-2.8
-   x11-terms/qterminal
+   !<=x11-terms/qterminal-
!<=x11-themes/lxqt-themes-2
 "



[gentoo-commits] proj/qt:master commit in: dev-util/lxqt-build-tools/

2024-05-22 Thread Jimi Huotari
commit: 961e1b531f1d56f638d19b4aa1d39f96270f8037
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed May 22 22:20:05 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed May 22 22:20:05 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=961e1b53

dev-util/lxqt-build-tools: also block screengrab

Though 'x11-misc/screengrab-2.8' does not directly depend on
'lxqt-build-tools', it does so via 'dev-libs/libqtxd-4'.

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

 dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0.ebuild | 1 +
 dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0.ebuild 
b/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0.ebuild
index d13d71a3..9d83df4a 100644
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0.ebuild
+++ b/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0.ebuild
@@ -51,6 +51,7 @@ RDEPEND="${DEPEND}
x11-misc/obconf-qt
!<=x11-misc/pcmanfm-qt-2
!<=x11-misc/qps-2.9
+   !<=x11-misc/screengrab-2.8
x11-terms/qterminal
!<=x11-themes/lxqt-themes-2
 "

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild 
b/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild
index d13d71a3..9d83df4a 100644
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild
+++ b/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild
@@ -51,6 +51,7 @@ RDEPEND="${DEPEND}
x11-misc/obconf-qt
!<=x11-misc/pcmanfm-qt-2
!<=x11-misc/qps-2.9
+   !<=x11-misc/screengrab-2.8
x11-terms/qterminal
!<=x11-themes/lxqt-themes-2
 "



[gentoo-commits] proj/qt:master commit in: dev-util/lxqt-build-tools/

2024-05-22 Thread Jimi Huotari
commit: cf9b99df9c9aaed459016e615265d821bc218aea
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed May 22 21:53:24 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed May 22 21:56:57 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=cf9b99df

dev-util/lxqt-build-tools: restrict version for qt5 consumers

The 'lxqt-build-tools' package is compatible with qt6 only
since version 2.

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

 .../lxqt-build-tools/lxqt-build-tools-2.0.0.ebuild | 32 +-
 .../lxqt-build-tools/lxqt-build-tools-.ebuild  | 32 +-
 2 files changed, 62 insertions(+), 2 deletions(-)

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0.ebuild 
b/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0.ebuild
index 2ae9010e..d13d71a3 100644
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0.ebuild
+++ b/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0.ebuild
@@ -23,4 +23,34 @@ DEPEND="
>=dev-libs/glib-2.50.0
>=dev-qt/qtbase-6.6:6
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   !<=app-arch/lxqt-archiver-1
+   !<=app-misc/qtxdg-tools-4
+   !<=dev-libs/libqtxdg-4
+   !<=gui-libs/xdg-desktop-portal-lxqt-1
+   !<=lxqt-base/liblxqt-2
+   !<=lxqt-base/libsysstat-1
+   !<=lxqt-base/lxqt-about-2
+   !<=lxqt-base/lxqt-admin-2
+   !<=lxqt-base/lxqt-config-2
+   !<=lxqt-base/lxqt-globalkeys-2
+   !<=lxqt-base/lxqt-menu-data-2
+   !<=lxqt-base/lxqt-meta-2
+   !<=lxqt-base/lxqt-notificationd-2
+   !<=lxqt-base/lxqt-openssh-askpass-2
+   !<=lxqt-base/lxqt-panel-2
+   !<=lxqt-base/lxqt-policykit-2
+   !<=lxqt-base/lxqt-powermanagement-2
+   !<=lxqt-base/lxqt-qtplugin-2
+   !<=lxqt-base/lxqt-runner-2
+   !<=lxqt-base/lxqt-session-2
+   !<=lxqt-base/lxqt-sudo-2
+   !<=media-gfx/lximage-qt-2
+   !<=x11-libs/libfm-qt-2
+   x11-libs/qtermwidget
+   x11-misc/obconf-qt
+   !<=x11-misc/pcmanfm-qt-2
+   !<=x11-misc/qps-2.9
+   x11-terms/qterminal
+   !<=x11-themes/lxqt-themes-2
+"

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild 
b/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild
index 2ae9010e..d13d71a3 100644
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild
+++ b/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild
@@ -23,4 +23,34 @@ DEPEND="
>=dev-libs/glib-2.50.0
>=dev-qt/qtbase-6.6:6
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   !<=app-arch/lxqt-archiver-1
+   !<=app-misc/qtxdg-tools-4
+   !<=dev-libs/libqtxdg-4
+   !<=gui-libs/xdg-desktop-portal-lxqt-1
+   !<=lxqt-base/liblxqt-2
+   !<=lxqt-base/libsysstat-1
+   !<=lxqt-base/lxqt-about-2
+   !<=lxqt-base/lxqt-admin-2
+   !<=lxqt-base/lxqt-config-2
+   !<=lxqt-base/lxqt-globalkeys-2
+   !<=lxqt-base/lxqt-menu-data-2
+   !<=lxqt-base/lxqt-meta-2
+   !<=lxqt-base/lxqt-notificationd-2
+   !<=lxqt-base/lxqt-openssh-askpass-2
+   !<=lxqt-base/lxqt-panel-2
+   !<=lxqt-base/lxqt-policykit-2
+   !<=lxqt-base/lxqt-powermanagement-2
+   !<=lxqt-base/lxqt-qtplugin-2
+   !<=lxqt-base/lxqt-runner-2
+   !<=lxqt-base/lxqt-session-2
+   !<=lxqt-base/lxqt-sudo-2
+   !<=media-gfx/lximage-qt-2
+   !<=x11-libs/libfm-qt-2
+   x11-libs/qtermwidget
+   x11-misc/obconf-qt
+   !<=x11-misc/pcmanfm-qt-2
+   !<=x11-misc/qps-2.9
+   x11-terms/qterminal
+   !<=x11-themes/lxqt-themes-2
+"



[gentoo-commits] proj/qt:master commit in: x11-libs/libfm-qt/

2024-05-22 Thread Jimi Huotari
commit: 6093cb70a89f45dad2953b6f66f219d98b692d9c
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed May 22 19:50:02 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed May 22 19:50:02 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=6093cb70

x11-libs/libfm-qt: 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  gentoo.org>

 x11-libs/libfm-qt/libfm-qt-2.0.2.ebuild | 2 +-
 x11-libs/libfm-qt/libfm-qt-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libfm-qt/libfm-qt-2.0.2.ebuild 
b/x11-libs/libfm-qt/libfm-qt-2.0.2.ebuild
index 9ce51ecd..68d7b324 100644
--- a/x11-libs/libfm-qt/libfm-qt-2.0.2.ebuild
+++ b/x11-libs/libfm-qt/libfm-qt-2.0.2.ebuild
@@ -28,7 +28,7 @@ BDEPEND="
 "
 DEPEND="
dev-libs/glib:2
-   >=dev-qt/qtbase-6.6:6[gui,widgets]
+   >=dev-qt/qtbase-6.6:6=[gui,widgets]
>=lxde-base/menu-cache-1.1.0:=
>=lxqt-base/lxqt-menu-data-2.0.0
media-libs/libexif

diff --git a/x11-libs/libfm-qt/libfm-qt-.ebuild 
b/x11-libs/libfm-qt/libfm-qt-.ebuild
index 9ce51ecd..68d7b324 100644
--- a/x11-libs/libfm-qt/libfm-qt-.ebuild
+++ b/x11-libs/libfm-qt/libfm-qt-.ebuild
@@ -28,7 +28,7 @@ BDEPEND="
 "
 DEPEND="
dev-libs/glib:2
-   >=dev-qt/qtbase-6.6:6[gui,widgets]
+   >=dev-qt/qtbase-6.6:6=[gui,widgets]
>=lxde-base/menu-cache-1.1.0:=
>=lxqt-base/lxqt-menu-data-2.0.0
media-libs/libexif



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2024-05-22 Thread Jimi Huotari
commit: 1da641f9c913100d06414b87a7deab13fe458242
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed May 22 19:48:52 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed May 22 19:48:52 2024 +
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  gentoo.org>

 dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild | 2 +-
 dev-libs/libqtxdg/libqtxdg-.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-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
index 11a1e00e..e2437549 100644
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-.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
 "



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-qtplugin/

2024-05-22 Thread Jimi Huotari
commit: cf67725b05374baf9ef64c82f60fb331f07632d4
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed May 22 19:49:31 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed May 22 19:49:31 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=cf67725b

lxqt-base/lxqt-qtplugin: 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  gentoo.org>

 lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0.ebuild | 2 +-
 lxqt-base/lxqt-qtplugin/lxqt-qtplugin-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0.ebuild 
b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0.ebuild
index 645a097e..c4bebce5 100644
--- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0.ebuild
+++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0.ebuild
@@ -28,7 +28,7 @@ BDEPEND="
 DEPEND="
dev-libs/libdbusmenu-lxqt
>=dev-libs/libqtxdg-4.0.0
-   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+   >=dev-qt/qtbase-6.6:6=[dbus,gui,widgets]
=x11-libs/libfm-qt-${MY_PV}*
 "
 RDEPEND="${DEPEND}"

diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-.ebuild 
b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-.ebuild
index 645a097e..c4bebce5 100644
--- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-.ebuild
+++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-.ebuild
@@ -28,7 +28,7 @@ BDEPEND="
 DEPEND="
dev-libs/libdbusmenu-lxqt
>=dev-libs/libqtxdg-4.0.0
-   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+   >=dev-qt/qtbase-6.6:6=[dbus,gui,widgets]
=x11-libs/libfm-qt-${MY_PV}*
 "
 RDEPEND="${DEPEND}"



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-meta/

2024-05-16 Thread Jimi Huotari
commit: 1257bb860721e6981465ea1a78baf1e33aa42da1
Author: Jimi Huotari  gentoo  org>
AuthorDate: Thu May 16 16:38:32 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Thu May 16 16:38:32 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=1257bb86

lxqt-base/lxqt-meta: tweak USE="minimal" metadata

Also take into consideration the older versions that will still be
in ::gentoo for a time.

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

 lxqt-base/lxqt-meta/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lxqt-base/lxqt-meta/metadata.xml b/lxqt-base/lxqt-meta/metadata.xml
index d5931857..bc7f1512 100644
--- a/lxqt-base/lxqt-meta/metadata.xml
+++ b/lxqt-base/lxqt-meta/metadata.xml
@@ -13,6 +13,7 @@
Install a graphical display 
manager
Install x11-misc/pcmanfm-qt 
file manager
Install media-gfx/lximage-qt 
image viewer
+   Do 
not install x11-wm/openbox window manager
Do not install kde-plasma/kwin 
window manager
Install dev-qt/qttranslations to 
better support different locales
Install 
lxqt-base/lxqt-powermanagement package



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-meta/

2024-05-16 Thread Jimi Huotari
commit: c199087340b9705d76469eef2fd0c36d092b4ecf
Author: Jimi Huotari  gentoo  org>
AuthorDate: Thu May 16 13:31:00 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Thu May 16 13:31:00 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=c1990873

lxqt-base/lxqt-meta: re-add USE="minimal" with KWin

This retains the previous behaviour at least for the time being, but
instead of Openbox, which has been unmaintained for more than a
decade, pulls in KWin instead.

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

 lxqt-base/lxqt-meta/lxqt-meta-.ebuild | 11 ++-
 lxqt-base/lxqt-meta/metadata.xml  |  2 +-
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/lxqt-base/lxqt-meta/lxqt-meta-.ebuild 
b/lxqt-base/lxqt-meta/lxqt-meta-.ebuild
index 7d16fcc7..3c43cf9e 100644
--- a/lxqt-base/lxqt-meta/lxqt-meta-.ebuild
+++ b/lxqt-base/lxqt-meta/lxqt-meta-.ebuild
@@ -17,7 +17,7 @@ SLOT="0"
 
 IUSE="
+about admin archiver +desktop-portal +display-manager +filemanager
-   lximage nls +policykit powermanagement processviewer screenshot
+   lximage minimal nls +policykit powermanagement processviewer screenshot
+sddm ssh-askpass sudo terminal +trash
 "
 
@@ -49,6 +49,7 @@ RDEPEND="
)
filemanager? ( =x11-misc/pcmanfm-qt-${MY_PV}* )
lximage? ( =media-gfx/lximage-qt-${MY_PV}* )
+   !minimal? ( kde-plasma/kwin:6 )
nls? ( dev-qt/qttranslations:6 )
policykit? ( =lxqt-base/lxqt-policykit-${MY_PV}* )
powermanagement? ( =lxqt-base/lxqt-powermanagement-${MY_PV}* )
@@ -60,11 +61,3 @@ RDEPEND="
terminal? ( =x11-terms/qterminal-${MY_PV}* )
trash? ( gnome-base/gvfs )
 "
-
-pkg_postinst() {
-   einfo "Since there is no upstream default for a window manager, none"
-   einfo "is included as a dependency here."
-   einfo
-   einfo "Please make sure to install at least one to be able to start a"
-   einfo "functional desktop session."
-}

diff --git a/lxqt-base/lxqt-meta/metadata.xml b/lxqt-base/lxqt-meta/metadata.xml
index b6422b15..f994b06b 100644
--- a/lxqt-base/lxqt-meta/metadata.xml
+++ b/lxqt-base/lxqt-meta/metadata.xml
@@ -13,7 +13,7 @@
Install a graphical display 
manager
Install 
x11-misc/pcmanfm-qtfile manager
Install 
media-gfx/lximage-qtimage viewer
-   Do 
not install x11-wm/openboxwindow manager
+   Do not install 
kde-plasma/kwinwindow manager
Install dev-qt/qttranslations to 
better support different locales
Install 
lxqt-base/lxqt-powermanagement package
Install x11-misc/qps 
package



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-meta/

2024-05-16 Thread Jimi Huotari
commit: 9b83c25d4fe7311866c1f33b5e7da349c5b30e5a
Author: Jimi Huotari  gentoo  org>
AuthorDate: Thu May 16 13:33:59 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Thu May 16 13:33:59 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=9b83c25d

lxqt-base/lxqt-meta: add missing whitespaces to 'metadata.xml'

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

 lxqt-base/lxqt-meta/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lxqt-base/lxqt-meta/metadata.xml b/lxqt-base/lxqt-meta/metadata.xml
index f994b06b..d5931857 100644
--- a/lxqt-base/lxqt-meta/metadata.xml
+++ b/lxqt-base/lxqt-meta/metadata.xml
@@ -11,9 +11,9 @@
Install 
app-arch/lxqt-archiver
Enable the LXQt 
sys-apps/xdg-desktop-portal backend implementation
Install a graphical display 
manager
-   Install 
x11-misc/pcmanfm-qtfile manager
-   Install 
media-gfx/lximage-qtimage viewer
-   Do not install 
kde-plasma/kwinwindow manager
+   Install x11-misc/pcmanfm-qt 
file manager
+   Install media-gfx/lximage-qt 
image viewer
+   Do not install kde-plasma/kwin 
window manager
Install dev-qt/qttranslations to 
better support different locales
Install 
lxqt-base/lxqt-powermanagement package
Install x11-misc/qps 
package



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-openssh-askpass/

2024-05-14 Thread Jimi Huotari
commit: 53ddc96a0a6998552d400d397d348c66ca141ab4
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed May 15 06:38:19 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed May 15 06:38:19 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=53ddc96a

lxqt-base/lxqt-openssh-askpass: add 2.0.1, drop 2.0.0

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

 lxqt-base/lxqt-openssh-askpass/Manifest | 2 +-
 ...t-openssh-askpass-2.0.0.ebuild => lxqt-openssh-askpass-2.0.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-openssh-askpass/Manifest 
b/lxqt-base/lxqt-openssh-askpass/Manifest
index 50661685..71031b17 100644
--- a/lxqt-base/lxqt-openssh-askpass/Manifest
+++ b/lxqt-base/lxqt-openssh-askpass/Manifest
@@ -1 +1 @@
-DIST lxqt-openssh-askpass-2.0.0.tar.xz 17812 BLAKE2B 
cc3dd5694d436ae889dc42ea128896caf80745a1fbd6d017d144b3a016f72f68482dad660b7e79c9e5c3f937bcc29da30926bfb4cd92ccee426abfc945e14f29
 SHA512 
571182fb9a1610bd5e61ad5ffe68083c66391e73a10c8ce58972ec7bbad7f0244f3b93fdd25cf24196add290dce03393eb560bd0e0dee18da81b02c7faec6b4c
+DIST lxqt-openssh-askpass-2.0.1.tar.xz 17856 BLAKE2B 
723971d2c2731cfa3ef30852e614fb9aaf70b9c91d7a051a257b3f090290fe4354d708d2ab4545d5b30d5d566cb4d522b4fd09212f84cdcf62ebff9a1ee6f095
 SHA512 
57f557b4a4a43e9faca68d90239b271f984cd7a5ee6b11be6ba325c2e3a2cb15f5bebba12bbfbe4caf0930a9b26876b689eda6b1188f203f5d8361a0f785acfd

diff --git a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-2.0.0.ebuild 
b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-2.0.1.ebuild
similarity index 100%
rename from lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-2.0.0.ebuild
rename to lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-2.0.1.ebuild



[gentoo-commits] proj/qt:master commit in: media-gfx/lximage-qt/

2024-05-08 Thread Jimi Huotari
commit: f4c86c5a5342b6e4cc9a9c5547f14435fac6c255
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed May  8 17:49:39 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed May  8 17:49:39 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=f4c86c5a

media-gfx/lximage-qt: add 2.0.1, drop 2.0.0

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

 media-gfx/lximage-qt/Manifest   | 2 +-
 .../lximage-qt/{lximage-qt-2.0.0.ebuild => lximage-qt-2.0.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/lximage-qt/Manifest b/media-gfx/lximage-qt/Manifest
index 4d60d616..43757cfc 100644
--- a/media-gfx/lximage-qt/Manifest
+++ b/media-gfx/lximage-qt/Manifest
@@ -1 +1 @@
-DIST lximage-qt-2.0.0.tar.xz 847796 BLAKE2B 
4a81730bfc71b3746f7df9a357feb2480c4d4ed1462b70349113fa2b0b4e2c77471205549366cba99236d836753235cb929a6c98b3c08c346346a89ba70e3935
 SHA512 
f0d8b810915102ecd2cff0b78049056eb6eb3e7b7112bac13742f780d1cacc51fce12114dacc47ca6846d77d01bf21efca0666b1d5f6ca467a6e07deefeee83a
+DIST lximage-qt-2.0.1.tar.xz 848348 BLAKE2B 
d2484baffaae220436ae157dccda86e126b416101f047133f494cb44d9c3bba007ce797c1aa88d21ba4b242abdf8cacf73706831570943e4d7a36eb02591fc7b
 SHA512 
594e86a4bedf3f9689107d79d852ba1ef4db83f06572b8c077ed5850dc10cc05a33fe79a0c05632f7e7541a6f895919b72c264635306f7a468eac6ecde531ba4

diff --git a/media-gfx/lximage-qt/lximage-qt-2.0.0.ebuild 
b/media-gfx/lximage-qt/lximage-qt-2.0.1.ebuild
similarity index 100%
rename from media-gfx/lximage-qt/lximage-qt-2.0.0.ebuild
rename to media-gfx/lximage-qt/lximage-qt-2.0.1.ebuild



[gentoo-commits] proj/qt:master commit in: gui-libs/xdg-desktop-portal-lxqt/

2024-05-08 Thread Jimi Huotari
commit: 4c1194330dae68bae1c8ba032bcf7178597ddb45
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed May  8 17:50:11 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed May  8 17:50:11 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=4c119433

gui-libs/xdg-desktop-portal-lxqt: add 1.0.2, drop 1.0.1

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

 gui-libs/xdg-desktop-portal-lxqt/Manifest   | 2 +-
 ...op-portal-lxqt-1.0.1.ebuild => xdg-desktop-portal-lxqt-1.0.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/xdg-desktop-portal-lxqt/Manifest 
b/gui-libs/xdg-desktop-portal-lxqt/Manifest
index f3d1205d..4781dd5e 100644
--- a/gui-libs/xdg-desktop-portal-lxqt/Manifest
+++ b/gui-libs/xdg-desktop-portal-lxqt/Manifest
@@ -1 +1 @@
-DIST xdg-desktop-portal-lxqt-1.0.1.tar.xz 16204 BLAKE2B 
1b94cd95bb944907aca53f905316f11ce437076c552489f982cca235fb75cef991a88e8a7598eb63cca6f261f813e56935bc3cd6732e992be0b749b77fbfde01
 SHA512 
3b67e9c6fc6225b498f7f7e65d50658395e8e37189e964b831b1ce3c9cb477144ff73c97da3e8cac07ee918d95c8626076de60ab3a0686665c3d4344fd688c5f
+DIST xdg-desktop-portal-lxqt-1.0.2.tar.xz 16420 BLAKE2B 
f48bf781edd494994464a19e0b9c5fb5e8c650821ad9dfbef3b45e95a4f0741009cbf27d9434ccbfc7a44a7574ba626507534f601382ca58ba0efa93e32eaa10
 SHA512 
e51f2aae53e4f7bc47c2c214a17e44d9fa2167d34488a90436f2a2b98f14abff334ab56b956df08f6ca9ce9ac4a994cbde0c2fcdce0492beb212f0346c9cbb85

diff --git 
a/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.0.1.ebuild 
b/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.0.2.ebuild
similarity index 100%
rename from 
gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.0.1.ebuild
rename to gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.0.2.ebuild



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-notificationd/

2024-05-08 Thread Jimi Huotari
commit: efd7d8067d90a19e6aab100fbc79a1f5065eaf24
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed May  8 17:49:05 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed May  8 17:49:05 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=efd7d806

lxqt-base/lxqt-notificationd: add 2.0.1, drop 2.0.0

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

 lxqt-base/lxqt-notificationd/Manifest   | 2 +-
 ...{lxqt-notificationd-2.0.0.ebuild => lxqt-notificationd-2.0.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-notificationd/Manifest 
b/lxqt-base/lxqt-notificationd/Manifest
index 47fd2e77..07bb9617 100644
--- a/lxqt-base/lxqt-notificationd/Manifest
+++ b/lxqt-base/lxqt-notificationd/Manifest
@@ -1 +1 @@
-DIST lxqt-notificationd-2.0.0.tar.xz 64076 BLAKE2B 
0bfb3f1a88eda80e51da2255a4657d7fc86235ae2986435869df474704102a014427072f2e11f98839130cfd8b907293dfa184a794d6f3d52af9d6abc4396288
 SHA512 
d1fce66bea535d65964cfaf12d8712424c861dd1309f492e7a00e678bdb18d19e921ea5a49ed6a03f0c96ddccfcb4f56131bcd26861d15b90564b8eddde7754d
+DIST lxqt-notificationd-2.0.1.tar.xz 64132 BLAKE2B 
55d0c7f785528acde181161c0d0c4f61f952700f90e535d00ab7009d768f8118e54a6ab10a75e3e3dda2def4fc395720de89701e4fc3ec0927aa9bd346c7723c
 SHA512 
c2a532e61129f09dde253f7499485f85088c19f8cc6f5ddfd1949eb9d43b142ee4f3f526b38a70fbe276623c1637398c70470f24bcdbb5597a499354e9840d67

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild
similarity index 100%
rename from lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.0.ebuild
rename to lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/

2024-05-08 Thread Jimi Huotari
commit: 7fddf66534a19ae77ec6db4046186045b4f0902d
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed May  8 17:44:51 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed May  8 17:44:51 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=7fddf665

lxqt-base/lxqt-panel: add 2.0.1, drop 2.0.0

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

 lxqt-base/lxqt-panel/Manifest   | 2 +-
 .../lxqt-panel/{lxqt-panel-2.0.0.ebuild => lxqt-panel-2.0.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-panel/Manifest b/lxqt-base/lxqt-panel/Manifest
index 4e5b5717..bb7037ac 100644
--- a/lxqt-base/lxqt-panel/Manifest
+++ b/lxqt-base/lxqt-panel/Manifest
@@ -1 +1 @@
-DIST lxqt-panel-2.0.0.tar.xz 659368 BLAKE2B 
6d21ba65ad0ec99373e834a35a6cd32921c7c80311553219278c695c4231c58dbf0b282f93810750edd937127d4d6b2f1f01d84b20fffcf24a3256502c97733a
 SHA512 
2045848c2840a51cb15f546fa5bbcd63527ebf1335048073fd6bc45959986a3cb73f795c270a82eef4ed62184b193fc4c66926e7902896c4810a425853e135f1
+DIST lxqt-panel-2.0.1.tar.xz 662616 BLAKE2B 
d27f99e5ba301ad1d03a8e8e4dad939c4f5ba8e7825fe0ac93d8a3b1649f21bd6614d144322b5355112f44f8b8eebf5f9ed3f8e5b4bac85d27530ba02abe0d31
 SHA512 
df2cef5f03f65eb20eaf58cf8dc2f390bc4daa67638e301e0df15c82b8332f842d8e1ee9f1f5bc2240a25ce4b2f404aa7aa69a415a41f5cbb17592f8c77a414e

diff --git a/lxqt-base/lxqt-panel/lxqt-panel-2.0.0.ebuild 
b/lxqt-base/lxqt-panel/lxqt-panel-2.0.1.ebuild
similarity index 100%
rename from lxqt-base/lxqt-panel/lxqt-panel-2.0.0.ebuild
rename to lxqt-base/lxqt-panel/lxqt-panel-2.0.1.ebuild



[gentoo-commits] proj/qt:master commit in: x11-libs/libfm-qt/

2024-05-08 Thread Jimi Huotari
commit: 79229b51f626bb04e505d3917cd4480bb857532b
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed May  8 17:45:57 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed May  8 17:45:57 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=79229b51

x11-libs/libfm-qt: add 2.0.2, drop 2.0.0

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

 x11-libs/libfm-qt/Manifest | 2 +-
 x11-libs/libfm-qt/{libfm-qt-2.0.0.ebuild => libfm-qt-2.0.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libfm-qt/Manifest b/x11-libs/libfm-qt/Manifest
index ad297a6d..4029cd66 100644
--- a/x11-libs/libfm-qt/Manifest
+++ b/x11-libs/libfm-qt/Manifest
@@ -1 +1 @@
-DIST libfm-qt-2.0.0.tar.xz 411852 BLAKE2B 
8873cb32181e64efd867df831d67bc39f5913f20ba3883cf7d4d20e0a4ef5ef2a262de43035506cc99377f163c82387cd8edfa1325d74c8c4aceeea19b77a0cc
 SHA512 
0f58a144ec8bcebfabef2bd083a08f04d6832cc16ec0d1093bda72495def64da3172292934aa561cda88ddc289e29d9ee13e3582a8a5a48ac20cbcf3fee57524
+DIST libfm-qt-2.0.2.tar.xz 412452 BLAKE2B 
ce63a75722769fcef4766461bea66f26579c0a37a73f4ce8b0ee976a53beea5bdf431c515d5f0195c02ddf46407802027d05709b8baf2bf1349578a38a33e8e8
 SHA512 
479a7de05096b0c7763676e8eef5fa83ec06b4a5bc7bde697a265b2ba3ec79f6733169bf4b4aeef807df44660790b3d68f873c3a428f45aa38820bd861ca881b

diff --git a/x11-libs/libfm-qt/libfm-qt-2.0.0.ebuild 
b/x11-libs/libfm-qt/libfm-qt-2.0.2.ebuild
similarity index 100%
rename from x11-libs/libfm-qt/libfm-qt-2.0.0.ebuild
rename to x11-libs/libfm-qt/libfm-qt-2.0.2.ebuild



[gentoo-commits] proj/qt:master commit in: x11-misc/screengrab/

2024-05-08 Thread Jimi Huotari
commit: 2cae9248ab21516c258433b6f4cfd96894e4dc09
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed May  8 17:43:42 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed May  8 17:43:42 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=2cae9248

x11-misc/screengrab: update maintainers

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

 x11-misc/screengrab/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-misc/screengrab/metadata.xml b/x11-misc/screengrab/metadata.xml
index c2e34fb7..c340f6f7 100644
--- a/x11-misc/screengrab/metadata.xml
+++ b/x11-misc/screengrab/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   l...@gentoo.org
+   LXQt
+   

lxqt/screengrab




[gentoo-commits] proj/qt:master commit in: x11-libs/qtermwidget/

2024-05-08 Thread Jimi Huotari
commit: 08b040d83d0a3cf137233ffac798b8095ec178b2
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed May  8 17:42:58 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed May  8 17:42:58 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=08b040d8

x11-libs/qtermwidget: update maintainers

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

 x11-libs/qtermwidget/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-libs/qtermwidget/metadata.xml 
b/x11-libs/qtermwidget/metadata.xml
index d6c2d991..9b808832 100644
--- a/x11-libs/qtermwidget/metadata.xml
+++ b/x11-libs/qtermwidget/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   l...@gentoo.org
+   LXQt
+   

QTermWidget is an opensource project based on konsole (a KDE 
application).
The main goal of this project is to provide unicode-enabled, 
embeddable



[gentoo-commits] proj/qt:master commit in: x11-misc/qps/

2024-05-08 Thread Jimi Huotari
commit: d5a07c1f85f5dc7170fc81c2f563f6969bda0533
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed May  8 17:43:31 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed May  8 17:43:31 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=d5a07c1f

x11-misc/qps: update maintainers

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

 x11-misc/qps/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-misc/qps/metadata.xml b/x11-misc/qps/metadata.xml
index 736e92fa..63e1638b 100644
--- a/x11-misc/qps/metadata.xml
+++ b/x11-misc/qps/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   l...@gentoo.org
+   LXQt
+   

lxqt/qps




[gentoo-commits] proj/qt:master commit in: x11-terms/qterminal/

2024-05-08 Thread Jimi Huotari
commit: 396a3103fdd649ef5035ce1c133ad3e090de2f54
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed May  8 17:43:22 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed May  8 17:43:22 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=396a3103

x11-terms/qterminal: update maintainers

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

 x11-terms/qterminal/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/metadata.xml b/x11-terms/qterminal/metadata.xml
index 951db6e9..4c30fd94 100644
--- a/x11-terms/qterminal/metadata.xml
+++ b/x11-terms/qterminal/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   l...@gentoo.org
+   LXQt
+   

qterminal/qterminal




[gentoo-commits] proj/qt:master commit in: media-gfx/phototonic/

2024-05-04 Thread Ionen Wolkens
commit: 687c35a6258bbee887903bcab2d874dcf5f03edc
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat May  4 17:13:14 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat May  4 17:13:16 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=687c35a6

media-gfx/phototonic: treeclean

Still in ::gentoo but no longer maintained by qt  g.o so
cleaning from here. Will leave it up to future maintainers
to import the live ebuild to ::gentoo or elsewhere if wanted.

Signed-off-by: Ionen Wolkens  gentoo.org>

 media-gfx/phototonic/metadata.xml   | 11 ---
 media-gfx/phototonic/phototonic-.ebuild | 49 -
 2 files changed, 60 deletions(-)

diff --git a/media-gfx/phototonic/metadata.xml 
b/media-gfx/phototonic/metadata.xml
deleted file mode 100644
index a69345ca..
--- a/media-gfx/phototonic/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   q...@gentoo.org
-   Gentoo Qt Project
-   
-   
-   oferkv/phototonic
-   
-

diff --git a/media-gfx/phototonic/phototonic-.ebuild 
b/media-gfx/phototonic/phototonic-.ebuild
deleted file mode 100644
index b78d62a2..
--- a/media-gfx/phototonic/phototonic-.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qmake-utils xdg-utils
-
-DESCRIPTION="Image viewer and organizer"
-HOMEPAGE="https://github.com/oferkv/phototonic";
-
-if [[ ${PV} = ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/oferkv/phototonic.git";
-else
-   SRC_URI="https://github.com/oferkv/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="svg tiff"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   media-gfx/exiv2:=
-   svg? ( dev-qt/qtsvg:5 )
-   tiff? ( dev-qt/qtimageformats:5 )
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   eqmake5
-}
-
-src_install() {
-   emake install INSTALL_ROOT="${D}"
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-   xdg_desktop_database_update
-}



[gentoo-commits] proj/qt:master commit in: x11-misc/qps/, app-crypt/qca/, x11-misc/screengrab/, dev-libs/libdbusmenu-lxqt/, ...

2024-05-04 Thread Ionen Wolkens
commit: 42cf4de5d158b96bcd4f377de82c98769038c1d5
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat May  4 17:18:53 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat May  4 17:23:00 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=42cf4de5

*/*: sync metadata.xml maintainers with ::gentoo

Due to recent changes which drop qt@ from several packages.
Albeit most still are fine to keep here given repo is shared
with lxqt.

qca live ebuild might make more sense to be moved to either
::gentoo or ::kde, but leaving alone for now.

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-crypt/qca/metadata.xml | 4 
 dev-libs/libdbusmenu-lxqt/metadata.xml | 4 
 dev-libs/libqtxdg/metadata.xml | 4 
 x11-libs/qtermwidget/metadata.xml  | 5 +
 x11-misc/qps/metadata.xml  | 5 +
 x11-misc/screengrab/metadata.xml   | 5 +
 x11-terms/qterminal/metadata.xml   | 5 +
 7 files changed, 4 insertions(+), 28 deletions(-)

diff --git a/app-crypt/qca/metadata.xml b/app-crypt/qca/metadata.xml
index c8d48805..89f4f880 100644
--- a/app-crypt/qca/metadata.xml
+++ b/app-crypt/qca/metadata.xml
@@ -1,10 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   q...@gentoo.org
-   Gentoo Qt Project
-   

k...@gentoo.org
Gentoo KDE Project

diff --git a/dev-libs/libdbusmenu-lxqt/metadata.xml 
b/dev-libs/libdbusmenu-lxqt/metadata.xml
index e1193065..75d62d0c 100644
--- a/dev-libs/libdbusmenu-lxqt/metadata.xml
+++ b/dev-libs/libdbusmenu-lxqt/metadata.xml
@@ -5,10 +5,6 @@
l...@gentoo.org
LXQt

-   
-   q...@gentoo.org
-   Gentoo Qt Project
-   

lxqt/libdbusmenu-lxqt


diff --git a/dev-libs/libqtxdg/metadata.xml b/dev-libs/libqtxdg/metadata.xml
index 6e916dfc..fdcb4167 100644
--- a/dev-libs/libqtxdg/metadata.xml
+++ b/dev-libs/libqtxdg/metadata.xml
@@ -5,10 +5,6 @@
l...@gentoo.org
LXQt

-   
-   q...@gentoo.org
-   Gentoo Qt Project
-   

lxqt/libqtxdg


diff --git a/x11-libs/qtermwidget/metadata.xml 
b/x11-libs/qtermwidget/metadata.xml
index df199347..d6c2d991 100644
--- a/x11-libs/qtermwidget/metadata.xml
+++ b/x11-libs/qtermwidget/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   q...@gentoo.org
-   Gentoo Qt Project
-   
+   

QTermWidget is an opensource project based on konsole (a KDE 
application).
The main goal of this project is to provide unicode-enabled, 
embeddable

diff --git a/x11-misc/qps/metadata.xml b/x11-misc/qps/metadata.xml
index 5ca1065c..736e92fa 100644
--- a/x11-misc/qps/metadata.xml
+++ b/x11-misc/qps/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   q...@gentoo.org
-   Gentoo Qt Project
-   
+   

lxqt/qps


diff --git a/x11-misc/screengrab/metadata.xml b/x11-misc/screengrab/metadata.xml
index ab2bf534..c2e34fb7 100644
--- a/x11-misc/screengrab/metadata.xml
+++ b/x11-misc/screengrab/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   q...@gentoo.org
-   Gentoo Qt Project
-   
+   

lxqt/screengrab


diff --git a/x11-terms/qterminal/metadata.xml b/x11-terms/qterminal/metadata.xml
index 456c6bf7..951db6e9 100644
--- a/x11-terms/qterminal/metadata.xml
+++ b/x11-terms/qterminal/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   q...@gentoo.org
-   Gentoo Qt Project
-   
+   

qterminal/qterminal




[gentoo-commits] proj/qt:master commit in: app-emulation/q4wine/

2024-05-04 Thread Ionen Wolkens
commit: bf2e79547294657fbf8c702ab778e05e264f35f3
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat May  4 17:15:47 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat May  4 17:15:49 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=bf2e7954

app-emulation/q4wine: treeclean

Still in ::gentoo but no longer maintained by qt  g.o so
cleaning from here. Will leave it up to future maintainers
to import the live ebuild to ::gentoo or elsewhere if wanted.

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/q4wine/metadata.xml   | 17 --
 app-emulation/q4wine/q4wine-.ebuild | 56 -
 2 files changed, 73 deletions(-)

diff --git a/app-emulation/q4wine/metadata.xml 
b/app-emulation/q4wine/metadata.xml
deleted file mode 100644
index d5f783f4..
--- a/app-emulation/q4wine/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   q...@gentoo.org
-   Gentoo Qt Project
-   
-   
-   Enable ico support via 
media-gfx/icoutils
-   Support unprivileged mounting of ISO9660 
images via sys-fs/fuseiso
-   Enable Wine AppDB browser support
-   
-   
-   brezerk/q4wine
-   q4wine
-   
-

diff --git a/app-emulation/q4wine/q4wine-.ebuild 
b/app-emulation/q4wine/q4wine-.ebuild
deleted file mode 100644
index 25b5a11f..
--- a/app-emulation/q4wine/q4wine-.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Upstream names the package PV-rX. We change that to
-# PV_pX so we can use portage revisions.
-MY_P=${PN}-${PV/_p/-r}
-inherit cmake git-r3 xdg
-
-DESCRIPTION="Qt GUI configuration tool for Wine"
-HOMEPAGE="https://q4wine.brezblock.org.ua/";
-EGIT_REPO_URI="https://github.com/brezerk/q4wine.git";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="+dbus debug +ico +iso +wineappdb"
-
-DEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsingleapplication[qt5(+),X]
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   dbus? ( dev-qt/qtdbus:5 )
-   ico? ( >=media-gfx/icoutils-0.26.0 )
-"
-RDEPEND="${DEPEND}
-   app-admin/sudo
-   >=sys-apps/which-2.19
-   iso? ( sys-fs/fuseiso )
-"
-BDEPEND="
-   dev-qt/linguist-tools:5
-"
-
-S="${WORKDIR}"/${MY_P}
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_configure() {
-   local mycmakeargs=(
-   -DDEBUG=$(usex debug ON OFF)
-   -DWITH_ICOUTILS=$(usex ico ON OFF)
-   -DWITH_SYSTEM_SINGLEAPP=ON
-   -DWITH_WINEAPPDB=$(usex wineappdb ON OFF)
-   -DUSE_BZIP2=OFF
-   -DUSE_GZIP=OFF
-   -DWITH_DBUS=$(usex dbus ON OFF)
-   )
-   cmake_src_configure
-}



[gentoo-commits] proj/qt:master commit in: x11-terms/qterminal/

2024-04-21 Thread Jimi Huotari
commit: 82bd65f095a6aae70f168c182a8db11ca7f8f534
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Apr 21 21:16:33 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 21:16:33 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=82bd65f0

x11-terms/qterminal: remove unneeded 'qtbase-6.6:6[test]' dependency

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

 x11-terms/qterminal/qterminal-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-.ebuild 
b/x11-terms/qterminal/qterminal-.ebuild
index 12dfbc75..5e4b94e0 100644
--- a/x11-terms/qterminal/qterminal-.ebuild
+++ b/x11-terms/qterminal/qterminal-.ebuild
@@ -26,7 +26,6 @@ DEPEND="
>=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
x11-libs/libX11
~x11-libs/qtermwidget-${PV}:=
-   test? ( dev-qt/qtbase:6[test] )
 "
 RDEPEND="${DEPEND}"
 



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2024-04-21 Thread Jimi Huotari
commit: b4cd34d17c1589e415a69c49b5f8bc8b2e040005
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Apr 21 21:15:15 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 21:15:15 2024 +
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  gentoo.org>

 dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild | 4 +---
 dev-libs/libqtxdg/libqtxdg-.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-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
index 7bdfd3ec..11a1e00e 100644
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-.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=(



[gentoo-commits] proj/qt:master commit in: x11-misc/pcmanfm-qt/

2024-04-21 Thread Jimi Huotari
commit: a393da2f65785d089a86925edcdcdbd7a4cfc773
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Apr 21 17:21:42 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 19:49:28 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=a393da2f

x11-misc/pcmanfm-qt: add 2.0.0

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

 x11-misc/pcmanfm-qt/Manifest|  1 +
 x11-misc/pcmanfm-qt/pcmanfm-qt-2.0.0.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/x11-misc/pcmanfm-qt/Manifest b/x11-misc/pcmanfm-qt/Manifest
new file mode 100644
index ..9f560aff
--- /dev/null
+++ b/x11-misc/pcmanfm-qt/Manifest
@@ -0,0 +1 @@
+DIST pcmanfm-qt-2.0.0.tar.xz 395756 BLAKE2B 
75071c5f2a75e1d46749a9c289a9faf4cd341912b1d0e8d2ecafb99a23117582d7060635877fa215f2f3181dae5be0dadddb93987da57500ff5c1450e8b5961b
 SHA512 
b4f46245d8e14874546bd95d47fdab41988a6caef3fef45509e3fd12f11d79ab71a0d44a60ca755b097caf7471bc3cd1160078f020270fd6a7cbf58283a4bda3

diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-2.0.0.ebuild 
b/x11-misc/pcmanfm-qt/pcmanfm-qt-2.0.0.ebuild
new file mode 100644
index ..d6467779
--- /dev/null
+++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-2.0.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV="$(ver_cut 1-2)"
+
+inherit cmake optfeature xdg-utils
+
+DESCRIPTION="Qt GUI Tabbed Filemanager"
+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"
+fi
+
+LICENSE="GPL-2 GPL-2+ LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+   >=dev-qt/qttools-6.6:6[linguist]
+   >=dev-util/lxqt-build-tools-2.0.0
+"
+DEPEND="
+   dev-libs/glib:2
+   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+   >=kde-plasma/layer-shell-qt-6.0:6
+   sys-apps/util-linux
+   virtual/freedesktop-icon-theme
+   =x11-libs/libfm-qt-${MY_PV}*:=
+   x11-libs/libxcb:=
+   x11-misc/xdg-utils
+"
+RDEPEND="${DEPEND}
+   =lxqt-base/lxqt-menu-data-${MY_PV}*
+"
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+
+   optfeature "mount password storing" gnome-base/gnome-keyring
+   ! has_version lxqt-base/lxqt-meta && optfeature "trash functionality" 
gnome-base/gvfs
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



[gentoo-commits] proj/qt:master commit in: x11-themes/lxqt-themes/

2024-04-21 Thread Jimi Huotari
commit: e6d5df8149d28f1739b308eb17d36e6f54553675
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Apr 21 17:21:29 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 19:49:28 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=e6d5df81

x11-themes/lxqt-themes: add 2.0.0

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

 x11-themes/lxqt-themes/Manifest |  1 +
 x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild | 30 +
 2 files changed, 31 insertions(+)

diff --git a/x11-themes/lxqt-themes/Manifest b/x11-themes/lxqt-themes/Manifest
new file mode 100644
index ..3b38819f
--- /dev/null
+++ b/x11-themes/lxqt-themes/Manifest
@@ -0,0 +1 @@
+DIST lxqt-themes-2.0.0.tar.xz 26649440 BLAKE2B 
3313082cf47fa251b423c747d2c1686d7dd0a9118833110938ed938caac434e33065ea23625ac5cb6d5516adbe18ef73d56c01e4b92a6172ff71f9c4abed0ae9
 SHA512 
47447002d38ed5e56b6e5255024f935fb8c522ae2fed1eea872d1c9d94022f0c64d4497aee661fa7e66cedfe3d65bc479049b829f777ec4f54aad67582f9dea3

diff --git a/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild 
b/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild
new file mode 100644
index ..763c7073
--- /dev/null
+++ b/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="LXQt Themes"
+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"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] proj/qt:master commit in: app-arch/lxqt-archiver/

2024-04-21 Thread Jimi Huotari
commit: e3ca37595f0e454b6c49a1354f84e6eced05d88f
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Apr 21 17:21:49 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 19:49:28 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=e3ca3759

app-arch/lxqt-archiver: add 1.0.0

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

 app-arch/lxqt-archiver/Manifest   |  1 +
 app-arch/lxqt-archiver/lxqt-archiver-1.0.0.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/app-arch/lxqt-archiver/Manifest b/app-arch/lxqt-archiver/Manifest
new file mode 100644
index ..b3f942fb
--- /dev/null
+++ b/app-arch/lxqt-archiver/Manifest
@@ -0,0 +1 @@
+DIST lxqt-archiver-1.0.0.tar.xz 187944 BLAKE2B 
c28e0c7c5a41fa5a1e2d417239e5de0b33d3a84a2833fab7239f50ae1b7f426c2b7fd630a09cea24f2032183e2bdcc037276462fdab3719fb709fd9f51ea8afd
 SHA512 
12552539cb7601c3c1422ed00d6fa8ed0ebed744ce8b7b4a3e3cc8bd59bf8df165008fa63b0ce173b58309001f35c33a219cd80e7568acf12c4c896320fc5061

diff --git a/app-arch/lxqt-archiver/lxqt-archiver-1.0.0.ebuild 
b/app-arch/lxqt-archiver/lxqt-archiver-1.0.0.ebuild
new file mode 100644
index ..6013e544
--- /dev/null
+++ b/app-arch/lxqt-archiver/lxqt-archiver-1.0.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV="$(ver_cut 1-2)"
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Qt GUI File Archiver"
+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"
+fi
+
+LICENSE="GPL-2 GPL-2+"
+SLOT="0"
+
+BDEPEND="
+   >=dev-qt/qttools-6.6:6[linguist]
+   >=dev-util/lxqt-build-tools-2.0.0
+"
+DEPEND="
+   dev-libs/glib:2
+   dev-libs/json-glib
+   >=dev-qt/qtbase-6.6:6[gui,widgets]
+   >=x11-libs/libfm-qt-2.0:=
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+
+   elog "Please note that this is only a graphical front-end, and 
additional"
+   elog "packages are needed to have support for specific file formats."
+   elog "For example, to be able to work with the 7-Zip format, the"
+   elog "'app-arch/p7zip' package may be used."
+   elog "For the full list of supported formats, see the 'README.md' file:"
+   elog "https://github.com/lxqt/lxqt-archiver/blob/master/README.md";
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-qtplugin/

2024-04-21 Thread Jimi Huotari
commit: 44705b6764f0365490e636dc5e6e02cc99a13ded
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Apr 21 17:20:59 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 19:49:28 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=44705b67

lxqt-base/lxqt-qtplugin: add 2.0.0

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

 lxqt-base/lxqt-qtplugin/Manifest   |  1 +
 lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/lxqt-base/lxqt-qtplugin/Manifest b/lxqt-base/lxqt-qtplugin/Manifest
new file mode 100644
index ..89949c31
--- /dev/null
+++ b/lxqt-base/lxqt-qtplugin/Manifest
@@ -0,0 +1 @@
+DIST lxqt-qtplugin-2.0.0.tar.xz 24128 BLAKE2B 
54a342dff7e7b93fa5ddbc466d408cb2e215b1c05208f76752c3651d6c2cf91708a9b62c951e9595854e2312c6cb13c2de57b364797fcadee80345c18679
 SHA512 
aac58511a309f162e69cbf00ae90f611e4bd8665576388d73e97e324ade2532e8ece7098ccd0c362b0674e1491f203258635f0b81738c92690b987b0f5ccf856

diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0.ebuild 
b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0.ebuild
new file mode 100644
index ..645a097e
--- /dev/null
+++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV="$(ver_cut 1-2)"
+
+inherit cmake
+
+DESCRIPTION="LXQt system integration plugin for Qt"
+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"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+   >=dev-qt/qttools-6.6:6[linguist]
+   >=dev-util/lxqt-build-tools-2.0.0
+"
+DEPEND="
+   dev-libs/libdbusmenu-lxqt
+   >=dev-libs/libqtxdg-4.0.0
+   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+   =x11-libs/libfm-qt-${MY_PV}*
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-policykit/

2024-04-21 Thread Jimi Huotari
commit: 51fba00e7d6609da65b1af5cf2a9e0b765813866
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Apr 21 17:20:45 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 19:49:24 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=51fba00e

lxqt-base/lxqt-policykit: add 2.0.0

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

 lxqt-base/lxqt-policykit/Manifest  |  1 +
 .../lxqt-policykit/lxqt-policykit-2.0.0.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/lxqt-base/lxqt-policykit/Manifest 
b/lxqt-base/lxqt-policykit/Manifest
new file mode 100644
index ..2c440816
--- /dev/null
+++ b/lxqt-base/lxqt-policykit/Manifest
@@ -0,0 +1 @@
+DIST lxqt-policykit-2.0.0.tar.xz 39964 BLAKE2B 
f79c0dbda81d52edfe382d38f3b2b7e2ec273e982fb49bb6b4917e5c4c8d534f77eb28be1794413d0397017a380fdcd1348e55e3d25c7b1158200d6c585b5efe
 SHA512 
a4b90d2c67281c09a140505d2757253853c62dcca242b1b2d6a266658840ded992ccbedb282ea9221a81de3099c0db8810082f3cc3ec1741be4906d98013fbb7

diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-2.0.0.ebuild 
b/lxqt-base/lxqt-policykit/lxqt-policykit-2.0.0.ebuild
new file mode 100644
index ..a85707e9
--- /dev/null
+++ b/lxqt-base/lxqt-policykit/lxqt-policykit-2.0.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt PolKit authentication agent"
+HOMEPAGE="https://lxqt-project.org/";
+
+MY_PV="$(ver_cut 1-2)"
+
+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"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+   >=dev-qt/qttools-6.6:6[linguist]
+   >=dev-util/lxqt-build-tools-2.0.0
+   virtual/pkgconfig
+"
+DEPEND="
+   >=dev-qt/qtbase-6.6:6[gui,widgets]
+   =lxqt-base/liblxqt-${MY_PV}*:=
+   >=sys-auth/polkit-qt-0.200.0[qt6]
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   cmake_src_install
+   doman man/*.1
+}



[gentoo-commits] proj/qt:master commit in: x11-libs/qtermwidget/

2024-04-21 Thread Jimi Huotari
commit: 325bda641b0458f09f569427afcff25571aa9063
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Apr 21 18:36:19 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 19:49:29 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=325bda64

x11-libs/qtermwidget: add 

Initial qt6 version.

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

 x11-libs/qtermwidget/metadata.xml| 16 +++
 x11-libs/qtermwidget/qtermwidget-.ebuild | 29 
 2 files changed, 45 insertions(+)

diff --git a/x11-libs/qtermwidget/metadata.xml 
b/x11-libs/qtermwidget/metadata.xml
new file mode 100644
index ..df199347
--- /dev/null
+++ b/x11-libs/qtermwidget/metadata.xml
@@ -0,0 +1,16 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   q...@gentoo.org
+   Gentoo Qt Project
+   
+   
+   QTermWidget is an opensource project based on konsole (a KDE 
application).
+   The main goal of this project is to provide unicode-enabled, 
embeddable
+   Qt widget for using as a built-in console or terminal emulation 
widget.
+   
+   
+   lxqt/qtermwidget
+   
+

diff --git a/x11-libs/qtermwidget/qtermwidget-.ebuild 
b/x11-libs/qtermwidget/qtermwidget-.ebuild
new file mode 100644
index ..ba127471
--- /dev/null
+++ b/x11-libs/qtermwidget/qtermwidget-.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Qt terminal emulator widget"
+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"
+fi
+
+LICENSE="BSD GPL-2 LGPL-2+"
+SLOT="0/${PV}"
+
+BDEPEND="
+   >=dev-qt/qttools-6.6:6[linguist]
+   >=dev-util/lxqt-build-tools-2.0.0
+"
+DEPEND="
+   >=dev-qt/qtbase-6.6:6[gui,widgets]
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] proj/qt:master commit in: gui-libs/xdg-desktop-portal-lxqt/

2024-04-21 Thread Jimi Huotari
commit: f85b608ccfb5d2d81a5d086773f75b0da74a5ff6
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Apr 21 18:18:18 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 19:49:29 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=f85b608c

gui-libs/xdg-desktop-portal-lxqt: add , 1.0.1

Initial qt6 version.

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

 gui-libs/xdg-desktop-portal-lxqt/Manifest  |  1 +
 gui-libs/xdg-desktop-portal-lxqt/metadata.xml  | 11 
 .../xdg-desktop-portal-lxqt-1.0.1.ebuild   | 30 ++
 .../xdg-desktop-portal-lxqt-.ebuild| 30 ++
 4 files changed, 72 insertions(+)

diff --git a/gui-libs/xdg-desktop-portal-lxqt/Manifest 
b/gui-libs/xdg-desktop-portal-lxqt/Manifest
new file mode 100644
index ..f3d1205d
--- /dev/null
+++ b/gui-libs/xdg-desktop-portal-lxqt/Manifest
@@ -0,0 +1 @@
+DIST xdg-desktop-portal-lxqt-1.0.1.tar.xz 16204 BLAKE2B 
1b94cd95bb944907aca53f905316f11ce437076c552489f982cca235fb75cef991a88e8a7598eb63cca6f261f813e56935bc3cd6732e992be0b749b77fbfde01
 SHA512 
3b67e9c6fc6225b498f7f7e65d50658395e8e37189e964b831b1ce3c9cb477144ff73c97da3e8cac07ee918d95c8626076de60ab3a0686665c3d4344fd688c5f

diff --git a/gui-libs/xdg-desktop-portal-lxqt/metadata.xml 
b/gui-libs/xdg-desktop-portal-lxqt/metadata.xml
new file mode 100644
index ..d128d8a4
--- /dev/null
+++ b/gui-libs/xdg-desktop-portal-lxqt/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   l...@gentoo.org
+   LXQt
+   
+   
+   lxqt/xdg-desktop-portal-lxqt
+   
+

diff --git 
a/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.0.1.ebuild 
b/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.0.1.ebuild
new file mode 100644
index ..8472248f
--- /dev/null
+++ b/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.0.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Backend implementation for xdg-desktop-portal using 
Qt/KF5/libfm-qt"
+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"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
+DEPEND="
+   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+   kde-frameworks/kwindowsystem:6
+   >=x11-libs/libfm-qt-2.0:=
+"
+RDEPEND="${DEPEND}
+   sys-apps/xdg-desktop-portal
+"

diff --git 
a/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-.ebuild 
b/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-.ebuild
new file mode 100644
index ..8472248f
--- /dev/null
+++ b/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Backend implementation for xdg-desktop-portal using 
Qt/KF5/libfm-qt"
+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"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
+DEPEND="
+   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+   kde-frameworks/kwindowsystem:6
+   >=x11-libs/libfm-qt-2.0:=
+"
+RDEPEND="${DEPEND}
+   sys-apps/xdg-desktop-portal
+"



[gentoo-commits] proj/qt:master commit in: media-gfx/lximage-qt/

2024-04-21 Thread Jimi Huotari
commit: 73c7d1d23b25acb18e36f8acade1dfc52c0f4de3
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Apr 21 17:22:03 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 19:49:28 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=73c7d1d2

media-gfx/lximage-qt: add 2.0.0

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

 media-gfx/lximage-qt/Manifest|  1 +
 media-gfx/lximage-qt/lximage-qt-2.0.0.ebuild | 48 
 2 files changed, 49 insertions(+)

diff --git a/media-gfx/lximage-qt/Manifest b/media-gfx/lximage-qt/Manifest
new file mode 100644
index ..4d60d616
--- /dev/null
+++ b/media-gfx/lximage-qt/Manifest
@@ -0,0 +1 @@
+DIST lximage-qt-2.0.0.tar.xz 847796 BLAKE2B 
4a81730bfc71b3746f7df9a357feb2480c4d4ed1462b70349113fa2b0b4e2c77471205549366cba99236d836753235cb929a6c98b3c08c346346a89ba70e3935
 SHA512 
f0d8b810915102ecd2cff0b78049056eb6eb3e7b7112bac13742f780d1cacc51fce12114dacc47ca6846d77d01bf21efca0666b1d5f6ca467a6e07deefeee83a

diff --git a/media-gfx/lximage-qt/lximage-qt-2.0.0.ebuild 
b/media-gfx/lximage-qt/lximage-qt-2.0.0.ebuild
new file mode 100644
index ..5a929584
--- /dev/null
+++ b/media-gfx/lximage-qt/lximage-qt-2.0.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV="$(ver_cut 1-2)"
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Qt Image Viewer"
+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"
+fi
+
+LICENSE="GPL-2 GPL-2+"
+SLOT="0"
+
+BDEPEND="
+   >=dev-qt/qttools-6.6:6[linguist]
+   >=dev-util/lxqt-build-tools-2.0.0
+   virtual/pkgconfig
+"
+DEPEND="
+   dev-libs/glib:2
+   >=dev-qt/qtbase-6.6:6[dbus,gui,network,widgets]
+   >=dev-qt/qtsvg-6.6:6
+   media-libs/libexif
+   =x11-libs/libfm-qt-${MY_PV}*:=
+   x11-libs/libX11
+   x11-libs/libXfixes
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



[gentoo-commits] proj/qt:master commit in: x11-terms/qterminal/

2024-04-21 Thread Jimi Huotari
commit: b26ed59cb16af0da8471701ad39afaf60520b87d
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Apr 21 18:38:18 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 19:49:29 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=b26ed59c

x11-terms/qterminal: add 

Initial qt6 version.

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

 x11-terms/qterminal/metadata.xml  | 11 
 x11-terms/qterminal/qterminal-.ebuild | 47 +++
 2 files changed, 58 insertions(+)

diff --git a/x11-terms/qterminal/metadata.xml b/x11-terms/qterminal/metadata.xml
new file mode 100644
index ..456c6bf7
--- /dev/null
+++ b/x11-terms/qterminal/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   q...@gentoo.org
+   Gentoo Qt Project
+   
+   
+   qterminal/qterminal
+   
+

diff --git a/x11-terms/qterminal/qterminal-.ebuild 
b/x11-terms/qterminal/qterminal-.ebuild
new file mode 100644
index ..12dfbc75
--- /dev/null
+++ b/x11-terms/qterminal/qterminal-.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Qt-based multitab terminal emulator"
+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"
+fi
+
+LICENSE="GPL-2 GPL-2+"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
+DEPEND="
+   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+   x11-libs/libX11
+   ~x11-libs/qtermwidget-${PV}:=
+   test? ( dev-qt/qtbase:6[test] )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_TESTS=$(usex test)
+   )
+
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] proj/qt:master commit in: x11-libs/libfm-qt/

2024-04-21 Thread Jimi Huotari
commit: 719826e6e7f8eeb4795606a4341985fffe9a4a95
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Apr 21 17:21:35 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 19:49:28 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=719826e6

x11-libs/libfm-qt: add 2.0.0

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

 x11-libs/libfm-qt/Manifest  |  1 +
 x11-libs/libfm-qt/libfm-qt-2.0.0.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/x11-libs/libfm-qt/Manifest b/x11-libs/libfm-qt/Manifest
new file mode 100644
index ..ad297a6d
--- /dev/null
+++ b/x11-libs/libfm-qt/Manifest
@@ -0,0 +1 @@
+DIST libfm-qt-2.0.0.tar.xz 411852 BLAKE2B 
8873cb32181e64efd867df831d67bc39f5913f20ba3883cf7d4d20e0a4ef5ef2a262de43035506cc99377f163c82387cd8edfa1325d74c8c4aceeea19b77a0cc
 SHA512 
0f58a144ec8bcebfabef2bd083a08f04d6832cc16ec0d1093bda72495def64da3172292934aa561cda88ddc289e29d9ee13e3582a8a5a48ac20cbcf3fee57524

diff --git a/x11-libs/libfm-qt/libfm-qt-2.0.0.ebuild 
b/x11-libs/libfm-qt/libfm-qt-2.0.0.ebuild
new file mode 100644
index ..9ce51ecd
--- /dev/null
+++ b/x11-libs/libfm-qt/libfm-qt-2.0.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV="$(ver_cut 1-2)"
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Qt Library for Building File Managers"
+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"
+fi
+
+LICENSE="BSD GPL-2+ LGPL-2.1+"
+SLOT="0/7"
+
+BDEPEND="
+   >=dev-qt/qttools-6.6:6[linguist]
+   >=dev-util/lxqt-build-tools-2.0.0
+   virtual/pkgconfig
+"
+DEPEND="
+   dev-libs/glib:2
+   >=dev-qt/qtbase-6.6:6[gui,widgets]
+   >=lxde-base/menu-cache-1.1.0:=
+   >=lxqt-base/lxqt-menu-data-2.0.0
+   media-libs/libexif
+   x11-libs/libxcb:=
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+   xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+   xdg_mimeinfo_database_update
+}



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-admin/

2024-04-21 Thread Jimi Huotari
commit: 976190173b23169efd9bb64ef10ea5a4268d72db
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Apr 21 17:13:59 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 19:48:26 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=97619017

lxqt-base/lxqt-admin: add 2.0.0

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

 lxqt-base/lxqt-admin/Manifest|  1 +
 lxqt-base/lxqt-admin/lxqt-admin-2.0.0.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/lxqt-base/lxqt-admin/Manifest b/lxqt-base/lxqt-admin/Manifest
new file mode 100644
index ..fa12bc24
--- /dev/null
+++ b/lxqt-base/lxqt-admin/Manifest
@@ -0,0 +1 @@
+DIST lxqt-admin-2.0.0.tar.xz 154328 BLAKE2B 
8c50073d2327c6fb38fd7f045e94ea4294b44cbc52dc0203bfca379adcde67839529e48ab803b01949bfc05bad7451d96c186e6426399a78428b926ae959081a
 SHA512 
292d07d993ccc8c4b7b292a6123cb098d4a43d1c8dd76b99588bdb68ad27471d11d6dec522bb6a72ea4296ef16c239d7ca2d96006fcb1dea9afda62852dfb837

diff --git a/lxqt-base/lxqt-admin/lxqt-admin-2.0.0.ebuild 
b/lxqt-base/lxqt-admin/lxqt-admin-2.0.0.ebuild
new file mode 100644
index ..13292130
--- /dev/null
+++ b/lxqt-base/lxqt-admin/lxqt-admin-2.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt system administration tool"
+HOMEPAGE="https://lxqt-project.org/";
+
+MY_PV="$(ver_cut 1-2)"
+
+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"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
+DEPEND="
+   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+   =lxqt-base/liblxqt-${MY_PV}*
+   kde-frameworks/kwindowsystem:6
+   >=sys-auth/polkit-qt-0.113.0
+   =lxqt-base/liblxqt-${MY_PV}*:=
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-session/

2024-04-21 Thread Jimi Huotari
commit: 732ca1978373edaf958ea81b48602638639ad1ca
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Apr 21 17:21:14 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 19:49:28 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=732ca197

lxqt-base/lxqt-session: add 2.0.0

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

 lxqt-base/lxqt-session/Manifest  |  1 +
 lxqt-base/lxqt-session/lxqt-session-2.0.0.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/lxqt-base/lxqt-session/Manifest b/lxqt-base/lxqt-session/Manifest
new file mode 100644
index ..98e17f60
--- /dev/null
+++ b/lxqt-base/lxqt-session/Manifest
@@ -0,0 +1 @@
+DIST lxqt-session-2.0.0.tar.xz 194480 BLAKE2B 
18954f9d440ad8a553b9ccf0aa6bb28a971e7d2010a5b8f0dc32080d5829654bdbc5dd5bd292a0285b1e75af4e0cb0fe4585061e86814c0976c69824015719b4
 SHA512 
c0b8bbcb666b55b0218bfe1e6669fff0de44a89986dae9afb17ae169e13a2816ef56e62d0b9210449023113a8066d45ccef4fa54b0a5c08c60c2ca4311f142ed

diff --git a/lxqt-base/lxqt-session/lxqt-session-2.0.0.ebuild 
b/lxqt-base/lxqt-session/lxqt-session-2.0.0.ebuild
new file mode 100644
index ..e189a951
--- /dev/null
+++ b/lxqt-base/lxqt-session/lxqt-session-2.0.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt Session Manager"
+HOMEPAGE="https://lxqt-project.org/";
+
+MY_PV="$(ver_cut 1-2)"
+
+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"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+IUSE="+udev"
+
+BDEPEND="
+   >=dev-qt/qttools-6.6:6[linguist]
+   >=dev-util/lxqt-build-tools-2.0.0
+"
+DEPEND="
+   >=app-misc/qtxdg-tools-4.0.0
+   >=dev-libs/libqtxdg-4.0.0
+   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+   kde-frameworks/kwindowsystem:6[X]
+   kde-plasma/layer-shell-qt:6
+   =lxqt-base/liblxqt-${MY_PV}*:=
+   sys-process/procps:=
+   x11-libs/libX11
+   x11-misc/xdg-user-dirs
+   udev? ( virtual/libudev:= )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DWITH_LIBUDEV=$(usex udev)
+   )
+
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+   doman lxqt-config-session/man/*.1 lxqt-session/man/*.1
+
+   newenvd - 91lxqt-config-dir <<- _EOF_
+   XDG_CONFIG_DIRS='${EPREFIX}/usr/share'
+   _EOF_
+}



[gentoo-commits] proj/qt:master commit in: x11-misc/screengrab/

2024-04-21 Thread Jimi Huotari
commit: 069671aa71eb0c88aa8944b1236a1b44673c678b
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Apr 21 18:48:32 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 19:49:29 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=069671aa

x11-misc/screengrab: add , 2.8.0

Initial qt6 version.

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

 x11-misc/screengrab/Manifest|  1 +
 x11-misc/screengrab/metadata.xml| 11 
 x11-misc/screengrab/screengrab-2.8.0.ebuild | 40 +
 x11-misc/screengrab/screengrab-.ebuild  | 40 +
 4 files changed, 92 insertions(+)

diff --git a/x11-misc/screengrab/Manifest b/x11-misc/screengrab/Manifest
new file mode 100644
index ..237a420b
--- /dev/null
+++ b/x11-misc/screengrab/Manifest
@@ -0,0 +1 @@
+DIST screengrab-2.8.0.tar.xz 345980 BLAKE2B 
415a8ed9915c1605ef9f55214d60643e32f94bf9a9b833736a27ee39948865760e4e257600694c16eb8e5b5c38e73884354911808262e5a422aab83bad143c30
 SHA512 
e17208294a119a71e7239cb69abf77ec9d6c19b37efb0a53006f3a333a535974156211f362ebc117885cfdf7d93416d2196da9580ff4ab9cb9292228e8d8141f

diff --git a/x11-misc/screengrab/metadata.xml b/x11-misc/screengrab/metadata.xml
new file mode 100644
index ..ab2bf534
--- /dev/null
+++ b/x11-misc/screengrab/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   q...@gentoo.org
+   Gentoo Qt Project
+   
+   
+   lxqt/screengrab
+   
+

diff --git a/x11-misc/screengrab/screengrab-2.8.0.ebuild 
b/x11-misc/screengrab/screengrab-2.8.0.ebuild
new file mode 100644
index ..59d1ca7f
--- /dev/null
+++ b/x11-misc/screengrab/screengrab-2.8.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Qt GUI Screenshot Utility"
+HOMEPAGE="https://lxqt.github.io/";
+
+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"
+fi
+
+LICENSE="GPL-2 GPL-2+ LGPL-2.1+"
+SLOT="0"
+
+BDEPEND=">=dev-qt/qttools-6.6:6[linguist]"
+DEPEND="
+   >=dev-libs/libqtxdg-4.0.0
+   >=dev-qt/qtbase-6.6:6[dbus,gui,network,widgets]
+   kde-frameworks/kwindowsystem:6[X]
+   x11-libs/libX11
+   x11-libs/libxcb:=
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}

diff --git a/x11-misc/screengrab/screengrab-.ebuild 
b/x11-misc/screengrab/screengrab-.ebuild
new file mode 100644
index ..59d1ca7f
--- /dev/null
+++ b/x11-misc/screengrab/screengrab-.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Qt GUI Screenshot Utility"
+HOMEPAGE="https://lxqt.github.io/";
+
+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"
+fi
+
+LICENSE="GPL-2 GPL-2+ LGPL-2.1+"
+SLOT="0"
+
+BDEPEND=">=dev-qt/qttools-6.6:6[linguist]"
+DEPEND="
+   >=dev-libs/libqtxdg-4.0.0
+   >=dev-qt/qtbase-6.6:6[dbus,gui,network,widgets]
+   kde-frameworks/kwindowsystem:6[X]
+   x11-libs/libX11
+   x11-libs/libxcb:=
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



[gentoo-commits] proj/qt:master commit in: x11-misc/qps/

2024-04-21 Thread Jimi Huotari
commit: 8b39fa001f85b47e6fd13783fc5e9735585ce7ab
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Apr 21 18:41:14 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 19:49:29 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=8b39fa00

x11-misc/qps: new package, add , 2.9.0

Initial qt6 version.

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

 x11-misc/qps/Manifest |  1 +
 x11-misc/qps/metadata.xml | 11 +++
 x11-misc/qps/qps-2.9.0.ebuild | 40 
 x11-misc/qps/qps-.ebuild  | 40 
 4 files changed, 92 insertions(+)

diff --git a/x11-misc/qps/Manifest b/x11-misc/qps/Manifest
new file mode 100644
index ..2e074684
--- /dev/null
+++ b/x11-misc/qps/Manifest
@@ -0,0 +1 @@
+DIST qps-2.9.0.tar.xz 457488 BLAKE2B 
641b084f1e6817c7a5dd95aa1a21ede11e6c3206ac3206fb2e1ebd4e4685adbc53f09fbc6ffa44297f37a70d0bf1a12758e232e00d4126ffbe7f38eed4f10f15
 SHA512 
d085f987ce0abbd479704270415502384a17fdce13401c8d70d0d9982b045ef50b20abc347809e3c0c425651440c2c0f8e24b7114251808011990e896e6710fd

diff --git a/x11-misc/qps/metadata.xml b/x11-misc/qps/metadata.xml
new file mode 100644
index ..5ca1065c
--- /dev/null
+++ b/x11-misc/qps/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   q...@gentoo.org
+   Gentoo Qt Project
+   
+   
+   lxqt/qps
+   
+

diff --git a/x11-misc/qps/qps-2.9.0.ebuild b/x11-misc/qps/qps-2.9.0.ebuild
new file mode 100644
index ..43aa91df
--- /dev/null
+++ b/x11-misc/qps/qps-2.9.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Qt GUI Process Manager"
+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"
+fi
+
+LICENSE="GPL-2 GPL-2+ LGPL-2.1+ QPL-1.0"
+SLOT="0"
+
+BDEPEND="
+   >=dev-qt/qttools-6.6:6[linguist]
+   >=dev-util/lxqt-build-tools-2.0.0
+"
+DEPEND="
+   >=dev-qt/qtbase-6.6:6[gui,widgets]
+   >=lxqt-base/liblxqt-2.0:=
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}

diff --git a/x11-misc/qps/qps-.ebuild b/x11-misc/qps/qps-.ebuild
new file mode 100644
index ..43aa91df
--- /dev/null
+++ b/x11-misc/qps/qps-.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Qt GUI Process Manager"
+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"
+fi
+
+LICENSE="GPL-2 GPL-2+ LGPL-2.1+ QPL-1.0"
+SLOT="0"
+
+BDEPEND="
+   >=dev-qt/qttools-6.6:6[linguist]
+   >=dev-util/lxqt-build-tools-2.0.0
+"
+DEPEND="
+   >=dev-qt/qtbase-6.6:6[gui,widgets]
+   >=lxqt-base/liblxqt-2.0:=
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-runner/

2024-04-21 Thread Jimi Huotari
commit: 4cee13aef9be956a5bf4858dd8e0e34f4365f0f4
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Apr 21 17:21:07 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 19:49:28 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=4cee13ae

lxqt-base/lxqt-runner: add 2.0.0

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

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

diff --git a/lxqt-base/lxqt-runner/Manifest b/lxqt-base/lxqt-runner/Manifest
new file mode 100644
index ..aa60fd99
--- /dev/null
+++ b/lxqt-base/lxqt-runner/Manifest
@@ -0,0 +1 @@
+DIST lxqt-runner-2.0.0.tar.xz 226344 BLAKE2B 
3b831d1d1b0226e1785d4ee4fc93055cf01426335001c432cfc099f75c14421f467fa761648e77d826dfd6b36c9867779b88e38d971fe78846b102bcb7c945d1
 SHA512 
4c9ff79a0a4b7167023bd5447c83692be2e4e79ae48b6069deadae8ab4e5d6d73e6439169ffce87fc8f6000e65ed354fffb58188e9ba4f762b177b1c85c284c5

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-2.0.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-2.0.0.ebuild
new file mode 100644
index ..df4effbd
--- /dev/null
+++ b/lxqt-base/lxqt-runner/lxqt-runner-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="LXQt quick launcher"
+HOMEPAGE="https://lxqt-project.org/";
+
+MY_PV="$(ver_cut 1-2)"
+
+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"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+   >=dev-qt/qttools-6.6:6[linguist]
+   >=dev-util/lxqt-build-tools-2.0.0
+   virtual/pkgconfig
+"
+DEPEND="
+   >=dev-cpp/muParser-2.2.3
+   >=dev-libs/libqtxdg-4.0.0
+   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets,xml]
+   kde-frameworks/kwindowsystem:6
+   >=kde-plasma/layer-shell-qt-6.0:6
+   =lxqt-base/liblxqt-${MY_PV}*:=
+   =lxqt-base/lxqt-globalkeys-${MY_PV}*
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   cmake_src_install
+   doman man/*.1
+}



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-sudo/

2024-04-21 Thread Jimi Huotari
commit: b553321c500d470594b1cc44203f52d1b7d4c7ab
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Apr 21 17:21:20 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 19:49:28 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=b553321c

lxqt-base/lxqt-sudo: add 2.0.0

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

 lxqt-base/lxqt-sudo/Manifest   |  1 +
 lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest
new file mode 100644
index ..a031c296
--- /dev/null
+++ b/lxqt-base/lxqt-sudo/Manifest
@@ -0,0 +1 @@
+DIST lxqt-sudo-2.0.0.tar.xz 39164 BLAKE2B 
ab17745ced9d41fb63af7dc3646939578b79ba16a8f17739a2306114581f0c81517ad47430615fc043960638d25b062f38b4f1b1884247a8b5507723185383fc
 SHA512 
8c79e782293f496c4e3a7d0bfbee06fb73fd682332b9bd4efa94b0ffd132e9980c64d4aa9d2719b805a7a209432595527231b9088e829b4638cc086c674f70a6

diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild 
b/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild
new file mode 100644
index ..b7bc5e0c
--- /dev/null
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt GUI frontend for sudo"
+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"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
+DEPEND="
+   app-admin/sudo
+   >=dev-qt/qtbase-6.6:6[gui,widgets]
+   ~lxqt-base/liblxqt-${PV}:=
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-powermanagement/

2024-04-21 Thread Jimi Huotari
commit: 8d16f752b76fa184ad86d940c941a7801e367aa5
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Apr 21 17:20:52 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 19:49:28 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=8d16f752

lxqt-base/lxqt-powermanagement: add 2.0.0

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

 lxqt-base/lxqt-powermanagement/Manifest|  1 +
 .../lxqt-powermanagement-2.0.0.ebuild  | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/lxqt-base/lxqt-powermanagement/Manifest 
b/lxqt-base/lxqt-powermanagement/Manifest
new file mode 100644
index ..72d0d687
--- /dev/null
+++ b/lxqt-base/lxqt-powermanagement/Manifest
@@ -0,0 +1 @@
+DIST lxqt-powermanagement-2.0.0.tar.xz 97220 BLAKE2B 
bf267a3c95d50c077e5fe0d271a664511eef2b1180d51dbd0141e821874d9f7d2df156fc776b69933784836967d6322c8dc92a2fcd3fe8fb2ddf7b5fb05d64a1
 SHA512 
8be223d126bcb81863696241a548d88be0328b0af47502e941544109e5a5b9053e16e41e0f98c817c6616174461b126b91b7c4081835cc02af4d7d6b9f400b11

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild 
b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild
new file mode 100644
index ..0bdb377f
--- /dev/null
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="LXQt daemon for power management and auto-suspend"
+HOMEPAGE="https://lxqt-project.org/";
+
+MY_PV="$(ver_cut 1-2)"
+
+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"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+   >=dev-qt/qttools-6.6:6[linguist]
+   >=dev-util/lxqt-build-tools-2.0.0
+   virtual/pkgconfig
+"
+DEPEND="
+   >=dev-libs/libqtxdg-4.0.0
+   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+   >=dev-qt/qtsvg-6.6:6
+   kde-frameworks/kwindowsystem:6
+   kde-frameworks/kidletime:6
+   kde-frameworks/solid:6
+   =lxqt-base/liblxqt-${MY_PV}*:=
+   =lxqt-base/lxqt-globalkeys-${MY_PV}*
+   sys-power/upower
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-config/

2024-04-21 Thread Jimi Huotari
commit: 909f089f35c151be3aeff37fe383cf69a680d275
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Apr 21 17:17:02 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 19:48:26 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=909f089f

lxqt-base/lxqt-config: add 2.0.0

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

 lxqt-base/lxqt-config/Manifest |  1 +
 lxqt-base/lxqt-config/lxqt-config-2.0.0.ebuild | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/lxqt-base/lxqt-config/Manifest b/lxqt-base/lxqt-config/Manifest
new file mode 100644
index ..5d8d5a46
--- /dev/null
+++ b/lxqt-base/lxqt-config/Manifest
@@ -0,0 +1 @@
+DIST lxqt-config-2.0.0.tar.xz 380552 BLAKE2B 
5b6dc5f1323609b487608efabcd3b3a2b2d14ee0374a9959b9ee1627146232ff8d91ea244b243a342217f06613424e5e0dca0b89bfef99771dcf8018fccba2ea
 SHA512 
dbb96a069fa0b73c5e7cb6ed26d99ddf838df363b3dba5c6f8ac3dde4ab316646c6bea6fd6d463d9ddc76c38ce8b75dbf1fadc7e56d4c548a54c6d53b494bce3

diff --git a/lxqt-base/lxqt-config/lxqt-config-2.0.0.ebuild 
b/lxqt-base/lxqt-config/lxqt-config-2.0.0.ebuild
new file mode 100644
index ..b5163665
--- /dev/null
+++ b/lxqt-base/lxqt-config/lxqt-config-2.0.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV="$(ver_cut 1-2)"
+
+inherit cmake xdg-utils
+
+DESCRIPTION="LXQt system configuration control center"
+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"
+fi
+
+LICENSE="GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2+ LGPL-2.1+ WTFPL-2"
+SLOT="0"
+IUSE="+monitor +touchpad"
+
+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[gui,widgets,xml]
+   >=dev-qt/qtsvg-6.6:6
+   =lxqt-base/liblxqt-${MY_PV}*:=
+   =lxqt-base/lxqt-menu-data-${MY_PV}*
+   sys-libs/zlib:=
+   x11-apps/setxkbmap
+   x11-libs/libxcb:=
+   x11-libs/libX11
+   x11-libs/libXcursor
+   x11-libs/libXfixes
+   monitor? ( kde-plasma/libkscreen:6= )
+   touchpad? (
+   virtual/libudev:=
+   x11-drivers/xf86-input-libinput
+   x11-libs/libXi
+   )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DWITH_MONITOR=$(usex monitor)
+   -DWITH_TOUCHPAD=$(usex touchpad)
+   )
+
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+   doman man/*.1 liblxqt-config-cursor/man/*.1 
lxqt-config-appearance/man/*.1
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-openssh-askpass/

2024-04-21 Thread Jimi Huotari
commit: e05ae2415fc7bcede3382995b5689932237be373
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Apr 21 17:18:20 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 19:48:27 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=e05ae241

lxqt-base/lxqt-openssh-askpass: add 2.0.0

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

 lxqt-base/lxqt-openssh-askpass/Manifest|  1 +
 .../lxqt-openssh-askpass-2.0.0.ebuild  | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/lxqt-base/lxqt-openssh-askpass/Manifest 
b/lxqt-base/lxqt-openssh-askpass/Manifest
new file mode 100644
index ..50661685
--- /dev/null
+++ b/lxqt-base/lxqt-openssh-askpass/Manifest
@@ -0,0 +1 @@
+DIST lxqt-openssh-askpass-2.0.0.tar.xz 17812 BLAKE2B 
cc3dd5694d436ae889dc42ea128896caf80745a1fbd6d017d144b3a016f72f68482dad660b7e79c9e5c3f937bcc29da30926bfb4cd92ccee426abfc945e14f29
 SHA512 
571182fb9a1610bd5e61ad5ffe68083c66391e73a10c8ce58972ec7bbad7f0244f3b93fdd25cf24196add290dce03393eb560bd0e0dee18da81b02c7faec6b4c

diff --git a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-2.0.0.ebuild 
b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-2.0.0.ebuild
new file mode 100644
index ..4382d497
--- /dev/null
+++ b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-2.0.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt OpenSSH user password prompt tool"
+HOMEPAGE="https://lxqt-project.org/";
+
+MY_PV="$(ver_cut 1-2)"
+
+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"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+   >=dev-qt/qttools-6.6:6[linguist]
+   >=dev-util/lxqt-build-tools-2.0.0
+"
+DEPEND="
+   >=dev-qt/qtbase-6.6:6[widgets]
+   =lxqt-base/liblxqt-${MY_PV}*:=
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   cmake_src_install
+   doman man/*.1
+
+   newenvd - 99${PN} <<- _EOF_
+   SSH_ASKPASS='${EPREFIX}/usr/bin/lxqt-openssh-askpass'
+   _EOF_
+}



  1   2   3   4   5   6   7   8   9   10   >