Merge pull request #3148 from diogoleal/pnmixer
New package: pnmixer-0.6.1
This commit is contained in:
commit
47fdbff586
1 changed files with 18 additions and 0 deletions
18
srcpkgs/pnmixer/template
Normal file
18
srcpkgs/pnmixer/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'pnmixer'
|
||||||
|
pkgname=pnmixer
|
||||||
|
version=0.6.1
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config intltool automake glib-devel"
|
||||||
|
makedepends="alsa-lib-devel libnotify-devel gtk+3-devel"
|
||||||
|
short_desc="Volume mixer for the system tray"
|
||||||
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="https://github.com/nicklan/pnmixer"
|
||||||
|
distfiles="https://github.com/nicklan/pnmixer/archive/v${version}.tar.gz"
|
||||||
|
checksum=2c611cd8d7bc5b11fbf2f8610ef20a19b541873cc87bc18a0dc5bc9baeadc08b
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
sed -i 's#/usr/local#/usr#g' configure
|
||||||
|
}
|
Loading…
Reference in a new issue