mgorny 15/04/05 23:05:47
Added: metadata.xml xfce4-pulseaudio-plugin-0.2.2.ebuild
ChangeLog
Log:
Introduce the PulseAudio volume control plugin for xfce4-panel, bug #541308.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
EFB4464E!)
Revision Changes Path
1.1 xfce-extra/xfce4-pulseaudio-plugin/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>xfce</herd>
<use>
<flag name='keybinder'>Enable support for global hotkeys using
<pkg>dev-libs/keybdiner</pkg>.</flag>
</use>
</pkgmetadata>
1.1
xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.2.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.2.ebuild?rev=1.1&content-type=text/plain
Index: xfce4-pulseaudio-plugin-0.2.2.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.2.ebuild,v
1.1 2015/04/05 23:05:47 mgorny Exp $
EAPI=5
inherit multilib xfconf
DESCRIPTION="A panel plug-in for PulseAudio voluem 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"
RDEPEND=">=dev-libs/glib-2.24.0:=
media-sound/pulseaudio:=
>=x11-libs/gtk+-3.6.0:3=
>=xfce-base/libxfce4ui-4.11.0:=
>=xfce-base/libxfce4util-4.9.0:=
>=xfce-base/xfce4-panel-4.11.0:=
>=xfce-base/xfconf-4.6.0:=
keybinder? ( dev-libs/keybinder:3= )"
DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig"
pkg_setup() {
XFCONF=(
# --libexecdir="${EPREFIX}"/usr/$(get_libdir)
$(use_enable keybinder)
$(xfconf_use_debug)
)
DOCS=( AUTHORS ChangeLog NEWS README )
}
1.1 xfce-extra/xfce4-pulseaudio-plugin/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# 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.1
2015/04/05 23:05:47 mgorny Exp $
*xfce4-pulseaudio-plugin-0.2.2 (05 Apr 2015)
05 Apr 2015; Michał Górny <[email protected]> +metadata.xml,
+xfce4-pulseaudio-plugin-0.2.2.ebuild:
Introduce the PulseAudio volume control plugin for xfce4-panel, bug #541308.