New package: volumeicon-0.5.0 (close #157).

This commit is contained in:
Juan RP 2013-08-26 10:59:33 +02:00
parent 95a025c03a
commit 1a5b31ae3f
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# Template file for 'volumeicon'
pkgname=volumeicon
version=0.5.0
revision=1
build_style=gnu-configure
configure_args="--enable-notify"
hostmakedepends="pkg-config intltool"
makedepends="alsa-lib-devel libnotify-devel gtk+3-devel"
short_desc="Lightweight volume control that sits in your systray"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://softwarebakery.com/maato/volumeicon.html"
distfiles="http://softwarebakery.com/maato/files/volumeicon/volumeicon-${version}.tar.gz"
checksum=e5f1179f9ec5ab25e3740e4f6bbe0baa75368f0ae87d370197b3fbefb61bd782
long_desc="
Features:
Change volume by scrolling on the systray icon
Ability to choose which channel to control
Several icon themes (with gtk theme as default)
Configurable external mixer
Volume Slider
Hotkey support"
volumeicon_package() {
pkg_install() {
vmove usr
}
}