You are not logged in.

#1 2004-01-30 17:19:15

Moo-Crumpus
Member
From: Hessen / Germany
Registered: 2003-12-01
Posts: 1,487

gnome-system-tools

Completition of gnome would be nice.
How about gnome-system-tools:

http://www.gnome.org/softwaremap/projects/gst/


Frumpus addict
[mu'.krum.pus], [frum.pus]

Offline

#2 2004-02-14 20:08:42

neocephas
Member
From: orange, ca
Registered: 2004-02-14
Posts: 30

Re: gnome-system-tools

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

#3 2005-01-26 14:40:49

balliano
Member
Registered: 2004-02-27
Posts: 36

Re: gnome-system-tools

hi to all, could you take a look here:

http://bbs.archlinux.org/viewtopic.php?t=9428

BYE
Fabrizio

Offline

Board footer

Powered by FluxBB