yngwin 15/02/20 08:17:19 Modified: lxqt-panel-0.9.0.ebuild ChangeLog Log: Include all deps (bug #540634) (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Revision Changes Path 1.2 lxqt-base/lxqt-panel/lxqt-panel-0.9.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/lxqt-panel-0.9.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/lxqt-panel-0.9.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/lxqt-panel-0.9.0.ebuild?r1=1.1&r2=1.2 Index: lxqt-panel-0.9.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-panel/lxqt-panel-0.9.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lxqt-panel-0.9.0.ebuild 10 Feb 2015 17:12:23 -0000 1.1 +++ lxqt-panel-0.9.0.ebuild 20 Feb 2015 08:17:19 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.9.0.ebuild,v 1.1 2015/02/10 17:12:23 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-panel/lxqt-panel-0.9.0.ebuild,v 1.2 2015/02/20 08:17:19 yngwin Exp $ EAPI=5 inherit cmake-utils @@ -24,6 +24,7 @@ REQUIRED_USE="volume? ( || ( alsa pulseaudio ) )" DEPEND=" + dev-libs/glib:2 >=dev-libs/libqtxdg-1.0.0 dev-qt/linguist-tools:5 dev-qt/qtcore:5 @@ -39,6 +40,9 @@ ~lxqt-base/liblxqt-mount-${PV} ~lxqt-base/lxqt-globalkeys-${PV} x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXrender cpuload? ( sys-libs/libstatgrab ) networkmonitor? ( sys-libs/libstatgrab ) sensors? ( sys-apps/lm_sensors ) 1.12 lxqt-base/lxqt-panel/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-panel/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-panel/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 10 Feb 2015 17:12:23 -0000 1.11 +++ ChangeLog 20 Feb 2015 08:17:19 -0000 1.12 @@ -1,6 +1,9 @@ # ChangeLog for lxqt-base/lxqt-panel # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-panel/ChangeLog,v 1.11 2015/02/10 17:12:23 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-panel/ChangeLog,v 1.12 2015/02/20 08:17:19 yngwin Exp $ + + 20 Feb 2015; Ben de Groot <[email protected]> lxqt-panel-0.9.0.ebuild: + Include all deps (bug #540634) *lxqt-panel-0.9.0 (10 Feb 2015)
