void-packages/srcpkgs/helvum/template
classabbyamp fcc70b9cff helvum: clean up patch/template
upstream released pipewire-rs v0.5.0 that fixes the underlying issue,
but the Cargo.toml version requirement didn't allow it to be updated.
2022-03-26 20:34:39 +01:00

29 lines
1.3 KiB
Bash

# Template file for 'helvum'
pkgname=helvum
version=0.3.4
revision=2
build_style=cargo
hostmakedepends="pkg-config clang libclang"
makedepends="gtk4-devel pipewire-devel glib-devel"
depends="pipewire"
short_desc="GTK patchbay for pipewire"
maintainer="classabbyamp <dev@kb6.ee>"
license="GPL-3.0-only"
homepage="https://gitlab.freedesktop.org/pipewire/helvum"
distfiles="https://gitlab.freedesktop.org/pipewire/helvum/-/archive/${version}/helvum-${version}.tar.gz"
checksum="e19054f3bcd1ba234c451134fe7f4c6afee35f108c122642c1d502fc16785c02"
post_install() {
# Normally, meson would do this, but it's simpler to use the cargo build style and do this manually
# This also avoids the need for makedeps/build steps that are made unnecessary by xbps' hooks
# On update, all meson.build files should be checked for changes
_app_id='org.pipewire.Helvum'
vinstall data/icons/$_app_id.svg 644 usr/share/icons/hicolor/scalable/apps/
vinstall data/icons/$_app_id-symbolic.svg 644 usr/share/icons/hicolor/symbolic/apps/
vsed -i data/$_app_id.desktop.in -e "s/@icon@/$_app_id/"
vinstall data/$_app_id.desktop.in 644 usr/share/applications/ $_app_id.desktop
vsed -i data/$_app_id.metainfo.xml.in -e "s/@app-id@/$_app_id/"
vinstall data/$_app_id.metainfo.xml.in 644 usr/share/metainfo/ $_app_id.metainfo.xml
}