mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/cadence to 0.9.0-4
This commit is contained in:
parent
ca09cf0cc6
commit
9ab67c66bf
1 changed files with 7 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
_name=Cadence
|
||||
pkgname=cadence
|
||||
pkgver=0.9.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="JACK toolbox for audio production."
|
||||
arch=('x86_64')
|
||||
url="https://kxstudio.linuxaudio.org/Applications:Cadence"
|
||||
|
@ -41,5 +41,11 @@ package() {
|
|||
make DESTDIR="${pkgdir}" PREFIX=/usr install
|
||||
# docs
|
||||
install -vDm 644 {README.md,TODO} -t "${pkgdir}/usr/share/doc/${pkgname}/"
|
||||
# removing claudia, as its runtime dependency ladish (dead) depends on
|
||||
# flowcanvas (dead)
|
||||
rm -rfv "${pkgdir}/usr/bin/claudia"* \
|
||||
"${pkgdir}/usr/share/applications/claudia"* \
|
||||
"${pkgdir}/usr/share/${pkgname}/"{icons,src}/{,ui_}claudia* \
|
||||
"${pkgdir}/usr/share/icons/hicolor/"{128x128,16x16,256x256,48x48,scalable}/apps/claudia*
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue