mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
ardour: update to 6.8.
Also remove freedesktop integration from template because it's handled by upstream since 6.7.
This commit is contained in:
parent
d112bdca32
commit
acdbdbfb44
1 changed files with 2 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'ardour'
|
# Template file for 'ardour'
|
||||||
pkgname=ardour
|
pkgname=ardour
|
||||||
version=6.7
|
version=6.8
|
||||||
revision=1
|
revision=1
|
||||||
_commit="6733a847eeb55b4640a65a8bfebac8c7166521c8"
|
_commit="1734fac4105106e02219834d330fa9eb0ceef3cd"
|
||||||
build_style=waf3
|
build_style=waf3
|
||||||
configure_args="--cxx11 --no-phone-home --with-backends=jack,alsa,dummy
|
configure_args="--cxx11 --no-phone-home --with-backends=jack,alsa,dummy
|
||||||
--libjack=weak --optimize --docs --use-external-libs --freedesktop"
|
--libjack=weak --optimize --docs --use-external-libs --freedesktop"
|
||||||
|
@ -40,13 +40,5 @@ do_fetch() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall build/gtk2_ardour/ardour.xml 644 usr/share/mime/packages
|
|
||||||
vinstall "build/gtk2_ardour/ardour${version%%.*}.desktop" \
|
|
||||||
644 usr/share/applications
|
|
||||||
for size in 16 22 32 48 256 512; do
|
|
||||||
vinstall gtk2_ardour/resources/Ardour-icon_${size}px.png 644 \
|
|
||||||
usr/share/icons/hicolor/${size}x${size}/apps \
|
|
||||||
ardour${version%%.*}.png
|
|
||||||
done
|
|
||||||
vman ardour.1
|
vman ardour.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue