summaryrefslogtreecommitdiffstats
path: root/gnome/nautilus/Pkgfile
diff options
context:
space:
mode:
authorfredjo <frederic.joly@9online.fr>2009-11-04 15:10:51 +0100
committerfredjo <frederic.joly@9online.fr>2009-11-04 15:10:51 +0100
commit3aee97f19be6a567c38bf1317a16d54b921af2a6 (patch)
tree19f08cd55ec93959192af8c9b944b96cbcdaa035 /gnome/nautilus/Pkgfile
parent20596509cf12606edbea348fe8e96355bea74eb5 (diff)
downloadnutyx-pakxe-3aee97f19be6a567c38bf1317a16d54b921af2a6.tar.gz
nutyx-pakxe-3aee97f19be6a567c38bf1317a16d54b921af2a6.tar.bz2
nutyx-pakxe-3aee97f19be6a567c38bf1317a16d54b921af2a6.tar.xz
nutyx-pakxe-3aee97f19be6a567c38bf1317a16d54b921af2a6.zip
Deplacement de nautilus#2.28.0 vers le repertoire extra
Diffstat (limited to 'gnome/nautilus/Pkgfile')
-rw-r--r--gnome/nautilus/Pkgfile25
1 files changed, 11 insertions, 14 deletions
diff --git a/gnome/nautilus/Pkgfile b/gnome/nautilus/Pkgfile
index fd088d8bc..d8f931568 100644
--- a/gnome/nautilus/Pkgfile
+++ b/gnome/nautilus/Pkgfile
@@ -1,25 +1,22 @@
-# Description: Gestionnaire de fichiers pour gnome
-# URL: http://www.gnome.org/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: libgsf, libgnomeui, esound, libexif, librsvg, startup-notification, gnome-vfs, libunique, gvfs
+# Description: GNOME shell and file manager
+# URL: http://www.gnome.org/projects/nautilus/
+# Maintainer: Matt Housh, jaeger at morpheus dot net
+# Depends on: esound, librsvg, libexif, libunique, startup-notification, gnome-desktop
+# Group: gnome/desktop
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 $GNOME_PREFIX/share/doc/nautilus-2.26.3
+ install -v -m644 docs/*.{txt,dia,pdf,sxw,faq,html} $GNOME_PREFIX/share/doc/nautilus-2.26.3
}