summaryrefslogtreecommitdiffstats
path: root/gnome/nautilus/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gnome/nautilus/Pkgfile')
-rw-r--r--gnome/nautilus/Pkgfile28
1 files changed, 16 insertions, 12 deletions
diff --git a/gnome/nautilus/Pkgfile b/gnome/nautilus/Pkgfile
index fd088d8bc..087fd6364 100644
--- a/gnome/nautilus/Pkgfile
+++ b/gnome/nautilus/Pkgfile
@@ -1,25 +1,29 @@
-# Description: Gestionnaire de fichiers pour gnome
-# URL: http://www.gnome.org/
+# 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: libgsf, libgnomeui, esound, libexif, librsvg, startup-notification, gnome-vfs, libunique, gvfs
+# Depends on: esound, librsvg, libexif, libunique, startup-notification, gnome-desktop, gnome-vfs, gvfs
name=nautilus
-version=2.26.3
+version=2.28.0
release=1
-source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.26/$name-$version.tar.bz2\
- browser.patch)
+gnomever=2.28.0
+source=(http://download.gnome.org/desktop/${gnomever%.*}/$gnomever/sources/$name-$version.tar.bz2)
build() {
cd $name-$version
-# patch -Np1 -i ../browser.patch
./configure --prefix=$GNOME_PREFIX \
- --sysconfdir=/etc \
- --disable-update-mimedb \
- --disable-schemas-install \
- --disable-scrollkeeper
+ --sysconfdir=/etc
make
make DESTDIR=$PKG install
- rm -r $PKG/$GNOME_PREFIX/share/gtk-doc
+ install -v -m755 -d \
+ $PKG/$GNOME_PREFIX/share/doc/nautilus-2.26.3
+ install -v -m644 docs/*.{txt,dia,pdf,sxw,faq,html} \
+ $PKG/$GNOME_PREFIX/share/doc/nautilus-2.26.3
+ for i in XMLnamespaces aliases \
+ generic-icons globs globs2 icons \
+ magic mime.cache subclasses treemagic types
+ do rm $PKG/usr/share/mime/$i
+ done
}