summaryrefslogtreecommitdiff
path: root/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild')
-rw-r--r--media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild26
1 files changed, 11 insertions, 15 deletions
diff --git a/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild b/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild
index 85efd70acf71..891fe6fc3489 100644
--- a/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild
+++ b/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit flag-o-matic
+EAPI=7
DESCRIPTION="PulseAudio Volume Meter, simple GTK volume meter for PulseAudio"
HOMEPAGE="http://0pointer.de/lennart/projects/pavumeter/"
@@ -11,22 +10,19 @@ SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~sparc x86"
-IUSE=""
-RDEPEND="dev-cpp/gtkmm:2.4
+RDEPEND="
+ dev-cpp/gtkmm:2.4
dev-libs/libsigc++:2
>=media-sound/pulseaudio-0.9.7[glib]
x11-themes/tango-icon-theme"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
-src_configure() {
- append-cxxflags -std=c++11 #568592
- econf \
- --disable-lynx
-}
+PATCHES=( "${FILESDIR}"/${P}-desktop-QA.patch )
-src_install() {
- default
- dohtml -r doc
+HTML_DOCS=( doc/{README.html,style.css} )
+
+src_configure() {
+ econf --disable-lynx
}