ssuominen 14/03/15 14:11:14 Modified: ChangeLog Added: xfce4-indicator-plugin-2.3.1.ebuild Log: Version bump to version making use of the GTK+-3.x libxfce4ui from Xfce 4.12 (git) (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.19 xfce-extra/xfce4-indicator-plugin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 15 Jul 2013 23:23:30 -0000 1.18 +++ ChangeLog 15 Mar 2014 14:11:14 -0000 1.19 @@ -1,6 +1,13 @@ # ChangeLog for xfce-extra/xfce4-indicator-plugin -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v 1.18 2013/07/15 23:23:30 ssuominen Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v 1.19 2014/03/15 14:11:14 ssuominen Exp $ + +*xfce4-indicator-plugin-2.3.1 (15 Mar 2014) + + 15 Mar 2014; Samuli Suominen <[email protected]> + +xfce4-indicator-plugin-2.3.1.ebuild: + Version bump to version making use of the GTK+-3.x libxfce4ui from Xfce 4.12 + (git) 15 Jul 2013; Samuli Suominen <[email protected]> -xfce4-indicator-plugin-0.5.0.ebuild: 1.1 xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-2.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-2.3.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-2.3.1.ebuild?rev=1.1&content-type=text/plain Index: xfce4-indicator-plugin-2.3.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-2.3.1.ebuild,v 1.1 2014/03/15 14:11:14 ssuominen Exp $ EAPI=5 inherit xfconf DESCRIPTION="A panel plugin that uses indicator-applet to show new messages" HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin" SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" RDEPEND=">=dev-libs/libindicator-12.10.1:3 >=x11-libs/gtk+-3.6:3 x11-libs/libX11 >=xfce-base/libxfce4ui-4.11 >=xfce-base/libxfce4util-4.11 >=xfce-base/xfce4-panel-4.11 >=xfce-base/xfconf-4.10" DEPEND="${RDEPEND} dev-util/intltool sys-devel/gettext virtual/pkgconfig" pkg_setup() { # TODO: libido3-13.10.0 needs ubuntu-private.h from Ubuntu's GTK+ 3.x XFCONF=( --disable-ido $(xfconf_use_debug) ) DOCS=( AUTHORS ChangeLog NEWS README THANKS ) }
