summaryrefslogtreecommitdiffstats
path: root/gnome/nautilus/Pkgfile
blob: d21ecd55d8e0887c5133cdee5c12e8da414eccf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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:

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
}