summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-10-30 00:50:56 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-10-30 00:51:11 +1100
commit29f96e02ce4819160085ef2207e3677af4c1d941 (patch)
treee58491ac54e0c29ed8775c81d4c5f2214be0d1d2
parentx11-misc/pcmanfm-qt: version bump (diff)
downloadgentoo-29f96e02ce4819160085ef2207e3677af4c1d941.tar.gz
gentoo-29f96e02ce4819160085ef2207e3677af4c1d941.tar.bz2
gentoo-29f96e02ce4819160085ef2207e3677af4c1d941.zip
lxqt-base/lxqt-meta: version bump
Package-Manager: portage-2.3.2
-rw-r--r--lxqt-base/lxqt-meta/lxqt-meta-0.11.0.ebuild48
1 files changed, 48 insertions, 0 deletions
diff --git a/lxqt-base/lxqt-meta/lxqt-meta-0.11.0.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-0.11.0.ebuild
new file mode 100644
index 000000000000..6bb749a6008a
--- /dev/null
+++ b/lxqt-base/lxqt-meta/lxqt-meta-0.11.0.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 +filemanager +icons lightdm lximage minimal +oxygen +policykit
+ powermanagement sddm ssh-askpass sudo"
+REQUIRED_USE="oxygen? ( icons )"
+
+RDEPEND="
+ >=lxde-base/lxmenu-data-0.1.2
+ =lxqt-base/lxqt-common-0.10*
+ ~lxqt-base/lxqt-config-${PV}
+ ~lxqt-base/lxqt-globalkeys-${PV}
+ ~lxqt-base/lxqt-notificationd-${PV}
+ ~lxqt-base/lxqt-panel-${PV}
+ ~lxqt-base/lxqt-qtplugin-${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} )
+ filemanager? ( >=x11-misc/pcmanfm-qt-${PV} )
+ icons? ( oxygen? ( kde-frameworks/oxygen-icons )
+ !oxygen? ( virtual/freedesktop-icon-theme ) )
+ lightdm? ( x11-misc/lightdm )
+ 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} )
+ sddm? ( >=x11-misc/sddm-0.11.0 )
+ 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}"