From 1a5b31ae3f5983cc5281250da159df36bc805908 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 26 Aug 2013 10:59:33 +0200 Subject: [PATCH] New package: volumeicon-0.5.0 (close #157). --- srcpkgs/volumeicon/template | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 srcpkgs/volumeicon/template diff --git a/srcpkgs/volumeicon/template b/srcpkgs/volumeicon/template new file mode 100644 index 00000000000..b4009c688b8 --- /dev/null +++ b/srcpkgs/volumeicon/template @@ -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 " +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 + } +}