[arch-commits] Commit in oprofile/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Sat Oct 11 23:52:54 UTC 2014
Date: Sunday, October 12, 2014 @ 01:52:53
Author: eric
Revision: 120546
upgpkg: oprofile 1.0.0-1
Upstream update
Modified:
oprofile/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-10-11 22:09:53 UTC (rev 120545)
+++ PKGBUILD 2014-10-11 23:52:53 UTC (rev 120546)
@@ -2,7 +2,7 @@
# Maintainer : Aaron Griffin <aaron at archlinux.org>
pkgname=oprofile
-pkgver=0.9.9
+pkgver=1.0.0
pkgrel=1
pkgdesc='System-wide profiler for Linux systems'
arch=('i686' 'x86_64')
@@ -9,15 +9,14 @@
url="http://oprofile.sourceforge.net"
license=('GPL')
depends=('popt' 'gcc-libs' 'zlib' 'sh')
-makedepends=('qt4')
-optdepends=('qt4: for oprof_start gui')
+options=('staticlibs')
install=oprofile.install
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('02a1f6609affb04a348dbddfdf8f03e66154f5be')
+sha1sums=('1ba26a8483189319a02e09b4719cd8ec0c5a92c4')
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
+ ./configure --prefix=/usr --with-x
make
}
More information about the arch-commits
mailing list