[arch-commits] Commit in fuse3/repos (8 files)

2017-09-15 Thread Anatol Pomozov
Date: Saturday, September 16, 2017 @ 05:10:09
  Author: anatolik
Revision: 305651

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  fuse3/repos/testing-i686/PKGBUILD
(from rev 305650, fuse3/trunk/PKGBUILD)
  fuse3/repos/testing-i686/fuse.conf
(from rev 305650, fuse3/trunk/fuse.conf)
  fuse3/repos/testing-x86_64/PKGBUILD
(from rev 305650, fuse3/trunk/PKGBUILD)
  fuse3/repos/testing-x86_64/fuse.conf
(from rev 305650, fuse3/trunk/fuse.conf)
Deleted:
  fuse3/repos/testing-i686/PKGBUILD
  fuse3/repos/testing-i686/fuse.conf
  fuse3/repos/testing-x86_64/PKGBUILD
  fuse3/repos/testing-x86_64/fuse.conf

--+
 /PKGBUILD|  144 +
 /fuse.conf   |   18 +
 testing-i686/PKGBUILD|   75 ---
 testing-i686/fuse.conf   |9 --
 testing-x86_64/PKGBUILD  |   75 ---
 testing-x86_64/fuse.conf |9 --
 6 files changed, 162 insertions(+), 168 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-09-16 05:09:21 UTC (rev 305650)
+++ testing-i686/PKGBUILD   2017-09-16 05:10:09 UTC (rev 305651)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Tom Gundersen 
-# Contributor: Mark Rosenstand 
-
-pkgbase=fuse3
-pkgname=(fuse-common fuse3)
-pkgver=3.1.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url='https://github.com/libfuse/libfuse'
-license=('GPL2')
-makedepends=('pkg-config' 'meson' 'udev')
-options=(!emptydirs)
-source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz{,.asc}
-   'fuse.conf')
-sha1sums=('2544da3b7719f96f66672d3b5cc3624e58852f5c'
-  'SKIP'
-  '3b42e37a741d4651099225987dc40e7f02a716ad')
-validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

-
-build() {
-  cd fuse-$pkgver
-
-  rm -rf build
-  meson --prefix=/usr --sbindir=bin . build
-  cd build
-  ninja
-}
-
-package_fuse-common() {
-  pkgdesc="Common files for fuse2/3 packages"
-  backup=(etc/fuse.conf)
-  depends=(glibc)
-
-  cd fuse-$pkgver/build
-  DESTDIR=${pkgdir} ninja install
-
-  install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
-
-  # static device nodes are handled by udev
-  rm -r ${pkgdir}/dev
-
-  # Remove init script in wrong path
-  # Don't add our own for now, as fusectl fs oopses on 2.6.18
-  rm -r ${pkgdir}/etc/init.d
-
-  # part of fuse3 package
-  rm -r 
${pkgdir}/usr/{bin/fusermount3,include,lib/{pkgconfig,libfuse3.so*},share/man/man1/fusermount3.1.gz}
-
-  mv ${pkgdir}/usr/bin/mount.fuse3 ${pkgdir}/usr/bin/mount.fuse
-
-  # workaround bug in fuse meson script
-  mv ${pkgdir}/usr/lib/udev/rules.d/udev/rules.d/99-fuse3.rules 
${pkgdir}/usr/lib/udev/rules.d/99-fuse3.rules
-}
-
-package_fuse3() {
-  pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
-  depends=('fuse-common')
-
-  cd fuse-$pkgver/build
-
-  DESTDIR=${pkgdir} ninja install
-
-  # Remove init script in wrong path
-  # Don't add our own for now, as fusectl fs oopses on 2.6.18
-  rm -r ${pkgdir}/etc/init.d
-
-  # static device nodes are handled by udev
-  rm -r ${pkgdir}/dev
-
-  # part of fuse-common package
-  rm -r ${pkgdir}/usr/lib/udev/rules.d
-  rm ${pkgdir}/usr/share/man/man8/mount.fuse.8.gz ${pkgdir}/usr/bin/mount.fuse3
-}

Copied: fuse3/repos/testing-i686/PKGBUILD (from rev 305650, 
fuse3/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-16 05:10:09 UTC (rev 305651)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Gundersen 
+# Contributor: Mark Rosenstand 
+
+pkgbase=fuse3
+pkgname=(fuse-common fuse3)
+pkgver=3.2.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/libfuse/libfuse'
+license=('GPL2')
+makedepends=('pkg-config' 'meson' 'udev')
+options=(!emptydirs)
+source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.xz{,.asc}
+   'fuse.conf')
+sha1sums=('8bfd587a73e0b5523d1e82bffd8ad69161462854'
+  'SKIP'
+  '3b42e37a741d4651099225987dc40e7f02a716ad')
+validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

+
+build() {
+  cd fuse-$pkgver
+
+  rm -rf build
+  meson --prefix=/usr --sbindir=bin . build
+  cd build
+  ninja
+}
+
+package_fuse-common() {
+  pkgdesc="Common files for fuse2/3 packages"
+  backup=(etc/fuse.conf)
+  depends=(glibc)
+
+  cd fuse-$pkgver/build
+  DESTDIR=${pkgdir} ninja install
+
+  install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
+
+  # static device nodes are handled by udev
+  rm -r ${pkgdir}/dev
+
+  # Remove init script in wrong path
+  # Don't add our own for now, as 

[arch-commits] Commit in fuse3/repos (8 files)

2017-07-08 Thread Anatol Pomozov
Date: Sunday, July 9, 2017 @ 00:47:32
  Author: anatolik
Revision: 299919

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  fuse3/repos/extra-i686/PKGBUILD
(from rev 299918, fuse3/trunk/PKGBUILD)
  fuse3/repos/extra-i686/fuse.conf
(from rev 299918, fuse3/trunk/fuse.conf)
  fuse3/repos/extra-x86_64/PKGBUILD
(from rev 299918, fuse3/trunk/PKGBUILD)
  fuse3/repos/extra-x86_64/fuse.conf
(from rev 299918, fuse3/trunk/fuse.conf)
Deleted:
  fuse3/repos/extra-i686/PKGBUILD
  fuse3/repos/extra-i686/fuse.conf
  fuse3/repos/extra-x86_64/PKGBUILD
  fuse3/repos/extra-x86_64/fuse.conf

+
 /PKGBUILD  |  136 +++
 /fuse.conf |   18 ++
 extra-i686/PKGBUILD|   68 ---
 extra-i686/fuse.conf   |9 ---
 extra-x86_64/PKGBUILD  |   68 ---
 extra-x86_64/fuse.conf |9 ---
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-09 00:42:20 UTC (rev 299918)
+++ extra-i686/PKGBUILD 2017-07-09 00:47:32 UTC (rev 299919)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Tom Gundersen 
-# Contributor: Mark Rosenstand 
-
-pkgbase=fuse3
-pkgname=(fuse-common fuse3)
-pkgver=3.0.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://github.com/libfuse/libfuse'
-license=('GPL2')
-makedepends=('pkg-config')
-options=(!emptydirs)
-source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz{,.asc}
-   'fuse.conf')
-sha1sums=('9cd178d3e5e0f2304d0f86ae096958527d23b098'
-  'SKIP'
-  '3b42e37a741d4651099225987dc40e7f02a716ad')
-validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

-
-build() {
-  cd fuse-$pkgver
-
-  export MOUNT_FUSE_PATH=/usr/bin
-  ./configure --prefix=/usr --libdir=/usr/lib --enable-lib --enable-util 
--disable-example
-  make
-}
-
-package_fuse-common() {
-  pkgdesc="Common files for fuse2/3 packages"
-  backup=(etc/fuse.conf)
-
-  cd fuse-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
-
-  # static device nodes are handled by udev
-  rm -r ${pkgdir}/dev
-
-  # Remove init script in wrong path
-  # Don't add our own for now, as fusectl fs oopses on 2.6.18
-  rm -r ${pkgdir}/usr/etc/init.d
-
-  # part of fuse3 package
-  rm -r 
${pkgdir}/usr/{bin,include,lib/{pkgconfig,libfuse3.so*,*.a},share/man/man1/fusermount3.1}
-}
-
-package_fuse3() {
-  pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
-  depends=('glibc' 'fuse-common')
-
-  cd fuse-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  # Remove init script in wrong path
-  # Don't add our own for now, as fusectl fs oopses on 2.6.18
-  rm -r ${pkgdir}/usr/etc/init.d
-
-  # static device nodes are handled by udev
-  rm -r ${pkgdir}/dev
-
-  # part of fuse-common package
-  rm -r ${pkgdir}/usr/lib/udev/rules.d
-  rm ${pkgdir}/usr/share/man/man8/mount.fuse.8
-}

Copied: fuse3/repos/extra-i686/PKGBUILD (from rev 299918, fuse3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-09 00:47:32 UTC (rev 299919)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Gundersen 
+# Contributor: Mark Rosenstand 
+
+pkgbase=fuse3
+pkgname=(fuse-common fuse3)
+pkgver=3.1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/libfuse/libfuse'
+license=('GPL2')
+makedepends=('pkg-config')
+options=(!emptydirs)
+source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz{,.asc}
+   'fuse.conf')
+sha1sums=('081ca79d03b5e401fb567c203a5044f35e67284a'
+  'SKIP'
+  '3b42e37a741d4651099225987dc40e7f02a716ad')
+validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

+
+build() {
+  cd fuse-$pkgver
+
+  export MOUNT_FUSE_PATH=/usr/bin
+  ./configure --prefix=/usr --libdir=/usr/lib --enable-lib --enable-util 
--disable-example
+  make
+}
+
+package_fuse-common() {
+  pkgdesc="Common files for fuse2/3 packages"
+  backup=(etc/fuse.conf)
+
+  cd fuse-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
+
+  # static device nodes are handled by udev
+  rm -r ${pkgdir}/dev
+
+  # Remove init script in wrong path
+  # Don't add our own for now, as fusectl fs oopses on 2.6.18
+  rm -r ${pkgdir}/usr/etc/init.d
+
+  # part of fuse3 package
+  rm -r 
${pkgdir}/usr/{bin,include,lib/{pkgconfig,libfuse3.so*,*.a},share/man/man1/fusermount3.1}
+}
+
+package_fuse3() {
+  pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace