# Description: Gestionnaire de fichier et GNOME shell # URL: http://www.gnome.org/projects/nautilus/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: esound, librsvg, libexif, libunique, startup-notification, gnome-desktop, gnome-vfs, gvfs, shared-mime-info, desktop-file-utils # Run on: esound,librsvg,libexif,libunique,startup-notification,gnome-desktop,gnome-vfs,gvfs,shared-mime-info,desktop-file-utils name=nautilus version=2.30.0 release=1 source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=$GNOME_PREFIX \ --sysconfdir=/etc make make DESTDIR=$PKG install for i in XMLnamespaces aliases \ generic-icons globs globs2 icons \ magic mime.cache subclasses treemagic types do rm $PKG/usr/share/mime/$i done }