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