summaryrefslogtreecommitdiff
path: root/media-sound/paprefs/paprefs-0.9.10.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-12-31 13:43:35 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-12-31 13:43:35 +0000
commit2891d29af8907ce881662f4a02844926d7a293c7 (patch)
tree56979d96839d0827aa52008b81b746b4934d88df /media-sound/paprefs/paprefs-0.9.10.ebuild
parentde49812990871e1705b64051c35161d5e6400269 (diff)
gentoo resync : 31.12.2018
Diffstat (limited to 'media-sound/paprefs/paprefs-0.9.10.ebuild')
-rw-r--r--media-sound/paprefs/paprefs-0.9.10.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/media-sound/paprefs/paprefs-0.9.10.ebuild b/media-sound/paprefs/paprefs-0.9.10.ebuild
deleted file mode 100644
index fb32deaf5096..000000000000
--- a/media-sound/paprefs/paprefs-0.9.10.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit flag-o-matic
-
-DESCRIPTION="PulseAudio Preferences, configuration dialog for PulseAudio"
-HOMEPAGE="https://freedesktop.org/software/pulseaudio/paprefs"
-SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE="nls"
-
-RDEPEND="dev-cpp/gtkmm:2.4
- dev-cpp/libglademm:2.4
- >=dev-cpp/gconfmm-2.6
- >=dev-libs/libsigc++-2.2:2
- media-sound/pulseaudio[glib,gnome]
- || ( x11-themes/tango-icon-theme x11-themes/adwaita-icon-theme )"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext
- dev-util/intltool )
- virtual/pkgconfig"
-
-src_configure() {
- append-cxxflags -std=c++11 #568590
- econf \
- --disable-dependency-tracking \
- --disable-lynx \
- $(use_enable nls)
-}
-
-src_install() {
- default
- dohtml -r doc
-}