diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-03-27 06:06:27 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-03-27 06:06:27 +0000 |
commit | 8d5dbd847cbc704a6a06405856e94b461011afe3 (patch) | |
tree | 4d26462d027b14926335894749d2e01d982234d0 /lxqt-base/lxqt-meta | |
parent | 5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (diff) |
gentoo resync : 27.03.2021
Diffstat (limited to 'lxqt-base/lxqt-meta')
-rw-r--r-- | lxqt-base/lxqt-meta/Manifest | 1 | ||||
-rw-r--r-- | lxqt-base/lxqt-meta/lxqt-meta-0.15.0.ebuild | 61 |
2 files changed, 0 insertions, 62 deletions
diff --git a/lxqt-base/lxqt-meta/Manifest b/lxqt-base/lxqt-meta/Manifest index 221f74758aa1..df6740588dd6 100644 --- a/lxqt-base/lxqt-meta/Manifest +++ b/lxqt-base/lxqt-meta/Manifest @@ -1,3 +1,2 @@ -EBUILD lxqt-meta-0.15.0.ebuild 1866 BLAKE2B ef3fba6955394617124182d85474d71e15d023f33d3e53694379dbe2b7e3a92343f99e76d7599f252db06ebff06d6b62c4d1034bad62b05121f847241a26f3bc SHA512 f5948360935fbc1e931153f1bcdb6617ba03c392c60e583b61a6c0505c0a4dad5f2a6d9a4bb21e4eded399f667e41d2c3d888aadad053b17556a2077ba6d4782 EBUILD lxqt-meta-0.16.0.ebuild 1866 BLAKE2B 5d889cd0aa1e9a7439b4c36f7b02c51deb3c6f8729b515917a3f75f764104fef69ef997369e60bfca87efde8c6479ac46ddc814cfabbd82c1ea58ffc104b9848 SHA512 fac0747fac961065f086d5fc8e1eea38b1c27b67682d43c4fe9ccbfb5e4c2df946e2ca65e82bb0c0b6633e1b952cbc543adaa0f031e3706d76a66059eb118219 MISC metadata.xml 1592 BLAKE2B 6339857aed9196217fd3f88332a9bb5329b0c645f76255d729cbd886dcb624d23c5f27e675de81b8b1a6771c9b7efb2bd4efe634032075356370e95eca2beeb5 SHA512 de705e73b7cb77fcee5d6911cef3ea75f34264c7c8c4060eb97b3fab9c8b5f415ffb75620c9b0c8bb38f16d41318b74b6687806b9e88e6ff3e168bb7ccf7c725 diff --git a/lxqt-base/lxqt-meta/lxqt-meta-0.15.0.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-0.15.0.ebuild deleted file mode 100644 index c764d554669a..000000000000 --- a/lxqt-base/lxqt-meta/lxqt-meta-0.15.0.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PV="$(ver_cut 1-2)*" - -DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment" -HOMEPAGE="https://lxqt.github.io/" - -if [[ ${PV} != *9999* ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" -fi - -LICENSE="metapackage" -SLOT="0" - -IUSE="+about admin archiver +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-themes/lxqt-themes-${MY_PV} - about? ( =lxqt-base/lxqt-about-${MY_PV} ) - admin? ( =lxqt-base/lxqt-admin-${MY_PV} ) - archiver? ( app-arch/lxqt-archiver ) - 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 ) -" |