mgorny      15/05/12 04:02:30

  Modified:             ChangeLog
  Added:                xfce4-pulseaudio-plugin-0.2.3.ebuild
  Log:
  Version bump, with libnotify support.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.5                  xfce-extra/xfce4-pulseaudio-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   11 May 2015 17:52:34 -0000      1.4
+++ ChangeLog   12 May 2015 04:02:30 -0000      1.5
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-pulseaudio-plugin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog,v 1.4 
2015/05/11 17:52:34 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog,v 1.5 
2015/05/12 04:02:30 mgorny Exp $
+
+*xfce4-pulseaudio-plugin-0.2.3 (12 May 2015)
+
+  12 May 2015; Michał Górny <[email protected]>
+  +xfce4-pulseaudio-plugin-0.2.3.ebuild:
+  Version bump, with libnotify support.
 
 *xfce4-pulseaudio-plugin-0.2.2-r1 (11 May 2015)
 



1.1                  
xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.3.ebuild?rev=1.1&content-type=text/plain

Index: xfce4-pulseaudio-plugin-0.2.3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.3.ebuild,v
 1.1 2015/05/12 04:02:30 mgorny Exp $

EAPI=5
inherit xfconf

DESCRIPTION="A panel plug-in for PulseAudio volume control"
HOMEPAGE="https://github.com/andrzej-r/xfce4-pulseaudio-plugin";
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug keybinder libnotify"

RDEPEND=">=dev-libs/glib-2.24.0:=
        media-sound/pulseaudio:=
        >=x11-libs/gtk+-3.6.0:3=
        >=xfce-base/libxfce4ui-4.11.0:=[gtk3(+)]
        >=xfce-base/libxfce4util-4.9.0:=
        >=xfce-base/xfce4-panel-4.11.0:=
        >=xfce-base/xfconf-4.6.0:=
        keybinder? ( dev-libs/keybinder:3= )
        libnotify? ( x11-libs/libnotify:= )"
DEPEND="${RDEPEND}
        dev-util/intltool
        virtual/pkgconfig"

pkg_setup() {
        XFCONF=(
                $(use_enable keybinder)
                $(use_enable libnotify)
                $(xfconf_use_debug)
                )

        DOCS=( AUTHORS ChangeLog NEWS README )
}




Reply via email to