void-packages/srcpkgs/volumeicon/template
Érico Rolim dd4b3fed1c volumeicon: add libnotify patch.
Changes to the configure.ac file required new build time dependencies as well.

Closes: #23367
2020-07-03 07:25:31 +07:00

30 lines
923 B
Bash

# Template file for 'volumeicon'
pkgname=volumeicon
version=0.5.1
revision=3
build_style=gnu-configure
configure_args="--enable-notify"
hostmakedepends="pkg-config intltool automake glib-devel gettext-devel"
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
}
pre_configure() {
autoreconf -fi
}
post_install() {
vlicense LICENSE.MIT
vlicense LICENSE.ISC
}