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