ssuominen    14/03/16 08:17:37

  Modified:             ChangeLog
  Added:                xfce4-indicator-plugin-2.3.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.20                 xfce-extra/xfce4-indicator-plugin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog?rev=1.20&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   15 Mar 2014 14:11:14 -0000      1.19
+++ ChangeLog   16 Mar 2014 08:17:36 -0000      1.20
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-indicator-plugin
 # 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 $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v 1.20 
2014/03/16 08:17:36 ssuominen Exp $
+
+*xfce4-indicator-plugin-2.3.2 (16 Mar 2014)
+
+  16 Mar 2014; Samuli Suominen <ssuomi...@gentoo.org>
+  +xfce4-indicator-plugin-2.3.2.ebuild:
+  Version bump.
 
 *xfce4-indicator-plugin-2.3.1 (15 Mar 2014)
 



1.1                  
xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-2.3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-2.3.2.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.2.ebuild?rev=1.1&content-type=text/plain

Index: xfce4-indicator-plugin-2.3.2.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.2.ebuild,v
 1.1 2014/03/16 08:17:36 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 )
}




Reply via email to