[arch-commits] Commit in fuse/trunk (PKGBUILD)

2016-06-28 Thread Anatol Pomozov
Date: Tuesday, June 28, 2016 @ 21:12:55
  Author: anatolik
Revision: 270782

FS#49866 use release tarball + signing key

Modified:
  fuse/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 20:37:52 UTC (rev 270781)
+++ PKGBUILD2016-06-28 21:12:55 UTC (rev 270782)
@@ -13,16 +13,16 @@
 depends=('glibc')
 makedepends=('pkg-config')
 backup=(etc/fuse.conf)
-_tag=fuse-$pkgver
-source=(https://github.com/libfuse/libfuse/archive/$_tag.zip
+source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz{,.asc}
'fuse.conf')
-sha1sums=('805be38cbfb29d05036b03f2560b193010c38720'
+sha1sums=('cd174e3d37995a42fad32fac92f76cd18e24174f'
+  'SKIP'
   '3b42e37a741d4651099225987dc40e7f02a716ad')
+validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

 
 build() {
-  cd libfuse-$_tag
+  cd fuse-$pkgver
 
-  ./makeconf.sh
   export MOUNT_FUSE_PATH=/usr/bin
   ./configure --prefix=/usr --libdir=/usr/lib --enable-lib --enable-util 
--disable-example
   make
@@ -29,7 +29,7 @@
 }
 
 package() {
-  cd libfuse-$_tag
+  cd fuse-$pkgver
 
   make DESTDIR=${pkgdir} install
 


[arch-commits] Commit in fuse/trunk (PKGBUILD)

2016-06-22 Thread Anatol Pomozov
Date: Wednesday, June 22, 2016 @ 17:48:17
  Author: anatolik
Revision: 270482

upgpkg: fuse 2.9.7-1

Modified:
  fuse/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-22 15:09:45 UTC (rev 270481)
+++ PKGBUILD2016-06-22 17:48:17 UTC (rev 270482)
@@ -4,11 +4,11 @@
 # Contributor: Mark Rosenstand 
 
 pkgname=fuse
-pkgver=2.9.6
+pkgver=2.9.7
 pkgrel=1
 pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
 arch=('i686' 'x86_64')
-url="http://fuse.sourceforge.net/;
+url='https://github.com/libfuse/libfuse'
 license=('GPL2')
 depends=('glibc')
 makedepends=('pkg-config')
@@ -16,7 +16,7 @@
 _tag=fuse-$pkgver
 source=(https://github.com/libfuse/libfuse/archive/$_tag.zip
'fuse.conf')
-sha1sums=('9a89a4685d7c212d54989770431a6b8555a0e2f1'
+sha1sums=('805be38cbfb29d05036b03f2560b193010c38720'
   '3b42e37a741d4651099225987dc40e7f02a716ad')
 
 build() {


[arch-commits] Commit in fuse/trunk (PKGBUILD)

2016-04-28 Thread Anatol Pomozov
Date: Friday, April 29, 2016 @ 01:23:25
  Author: anatolik
Revision: 266618

upgpkg: fuse 2.9.6-1

Modified:
  fuse/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-28 22:01:40 UTC (rev 266617)
+++ PKGBUILD2016-04-28 23:23:25 UTC (rev 266618)
@@ -4,7 +4,7 @@
 # Contributor: Mark Rosenstand 
 
 pkgname=fuse
-pkgver=2.9.5
+pkgver=2.9.6
 pkgrel=1
 pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
 arch=('i686' 'x86_64')
@@ -13,10 +13,10 @@
 depends=('glibc')
 makedepends=('pkg-config')
 backup=(etc/fuse.conf)
-_tag=fuse_${pkgver//./_}
+_tag=fuse-$pkgver
 source=(https://github.com/libfuse/libfuse/archive/$_tag.zip
'fuse.conf')
-sha1sums=('3fec54328c8e7eec2cd2c22aefdf0ee93645ce84'
+sha1sums=('9a89a4685d7c212d54989770431a6b8555a0e2f1'
   '3b42e37a741d4651099225987dc40e7f02a716ad')
 
 build() {


[arch-commits] Commit in fuse/trunk (PKGBUILD)

2016-01-17 Thread Anatol Pomozov
Date: Sunday, January 17, 2016 @ 16:22:34
  Author: anatolik
Revision: 258376

upgpkg: fuse 2.9.5-1

Modified:
  fuse/trunk/PKGBUILD

--+
 PKGBUILD |   26 ++
 1 file changed, 10 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-17 10:32:09 UTC (rev 258375)
+++ PKGBUILD2016-01-17 15:22:34 UTC (rev 258376)
@@ -4,7 +4,7 @@
 # Contributor: Mark Rosenstand 
 
 pkgname=fuse
-pkgver=2.9.4
+pkgver=2.9.5
 pkgrel=1
 pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
 arch=('i686' 'x86_64')
@@ -13,29 +13,23 @@
 depends=('glibc')
 makedepends=('pkg-config')
 backup=(etc/fuse.conf)
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+_tag=fuse_${pkgver//./_}
+source=(https://github.com/libfuse/libfuse/archive/$_tag.zip
'fuse.conf')
-sha1sums=('c8b25419f33624dc5240af6a5d26f2c04367ca71'
+sha1sums=('3fec54328c8e7eec2cd2c22aefdf0ee93645ce84'
   '3b42e37a741d4651099225987dc40e7f02a716ad')
 
-prepare() {
-  cd "$pkgname-$pkgver"
+build() {
+  cd libfuse-$_tag
 
-  # fix building with glibc-2.14
-  sed -i '1i#define _GNU_SOURCE' util/fusermount.c 
-  
-  sed -i "/MOUNT_FUSE_PATH=/s#/sbin#/usr/bin#" configure
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --libdir=/usr/lib \
-  --enable-lib --enable-util --disable-example
+  ./makeconf.sh
+  export MOUNT_FUSE_PATH=/usr/bin
+  ./configure --prefix=/usr --libdir=/usr/lib --enable-lib --enable-util 
--disable-example
   make
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd libfuse-$_tag
 
   make DESTDIR=${pkgdir} install
 


[arch-commits] Commit in fuse/trunk (PKGBUILD)

2015-05-22 Thread Anatol Pomozov
Date: Friday, May 22, 2015 @ 18:36:05
  Author: anatolik
Revision: 239665

upgpkg: fuse 2.9.4-1

Modified:
  fuse/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-22 16:15:48 UTC (rev 239664)
+++ PKGBUILD2015-05-22 16:36:05 UTC (rev 239665)
@@ -4,8 +4,8 @@
 # Contributor: Mark Rosenstand m...@archlinux.org
 
 pkgname=fuse
-pkgver=2.9.3
-pkgrel=2
+pkgver=2.9.4
+pkgrel=1
 pkgdesc=A library that makes it possible to implement a filesystem in a 
userspace program.
 arch=('i686' 'x86_64')
 url=http://fuse.sourceforge.net/;
@@ -15,7 +15,7 @@
 backup=(etc/fuse.conf)
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
'fuse.conf')
-sha1sums=('94bd1974a9f2173ac3c2cf122f9fa3c35996b88e'
+sha1sums=('c8b25419f33624dc5240af6a5d26f2c04367ca71'
   '3b42e37a741d4651099225987dc40e7f02a716ad')
 
 prepare() {


[arch-commits] Commit in fuse/trunk (PKGBUILD)

2014-02-26 Thread Anatol Pomozov
Date: Wednesday, February 26, 2014 @ 18:43:11
  Author: anatolik
Revision: 206449

fuse: do not compile examples - they are not used in the Arch package

Modified:
  fuse/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-26 17:17:00 UTC (rev 206448)
+++ PKGBUILD2014-02-26 17:43:11 UTC (rev 206449)
@@ -30,7 +30,7 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --libdir=/usr/lib \
-  --enable-lib --enable-util
+  --enable-lib --enable-util --disable-example
   make
 }
 



[arch-commits] Commit in fuse/trunk (PKGBUILD)

2013-10-24 Thread Allan McRae
Date: Friday, October 25, 2013 @ 03:40:14
  Author: allan
Revision: 197298

upgpkg: fuse 2.9.3-2

remove static libraries

Modified:
  fuse/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 01:40:06 UTC (rev 197297)
+++ PKGBUILD2013-10-25 01:40:14 UTC (rev 197298)
@@ -5,7 +5,7 @@
 
 pkgname=fuse
 pkgver=2.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A library that makes it possible to implement a filesystem in a 
userspace program.
 arch=('i686' 'x86_64')
 url=http://fuse.sourceforge.net/;
@@ -15,7 +15,6 @@
 backup=(etc/fuse.conf)
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
'fuse.conf')
-options=(!libtool)
 sha1sums=('94bd1974a9f2173ac3c2cf122f9fa3c35996b88e'
   '3b42e37a741d4651099225987dc40e7f02a716ad')
 



[arch-commits] Commit in fuse/trunk (PKGBUILD fuse.rc.d)

2013-07-31 Thread Bartłomiej Piotrowski
Date: Wednesday, July 31, 2013 @ 18:26:21
  Author: bpiotrowski
Revision: 191855

upgpkg: fuse 2.9.3-1

- upstream release

Modified:
  fuse/trunk/PKGBUILD
Deleted:
  fuse/trunk/fuse.rc.d

---+
 PKGBUILD  |7 ---
 fuse.rc.d |   49 -
 2 files changed, 4 insertions(+), 52 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-31 16:20:12 UTC (rev 191854)
+++ PKGBUILD2013-07-31 16:26:21 UTC (rev 191855)
@@ -4,8 +4,8 @@
 # Contributor: Mark Rosenstand m...@archlinux.org
 
 pkgname=fuse
-pkgver=2.9.2
-pkgrel=3
+pkgver=2.9.3
+pkgrel=1
 pkgdesc=A library that makes it possible to implement a filesystem in a 
userspace program.
 arch=('i686' 'x86_64')
 url=http://fuse.sourceforge.net/;
@@ -16,11 +16,12 @@
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
'fuse.conf')
 options=(!libtool)
-sha1sums=('fcfc005b1edcd5e8b325729a1b325ff0e8b2a5ab'
+sha1sums=('94bd1974a9f2173ac3c2cf122f9fa3c35996b88e'
   '3b42e37a741d4651099225987dc40e7f02a716ad')
 
 prepare() {
   cd $pkgname-$pkgver
+
   # fix building with glibc-2.14
   sed -i '1i#define _GNU_SOURCE' util/fusermount.c 
   

Deleted: fuse.rc.d
===
--- fuse.rc.d   2013-07-31 16:20:12 UTC (rev 191854)
+++ fuse.rc.d   2013-07-31 16:26:21 UTC (rev 191855)
@@ -1,49 +0,0 @@
-#!/bin/bash
-#
-# fuse Init script for Filesystem in Userspace
-# Based on the script by Miklos Szeredi mik...@szeredi.hu
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-FUSECTL=/sys/fs/fuse/connections
-
-case $1 in
-  start)
-stat_busy Starting fuse
-if ! grep -qw fuse /proc/filesystems; then
-  modprobe fuse /dev/null 21
-  if [ $? -gt 0 ]; then
-stat_fail
-exit 1
-  fi
-fi
-if grep -qw fusectl /proc/filesystems  ! grep -qw $FUSECTL /proc/mounts; 
then
-  mount -t fusectl none $FUSECTL /dev/null 21
-  if [ $? -gt 0 ]; then
-stat_fail
-exit 1
-  fi
-fi
-add_daemon fuse
-stat_done
-;;
-  stop)
-stat_busy Stopping fuse
-umount $FUSECTL /dev/null 21
-rmmod fuse /dev/null 21
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon fuse
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 1
-$0 start
-;;
-  *)  
-echo usage: $0 {start|stop|restart}
-esac
-exit 0



[arch-commits] Commit in fuse/trunk (PKGBUILD)

2013-05-30 Thread Allan McRae
Date: Friday, May 31, 2013 @ 03:18:02
  Author: allan
Revision: 186740

upgpkg: fuse 2.9.2-2

/usr move

Modified:
  fuse/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 23:55:19 UTC (rev 186739)
+++ PKGBUILD2013-05-31 01:18:02 UTC (rev 186740)
@@ -5,7 +5,7 @@
 
 pkgname=fuse
 pkgver=2.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A library that makes it possible to implement a filesystem in a 
userspace program.
 arch=('i686' 'x86_64')
 url=http://fuse.sourceforge.net/;
@@ -19,14 +19,16 @@
 sha1sums=('fcfc005b1edcd5e8b325729a1b325ff0e8b2a5ab'
   '3b42e37a741d4651099225987dc40e7f02a716ad')
 
-build() {
+prepare() {
   cd $pkgname-$pkgver
-
   # fix building with glibc-2.14
-  sed -i '1i#define _GNU_SOURCE' util/fusermount.c
+  sed -i '1i#define _GNU_SOURCE' util/fusermount.c  
+}
 
+build() {
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --libdir=/usr/lib --enable-lib \
-  --enable-util --bindir=/bin
+  --enable-util
   make
 }
 
@@ -38,7 +40,6 @@
   # Remove init script in wrong path
   # Don't add our own for now, as fusectl fs oopses on 2.6.18
   rm -rf ${pkgdir}/etc/init.d
-  #install -D -m755 ${srcdir}/fuse.rc.d ${pkgdir}/etc/rc.d/fuse
 
   # install sample config file
   install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf



[arch-commits] Commit in fuse/trunk (PKGBUILD)

2013-05-30 Thread Allan McRae
Date: Friday, May 31, 2013 @ 05:39:25
  Author: allan
Revision: 186753

upgpkg: fuse 2.9.2-3

/usr move - attempt #2

Modified:
  fuse/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-31 03:31:16 UTC (rev 186752)
+++ PKGBUILD2013-05-31 03:39:25 UTC (rev 186753)
@@ -5,7 +5,7 @@
 
 pkgname=fuse
 pkgver=2.9.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A library that makes it possible to implement a filesystem in a 
userspace program.
 arch=('i686' 'x86_64')
 url=http://fuse.sourceforge.net/;
@@ -22,13 +22,15 @@
 prepare() {
   cd $pkgname-$pkgver
   # fix building with glibc-2.14
-  sed -i '1i#define _GNU_SOURCE' util/fusermount.c  
+  sed -i '1i#define _GNU_SOURCE' util/fusermount.c 
+  
+  sed -i /MOUNT_FUSE_PATH=/s#/sbin#/usr/bin# configure
 }
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libdir=/usr/lib --enable-lib \
-  --enable-util
+  ./configure --prefix=/usr --libdir=/usr/lib \
+  --enable-lib --enable-util
   make
 }
 



[arch-commits] Commit in fuse/trunk (PKGBUILD)

2012-11-17 Thread Ronald van Haren
Date: Saturday, November 17, 2012 @ 10:02:04
  Author: ronald
Revision: 171436

upgpkg: fuse 2.9.2-1

update to 2.9.2

Modified:
  fuse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-17 14:57:45 UTC (rev 171435)
+++ PKGBUILD2012-11-17 15:02:04 UTC (rev 171436)
@@ -4,7 +4,7 @@
 # Contributor: Mark Rosenstand m...@archlinux.org
 
 pkgname=fuse
-pkgver=2.9.1
+pkgver=2.9.2
 pkgrel=1
 pkgdesc=A library that makes it possible to implement a filesystem in a 
userspace program.
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
'fuse.conf')
 options=(!libtool)
-sha1sums=('ed9e8ab740576a038856109cc587d52a387b223f'
+sha1sums=('fcfc005b1edcd5e8b325729a1b325ff0e8b2a5ab'
   '3b42e37a741d4651099225987dc40e7f02a716ad')
 
 build() {



[arch-commits] Commit in fuse/trunk (PKGBUILD)

2012-08-04 Thread Ronald van Haren
Date: Saturday, August 4, 2012 @ 14:58:47
  Author: ronald
Revision: 164766

upgpkg: fuse 2.9.1-1

update to 2.9.1

Modified:
  fuse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 18:56:16 UTC (rev 164765)
+++ PKGBUILD2012-08-04 18:58:47 UTC (rev 164766)
@@ -4,7 +4,7 @@
 # Contributor: Mark Rosenstand m...@archlinux.org
 
 pkgname=fuse
-pkgver=2.9.0
+pkgver=2.9.1
 pkgrel=1
 pkgdesc=A library that makes it possible to implement a filesystem in a 
userspace program.
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
'fuse.conf')
 options=(!libtool)
-sha1sums=('e64396d516cca55995e0a8f8dd75456fd9d9d21d'
+sha1sums=('ed9e8ab740576a038856109cc587d52a387b223f'
   '3b42e37a741d4651099225987dc40e7f02a716ad')
 
 build() {



[arch-commits] Commit in fuse/trunk (PKGBUILD)

2012-04-29 Thread Dave Reisner
Date: Sunday, April 29, 2012 @ 11:29:28
  Author: dreisner
Revision: 157795

upgpkg: fuse 2.9.0-1

- upstream update
- rebuild for /lib - /usr/lib move

Modified:
  fuse/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-29 15:19:21 UTC (rev 157794)
+++ PKGBUILD2012-04-29 15:29:28 UTC (rev 157795)
@@ -4,7 +4,7 @@
 # Contributor: Mark Rosenstand m...@archlinux.org
 
 pkgname=fuse
-pkgver=2.8.7
+pkgver=2.9.0
 pkgrel=1
 pkgdesc=A library that makes it possible to implement a filesystem in a 
userspace program.
 arch=('i686' 'x86_64')
@@ -16,22 +16,22 @@
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
'fuse.conf')
 options=(!libtool)
-sha1sums=('284f22401131ec148bd04362dc86f7b0e94fb5f4'
+sha1sums=('e64396d516cca55995e0a8f8dd75456fd9d9d21d'
   '3b42e37a741d4651099225987dc40e7f02a716ad')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
 
   # fix building with glibc-2.14
   sed -i '1i#define _GNU_SOURCE' util/fusermount.c
 
-  ./configure --prefix=/usr --enable-lib \
+  ./configure --prefix=/usr --libdir=/usr/lib --enable-lib \
   --enable-util --bindir=/bin
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
 
   make DESTDIR=${pkgdir} install
 



[arch-commits] Commit in fuse/trunk (PKGBUILD fuse.install)

2012-04-11 Thread Tom Gundersen
Date: Wednesday, April 11, 2012 @ 09:11:17
  Author: tomegun
Revision: 156011

move from /lib to /usr/lib

also fixed:
 * no need for post-install message, as module loading and device node creation 
is done by udev/kernel
 * just delte udev rules, rather than first moving them to the right folder, 
and then deleting :)

Modified:
  fuse/trunk/PKGBUILD
Deleted:
  fuse/trunk/fuse.install

--+
 PKGBUILD |   24 ++--
 fuse.install |   10 --
 2 files changed, 6 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-11 12:37:00 UTC (rev 156010)
+++ PKGBUILD2012-04-11 13:11:17 UTC (rev 156011)
@@ -1,5 +1,6 @@
 # $Id$
 # Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
 # Contributor: Mark Rosenstand m...@archlinux.org
 
 pkgname=fuse
@@ -8,11 +9,10 @@
 pkgdesc=A library that makes it possible to implement a filesystem in a 
userspace program.
 arch=('i686' 'x86_64')
 url=http://fuse.sourceforge.net/;
-license=GPL2
+license=('GPL2')
 depends=('glibc')
 makedepends=('pkg-config')
 backup=(etc/fuse.conf)
-install=fuse.install
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
'fuse.conf')
 options=(!libtool)
@@ -35,29 +35,17 @@
 
   make DESTDIR=${pkgdir} install
 
-  # static device nodes will cause collision.
-  rm -rf ${pkgdir}/dev
- 
   # Remove init script in wrong path
   # Don't add our own for now, as fusectl fs oopses on 2.6.18
   rm -rf ${pkgdir}/etc/init.d
   #install -D -m755 ${srcdir}/fuse.rc.d ${pkgdir}/etc/rc.d/fuse
 
-  install -d ${pkgdir}/lib
-  mv ${pkgdir}/usr/lib/libfuse.so.${pkgver} ${pkgdir}/lib/
-  ln -s ../../lib/libfuse.so.${pkgver} ${pkgdir}/usr/lib/libfuse.so.${pkgver}
-  ln -s libfuse.so.${pkgver} ${pkgdir}/lib/libfuse.so.2
-  mv ${pkgdir}/usr/lib/libulockmgr.so.1.0.1 ${pkgdir}/lib/
-  ln -s ../../lib/libulockmgr.so.1.0.1 ${pkgdir}/usr/lib/libulockmgr.so.1.0.1
-  ln -s libulockmgr.so.1.0.1 ${pkgdir}/lib/libulockmgr.so.1
-
   # install sample config file
   install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
 
-  # Fix udev rule location
-  install -d -m755 ${pkgdir}/lib
-  mv ${pkgdir}/etc/udev ${pkgdir}/lib/
+  # remove udev rules (is in the udev package}
+  rm -rf ${pkgdir}/etc/udev
 
-  # remove udev rules (should already be in udev package}
-  rm -f ${pkgdir}/lib/udev/rules.d/99-fuse.rules
+  # static device nodes are handled by udev
+  rm -rf ${pkgdir}/dev
 }

Deleted: fuse.install
===
--- fuse.install2012-04-11 12:37:00 UTC (rev 156010)
+++ fuse.install2012-04-11 13:11:17 UTC (rev 156011)
@@ -1,10 +0,0 @@
-post_install() {
-  cat  'EOM'
-== You must load the fuse kernel module to use FUSE.
- - Run 'modprobe fuse' to load the module now.
- - Add fuse to $MODULES in /etc/rc.conf to load on every boot.
-== You will need a /dev/fuse device node to use FUSE.
- - If you use udev, nothing needs to be done
- - For a static /dev, run: mknod /dev/fuse -m 0666 c 10 229
-EOM
-}



[arch-commits] Commit in fuse/trunk (PKGBUILD)

2012-02-08 Thread Ronald van Haren
Date: Wednesday, February 8, 2012 @ 16:50:11
  Author: ronald
Revision: 149636

upgpkg: fuse 2.8.7-1

update to 2.8.7

Modified:
  fuse/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 21:43:02 UTC (rev 149635)
+++ PKGBUILD2012-02-08 21:50:11 UTC (rev 149636)
@@ -3,7 +3,7 @@
 # Contributor: Mark Rosenstand m...@archlinux.org
 
 pkgname=fuse
-pkgver=2.8.6
+pkgver=2.8.7
 pkgrel=1
 pkgdesc=A library that makes it possible to implement a filesystem in a 
userspace program.
 arch=('i686' 'x86_64')
@@ -16,8 +16,9 @@
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
'fuse.conf')
 options=(!libtool)
-sha1sums=('c2c0f9fff8bfee217da200888123e5abb5b498f2'
+sha1sums=('284f22401131ec148bd04362dc86f7b0e94fb5f4'
   '3b42e37a741d4651099225987dc40e7f02a716ad')
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
@@ -52,6 +53,7 @@
 
   # install sample config file
   install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
+
   # Fix udev rule location
   install -d -m755 ${pkgdir}/lib
   mv ${pkgdir}/etc/udev ${pkgdir}/lib/



[arch-commits] Commit in fuse/trunk (PKGBUILD)

2011-10-27 Thread Ronald van Haren
Date: Thursday, October 27, 2011 @ 10:44:30
  Author: ronald
Revision: 141255

upgpkg: fuse 2.8.6-1

bump to 2.8.6; gentoo fix for building with glibc 2.14

Modified:
  fuse/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-27 14:28:28 UTC (rev 141254)
+++ PKGBUILD2011-10-27 14:44:30 UTC (rev 141255)
@@ -3,8 +3,8 @@
 # Contributor: Mark Rosenstand m...@archlinux.org
 
 pkgname=fuse
-pkgver=2.8.5
-pkgrel=2
+pkgver=2.8.6
+pkgrel=1
 pkgdesc=A library that makes it possible to implement a filesystem in a 
userspace program.
 arch=('i686' 'x86_64')
 url=http://fuse.sourceforge.net/;
@@ -16,11 +16,14 @@
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
'fuse.conf')
 options=(!libtool)
-sha1sums=('862320b56d6bc4ad5e7be2b1e0b5029166aae09b'
+sha1sums=('c2c0f9fff8bfee217da200888123e5abb5b498f2'
   '3b42e37a741d4651099225987dc40e7f02a716ad')
-
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
+  # fix building with glibc-2.14
+  sed -i '1i#define _GNU_SOURCE' util/fusermount.c
+
   ./configure --prefix=/usr --enable-lib \
   --enable-util --bindir=/bin
   make



[arch-commits] Commit in fuse/trunk (PKGBUILD)

2010-10-07 Thread Ronald van Haren
Date: Thursday, October 7, 2010 @ 06:30:45
  Author: ronald
Revision: 94450

upgpkg: fuse 2.8.5-1
bump to latest version

Modified:
  fuse/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-07 10:27:09 UTC (rev 94449)
+++ PKGBUILD2010-10-07 10:30:45 UTC (rev 94450)
@@ -3,8 +3,8 @@
 # Contributor: Mark Rosenstand m...@archlinux.org
 
 pkgname=fuse
-pkgver=2.8.4
-pkgrel=2
+pkgver=2.8.5
+pkgrel=1
 pkgdesc=A library that makes it possible to implement a filesystem in a 
userspace program.
 arch=('i686' 'x86_64')
 url=http://fuse.sourceforge.net/;
@@ -16,7 +16,7 @@
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
'fuse.conf')
 options=(!libtool)
-sha1sums=('b1bc296c3e5b90b3658edb5d8d7aa0ee97c145d7'
+sha1sums=('862320b56d6bc4ad5e7be2b1e0b5029166aae09b'
   '3b42e37a741d4651099225987dc40e7f02a716ad')
 
 build() {
@@ -24,6 +24,11 @@
   ./configure --prefix=/usr --enable-lib \
   --enable-util --bindir=/bin
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
   make DESTDIR=${pkgdir} install || return 1
 
   # static device nodes will cause collision.



[arch-commits] Commit in fuse/trunk (PKGBUILD)

2010-05-06 Thread Ronald van Haren
Date: Thursday, May 6, 2010 @ 09:28:30
  Author: ronald
Revision: 79746

upgpkg: fuse 2.8.4-1
update to latest version

Modified:
  fuse/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-06 13:24:08 UTC (rev 79745)
+++ PKGBUILD2010-05-06 13:28:30 UTC (rev 79746)
@@ -3,7 +3,7 @@
 # Contributor: Mark Rosenstand m...@archlinux.org
 
 pkgname=fuse
-pkgver=2.8.3
+pkgver=2.8.4
 pkgrel=1
 pkgdesc=A library that makes it possible to implement a filesystem in a 
userspace program.
 arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
'fuse.conf')
 options=(!libtool)
-md5sums=('517c8384f915e40647bda9f71579fd97'
- 'c9457cf5b2196da67d5ac816d1c86a4f')
+sha1sums=('b1bc296c3e5b90b3658edb5d8d7aa0ee97c145d7'
+  '3b42e37a741d4651099225987dc40e7f02a716ad')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in fuse/trunk (PKGBUILD)

2010-02-12 Thread Ronald van Haren
Date: Friday, February 12, 2010 @ 07:57:08
  Author: ronald
Revision: 68331

upgpkg: fuse 2.8.3-1
update to latest version

Modified:
  fuse/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-12 12:53:17 UTC (rev 68330)
+++ PKGBUILD2010-02-12 12:57:08 UTC (rev 68331)
@@ -3,7 +3,7 @@
 # Contributor: Mark Rosenstand m...@archlinux.org
 
 pkgname=fuse
-pkgver=2.8.1
+pkgver=2.8.3
 pkgrel=1
 pkgdesc=A library that makes it possible to implement a filesystem in a 
userspace program.
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
'fuse.conf')
 options=(!libtool)
-md5sums=('0e3505ce90155983f1bc995eb2cf6fa7'
+md5sums=('517c8384f915e40647bda9f71579fd97'
  'c9457cf5b2196da67d5ac816d1c86a4f')
 
 build() {
@@ -45,4 +45,3 @@
   # install sample config file
   install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
 }
-