diff options
author | tnut <tnut at nutyx dot com> | 2011-05-22 19:09:33 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-05-22 19:09:33 +0200 |
commit | f52496d1c125abb3531528e577209211ba915b0b (patch) | |
tree | ecd5e727c20410c7f14b5345666403db57a405d2 /xfce | |
parent | 6d418538a6090be2a4d696dfecf52ba85650b5ef (diff) | |
download | nutyx-pakxe-f52496d1c125abb3531528e577209211ba915b0b.tar.gz nutyx-pakxe-f52496d1c125abb3531528e577209211ba915b0b.tar.bz2 nutyx-pakxe-f52496d1c125abb3531528e577209211ba915b0b.tar.xz nutyx-pakxe-f52496d1c125abb3531528e577209211ba915b0b.zip |
gvfs, maj des dépendances
Diffstat (limited to 'xfce')
-rw-r--r-- | xfce/gvfs/Pkgfile | 6 | ||||
-rw-r--r-- | xfce/gvfs/post-install | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/xfce/gvfs/Pkgfile b/xfce/gvfs/Pkgfile index 4031c4791..05ea12557 100644 --- a/xfce/gvfs/Pkgfile +++ b/xfce/gvfs/Pkgfile @@ -2,12 +2,12 @@ # URL: http://www.gnome.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: dbus, intltool, fuse, libgphoto2, samba3, libcdio -# Run on: fuse,libsoup,libgphoto2,samba3,libcdio +# Depends on: dbus, intltool, fuse, libgphoto2, samba3, libcdio, gnome-disk-utility +# Run on: fuse,libsoup,libgphoto2,samba3,libcdio,gnome-disk-utility name=gvfs version=1.8.1 -release=1 +release=2 source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version diff --git a/xfce/gvfs/post-install b/xfce/gvfs/post-install new file mode 100644 index 000000000..6cd9ff977 --- /dev/null +++ b/xfce/gvfs/post-install @@ -0,0 +1,2 @@ +/usr/bin/gio-querymodules /usr/lib/gio/modules +/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas |