commit:     0756611b2c0da3c2363d41bdaccc704574380bd1
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  9 19:56:30 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Nov  9 21:45:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0756611b

lxqt-base/lxqt-meta: add 1.4.0

With some rekeywording required.

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

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

diff --git a/lxqt-base/lxqt-meta/lxqt-meta-1.4.0.ebuild 
b/lxqt-base/lxqt-meta/lxqt-meta-1.4.0.ebuild
new file mode 100644
index 000000000000..dd68f75ee648
--- /dev/null
+++ b/lxqt-base/lxqt-meta/lxqt-meta-1.4.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 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} != *9999* ]]; 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"
+
+REQUIRED_USE="trash? ( filemanager )"
+
+# Note: we prefer kde-frameworks/oxygen-icons over other icon sets, as the 
initial
+# install expects oxygen icons, until the user specifies otherwise (bug 543380)
+
+# For lxqt-themes there is no release 1.4.0 at this time.
+
+RDEPEND="
+       kde-frameworks/oxygen-icons
+       =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-1.3.0
+       about? ( =lxqt-base/lxqt-about-${MY_PV}* )
+       admin? ( =lxqt-base/lxqt-admin-${MY_PV}* )
+       archiver? ( app-arch/lxqt-archiver )
+       desktop-portal? ( gui-libs/xdg-desktop-portal-lxqt )
+       display-manager? (
+               sddm? ( >=x11-misc/sddm-0.11.0 )
+               !sddm? ( x11-misc/lightdm )
+       )
+       filemanager? ( =x11-misc/pcmanfm-qt-${MY_PV}* )
+       lximage? ( media-gfx/lximage-qt )
+       !minimal? (
+               x11-wm/openbox
+               x11-misc/obconf-qt
+       )
+       nls? ( dev-qt/qttranslations:5 )
+       policykit? ( =lxqt-base/lxqt-policykit-${MY_PV}* )
+       powermanagement? ( =lxqt-base/lxqt-powermanagement-${MY_PV}* )
+       processviewer? ( x11-misc/qps:0 )
+       screenshot? ( x11-misc/screengrab:0 )
+       sddm? ( >=x11-misc/sddm-0.11.0 )
+       ssh-askpass? ( =lxqt-base/lxqt-openssh-askpass-${MY_PV}* )
+       sudo? ( =lxqt-base/lxqt-sudo-${MY_PV}* )
+       terminal? ( x11-terms/qterminal:0 )
+       trash? ( gnome-base/gvfs )
+"

Reply via email to