lxqt-base/lxqt-meta: add version 1.1.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/25098
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Jimi Huotari 2022-04-19 01:03:29 +03:00 committed by Sam James
parent 5f37f18cb2
commit 64a584f70d
No known key found for this signature in database
GPG Key ID: F4922810EEA0483B
2 changed files with 64 additions and 0 deletions

View File

@ -0,0 +1,63 @@
# Copyright 1999-2022 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 ~arm ~arm64 ~ppc64 ~riscv ~x86"
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)
RDEPEND="
kde-frameworks/oxygen-icons
>=lxde-base/lxmenu-data-0.1.5
=lxqt-base/lxqt-config-${MY_PV}*
=lxqt-base/lxqt-globalkeys-${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 )
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 )
"

View File

@ -9,6 +9,7 @@
<flag name="about">Install <pkg>lxqt-base/lxqt-about</pkg></flag>
<flag name="admin">Install <pkg>lxqt-base/lxqt-admin</pkg></flag>
<flag name="archiver">Install <pkg>app-arch/lxqt-archiver</pkg></flag>
<flag name="desktop-portal">Enable the LXQt sys-apps/xdg-desktop-portal backend implementation</flag>
<flag name="display-manager">Install a graphical display manager</flag>
<flag name="filemanager">Install <pkg>x11-misc/pcmanfm-qt</pkg>file manager</flag>
<flag name="lximage">Install <pkg>media-gfx/lximage-qt</pkg>image viewer</flag>