From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1BF181381FA for ; Mon, 26 May 2014 16:08:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69E87E07FE; Mon, 26 May 2014 16:08:26 +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 D49B6E07FE for ; Mon, 26 May 2014 16:08:25 +0000 (UTC) Received: from flycatcher.gentoo.org (unknown [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87E293400A4 for ; Mon, 26 May 2014 16:08:24 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2359) id 36A0E2004E; Mon, 26 May 2014 16:08:23 +0000 (UTC) From: "Jauhien Piatlicki (jauhien)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jauhien@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in lxqt-base/lxqt-panel: metadata.xml lxqt-panel-0.7.0.ebuild Manifest ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: metadata.xml lxqt-panel-0.7.0.ebuild Manifest ChangeLog X-VCS-Directories: lxqt-base/lxqt-panel X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140526160823.36A0E2004E@flycatcher.gentoo.org> Date: Mon, 26 May 2014 16:08:23 +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: f7dd515c-b81b-4692-acb4-548fb42e4407 X-Archives-Hash: 43920a11c0ad1d63b2b13a9e8e0d72c1 jauhien 14/05/26 16:08:23 Added: metadata.xml lxqt-panel-0.7.0.ebuild Manifest ChangeLog Log: Initial import from the qt overlay, thanks to Harvey Mittens and Davide Pesavento, see bug #509946 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4) Revision Changes Path 1.1 lxqt-base/lxqt-panel/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== lxqt jauhien@gentoo.org Jauhien Piatlicki Build clock plugin Build colorpicker plugin Build cpuload plugin Build desktopswitch plugin Build dom plugin Build kbindicator plugin Build mainmenu plugin Build mount plugin Build networkmonitor plugin Build quicklaunch plugin Build screensaver plugin Build sensors plugin Build showdesktop plugin Build sysstat plugin Build taskbar plugin Build teatime plugin Build tray plugin Build volume plugin Build worldclock plugin 1.1 lxqt-base/lxqt-panel/lxqt-panel-0.7.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/lxqt-panel-0.7.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/lxqt-panel-0.7.0.ebuild?rev=1.1&content-type=text/plain Index: lxqt-panel-0.7.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-panel/lxqt-panel-0.7.0.ebuild,v 1.1 2014/05/26 16:08:22 jauhien Exp $ EAPI=5 inherit cmake-utils DESCRIPTION="LXQt desktop panel and plugins" HOMEPAGE="http://www.lxqt.org/" if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="http://lxqt.org/downloads/lxqt/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~x86" S=${WORKDIR} fi LICENSE="GPL-2 LGPL-2.1+" SLOT="0" IUSE="+alsa +clock colorpicker cpuload +desktopswitch dom +kbindicator +mainmenu +mount networkmonitor pulseaudio +quicklaunch screensaver sensors +showdesktop sysstat +taskbar teatime +tray +volume worldclock" REQUIRED_USE="volume? ( || ( alsa pulseaudio ) )" DEPEND="dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 >=lxde-base/menu-cache-0.3.3 lxqt-base/liblxqt lxqt-base/liblxqt-mount lxqt-base/libsysstat lxqt-base/lxqt-globalkeys razorqt-base/libqtxdg x11-libs/libX11 cpuload? ( sys-libs/libstatgrab ) networkmonitor? ( sys-libs/libstatgrab ) sensors? ( sys-apps/lm_sensors ) sysstat? ( lxqt-base/libsysstat ) volume? ( alsa? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) ) worldclock? ( dev-libs/icu:= )" RDEPEND="${DEPEND} lxde-base/lxmenu-data" src_configure() { local mycmakeargs i y for i in clock colorpicker cpuload desktopswitch dom kbindicator mainmenu mount \ networkmonitor quicklaunch screensaver sensors showdesktop sysstat \ taskbar teatime tray volume worldclock; do y=$(tr '[:lower:]' '[:upper:]' <<< "${i}") mycmakeargs+=( $(cmake-utils_use ${i} ${y}_PLUGIN) ) done if use volume; then mycmakeargs+=( $(cmake-utils_use alsa VOLUME_USE_ALSA) $(cmake-utils_use pulseaudio VOLUME_USE_PULSEAUDIO) ) fi cmake-utils_src_configure } 1.1 lxqt-base/lxqt-panel/Manifest file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/Manifest?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/Manifest?rev=1.1&content-type=text/plain Index: Manifest =================================================================== DIST lxqt-panel-0.7.0.tar.xz 247640 SHA256 13fcdd33dfe1a691395765032dd6ae6eab5d4988ba96fb79b3d521e216383677 SHA512 e8817bc424c9c4369afd6f300d54f752cbb448767277eaa3024b44b0cb557e14721b19e83ba647fc1e0aac2923651782cd4964cf92a419f93b4f450351dcda28 WHIRLPOOL 5d29ab327eafe5a33a060e91b63d0320ae11000a2ec4bd58b9313a3eb0f6a78a7c5de1e7375de6c3bfe51f717d7998551d821b966a629263a4cfb873dc79e92b EBUILD lxqt-panel-0.7.0.ebuild 1777 SHA256 7848a9e24f6eb841dbea306f0cc491f5d831c6b4e703534c815236cdbc7a6764 SHA512 e2c295471c6d6aa5bce1c05d4e8b31e53230e2cf61921bda95825ab9e8a02bc901f73d6cec7cbf7d9680123c1d42198ee543812893818d3d5fdf35e9f83e6c8c WHIRLPOOL c148ac3fd6476e561ee2c40b7d7df72712c1ac3ca8a179ec4c6b53a5d0d6de2fc151f8b80baf469e3257f186fe2c111e26bb4f3d41c5184d668bffa177750167 MISC metadata.xml 1337 SHA256 b935f8591f9885dd8554aa626c7df66b1fea60907f519a2293a3cb8d2ab367af SHA512 d8d847a4c0a82ea549e8e2b7d0f9bde2a9d55c948e875a7b8c1d24eb064dd034b383b004c5319f042d663329b36ac7332844458eefee7d2723a8c745858ad5da WHIRLPOOL 25142e449a5ac3ee9c02c662b8493d648d2f8dc4dc64bef305249ff26711c9e1dbb0ea652bebe375c8791cce21ea6811bb10a61678286a78c37764be88c72bea 1.1 lxqt-base/lxqt-panel/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for lxqt-base/lxqt-panel # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-panel/ChangeLog,v 1.1 2014/05/26 16:08:22 jauhien Exp $ *lxqt-panel-0.7.0 (26 May 2014) 26 May 2014; Jauhien Piatlicki +lxqt-panel-0.7.0.ebuild, +metadata.xml: Initial import from the qt overlay, thanks to Harvey Mittens and Davide Pesavento, see bug #509946