diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2019-06-21 16:05:38 +0300 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-22 13:43:04 +0200 |
commit | 45c84d4f9877bc3899a88199119e39f3b205940d (patch) | |
tree | fbdfb683a1de4bfce13888436542ecbad171ea91 /lxqt-base/lxqt-meta | |
parent | x11-wm/i3-gaps: Install documentation (diff) | |
download | gentoo-45c84d4f9877bc3899a88199119e39f3b205940d.tar.gz gentoo-45c84d4f9877bc3899a88199119e39f3b205940d.tar.bz2 gentoo-45c84d4f9877bc3899a88199119e39f3b205940d.zip |
lxqt-base: Drop LXQt 0.13.0
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/12301
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-meta')
-rw-r--r-- | lxqt-base/lxqt-meta/lxqt-meta-0.13.0.ebuild | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/lxqt-base/lxqt-meta/lxqt-meta-0.13.0.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-0.13.0.ebuild deleted file mode 100644 index df945a56312d..000000000000 --- a/lxqt-base/lxqt-meta/lxqt-meta-0.13.0.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eapi7-ver - -DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment" -HOMEPAGE="https://lxqt.org/" - -MY_PV="$(ver_cut 1-2)*" - -if [[ ${PV} = *9999* ]]; then - KEYWORDS="-* amd64 x86" -else - KEYWORDS="amd64 ~arm ~arm64 x86" -fi - -LICENSE="metapackage" -SLOT="0" - -IUSE="+about admin +filemanager lightdm lximage minimal nls - powermanagement processviewer screenshot sddm ssh-askpass - sudo terminal" - -# 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-policykit-${MY_PV} - =lxqt-base/lxqt-qtplugin-${MY_PV} - =lxqt-base/lxqt-runner-${MY_PV} - =lxqt-base/lxqt-session-${MY_PV} - virtual/ttf-fonts - =x11-themes/lxqt-themes-${MY_PV} - about? ( =lxqt-base/lxqt-about-${MY_PV} ) - admin? ( =lxqt-base/lxqt-admin-${MY_PV} ) - filemanager? ( =x11-misc/pcmanfm-qt-${MY_PV} ) - lightdm? ( x11-misc/lightdm ) - lximage? ( media-gfx/lximage-qt ) - !minimal? ( - x11-wm/openbox - x11-misc/obconf-qt - ) - nls? ( =lxqt-base/lxqt-l10n-${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 ) -" |