mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
pipewire: Add pipewire config to conf_files
This commit is contained in:
parent
98a9445747
commit
6b3c5eaf66
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pipewire'
|
# Template file for 'pipewire'
|
||||||
pkgname=pipewire
|
pkgname=pipewire
|
||||||
version=0.2.6
|
version=0.2.6
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dman=true -Dgstreamer=enabled -Ddocs=true -Dsystemd=false"
|
configure_args="-Dman=true -Dgstreamer=enabled -Ddocs=true -Dsystemd=false"
|
||||||
hostmakedepends="doxygen graphviz pkg-config xmltoman"
|
hostmakedepends="doxygen graphviz pkg-config xmltoman"
|
||||||
|
@ -14,6 +14,7 @@ homepage="https://pipewire.org/"
|
||||||
changelog="https://raw.githubusercontent.com/PipeWire/pipewire/master/NEWS"
|
changelog="https://raw.githubusercontent.com/PipeWire/pipewire/master/NEWS"
|
||||||
distfiles="https://github.com/PipeWire/pipewire/archive/${version}.tar.gz"
|
distfiles="https://github.com/PipeWire/pipewire/archive/${version}.tar.gz"
|
||||||
checksum=8592bcc2a83b078fee6cfb8560397cf2747346f28e88689197e780069b19cb17
|
checksum=8592bcc2a83b078fee6cfb8560397cf2747346f28e88689197e780069b19cb17
|
||||||
|
conf_files="/etc/pipewire/pipewire.conf"
|
||||||
|
|
||||||
libpipewire_package() {
|
libpipewire_package() {
|
||||||
short_desc+=" - pipewire library"
|
short_desc+=" - pipewire library"
|
||||||
|
|
Loading…
Add table
Reference in a new issue