summaryrefslogtreecommitdiff
path: root/lxqt-base/lxqt-meta
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-15 17:55:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-15 17:55:55 +0100
commitb55133a6f04a2fbdb3d4dc1492ad69d1f8e74856 (patch)
treecbcf1893650dd55abbb9fc0e1ab4afc44c668cc1 /lxqt-base/lxqt-meta
parent1dd68ef1501563e01ec162d82b3124ea2b6ff481 (diff)
lxqt : version bump
Diffstat (limited to 'lxqt-base/lxqt-meta')
-rw-r--r--lxqt-base/lxqt-meta/lxqt-meta-0.11.1-r1710.ebuild48
1 files changed, 48 insertions, 0 deletions
diff --git a/lxqt-base/lxqt-meta/lxqt-meta-0.11.1-r1710.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-0.11.1-r1710.ebuild
new file mode 100644
index 00000000..d2c43153
--- /dev/null
+++ b/lxqt-base/lxqt-meta/lxqt-meta-0.11.1-r1710.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment"
+HOMEPAGE="http://lxqt.org/"
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="amd64 ~arm64 ~x86"
+IUSE="+about +admin +branding +filemanager +styles +icons +sddm +lximage minimal +oxygen +policykit
+ +powermanagement +ssh-askpass sudo"
+REQUIRED_USE="oxygen? ( icons )"
+
+RDEPEND="
+ >=lxde-base/lxmenu-data-0.1.2
+ >=lxde-base/lxappearance-0.5.5
+ ~lxqt-base/lxqt-config-${PV}
+ ~lxqt-base/lxqt-globalkeys-${PV}
+ ~lxqt-base/lxqt-notificationd-${PV}
+ ~lxqt-base/lxqt-panel-${PV}
+ ~lxqt-base/lxqt-runner-${PV}
+ ~lxqt-base/lxqt-session-${PV}
+ virtual/ttf-fonts
+ about? ( ~lxqt-base/lxqt-about-${PV} )
+ admin? ( ~lxqt-base/lxqt-admin-${PV} )
+ branding? ( x11-themes/redcore-theme-lxqt )
+ filemanager? ( >=x11-misc/pcmanfm-qt-${PV} )
+ styles? ( dev-qt/qt5-styleplugins )
+ icons? ( oxygen? ( kde-frameworks/oxygen-icons )
+ !oxygen? ( virtual/freedesktop-icon-theme ) )
+ sddm? ( x11-misc/sddm )
+ lximage? ( media-gfx/lximage-qt )
+ !minimal? ( x11-wm/openbox
+ x11-misc/obconf-qt )
+ policykit? ( ~lxqt-base/lxqt-policykit-${PV}
+ || ( sys-auth/consolekit[policykit(-)]
+ sys-apps/systemd[policykit(-)] ) )
+ powermanagement? ( ~lxqt-base/lxqt-powermanagement-${PV} )
+ ssh-askpass? ( ~lxqt-base/lxqt-openssh-askpass-${PV} )
+ sudo? ( ~lxqt-base/lxqt-sudo-${PV} )"
+
+# 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)
+
+S="${WORKDIR}"