diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-06 22:20:31 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-06 22:20:31 +0100 |
commit | f50311c1e28982513afc247cdf2c1736d9875a61 (patch) | |
tree | ede4d53fd3212d89f83c7ad83eecc5470694fd3c /extra/gvfs/Pkgfile | |
parent | 061dcaae2c13ea380763d39e38684c8f10ae5a8b (diff) | |
download | nutyx-pakxe-f50311c1e28982513afc247cdf2c1736d9875a61.tar.gz nutyx-pakxe-f50311c1e28982513afc247cdf2c1736d9875a61.tar.bz2 nutyx-pakxe-f50311c1e28982513afc247cdf2c1736d9875a61.tar.xz nutyx-pakxe-f50311c1e28982513afc247cdf2c1736d9875a61.zip |
gvfs, maj 1.7.2-1
Diffstat (limited to 'extra/gvfs/Pkgfile')
-rw-r--r-- | extra/gvfs/Pkgfile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/extra/gvfs/Pkgfile b/extra/gvfs/Pkgfile index 4f6132be2..6334012a4 100644 --- a/extra/gvfs/Pkgfile +++ b/extra/gvfs/Pkgfile @@ -2,18 +2,21 @@ # URL: http://www.gnome.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: fuse, libsoup, libgphoto2, samba3, libcdio, libgnome-keyring -# Run on: fuse,libsoup,libgphoto2,samba3,libcdio,libgnome-keyring +# Depends on: dbus, intltool, fuse, libgphoto2, samba3, libcdio +# Run on: fuse,libsoup,libgphoto2,samba3,libcdio name=gvfs -version=1.7.1 +version=1.7.2 release=1 source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ - --libexecdir=/usr/lib/gvfs + --libexecdir=/usr/lib/gvfs \ + --disable-keyring \ + --disable-http \ + --disable-obexftp make make DESTDIR=$PKG install } |