You are not logged in.
Completition of gnome would be nice.
How about gnome-system-tools:
Frumpus ♥ addict
[mu'.krum.pus], [frum.pus]
Offline
I built the package and placed it in incoming, here is the PKGBUILD:
# Contributor: Peter Bui <neocephas@myrealbox.com>
[ "$GNOMEDIR" = "" ] && source /etc/profile.d/gnome.sh
pkgname=gnome-system-tools
pkgver=0.31.1
pkgrel=1
pkgdesc="A system tools for GNOME"
depends=('libgnomeui' 'libgtop' 'startup-notification' 'libbonoboui' 'libgnome' 'libwnck')
url="http://www.gnome.org/projects/gst/"
groups=('gnome')
install=gnome-system-tools.install
source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-system-tools/0.31/$pkgname-$pkgver.tar.bz2
gnome-system-tools.install)
md5sums=('88f6afbd5897651feb1b8ec0fb7eb8b6'
'b02d311131c726432971b23d29c0e535')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/opt/gnome
--disable-schemas-install
make || return 1
make DESTDIR=$startdir/pkg install
}I hope it works. Arch isn't a registered platform, and so you'll be prompted to choose a similar one. I think slackware works okay. Remember gnome-system-tools is still in testing, so it could hose your system.
Offline
Offline