mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
media-sound/volumeicon: drop old version
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="A lightweight volume control that sits in your systray"
|
||||
HOMEPAGE="http://nullwise.com/volumeicon.html"
|
||||
SRC_URI="http://nullwise.com/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="libnotify"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/glib:2
|
||||
media-libs/alsa-lib
|
||||
x11-libs/gtk+:3[X]
|
||||
x11-libs/libX11
|
||||
libnotify? ( >=x11-libs/libnotify-0.7 )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/intltool
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
# $(use_enable !alsa oss) fails wrt #419891, is likely only for OSS4
|
||||
econf $(use_enable libnotify notify)
|
||||
}
|
||||
Reference in New Issue
Block a user