Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-meta/
Date: Sun, 18 Apr 2021 05:09:27
Message-Id: 1618722399.458052dbf1ab86375e29a7b1e0647443ff99a316.juippis@gentoo
1 commit: 458052dbf1ab86375e29a7b1e0647443ff99a316
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 16 17:29:02 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 05:06:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=458052db
7
8 lxqt-base/lxqt-meta: add version 0.17.0
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12 Closes: https://github.com/gentoo/gentoo/pull/20414
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 lxqt-base/lxqt-meta/lxqt-meta-0.17.0.ebuild | 62 +++++++++++++++++++++++++++++
16 1 file changed, 62 insertions(+)
17
18 diff --git a/lxqt-base/lxqt-meta/lxqt-meta-0.17.0.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-0.17.0.ebuild
19 new file mode 100644
20 index 00000000000..67747b9e788
21 --- /dev/null
22 +++ b/lxqt-base/lxqt-meta/lxqt-meta-0.17.0.ebuild
23 @@ -0,0 +1,62 @@
24 +# Copyright 1999-2021 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=7
28 +
29 +MY_PV="$(ver_cut 1-2)*"
30 +
31 +DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment"
32 +HOMEPAGE="https://lxqt.github.io/"
33 +
34 +if [[ ${PV} != *9999* ]]; then
35 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
36 +fi
37 +
38 +LICENSE="metapackage"
39 +SLOT="0"
40 +
41 +IUSE="+about admin archiver +display-manager +filemanager lximage
42 +minimal nls +policykit powermanagement processviewer screenshot +sddm
43 +ssh-askpass sudo terminal +trash"
44 +
45 +REQUIRED_USE="trash? ( filemanager )"
46 +
47 +# Note: we prefer kde-frameworks/oxygen-icons over other icon sets, as the initial
48 +# install expects oxygen icons, until the user specifies otherwise (bug 543380)
49 +RDEPEND="
50 + kde-frameworks/oxygen-icons
51 + >=lxde-base/lxmenu-data-0.1.5
52 + =lxqt-base/lxqt-config-${MY_PV}
53 + =lxqt-base/lxqt-globalkeys-${MY_PV}
54 + =lxqt-base/lxqt-notificationd-${MY_PV}
55 + =lxqt-base/lxqt-panel-${MY_PV}
56 + =lxqt-base/lxqt-qtplugin-${MY_PV}
57 + =lxqt-base/lxqt-runner-${MY_PV}
58 + =lxqt-base/lxqt-session-${MY_PV}
59 + virtual/ttf-fonts
60 + x11-terms/xterm
61 + =x11-themes/lxqt-themes-${MY_PV}
62 + about? ( =lxqt-base/lxqt-about-${MY_PV} )
63 + admin? ( =lxqt-base/lxqt-admin-${MY_PV} )
64 + archiver? ( app-arch/lxqt-archiver )
65 + display-manager? (
66 + sddm? ( >=x11-misc/sddm-0.11.0 )
67 + !sddm? ( x11-misc/lightdm )
68 + )
69 + filemanager? ( =x11-misc/pcmanfm-qt-${MY_PV} )
70 + lximage? ( media-gfx/lximage-qt )
71 + !minimal? (
72 + x11-wm/openbox
73 + x11-misc/obconf-qt
74 + )
75 + nls? ( dev-qt/qttranslations:5 )
76 + policykit? ( =lxqt-base/lxqt-policykit-${MY_PV} )
77 + powermanagement? ( =lxqt-base/lxqt-powermanagement-${MY_PV} )
78 + processviewer? ( x11-misc/qps:0 )
79 + screenshot? ( x11-misc/screengrab:0 )
80 + sddm? ( >=x11-misc/sddm-0.11.0 )
81 + ssh-askpass? ( =lxqt-base/lxqt-openssh-askpass-${MY_PV} )
82 + sudo? ( =lxqt-base/lxqt-sudo-${MY_PV} )
83 + terminal? ( x11-terms/qterminal:0 )
84 + trash? ( gnome-base/gvfs )
85 +"