26 lines
852 B
Bash
26 lines
852 B
Bash
# Template file for 'volumeicon'
|
|
pkgname=volumeicon
|
|
version=0.5.1
|
|
revision=4
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-only, ISC, MIT"
|
|
homepage="http://softwarebakery.com/maato/volumeicon.html"
|
|
distfiles="http://softwarebakery.com/maato/files/volumeicon/volumeicon-${version}.tar.gz"
|
|
checksum=24b8c1d0a81d708b201ce6e67301fc175d65588d892d01859f667b8db8a05da0
|
|
|
|
post_patch() {
|
|
sed -ne '/Copyright/,/IN THE SOFTWARE/s/ [*] *//p' src/bind.c >LICENSE.MIT
|
|
sed -ne '/Copyright/,/OF THIS SOFTWARE/s/ [*] *//p' \
|
|
src/alsa_volume_mapping.c >LICENSE.ISC
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE.MIT
|
|
vlicense LICENSE.ISC
|
|
}
|