summaryrefslogtreecommitdiffstats
path: root/extra/gvfs/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-06 22:20:31 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-06 22:20:31 +0100
commitf50311c1e28982513afc247cdf2c1736d9875a61 (patch)
treeede4d53fd3212d89f83c7ad83eecc5470694fd3c /extra/gvfs/Pkgfile
parent061dcaae2c13ea380763d39e38684c8f10ae5a8b (diff)
downloadnutyx-extra-f50311c1e28982513afc247cdf2c1736d9875a61.tar.gz
nutyx-extra-f50311c1e28982513afc247cdf2c1736d9875a61.tar.bz2
nutyx-extra-f50311c1e28982513afc247cdf2c1736d9875a61.tar.xz
nutyx-extra-f50311c1e28982513afc247cdf2c1736d9875a61.zip
gvfs, maj 1.7.2-1
Diffstat (limited to 'extra/gvfs/Pkgfile')
-rw-r--r--extra/gvfs/Pkgfile11
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
}