Update package version to 1.4.6

This commit is contained in:
2025-07-17 13:33:45 +03:00
parent af8dbaabce
commit 42e5528ca5
4 changed files with 35 additions and 3 deletions
+5
View File
@@ -33,7 +33,12 @@ check() {
# This function is used to move the compiled files into the output directory
package() {
cd build
DESTDIR="$BPM_OUTPUT" ninja install
# Install pipewire-pulse launcher config file from Void Linux
install -Dm644 "$BPM_WORKDIR"/20-pipewire-pulse.conf "$BPM_OUTPUT"/usr/share/examples/pipewire/20-pipewire-pulse.conf
# Install package license
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/pipewire/COPYING
}