From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 70A6C1388E5 for ; Wed, 29 Oct 2014 22:39:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF722E0863; Wed, 29 Oct 2014 22:39:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23224E0864 for ; Wed, 29 Oct 2014 22:39:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8CAD340475 for ; Wed, 29 Oct 2014 22:39:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F4059078 for ; Wed, 29 Oct 2014 22:39:07 +0000 (UTC) From: "Jauhien Piatlicki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" Message-ID: <1414622320.44bb817d76a8cc3edaccb2160a7889f2760ae343.jauhien@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-meta/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-meta/lxqt-meta-0.8.0.ebuild lxqt-base/lxqt-meta/metadata.xml X-VCS-Directories: lxqt-base/lxqt-meta/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: 44bb817d76a8cc3edaccb2160a7889f2760ae343 X-VCS-Branch: master Date: Wed, 29 Oct 2014 22:39:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8e208a97-2c5a-4ca1-a96b-a97c9f37f99c X-Archives-Hash: 0c2f26df1344eb1ae4c3760fb6559fb0 commit: 44bb817d76a8cc3edaccb2160a7889f2760ae343 Author: Jauhien Piatlicki gentoo org> AuthorDate: Wed Oct 29 22:38:40 2014 +0000 Commit: Jauhien Piatlicki gentoo org> CommitDate: Wed Oct 29 22:38:40 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=44bb817d [lxqt-base/lxqt-meta] 0.8.0 release --- lxqt-base/lxqt-meta/lxqt-meta-0.8.0.ebuild | 60 ++++++++++++++++++++++++++++++ lxqt-base/lxqt-meta/metadata.xml | 2 +- 2 files changed, 61 insertions(+), 1 deletion(-) diff --git a/lxqt-base/lxqt-meta/lxqt-meta-0.8.0.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-0.8.0.ebuild new file mode 100644 index 0000000..23f7a63 --- /dev/null +++ b/lxqt-base/lxqt-meta/lxqt-meta-0.8.0.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit readme.gentoo + +DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment" +HOMEPAGE="http://lxqt.org/" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="admin icons lightdm lximage -minimal +policykit powermanagement sddm ssh-askpass" + +S="${WORKDIR}" + +DOC_CONTENTS=" + For your convenience you can review + http://www.gentoo.org/proj/en/desktop/lxde/lxde-howto.xml and + http://wiki.lxde.org/en/LXDE-Qt" + +RDEPEND=" + >=lxde-base/lxmenu-data-0.1.2 + ~lxqt-base/lxqt-about-${PV} + ~lxqt-base/lxqt-common-${PV} + ~lxqt-base/lxqt-config-${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} + ~x11-misc/pcmanfm-qt-${PV} + admin? ( + ~app-admin/lxqt-admin-${PV} ) + icons? ( + >=lxde-base/lxde-icon-theme-0.5 ) + lightdm? ( + x11-misc/lightdm ) + lximage? ( + >=media-gfx/lximage-qt-0.3.0 ) + !minimal? ( + x11-wm/openbox + >=x11-misc/obconf-qt-0.1.0_p20141029 ) + 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.10.0 ) + ssh-askpass? ( + ~net-misc/lxqt-openssh-askpass-${PV} ) +" + +pkg_postinst() { + readme.gentoo_pkg_postinst +} diff --git a/lxqt-base/lxqt-meta/metadata.xml b/lxqt-base/lxqt-meta/metadata.xml index edf6cc8..845fd7c 100644 --- a/lxqt-base/lxqt-meta/metadata.xml +++ b/lxqt-base/lxqt-meta/metadata.xml @@ -5,7 +5,7 @@ Install app-admin/lxqt-admin Install lxde-base/lxde-icon-theme - icon theme + icon theme (pulls in GTK) Install x11-misc/lightdm display manager Install media-gfx/lximage-qt