diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-28 16:06:49 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-28 16:06:49 +0000 |
commit | 4452beb6ebe6c68a5526afbc06bf6929d217157a (patch) | |
tree | 5847429fa155b258130c3c236728f1efb679a2a7 /xfce-extra/xfce4-volumed/xfce4-volumed-0.1.6.ebuild | |
parent | portage handles merging of shared library archives on aix itself now, (diff) | |
download | gentoo-2-4452beb6ebe6c68a5526afbc06bf6929d217157a.tar.gz gentoo-2-4452beb6ebe6c68a5526afbc06bf6929d217157a.tar.bz2 gentoo-2-4452beb6ebe6c68a5526afbc06bf6929d217157a.zip |
Version bump.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-volumed/xfce4-volumed-0.1.6.ebuild')
-rw-r--r-- | xfce-extra/xfce4-volumed/xfce4-volumed-0.1.6.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.6.ebuild b/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.6.ebuild new file mode 100644 index 000000000000..9e3d7368d7c2 --- /dev/null +++ b/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.6.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.6.ebuild,v 1.1 2009/10/28 16:06:49 ssuominen 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" +} |