oprofile: improve -qt4-gui pkg short_desc.

This commit is contained in:
Juan RP 2013-07-30 01:22:55 +02:00
parent a8fdf43093
commit fb5731e55a
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'oprofile' # Template file for 'oprofile'
pkgname=oprofile pkgname=oprofile
version=0.9.9 version=0.9.9
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-x --enable-gui=qt4 --disable-static" configure_args="--with-x --enable-gui=qt4 --disable-static"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -24,7 +24,7 @@ long_desc="
oprofile-qt4-gui_package() { oprofile-qt4-gui_package() {
depends="oprofile-${version}_${revision}" depends="oprofile-${version}_${revision}"
short_desc="Qt GUI for oprofile" short_desc+=" - QT GUI"
pkg_install() { pkg_install() {
vmove usr/bin/oprof_start vmove usr/bin/oprof_start
} }