mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +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'
|
||||
pkgname=pamixer
|
||||
version=1.5
|
||||
version=1.6
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
makedepends="pulseaudio-devel boost-devel"
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="pulseaudio-devel cxxopts"
|
||||
short_desc="Pulseaudio command line mixer"
|
||||
maintainer="teldra <teldra@rotce.de>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/cdemoulins/pamixer"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=eb75a9f71b99429bc5a789e82bbd3260bc27104aaaf8d9c17b56e23f74531708
|
||||
CXXFLAGS="-DVERSION=$version"
|
||||
|
||||
do_install() {
|
||||
vbin pamixer
|
||||
}
|
||||
checksum=8b7199e495dc19b190f8f02ace8782f533266a4bd7c7d3cf6f4cf09b2de13e71
|
||||
|
|
Loading…
Add table
Reference in a new issue