[arch-commits] Commit in oprofile/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Wed Feb 20 17:54:09 UTC 2013


    Date: Wednesday, February 20, 2013 @ 18:54:08
  Author: bpiotrowski
Revision: 84617

upgpkg: oprofile 0.9.8-2

qt4 rebuild

Modified:
  oprofile/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-20 16:33:02 UTC (rev 84616)
+++ PKGBUILD	2013-02-20 17:54:08 UTC (rev 84617)
@@ -3,20 +3,22 @@
 
 pkgname=oprofile
 pkgver=0.9.8
-pkgrel=1
-pkgdesc="A system-wide profiler for Linux systems, capable of profiling all running code at low overhead"
+pkgrel=2
+pkgdesc='System-wide profiler for Linux systems'
 arch=('i686' 'x86_64')
 url="http://oprofile.sourceforge.net"
 license=('GPL')
 depends=('popt' 'gcc-libs' 'zlib' 'sh')
-makedepends=('qt')
-optdepends=('qt: for oprof_start gui')
+makedepends=('qt4')
+optdepends=('qt4: for oprof_start gui')
 options=('!libtool')
 install=oprofile.install
 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
 sha1sums=('28416b853641f913e5f90954f2e3837efd96f6cd')
 
 build() {
+  . /etc/profile.d/qt4.sh
+
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
   make




More information about the arch-commits mailing list