Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[request] volumeicon ebuild
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
barul
Guru
Guru


Joined: 28 May 2010
Posts: 434

PostPosted: Thu Jan 27, 2011 6:49 am    Post subject: [request] volumeicon ebuild Reply with quote

Hi.
I'm using a little volume manager which is volumeicon since a few monthes, and it works very well. No error, no bugs..
It's a very lightweight app which, I think, would fit in portage tree. I don't know if it's already in an overlay, and if it is, I'm sorry.

http://www.softwarebakery.com/maato/volumeicon.html
Back to top
View user's profile Send private message
comprookie2000
Retired Dev
Retired Dev


Joined: 25 Jul 2004
Posts: 925
Location: Sun City Center, Florida

PostPosted: Sun Feb 13, 2011 11:20 pm    Post subject: Reply with quote

You can open a bug and submit this if you want, I put it in media-sound/volumeicon

Code:

# 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
}

_________________
http://dev.gentoo.org/~dabbott/
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum