You are not logged in.

#1 2006-01-01 12:10:20

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

[req] QDU - graphical disk usage tool

Anyone up to building this please:

http://freshmeat.net/projects/qdu/

Offline

#2 2006-01-01 21:17:37

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [req] QDU - graphical disk usage tool

Last time someone was looking for this, i didn't have qt on my system, so I didn't bother. Now I do, thanks to hplip, so here's a PKGBUILD:

# Contributor: Tom K <tomk@runbox.com>
pkgname=qdu
pkgver=2.2
pkgrel=1        
pkgdesc="A graphical disk usage tool based on Qt"
depends=('qt')
source=(http://artis.imag.fr/Membres/Gilles.Debunne/Code/QDU/$pkgname-$pkgver.tar.gz)
md5sums=('a13cac21d9d89980265f56e386a7467d')
url="http://freshmeat.net/redir/qdu/38383/url_homepage/QDU"

build() {
  cd $startdir/src/$pkgname-$pkgver

  #change install target path
  sed -i -e "s:/usr/bin:$startdir/pkg/opt/qt/bin:g" qdu.pro

  #fix bug in qduInterface.ui
  sed -i -e 's:hint>directoryview:hint>directoryView:g' qduInterface.ui
  
  export QTDIR=/opt/qt
  
  qmake
  make || return 1
  make install
}

Works for me here - if you like it, I'll AUR it.

Offline

#3 2006-01-01 21:40:09

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

Re: [req] QDU - graphical disk usage tool

Thanks tomk.  Unfortunately, although I've confirmed qt is installed, makepkg fails with:

==> Starting build()...
Project LOAD(): Feature qt_config cannot be found.
qmake -o Makefile qdu.pro
Project LOAD(): Feature qt_config cannot be found.
make: *** [Makefile] Error 3
==> ERROR: Build Failed.  Aborting...

Any suggestions?

Offline

#4 2006-01-01 21:51:50

neri
Forum Fellow
From: Victoria, Canada
Registered: 2003-05-04
Posts: 553

Re: [req] QDU - graphical disk usage tool

just to let you know, xdiskusage gives me everything I need
  -neri

Offline

#5 2006-01-01 22:51:11

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [req] QDU - graphical disk usage tool

As you'll have gathered from my first post, Cotton, I haven't built qt stuff before, so the only suggestion I have is to reinstall qt - sorry I can't be more constructive.

If you want to try the compiled package, I've uploaded it here - md5sum is 58a51beee15cf11e1d895fde1b8ff3be.

Or go with neri's app - might be less hassle in the end.

Offline

#6 2006-01-02 00:34:01

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

Re: [req] QDU - graphical disk usage tool

Thanks tomk for the package - installed and working fine.  Please upload the PGBUILD to the AUR as this is a useful app.

neri, thanks for the xdiskusage suggestion but I needed something that could both identify & delete directories quickly, similar to filelight, but lighter.

Offline

#7 2006-01-02 01:00:22

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [req] QDU - graphical disk usage tool

Glad it worked out for you. It's in the AUR now - votes appreciated, as always.  big_smile

Offline

Board footer

Powered by FluxBB