Date: Tuesday, December 13, 2016 @ 17:26:17 Author: anatolik Revision: 199245
fuse package has been renamed to fuse2 Modified: afpfs-ng/trunk/PKGBUILD android-file-transfer/trunk/PKGBUILD avfs/trunk/PKGBUILD btfs/trunk/PKGBUILD cromfs/trunk/PKGBUILD curlftpfs/trunk/PKGBUILD encfs/trunk/PKGBUILD exfat-utils/trunk/PKGBUILD fuseiso/trunk/PKGBUILD go-ipfs/trunk/PKGBUILD ifuse/trunk/PKGBUILD libewf/trunk/PKGBUILD lxcfs/trunk/PKGBUILD moosefs/trunk/PKGBUILD mtpfs/trunk/PKGBUILD obexfs/trunk/PKGBUILD obexftp/trunk/PKGBUILD open-vm-tools/trunk/PKGBUILD perl-fuse/trunk/PKGBUILD plan9port/trunk/PKGBUILD python-fs/trunk/PKGBUILD python-llfuse/trunk/PKGBUILD s3fs-fuse/trunk/PKGBUILD smbnetfs/trunk/PKGBUILD sshfs/trunk/PKGBUILD tup/trunk/PKGBUILD unionfs-fuse/trunk/PKGBUILD veracrypt/trunk/PKGBUILD wit/trunk/PKGBUILD --------------------------------------+ afpfs-ng/trunk/PKGBUILD | 2 +- android-file-transfer/trunk/PKGBUILD | 2 +- avfs/trunk/PKGBUILD | 2 +- btfs/trunk/PKGBUILD | 2 +- cromfs/trunk/PKGBUILD | 2 +- curlftpfs/trunk/PKGBUILD | 2 +- encfs/trunk/PKGBUILD | 2 +- exfat-utils/trunk/PKGBUILD | 2 +- fuseiso/trunk/PKGBUILD | 2 +- go-ipfs/trunk/PKGBUILD | 2 +- ifuse/trunk/PKGBUILD | 2 +- libewf/trunk/PKGBUILD | 4 ++-- lxcfs/trunk/PKGBUILD | 2 +- moosefs/trunk/PKGBUILD | 2 +- mtpfs/trunk/PKGBUILD | 2 +- obexfs/trunk/PKGBUILD | 2 +- obexftp/trunk/PKGBUILD | 2 +- open-vm-tools/trunk/PKGBUILD | 2 +- perl-fuse/trunk/PKGBUILD | 2 +- plan9port/trunk/PKGBUILD | 2 +- python-fs/trunk/PKGBUILD | 2 +- python-llfuse/trunk/PKGBUILD | 2 +- s3fs-fuse/trunk/PKGBUILD | 2 +- smbnetfs/trunk/PKGBUILD | 2 +- sshfs/trunk/PKGBUILD | 2 +- tup/trunk/PKGBUILD | 2 +- unionfs-fuse/trunk/PKGBUILD | 2 +- veracrypt/trunk/PKGBUILD | 2 +- wit/trunk/PKGBUILD | 2 +- 29 files changed, 30 insertions(+), 30 deletions(-) Modified: afpfs-ng/trunk/PKGBUILD =================================================================== --- afpfs-ng/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ afpfs-ng/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -8,7 +8,7 @@ pkgdesc="A client for the Apple Filing Protocol (AFP)" url="http://alexthepuffin.googlepages.com/" license=('GPL') -depends=('gmp' 'fuse' 'libgcrypt') +depends=('gmp' 'fuse2' 'libgcrypt') arch=('i686' 'x86_64') source=( "http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2" Modified: android-file-transfer/trunk/PKGBUILD =================================================================== --- android-file-transfer/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ android-file-transfer/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -8,7 +8,7 @@ arch=(i686 x86_64) url='https://github.com/whoozle/android-file-transfer-linux' license=(GPL3) -depends=(qt5-base fuse libxkbcommon-x11 hicolor-icon-theme file) +depends=(qt5-base fuse2 libxkbcommon-x11 hicolor-icon-theme file) makedepends=(cmake) source=(android-file-transfer-$pkgver.tar.gz::https://github.com/whoozle/android-file-transfer-linux/archive/v$pkgver.tar.gz) sha256sums=('f442915987d7555b1cbf72bb75c4f9a9861911ab0fedd2e2e7ebe5edbc4e27e5') Modified: avfs/trunk/PKGBUILD =================================================================== --- avfs/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ avfs/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -11,7 +11,7 @@ arch=('x86_64' 'i686') license=('GPL' 'LGPL') url='https://avf.sourceforge.net/' -depends=('fuse' 'xz' 'perl') +depends=('fuse2' 'xz' 'perl') options=('!emptydirs') source=("https://downloads.sourceforge.net/sourceforge/avf/$pkgname-$pkgver.tar.bz2") sha256sums=('6b652120d9ed8730a9dcfd161d0e68481d176e854d94bed67754cb7b03e0b100') Modified: btfs/trunk/PKGBUILD =================================================================== --- btfs/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ btfs/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') url="https://github.com/johang/btfs" license=('GPL') -depends=('fuse' 'libtorrent-rasterbar' 'curl') +depends=('fuse2' 'libtorrent-rasterbar' 'curl') makedepends=('git' 'boost') optdepends=('python2: for btplay') source=("git://github.com/johang/btfs.git#tag=v$pkgver") Modified: cromfs/trunk/PKGBUILD =================================================================== --- cromfs/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ cromfs/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -8,7 +8,7 @@ pkgdesc='Compressed read-only filesystem based on FUSE' url='http://bisqwit.iki.fi/source/cromfs.html' license=('GPL') -depends=('fuse' 'lzo' 'gcc-libs') +depends=('fuse2' 'lzo' 'gcc-libs') options=('!makeflags') source=("http://bisqwit.iki.fi/src/arch/${pkgname}-${pkgver}.tar.gz" 'make-generic.patch') Modified: curlftpfs/trunk/PKGBUILD =================================================================== --- curlftpfs/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ curlftpfs/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -9,7 +9,7 @@ pkgdesc="A filesystem for acessing FTP hosts based on FUSE and libcurl." url="http://curlftpfs.sourceforge.net/" license=('GPL') -depends=('curl' 'fuse' 'glib2') +depends=('curl' 'fuse2' 'glib2') arch=('i686' 'x86_64') source=(http://downloads.sourceforge.net/sourceforge/curlftpfs/$pkgname-$pkgver.tar.gz ioerror.patch no-verify-hostname.patch) Modified: encfs/trunk/PKGBUILD =================================================================== --- encfs/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ encfs/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') url='https://vgough.github.io/encfs/' license=('LGPL') -depends=('openssl' 'fuse' 'tinyxml2') +depends=('openssl' 'fuse2' 'tinyxml2') makedepends=('cmake') source=(https://github.com/vgough/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc}) validpgpkeys=('E583187B2E26D6EF8BF4556333C65E29813C14DF') # Valient Gough Modified: exfat-utils/trunk/PKGBUILD =================================================================== --- exfat-utils/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ exfat-utils/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="https://github.com/relan/exfat" license=('GPL2') -depends=('glibc' 'fuse') +depends=('glibc' 'fuse2') conflicts=('fuse-exfat') provides=('fuse-exfat') replaces=('fuse-exfat') Modified: fuseiso/trunk/PKGBUILD =================================================================== --- fuseiso/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ fuseiso/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="http://sourceforge.net/projects/fuseiso/" license=('GPL') -depends=('fuse' 'glib2' 'zlib') +depends=('fuse2' 'glib2' 'zlib') makedepends=('pkgconfig') source=("http://ubiz.ru/dm/${pkgname}-${pkgver}.tar.bz2" 00-support_large_iso.patch Modified: go-ipfs/trunk/PKGBUILD =================================================================== --- go-ipfs/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ go-ipfs/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -14,7 +14,7 @@ license=(MIT) depends=(glibc) -optdepends=('fuse: for mounting/advanced use') +optdepends=('fuse2: for mounting/advanced use') makedepends=(go git) source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz Modified: ifuse/trunk/PKGBUILD =================================================================== --- ifuse/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ ifuse/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -10,7 +10,7 @@ url='http://libimobiledevice.org/' arch=('i686' 'x86_64') license=('LGPL2.1') -depends=('libimobiledevice' 'fuse') +depends=('libimobiledevice' 'fuse2') source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2") md5sums=('83478c7b531b26db286c293bb25bd917') Modified: libewf/trunk/PKGBUILD =================================================================== --- libewf/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ libewf/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -10,9 +10,9 @@ arch=('i686' 'x86_64') url="https://github.com/libyal/libewf/" license=('LGPL3') -makedepends=('fuse') +makedepends=('fuse2') depends=('util-linux' 'zlib' 'openssl') -optdepends=('fuse: to be able to use ewfmount') +optdepends=('fuse2: to be able to use ewfmount') options=('!libtool') source=(https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/$pkgname-$pkgver.tar.gz) sha256sums=('d14030ce6122727935fbd676d0876808da1e112721f3cb108564a4d9bf73da71') Modified: lxcfs/trunk/PKGBUILD =================================================================== --- lxcfs/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ lxcfs/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -9,7 +9,7 @@ arch=(i686 x86_64) url="https://linuxcontainers.org/" license=('GPL') -depends=('lxc' 'cgmanager>=0.35-1' 'libnih' 'fuse' 'dbus-glib') +depends=('lxc' 'cgmanager>=0.35-1' 'libnih' 'fuse2' 'dbus-glib') makedepends=('help2man') options=('emptydirs') source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz" Modified: moosefs/trunk/PKGBUILD =================================================================== --- moosefs/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ moosefs/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -10,7 +10,7 @@ conflicts=('mfs-master' 'mfs-chunkserver' 'mfs-client') arch=('x86_64' 'i686') license=('GPL2') -depends=('fuse' 'python2' 'bash' 'xfsprogs') +depends=('fuse2' 'python2' 'bash' 'xfsprogs') install="$pkgname.install" source=("http://ppa.moosefs.com/src/moosefs-${pkgver/_/-}.tar.gz") sha256sums=('384153d6411633122f6a3b9b9b30fc47be2e881f45c9733f112f4c9b9530f328') Modified: mtpfs/trunk/PKGBUILD =================================================================== --- mtpfs/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ mtpfs/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -10,7 +10,7 @@ arch=('i686' 'x86_64') url="http://www.adebenham.com/mtpfs/" license=('GPL3') -depends=('libmtp' 'glib2' 'libid3tag' 'fuse' 'libmad') +depends=('libmtp' 'glib2' 'libid3tag' 'fuse2' 'libmad') makedepends=('pkg-config') source=(http://www.adebenham.com/files/mtp/${pkgname}-${pkgver}.tar.gz) md5sums=('a299cadca336e6945b7275b44c6e8d27') Modified: obexfs/trunk/PKGBUILD =================================================================== --- obexfs/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ obexfs/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -10,7 +10,7 @@ url="http://openobex.triq.net/obexfs" license=('GPL') source=(http://triq.net/obexftp/$pkgname-$pkgver.tar.gz) -depends=('fuse' 'obexftp>=0.22') +depends=('fuse2' 'obexftp>=0.22') md5sums=('0f505672b025cdb505e215ee707a2e2f') build() { Modified: obexftp/trunk/PKGBUILD =================================================================== --- obexftp/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ obexftp/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -10,7 +10,7 @@ url="http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp" license=('GPL') depends=('openobex') -makedepends=('cmake' 'asciidoc' 'xmlto' 'fuse' 'swig' 'ruby' 'tk') +makedepends=('cmake' 'asciidoc' 'xmlto' 'fuse2' 'swig' 'ruby' 'tk') optdepends=('ruby: ruby bindings' 'tk: TCL/Tk bindings') options=('!makeflags' '!docs') Modified: open-vm-tools/trunk/PKGBUILD =================================================================== --- open-vm-tools/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ open-vm-tools/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -11,7 +11,7 @@ url="https://github.com/vmware/open-vm-tools" license=('LGPL') depends=('libdnet' 'icu' 'procps-ng' 'uriparser' 'libsigc++' 'libxss' - 'iproute2' 'fuse' 'lsb-release' 'libmspack') + 'iproute2' 'fuse2' 'lsb-release' 'libmspack') makedepends=('chrpath' 'doxygen' 'gtkmm' 'libxtst') optdepends=('gtkmm: DnD/CP plugin' 'libxtst: DnD/CP, resolution set plugins' Modified: perl-fuse/trunk/PKGBUILD =================================================================== --- perl-fuse/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ perl-fuse/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -8,7 +8,7 @@ pkgdesc="write filesystems in Perl using FUSE" arch=('i686' 'x86_64') url="http://search.cpan.org/dist/Fuse" -depends=('perl' 'fuse') +depends=('perl' 'fuse2') license=('GPL') source=(http://search.cpan.org/CPAN/authors/id/D/DP/DPATES/Fuse-$pkgver.tar.gz build-fix.patch) Modified: plan9port/trunk/PKGBUILD =================================================================== --- plan9port/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ plan9port/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -11,7 +11,7 @@ arch=('x86_64' 'i686') url='http://swtch.com/plan9port/' license=('custom') -depends=('xorg-server' 'libxt' 'libxext' 'fuse') +depends=('xorg-server' 'libxt' 'libxext' 'fuse2') makedepends=('gendesk' 'git') optdepends=('python2: for the codereview script') provides=('plan9') Modified: python-fs/trunk/PKGBUILD =================================================================== --- python-fs/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ python-fs/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -10,7 +10,7 @@ license=('custom:BSD') url="http://pypi.python.org/pypi/fs/" makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 'python2-six') -checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'fuse' 'python2-paramiko') +checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'fuse2' 'python2-paramiko') source=("https://pypi.python.org/packages/source/f/fs/fs-$pkgver.tar.gz") sha512sums=('d67c85f2816cf1a84c25664a6cf71dac551c3eec4eb34154bc92d52eb0efa9739adca6d0ec86b9978ff6af408cfa17b913ee8fd4c143cd2adf862ca0a1dd4c5d') Modified: python-llfuse/trunk/PKGBUILD =================================================================== --- python-llfuse/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ python-llfuse/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="https://bitbucket.org/nikratio/python-llfuse/" license=('LGPL3') -depends=('fuse') +depends=('fuse2') makedepends=('pkg-config' 'python' 'python2' 'python-setuptools' 'python2-setuptools') options=(!emptydirs) source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2") Modified: s3fs-fuse/trunk/PKGBUILD =================================================================== --- s3fs-fuse/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ s3fs-fuse/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -11,7 +11,7 @@ arch=('i686' 'x86_64') url="https://github.com/s3fs-fuse/s3fs-fuse/wiki" license=('GPL2') -depends=('fuse' 'curl' 'libxml2') +depends=('fuse2' 'curl' 'libxml2') conflicts=('s3fs') provides=('s3fs') replaces=('s3fs') Modified: smbnetfs/trunk/PKGBUILD =================================================================== --- smbnetfs/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ smbnetfs/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="http://smbnetfs.sourceforge.net/" license=('GPL') -depends=('fuse' 'smbclient') +depends=('fuse2' 'smbclient') backup=('etc/smbnetfs/.smb/smb.conf' 'etc/smbnetfs/.smb/smbnetfs.conf' 'etc/smbnetfs/.smb/smbnetfs.auth' Modified: sshfs/trunk/PKGBUILD =================================================================== --- sshfs/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ sshfs/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="http://github.com/libfuse/sshfs" license=('GPL') -depends=('fuse' 'glib2' 'openssh') +depends=('fuse2' 'glib2' 'openssh') source=(https://github.com/libfuse/sshfs/releases/download/sshfs_$pkgver/sshfs-$pkgver.tar.gz) md5sums=('0ba25e848ee59e2595d6576c8f6284b6') Modified: tup/trunk/PKGBUILD =================================================================== --- tup/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ tup/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -10,7 +10,7 @@ arch=(i686 x86_64) url='http://gittup.org/tup/index.html' license=(GPL2) -depends=(fuse) +depends=(fuse2) install=tup.install source=($pkgname-$pkgver.zip::https://github.com/gittup/tup/archive/v$pkgver.zip) sha256sums=('1cc35012fcb7a675f0f9827e3acbeba17a12fb449c2671638f19ea22f75f88e8') Modified: unionfs-fuse/trunk/PKGBUILD =================================================================== --- unionfs-fuse/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ unionfs-fuse/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="https://github.com/rpodgorny/unionfs-fuse" license=('BSD') -depends=('fuse') +depends=('fuse2') source=("$pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/unionfs-fuse/archive/v${pkgver}.tar.gz") md5sums=('40411d156ea7fa0e7cd0a8ec6fe60e70') Modified: veracrypt/trunk/PKGBUILD =================================================================== --- veracrypt/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ veracrypt/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -13,7 +13,7 @@ url='http://veracrypt.codeplex.com/' arch=('i686' 'x86_64') license=('custom:TrueCrypt') -depends=('fuse>=2.8.0' 'wxgtk>=3.0' 'libsm' 'device-mapper') +depends=('fuse2>=2.8.0' 'wxgtk>=3.0' 'libsm' 'device-mapper') optdepends=('sudo: mounting encrypted volumes as nonroot users' 'desktop-file-utils: update desktop database') makedepends=('nasm' 'pkg-config' 'unzip') Modified: wit/trunk/PKGBUILD =================================================================== --- wit/trunk/PKGBUILD 2016-12-13 16:11:11 UTC (rev 199244) +++ wit/trunk/PKGBUILD 2016-12-13 17:26:17 UTC (rev 199245) @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url='http://wit.wiimm.de' license=('GPL2') -depends=('fuse' 'zlib') +depends=('fuse2' 'zlib') makedepends=('subversion') optdepends=('bash: Update titles lists' 'wget: Update titles lists')
