mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
pamixer: update to 1.6.
sgn: remove cmake from hostmakedepends and CXXFLAGS Close: #38061
This commit is contained in:
parent
61b5794dcf
commit
38b10d2d56
1 changed files with 5 additions and 9 deletions
|
@ -1,17 +1,13 @@
|
||||||
# Template file for 'pamixer'
|
# Template file for 'pamixer'
|
||||||
pkgname=pamixer
|
pkgname=pamixer
|
||||||
version=1.5
|
version=1.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=meson
|
||||||
makedepends="pulseaudio-devel boost-devel"
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="pulseaudio-devel cxxopts"
|
||||||
short_desc="Pulseaudio command line mixer"
|
short_desc="Pulseaudio command line mixer"
|
||||||
maintainer="teldra <teldra@rotce.de>"
|
maintainer="teldra <teldra@rotce.de>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/cdemoulins/pamixer"
|
homepage="https://github.com/cdemoulins/pamixer"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=eb75a9f71b99429bc5a789e82bbd3260bc27104aaaf8d9c17b56e23f74531708
|
checksum=8b7199e495dc19b190f8f02ace8782f533266a4bd7c7d3cf6f4cf09b2de13e71
|
||||||
CXXFLAGS="-DVERSION=$version"
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
vbin pamixer
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue