# patches if necessary.
=xfce-base/xfwm4-4.13.0_p20170825
-# Michał Górny <mgorny@gentoo.org> (28 Aug 2017)
-# Alike xfce4-mixer, relies on gstreamer:0.10 (gstreamer:1.0 removed
-# mixer wrappers). Last commit upstream in 2014. PulseAudio users
-# can switch to xfce-extra/xfce4-pulseaudio-plugin
-# or xfce-extra/xfce4-volumed-pulse.
-# Removal in 30 days. Bug #629212.
-xfce-extra/xfce4-volumed
-
# Anthony G. Basile <blueness@gentoo.org> (27 Aug 2017)
# Upstream is no longer providing public patches
sys-kernel/hardened-sources
+++ /dev/null
-DIST xfce4-volumed-0.1.13.tar.bz2 88518 SHA256 4ceca3a59b65630e849b89133f220def775009017ca2c3d689df27b7745040a9 SHA512 7241b53f88b44e18a7501e775498701fe622c35b9304e883159dd98fc76745d50f23a192bb0416ccf301ddf393af7a3dc10c3057d77898c8e13d11fd058c801e WHIRLPOOL 68cbc70de66c29a3b00fd75a5925855eb8c38152689a19caa604bb91f2de0f468a7b930960c736dc4f28ac02c3fe407004244dfe29925d9d28d90a3b89eb907e
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>xfce@gentoo.org</email>
- <name>XFCE Team</name>
- </maintainer>
- <upstream>
- <remote-id type="launchpad">xfce4-volumed</remote-id>
- </upstream>
-</pkgmetadata>
+++ /dev/null
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-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 ~arm x86"
-IUSE="alsa debug libnotify oss"
-
-COMMON_DEPEND="dev-libs/keybinder:0
- media-libs/gstreamer:0.10
- media-libs/gst-plugins-base:0.10
- >=xfce-base/xfconf-4.8
- libnotify? ( x11-libs/libnotify )"
-RDEPEND="${COMMON_DEPEND}
- alsa? ( media-plugins/gst-plugins-alsa:0.10 )
- oss? ( media-plugins/gst-plugins-oss:0.10 )
- !alsa? ( !oss? ( media-plugins/gst-plugins-meta:0.10 ) )"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- $(use_enable debug)
- $(use_with libnotify)
- )
-
- DOCS=( AUTHORS ChangeLog README THANKS )
-}