trace-cmd: update to 2.9.
This commit is contained in:
parent
6f6929fc02
commit
352371a8c9
1 changed files with 5 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'trace-cmd'
|
||||
pkgname=trace-cmd
|
||||
version=2.8.3
|
||||
revision=2
|
||||
version=2.9
|
||||
revision=1
|
||||
wrksrc="${pkgname}-v${version}"
|
||||
build_style=gnu-makefile
|
||||
make_build_args="prefix=/usr all gui doc"
|
||||
|
@ -14,13 +14,13 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="GPL-2.0-or-later, LGPL-2.1-only"
|
||||
homepage="http://git.kernel.org/cgit/linux/kernel/git/rostedt/trace-cmd.git/"
|
||||
distfiles="http://git.kernel.org/cgit/linux/kernel/git/rostedt/${pkgname}.git/snapshot/${pkgname}-v${version}.tar.gz"
|
||||
checksum=706564b147bd966957431c4ca70032947d59c5d977c1ac2942b1b5a8668e7a6f
|
||||
checksum=53d1d1d6d67ae972086868293e98c61f133bbdc064b8d9d6aebcdcc7d1a5cc6d
|
||||
nocross="cmake foo"
|
||||
disable_parallel_build=yes
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/bash-completion/completions
|
||||
mv ${DESTDIR}/etc/bash_completion.d/* ${DESTDIR}/usr/share/bash-completion/completions
|
||||
mv ${DESTDIR}/usr/etc/bash_completion.d/* ${DESTDIR}/usr/share/bash-completion/completions
|
||||
}
|
||||
|
||||
kernelshark_package() {
|
||||
|
@ -31,10 +31,8 @@ kernelshark_package() {
|
|||
vmove usr/bin/kshark-record
|
||||
vmove usr/bin/kshark-su-record
|
||||
vmove usr/lib/kernelshark
|
||||
vmove usr/share/man/man1/kernelshark.1
|
||||
vmove usr/share/kernelshark/html
|
||||
vmove usr/share/applications/kernelshark.desktop
|
||||
vmove usr/share/icons/kernelshark/ksharkicon.png
|
||||
vmove usr/share/icons/kernelshark
|
||||
vmove usr/share/polkit-1/actions/org.freedesktop.kshark-record.policy
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue