Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 364101 - volumeicon - a lightweight volume control that sits in your systray
Summary: volumeicon - a lightweight volume control that sits in your systray
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Gentoo Sound Team
URL: http://www.softwarebakery.com/maato/v...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-19 07:03 UTC by barul
Modified: 2011-11-12 10:19 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description barul 2011-04-19 07:03:17 UTC
A long time ago, comprookie2000 made an ebuild of volumeicon as a result of my request, but I saw it only today. He told me I can submit the ebuild, and I think it's the best place where I can do it.
Here's the ebuild : 


# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

DESCRIPTION="lightweight volume control that sits in your systray"
HOMEPAGE="http://www.softwarebakery.com/maato/volumeicon.html"
SRC_URI="http://www.softwarebakery.com/maato/files/${PN}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="media-libs/alsa-lib
      >=x11-libs/gtk+-2.16
      x11-terms/xterm"
DEPEND="${RDEPEND}"

src_install() {
   emake DESTDIR="${D}" install || die
   dodoc ChangeLog README || die
} 

I tested it on my laptop, it works.

Reproducible: Always
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2011-11-12 10:19:05 UTC
In portage