oprofile: update to 1.0.0.
GUI support has been dropped upstream.
This commit is contained in:
parent
35f4062160
commit
20a6c1e5fe
1 changed files with 5 additions and 13 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'oprofile'
|
||||
pkgname=oprofile
|
||||
version=0.9.9
|
||||
revision=3
|
||||
version=1.0.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-x --enable-gui=qt4 --disable-static"
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="popt-devel binutils-devel icu-devel libSM-devel qt-devel"
|
||||
makedepends="popt-devel binutils-devel"
|
||||
system_accounts="oprofile"
|
||||
oprofile_homedir="/var/lib/oprofile"
|
||||
make_dirs="/var/lib/oprofile 0750 oprofile oprofile"
|
||||
|
@ -14,12 +14,4 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://oprofile.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=1e523400daaba7b8d0d15269e977a08b40edfea53970774b69ae130e25117597
|
||||
|
||||
oprofile-qt4-gui_package() {
|
||||
depends="oprofile-${version}_${revision}"
|
||||
short_desc+=" - QT GUI"
|
||||
pkg_install() {
|
||||
vmove usr/bin/oprof_start
|
||||
}
|
||||
}
|
||||
checksum=847110b4ecdcf8c8353cd38f94c1b704aad4bfcd9453e38b88d112cfb7e3c45a
|
||||
|
|
Loading…
Reference in a new issue