diff options
-rw-r--r-- | xfce-extra/xfce4-volumed/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-volumed/xfce4-volumed-0.1.8.ebuild | 30 |
2 files changed, 37 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-volumed/ChangeLog b/xfce-extra/xfce4-volumed/ChangeLog index c8dd3ec7e21e..4a2d5b94d2a1 100644 --- a/xfce-extra/xfce4-volumed/ChangeLog +++ b/xfce-extra/xfce4-volumed/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-volumed # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v 1.6 2009/11/12 14:51:30 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v 1.7 2009/11/21 21:13:52 angelos Exp $ + +*xfce4-volumed-0.1.8 (21 Nov 2009) + + 21 Nov 2009; Christoph Mende <angelos@gentoo.org> + +xfce4-volumed-0.1.8.ebuild: + Version bump *xfce4-volumed-0.1.7 (12 Nov 2009) diff --git a/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.8.ebuild b/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.8.ebuild new file mode 100644 index 000000000000..b5e18481fbb7 --- /dev/null +++ b/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.8.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.8.ebuild,v 1.1 2009/11/21 21:13:52 angelos Exp $ + +EAPI=2 +inherit xfconf + +DESCRIPTION="Daemon to control volume up/down and mute keys" +HOMEPAGE="https://launchpad.net/xfce4-volumed" +SRC_URI="mirror://xfce/src/apps/${PN}/0.1/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug libnotify" + +RDEPEND="xfce-base/xfconf + >=x11-libs/xcb-util-0.3.5 + media-libs/gstreamer:0.10 + media-libs/gst-plugins-base:0.10 + libnotify? ( x11-libs/libnotify )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +pkg_setup() { + XFCONF="--disable-dependency-tracking + $(use_enable debug) + $(use_with libnotify)" + DOCS="AUTHORS ChangeLog README THANKS" +} |