27 lines
926 B
Bash
27 lines
926 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="André L. C. Moreira <andrelcmoreira@disroot.org>"
|
|
license="GPL-3.0-only, ISC, MIT"
|
|
homepage="http://nullwise.com/volumeicon.html"
|
|
changelog="https://raw.githubusercontent.com/Maato/volumeicon/master/ChangeLog"
|
|
distfiles="http://nullwise.com/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
|
|
}
|