jauhien 14/11/08 17:38:32 Modified: ChangeLog Added: lxqt-panel-0.8.0.ebuild Log: version bump (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
Revision Changes Path 1.9 lxqt-base/lxqt-panel/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-panel/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 8 Nov 2014 06:46:25 -0000 1.8 +++ ChangeLog 8 Nov 2014 17:38:32 -0000 1.9 @@ -1,6 +1,11 @@ # 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.8 2014/11/08 06:46:25 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-panel/ChangeLog,v 1.9 2014/11/08 17:38:32 jauhien Exp $ + +*lxqt-panel-0.8.0 (08 Nov 2014) + + 08 Nov 2014; Jauhien Piatlicki <[email protected]> +lxqt-panel-0.8.0.ebuild: + version bump 08 Nov 2014; Ben de Groot <[email protected]> lxqt-panel-0.7.0-r1.ebuild: Move libqtxdg to new category 1.1 lxqt-base/lxqt-panel/lxqt-panel-0.8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/lxqt-panel-0.8.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/lxqt-panel-0.8.0.ebuild?rev=1.1&content-type=text/plain Index: lxqt-panel-0.8.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.8.0.ebuild,v 1.1 2014/11/08 17:38:32 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" 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/linguist-tools:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 >=lxde-base/menu-cache-0.3.3 ~lxqt-base/liblxqt-${PV} ~lxqt-base/liblxqt-mount-${PV} ~lxqt-base/lxqt-globalkeys-${PV} >=dev-libs/libqtxdg-1.0.0 x11-libs/libX11 cpuload? ( sys-libs/libstatgrab ) networkmonitor? ( sys-libs/libstatgrab ) sensors? ( sys-apps/lm_sensors ) sysstat? ( >=lxqt-base/libsysstat-0.2.0 ) volume? ( alsa? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) ) worldclock? ( dev-libs/icu:= )" RDEPEND="${DEPEND} >=lxde-base/lxmenu-data-0.1.2" 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 mycmakeargs+=( -DUSE_QT5=ON ) cmake-utils_src_configure } src_install(){ cmake-utils_src_install doman panel/man/*.1 }
