You are not logged in.

#1 2004-08-13 14:23:53

darose
Member
Registered: 2004-04-13
Posts: 158

[new package] qps process monitor (v1.9.7)

New package:  The Qps visual process monitor.  (http://www.student.nada.kth.se/~f91-men/qps/)  Really nice tool!

PKGBUILD:

# Qps GUI-based process monitor

# Contributor: David Rosenstrauch <darose@darose.net>

# Note:    This PKGBUILD includes a patch from Debian
#    (http://ftp.debian.org/debian/pool/main/q/qps/qps_1.9.7.0-3.diff.gz)
#    (which in turn appears to rely on a patch from SuSe)
#    that allows Qps to be built against Qt version 3.
#
#    (Last version of the (no longer supported?) upstream source only builds against Qt2)
#
#    Much gratitude to the Debian (and SuSe) folks for doing that heavy lifting!

pkgname=qps
pkgver=1.9.7
pkgrel=1
pkgdesc="Qps is a visual process manager, an X11 version of 'top' or 'ps' that displays processes in a window and lets you sort and manipulate them."
url="http://www.student.nada.kth.se/~f91-men/qps/"
license="GPL"
depends=('qt')
makedepends=('glibc')
source=(ftp://ptah.lnf.kth.se/pub/qps/$pkgname-$pkgver.tar.gz)
md5sums=()

build() {
  debianpatchver=0-3
  cd $startdir/src/$pkgname-$pkgver

  # apply Debian patch for Qt3
  patch -Np1 < $startdir/$pkgname_$pkgver.$debianpatchver.diff

  # apply patch to convert Debian-isms to Arch-isms
  patch -N < $startdir/debian-to-arch-patch.diff

  # apply patch to fix problem with Intel HyperThreaded CPU's
  patch -N < $startdir/ht-patch.diff

#  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}

Hope others find this useful too!

DR

Offline

#2 2004-08-20 00:21:54

darose
Member
Registered: 2004-04-13
Posts: 158

Re: [new package] qps process monitor (v1.9.7)

Just curious:  has anyone checked this out?  If so, did you find it useful?

Offline

#3 2004-08-20 07:18:59

nggalai
Member
From: Switzerland
Registered: 2004-08-01
Posts: 215
Website

Re: [new package] qps process monitor (v1.9.7)

I've used gps for a while now, mainly because I couldn't find a PKGBUILD for qps. wink So, thanks!

Short question, though--where do I get debian-to-arch-patch.diff?

93,
-Sascha.rb

Offline

#4 2004-08-20 12:09:03

IceRAM
Member
From: Bucharest, Romania
Registered: 2004-03-04
Posts: 772
Website

Re: [new package] qps process monitor (v1.9.7)

I'm willing to try qps (seems like a good X tool) but, unfortunately, the PKGBUILD is not complete. It should contain in the sources array all the patches, so that everything works out of the box.

Offline

#5 2004-08-25 02:06:20

darose
Member
Registered: 2004-04-13
Posts: 158

Re: [new package] qps process monitor (v1.9.7)

The patch files don't have their own URL, so you can't just use the PKGBUILD file I posted by itself.  You need to grab qps-1.9.7-1.tar.gz out of incoming; it will contain all the needed files.

Offline

Board footer

Powered by FluxBB