diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-03-16 08:17:36 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-03-16 08:17:36 +0000 |
commit | 04bb31582d09c125ec0377e18907048150eb8233 (patch) | |
tree | 89dbacea2a057144571e9f627acf88643ae8fddc /xfce-extra | |
parent | Version bump. (diff) | |
download | gentoo-2-04bb31582d09c125ec0377e18907048150eb8233.tar.gz gentoo-2-04bb31582d09c125ec0377e18907048150eb8233.tar.bz2 gentoo-2-04bb31582d09c125ec0377e18907048150eb8233.zip |
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-indicator-plugin/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-2.3.2.ebuild | 37 |
2 files changed, 44 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-indicator-plugin/ChangeLog b/xfce-extra/xfce4-indicator-plugin/ChangeLog index a82a35b1289b..b61edb7e1370 100644 --- a/xfce-extra/xfce4-indicator-plugin/ChangeLog +++ b/xfce-extra/xfce4-indicator-plugin/ChangeLog @@ -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 <ssuominen@gentoo.org> + +xfce4-indicator-plugin-2.3.2.ebuild: + Version bump. *xfce4-indicator-plugin-2.3.1 (15 Mar 2014) diff --git a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-2.3.2.ebuild b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-2.3.2.ebuild new file mode 100644 index 000000000000..e8910c3db394 --- /dev/null +++ b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-2.3.2.ebuild @@ -0,0 +1,37 @@ +# 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 ) +} |