[arch-commits] Commit in gvfs/repos (20 files)

Jan de Groot jgc at archlinux.org
Fri Oct 2 07:44:05 UTC 2015


    Date: Friday, October 2, 2015 @ 09:44:05
  Author: jgc
Revision: 248246

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

Added:
  gvfs/repos/testing-i686/PKGBUILD
    (from rev 248245, gvfs/trunk/PKGBUILD)
  gvfs/repos/testing-i686/gvfs-module.install
    (from rev 248245, gvfs/trunk/gvfs-module.install)
  gvfs/repos/testing-i686/gvfs-nfs.install
    (from rev 248245, gvfs/trunk/gvfs-nfs.install)
  gvfs/repos/testing-i686/gvfs-smb.install
    (from rev 248245, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/testing-i686/gvfs.install
    (from rev 248245, gvfs/trunk/gvfs.install)
  gvfs/repos/testing-x86_64/PKGBUILD
    (from rev 248245, gvfs/trunk/PKGBUILD)
  gvfs/repos/testing-x86_64/gvfs-module.install
    (from rev 248245, gvfs/trunk/gvfs-module.install)
  gvfs/repos/testing-x86_64/gvfs-nfs.install
    (from rev 248245, gvfs/trunk/gvfs-nfs.install)
  gvfs/repos/testing-x86_64/gvfs-smb.install
    (from rev 248245, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/testing-x86_64/gvfs.install
    (from rev 248245, gvfs/trunk/gvfs.install)
Deleted:
  gvfs/repos/testing-i686/PKGBUILD
  gvfs/repos/testing-i686/gvfs-module.install
  gvfs/repos/testing-i686/gvfs-nfs.install
  gvfs/repos/testing-i686/gvfs-smb.install
  gvfs/repos/testing-i686/gvfs.install
  gvfs/repos/testing-x86_64/PKGBUILD
  gvfs/repos/testing-x86_64/gvfs-module.install
  gvfs/repos/testing-x86_64/gvfs-nfs.install
  gvfs/repos/testing-x86_64/gvfs-smb.install
  gvfs/repos/testing-x86_64/gvfs.install

------------------------------------+
 /PKGBUILD                          |  288 +++++++++++++++++++++++++++++++++++
 /gvfs-module.install               |   14 +
 /gvfs-nfs.install                  |   16 +
 /gvfs-smb.install                  |   24 ++
 /gvfs.install                      |   28 +++
 testing-i686/PKGBUILD              |  144 -----------------
 testing-i686/gvfs-module.install   |    7 
 testing-i686/gvfs-nfs.install      |    8 
 testing-i686/gvfs-smb.install      |   12 -
 testing-i686/gvfs.install          |   14 -
 testing-x86_64/PKGBUILD            |  144 -----------------
 testing-x86_64/gvfs-module.install |    7 
 testing-x86_64/gvfs-nfs.install    |    8 
 testing-x86_64/gvfs-smb.install    |   12 -
 testing-x86_64/gvfs.install        |   14 -
 15 files changed, 370 insertions(+), 370 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2015-10-02 07:43:54 UTC (rev 248245)
+++ testing-i686/PKGBUILD	2015-10-02 07:44:05 UTC (rev 248246)
@@ -1,144 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgbase=gvfs
-pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
-pkgver=1.26.0
-pkgrel=2
-arch=(i686 x86_64)
-license=(LGPL)
-makedepends=(avahi dbus fuse intltool libarchive libcdio-paranoia libgphoto2 libimobiledevice
-             libsoup smbclient udisks2 libsecret docbook-xsl gtk3 libmtp gnome-online-accounts
-             libbluray libgudev libnfs libgdata)
-url="http://www.gnome.org"
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('6d43e8b33a5c1588525875f9d3979b515f648da1d567d0ce3d337a18f5ff8c32')
-
-prepare() {
-  cd "$pkgbase-$pkgver"
-}
-
-build() {
-  cd "$pkgbase-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static \
-      --libexecdir=/usr/lib/gvfs \
-      --with-bash-completion-dir=/usr/share/bash-completion/completions
-  make
-}
-
-package_gvfs() {
-  pkgdesc="Userspace virtual filesystem implemented as a pluggable module for gio"
-  depends=(avahi dconf fuse libarchive libcdio-paranoia libsoup udisks2 libsecret libbluray libgudev)
-  replaces=(gvfs-{obexftp,afp})
-  optdepends=('gvfs-afc: AFC (mobile devices) support'
-              'gvfs-smb: SMB/CIFS (Windows client) support'
-              'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
-              'gvfs-mtp: MTP device support'
-              'gvfs-goa: gnome-online-accounts support'
-              'gvfs-nfs: NFS support'
-              'gvfs-google: Google Drive support'
-              'gtk3: Recent files support')
-  install=gvfs.install
-
-  cd "$pkgbase-$pkgver"
-  sed -e 's/^am__append_4/#am__append_4/' \
-      -e 's/^am__append_5/#am__append_5/' \
-      -e 's/^am__append_6/#am__append_6/' \
-      -e 's/^am__append_7/#am__append_7/' \
-      -i monitor/Makefile
-  make DESTDIR="$pkgdir" install
-
-  cd "$pkgdir"
-  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,gphoto2,mtp,nfs,google}
-  rm usr/share/gvfs/mounts/{smb,smb-browse,afc,gphoto2,mtp,nfs,google}.mount
-  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
-  rm usr/share/GConf/gsettings/gvfs-smb.convert
-}
-
-package_gvfs-smb() {
-  pkgdesc="SMB/CIFS (Windows client) backend for gvfs"
-  depends=("gvfs=$pkgver" smbclient)
-  install=gvfs-smb.install
-
-  cd "$pkgbase-$pkgver/daemon"
-  install -m755 -d "$pkgdir/usr/lib/gvfs"
-  install -m755 -d "$pkgdir/usr/share/gvfs/mounts"
-
-  install -m755 .libs/gvfsd-smb{,-browse} "$pkgdir/usr/lib/gvfs/"
-  install -m644 smb{,-browse}.mount "$pkgdir/usr/share/gvfs/mounts/"
-
-  install -Dm644 org.gnome.system.smb.gschema.xml \
-    "$pkgdir/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml"
-  install -Dm644 gvfs-smb.convert \
-    "$pkgdir/usr/share/GConf/gsettings/gvfs-smb.convert"
-}
-
-package_gvfs-afc() {
-  pkgdesc="AFC (Apple mobile devices) backend for gvfs"
-  depends=("gvfs=$pkgver" libimobiledevice usbmuxd)
-  install=gvfs-module.install
-
-  cd "$pkgbase-$pkgver/daemon"
-  install -D .libs/gvfsd-afc "$pkgdir/usr/lib/gvfs/gvfsd-afc"
-  install -Dm644 afc.mount "$pkgdir/usr/share/gvfs/mounts/afc.mount"
-
-  cd "$srcdir/$pkgbase-$pkgver/monitor/afc"
-  make DESTDIR="$pkgdir" install
-}
-
-package_gvfs-gphoto2() {
-  pkgdesc="gphoto2 (PTP camera, MTP media player) backend for gvfs"
-  depends=("gvfs=$pkgver" libgphoto2)
-  install=gvfs-module.install
-
-  cd "$pkgbase-$pkgver/daemon"
-  install -D .libs/gvfsd-gphoto2 "$pkgdir/usr/lib/gvfs/gvfsd-gphoto2"
-  install -Dm644 gphoto2.mount "$pkgdir/usr/share/gvfs/mounts/gphoto2.mount"
-
-  cd "$srcdir/$pkgbase-$pkgver/monitor/gphoto2"
-  make DESTDIR="$pkgdir" install
-}
-
-package_gvfs-mtp() {
-  pkgdesc="MTP (Android, media player) backend for gvfs"
-  depends=("gvfs=$pkgver" libmtp)
-  install=gvfs-module.install
-
-  cd "$pkgbase-$pkgver/daemon"
-  install -D .libs/gvfsd-mtp "$pkgdir/usr/lib/gvfs/gvfsd-mtp"
-  install -Dm644 mtp.mount "$pkgdir/usr/share/gvfs/mounts/mtp.mount"
-
-  cd "$srcdir/$pkgbase-$pkgver/monitor/mtp"
-  make DESTDIR="$pkgdir" install
-}
-
-package_gvfs-goa() {
-  pkgdesc="Gnome Online Accounts (webservices) backend for gvfs"
-  depends=("gvfs=$pkgver" gnome-online-accounts)
-  install=gvfs-module.install
-
-  cd "$srcdir/$pkgbase-$pkgver/monitor/goa"
-  make DESTDIR="$pkgdir" install
-}
-
-package_gvfs-nfs() {
-  pkgdesc="NFS backend for gvfs"
-  depends=("gvfs=$pkgver" libnfs)
-  install=gvfs-nfs.install
-
-  cd "$pkgbase-$pkgver/daemon"
-  install -D .libs/gvfsd-nfs "$pkgdir/usr/lib/gvfs/gvfsd-nfs"
-  install -Dm644 nfs.mount "$pkgdir/usr/share/gvfs/mounts/nfs.mount"
-}
-
-package_gvfs-google() {
-  pkgdesc="Google Drive backend for gvfs"
-  depends=("gvfs=$pkgver" libgdata)
-  install=gvfs-module.install
-
-  cd "$pkgbase-$pkgver/daemon"
-  install -D .libs/gvfsd-google "$pkgdir/usr/lib/gvfs/gvfsd-google"
-  install -Dm644 google.mount "$pkgdir/usr/share/gvfs/mounts/google.mount"
-}

Copied: gvfs/repos/testing-i686/PKGBUILD (from rev 248245, gvfs/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-10-02 07:44:05 UTC (rev 248246)
@@ -0,0 +1,144 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgbase=gvfs
+pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
+pkgver=1.26.0
+pkgrel=3
+arch=(i686 x86_64)
+license=(LGPL)
+makedepends=(avahi dbus fuse intltool libarchive libcdio-paranoia libgphoto2 libimobiledevice
+             libsoup smbclient udisks2 libsecret docbook-xsl gtk3 libmtp gnome-online-accounts
+             libbluray libgudev libnfs libgdata)
+url="http://www.gnome.org"
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('6d43e8b33a5c1588525875f9d3979b515f648da1d567d0ce3d337a18f5ff8c32')
+
+prepare() {
+  cd "$pkgbase-$pkgver"
+}
+
+build() {
+  cd "$pkgbase-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static \
+      --libexecdir=/usr/lib/gvfs \
+      --with-bash-completion-dir=/usr/share/bash-completion/completions
+  make
+}
+
+package_gvfs() {
+  pkgdesc="Userspace virtual filesystem implemented as a pluggable module for gio"
+  depends=(avahi dconf fuse libarchive libcdio-paranoia libsoup udisks2 libsecret libbluray libgudev gcr)
+  replaces=(gvfs-{obexftp,afp})
+  optdepends=('gvfs-afc: AFC (mobile devices) support'
+              'gvfs-smb: SMB/CIFS (Windows client) support'
+              'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
+              'gvfs-mtp: MTP device support'
+              'gvfs-goa: gnome-online-accounts support'
+              'gvfs-nfs: NFS support'
+              'gvfs-google: Google Drive support'
+              'gtk3: Recent files support')
+  install=gvfs.install
+
+  cd "$pkgbase-$pkgver"
+  sed -e 's/^am__append_4/#am__append_4/' \
+      -e 's/^am__append_5/#am__append_5/' \
+      -e 's/^am__append_6/#am__append_6/' \
+      -e 's/^am__append_7/#am__append_7/' \
+      -i monitor/Makefile
+  make DESTDIR="$pkgdir" install
+
+  cd "$pkgdir"
+  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,gphoto2,mtp,nfs,google}
+  rm usr/share/gvfs/mounts/{smb,smb-browse,afc,gphoto2,mtp,nfs,google}.mount
+  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
+  rm usr/share/GConf/gsettings/gvfs-smb.convert
+}
+
+package_gvfs-smb() {
+  pkgdesc="SMB/CIFS (Windows client) backend for gvfs"
+  depends=("gvfs=$pkgver" smbclient)
+  install=gvfs-smb.install
+
+  cd "$pkgbase-$pkgver/daemon"
+  install -m755 -d "$pkgdir/usr/lib/gvfs"
+  install -m755 -d "$pkgdir/usr/share/gvfs/mounts"
+
+  install -m755 .libs/gvfsd-smb{,-browse} "$pkgdir/usr/lib/gvfs/"
+  install -m644 smb{,-browse}.mount "$pkgdir/usr/share/gvfs/mounts/"
+
+  install -Dm644 org.gnome.system.smb.gschema.xml \
+    "$pkgdir/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml"
+  install -Dm644 gvfs-smb.convert \
+    "$pkgdir/usr/share/GConf/gsettings/gvfs-smb.convert"
+}
+
+package_gvfs-afc() {
+  pkgdesc="AFC (Apple mobile devices) backend for gvfs"
+  depends=("gvfs=$pkgver" libimobiledevice usbmuxd)
+  install=gvfs-module.install
+
+  cd "$pkgbase-$pkgver/daemon"
+  install -D .libs/gvfsd-afc "$pkgdir/usr/lib/gvfs/gvfsd-afc"
+  install -Dm644 afc.mount "$pkgdir/usr/share/gvfs/mounts/afc.mount"
+
+  cd "$srcdir/$pkgbase-$pkgver/monitor/afc"
+  make DESTDIR="$pkgdir" install
+}
+
+package_gvfs-gphoto2() {
+  pkgdesc="gphoto2 (PTP camera, MTP media player) backend for gvfs"
+  depends=("gvfs=$pkgver" libgphoto2)
+  install=gvfs-module.install
+
+  cd "$pkgbase-$pkgver/daemon"
+  install -D .libs/gvfsd-gphoto2 "$pkgdir/usr/lib/gvfs/gvfsd-gphoto2"
+  install -Dm644 gphoto2.mount "$pkgdir/usr/share/gvfs/mounts/gphoto2.mount"
+
+  cd "$srcdir/$pkgbase-$pkgver/monitor/gphoto2"
+  make DESTDIR="$pkgdir" install
+}
+
+package_gvfs-mtp() {
+  pkgdesc="MTP (Android, media player) backend for gvfs"
+  depends=("gvfs=$pkgver" libmtp)
+  install=gvfs-module.install
+
+  cd "$pkgbase-$pkgver/daemon"
+  install -D .libs/gvfsd-mtp "$pkgdir/usr/lib/gvfs/gvfsd-mtp"
+  install -Dm644 mtp.mount "$pkgdir/usr/share/gvfs/mounts/mtp.mount"
+
+  cd "$srcdir/$pkgbase-$pkgver/monitor/mtp"
+  make DESTDIR="$pkgdir" install
+}
+
+package_gvfs-goa() {
+  pkgdesc="Gnome Online Accounts (webservices) backend for gvfs"
+  depends=("gvfs=$pkgver" gnome-online-accounts)
+  install=gvfs-module.install
+
+  cd "$srcdir/$pkgbase-$pkgver/monitor/goa"
+  make DESTDIR="$pkgdir" install
+}
+
+package_gvfs-nfs() {
+  pkgdesc="NFS backend for gvfs"
+  depends=("gvfs=$pkgver" libnfs)
+  install=gvfs-nfs.install
+
+  cd "$pkgbase-$pkgver/daemon"
+  install -D .libs/gvfsd-nfs "$pkgdir/usr/lib/gvfs/gvfsd-nfs"
+  install -Dm644 nfs.mount "$pkgdir/usr/share/gvfs/mounts/nfs.mount"
+}
+
+package_gvfs-google() {
+  pkgdesc="Google Drive backend for gvfs"
+  depends=("gvfs=$pkgver" libgdata)
+  install=gvfs-module.install
+
+  cd "$pkgbase-$pkgver/daemon"
+  install -D .libs/gvfsd-google "$pkgdir/usr/lib/gvfs/gvfsd-google"
+  install -Dm644 google.mount "$pkgdir/usr/share/gvfs/mounts/google.mount"
+}

Deleted: testing-i686/gvfs-module.install
===================================================================
--- testing-i686/gvfs-module.install	2015-10-02 07:43:54 UTC (rev 248245)
+++ testing-i686/gvfs-module.install	2015-10-02 07:44:05 UTC (rev 248246)
@@ -1,7 +0,0 @@
-post_install() {
-  killall -USR1 gvfsd >&/dev/null || :
-}
-
-post_upgrade() {
-  post_install
-}

Copied: gvfs/repos/testing-i686/gvfs-module.install (from rev 248245, gvfs/trunk/gvfs-module.install)
===================================================================
--- testing-i686/gvfs-module.install	                        (rev 0)
+++ testing-i686/gvfs-module.install	2015-10-02 07:44:05 UTC (rev 248246)
@@ -0,0 +1,7 @@
+post_install() {
+  killall -USR1 gvfsd >&/dev/null || :
+}
+
+post_upgrade() {
+  post_install
+}

Deleted: testing-i686/gvfs-nfs.install
===================================================================
--- testing-i686/gvfs-nfs.install	2015-10-02 07:43:54 UTC (rev 248245)
+++ testing-i686/gvfs-nfs.install	2015-10-02 07:44:05 UTC (rev 248246)
@@ -1,8 +0,0 @@
-post_install() {
-  setcap 'cap_net_bind_service=+ep' usr/lib/gvfs/gvfsd-nfs
-  killall -USR1 gvfsd >&/dev/null || :
-}
-
-post_upgrade() {
-  post_install
-}

Copied: gvfs/repos/testing-i686/gvfs-nfs.install (from rev 248245, gvfs/trunk/gvfs-nfs.install)
===================================================================
--- testing-i686/gvfs-nfs.install	                        (rev 0)
+++ testing-i686/gvfs-nfs.install	2015-10-02 07:44:05 UTC (rev 248246)
@@ -0,0 +1,8 @@
+post_install() {
+  setcap 'cap_net_bind_service=+ep' usr/lib/gvfs/gvfsd-nfs
+  killall -USR1 gvfsd >&/dev/null || :
+}
+
+post_upgrade() {
+  post_install
+}

Deleted: testing-i686/gvfs-smb.install
===================================================================
--- testing-i686/gvfs-smb.install	2015-10-02 07:43:54 UTC (rev 248245)
+++ testing-i686/gvfs-smb.install	2015-10-02 07:44:05 UTC (rev 248246)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  killall -USR1 gvfsd >&/dev/null || :
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}

Copied: gvfs/repos/testing-i686/gvfs-smb.install (from rev 248245, gvfs/trunk/gvfs-smb.install)
===================================================================
--- testing-i686/gvfs-smb.install	                        (rev 0)
+++ testing-i686/gvfs-smb.install	2015-10-02 07:44:05 UTC (rev 248246)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  killall -USR1 gvfsd >&/dev/null || :
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}

Deleted: testing-i686/gvfs.install
===================================================================
--- testing-i686/gvfs.install	2015-10-02 07:43:54 UTC (rev 248245)
+++ testing-i686/gvfs.install	2015-10-02 07:44:05 UTC (rev 248246)
@@ -1,14 +0,0 @@
-post_install() {
-  gio-querymodules /usr/lib/gio/modules
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  killall -USR1 gvfsd >&/dev/null || :
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  gio-querymodules /usr/lib/gio/modules
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}

Copied: gvfs/repos/testing-i686/gvfs.install (from rev 248245, gvfs/trunk/gvfs.install)
===================================================================
--- testing-i686/gvfs.install	                        (rev 0)
+++ testing-i686/gvfs.install	2015-10-02 07:44:05 UTC (rev 248246)
@@ -0,0 +1,14 @@
+post_install() {
+  gio-querymodules /usr/lib/gio/modules
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  killall -USR1 gvfsd >&/dev/null || :
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  gio-querymodules /usr/lib/gio/modules
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2015-10-02 07:43:54 UTC (rev 248245)
+++ testing-x86_64/PKGBUILD	2015-10-02 07:44:05 UTC (rev 248246)
@@ -1,144 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgbase=gvfs
-pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
-pkgver=1.26.0
-pkgrel=2
-arch=(i686 x86_64)
-license=(LGPL)
-makedepends=(avahi dbus fuse intltool libarchive libcdio-paranoia libgphoto2 libimobiledevice
-             libsoup smbclient udisks2 libsecret docbook-xsl gtk3 libmtp gnome-online-accounts
-             libbluray libgudev libnfs libgdata)
-url="http://www.gnome.org"
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('6d43e8b33a5c1588525875f9d3979b515f648da1d567d0ce3d337a18f5ff8c32')
-
-prepare() {
-  cd "$pkgbase-$pkgver"
-}
-
-build() {
-  cd "$pkgbase-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static \
-      --libexecdir=/usr/lib/gvfs \
-      --with-bash-completion-dir=/usr/share/bash-completion/completions
-  make
-}
-
-package_gvfs() {
-  pkgdesc="Userspace virtual filesystem implemented as a pluggable module for gio"
-  depends=(avahi dconf fuse libarchive libcdio-paranoia libsoup udisks2 libsecret libbluray libgudev)
-  replaces=(gvfs-{obexftp,afp})
-  optdepends=('gvfs-afc: AFC (mobile devices) support'
-              'gvfs-smb: SMB/CIFS (Windows client) support'
-              'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
-              'gvfs-mtp: MTP device support'
-              'gvfs-goa: gnome-online-accounts support'
-              'gvfs-nfs: NFS support'
-              'gvfs-google: Google Drive support'
-              'gtk3: Recent files support')
-  install=gvfs.install
-
-  cd "$pkgbase-$pkgver"
-  sed -e 's/^am__append_4/#am__append_4/' \
-      -e 's/^am__append_5/#am__append_5/' \
-      -e 's/^am__append_6/#am__append_6/' \
-      -e 's/^am__append_7/#am__append_7/' \
-      -i monitor/Makefile
-  make DESTDIR="$pkgdir" install
-
-  cd "$pkgdir"
-  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,gphoto2,mtp,nfs,google}
-  rm usr/share/gvfs/mounts/{smb,smb-browse,afc,gphoto2,mtp,nfs,google}.mount
-  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
-  rm usr/share/GConf/gsettings/gvfs-smb.convert
-}
-
-package_gvfs-smb() {
-  pkgdesc="SMB/CIFS (Windows client) backend for gvfs"
-  depends=("gvfs=$pkgver" smbclient)
-  install=gvfs-smb.install
-
-  cd "$pkgbase-$pkgver/daemon"
-  install -m755 -d "$pkgdir/usr/lib/gvfs"
-  install -m755 -d "$pkgdir/usr/share/gvfs/mounts"
-
-  install -m755 .libs/gvfsd-smb{,-browse} "$pkgdir/usr/lib/gvfs/"
-  install -m644 smb{,-browse}.mount "$pkgdir/usr/share/gvfs/mounts/"
-
-  install -Dm644 org.gnome.system.smb.gschema.xml \
-    "$pkgdir/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml"
-  install -Dm644 gvfs-smb.convert \
-    "$pkgdir/usr/share/GConf/gsettings/gvfs-smb.convert"
-}
-
-package_gvfs-afc() {
-  pkgdesc="AFC (Apple mobile devices) backend for gvfs"
-  depends=("gvfs=$pkgver" libimobiledevice usbmuxd)
-  install=gvfs-module.install
-
-  cd "$pkgbase-$pkgver/daemon"
-  install -D .libs/gvfsd-afc "$pkgdir/usr/lib/gvfs/gvfsd-afc"
-  install -Dm644 afc.mount "$pkgdir/usr/share/gvfs/mounts/afc.mount"
-
-  cd "$srcdir/$pkgbase-$pkgver/monitor/afc"
-  make DESTDIR="$pkgdir" install
-}
-
-package_gvfs-gphoto2() {
-  pkgdesc="gphoto2 (PTP camera, MTP media player) backend for gvfs"
-  depends=("gvfs=$pkgver" libgphoto2)
-  install=gvfs-module.install
-
-  cd "$pkgbase-$pkgver/daemon"
-  install -D .libs/gvfsd-gphoto2 "$pkgdir/usr/lib/gvfs/gvfsd-gphoto2"
-  install -Dm644 gphoto2.mount "$pkgdir/usr/share/gvfs/mounts/gphoto2.mount"
-
-  cd "$srcdir/$pkgbase-$pkgver/monitor/gphoto2"
-  make DESTDIR="$pkgdir" install
-}
-
-package_gvfs-mtp() {
-  pkgdesc="MTP (Android, media player) backend for gvfs"
-  depends=("gvfs=$pkgver" libmtp)
-  install=gvfs-module.install
-
-  cd "$pkgbase-$pkgver/daemon"
-  install -D .libs/gvfsd-mtp "$pkgdir/usr/lib/gvfs/gvfsd-mtp"
-  install -Dm644 mtp.mount "$pkgdir/usr/share/gvfs/mounts/mtp.mount"
-
-  cd "$srcdir/$pkgbase-$pkgver/monitor/mtp"
-  make DESTDIR="$pkgdir" install
-}
-
-package_gvfs-goa() {
-  pkgdesc="Gnome Online Accounts (webservices) backend for gvfs"
-  depends=("gvfs=$pkgver" gnome-online-accounts)
-  install=gvfs-module.install
-
-  cd "$srcdir/$pkgbase-$pkgver/monitor/goa"
-  make DESTDIR="$pkgdir" install
-}
-
-package_gvfs-nfs() {
-  pkgdesc="NFS backend for gvfs"
-  depends=("gvfs=$pkgver" libnfs)
-  install=gvfs-nfs.install
-
-  cd "$pkgbase-$pkgver/daemon"
-  install -D .libs/gvfsd-nfs "$pkgdir/usr/lib/gvfs/gvfsd-nfs"
-  install -Dm644 nfs.mount "$pkgdir/usr/share/gvfs/mounts/nfs.mount"
-}
-
-package_gvfs-google() {
-  pkgdesc="Google Drive backend for gvfs"
-  depends=("gvfs=$pkgver" libgdata)
-  install=gvfs-module.install
-
-  cd "$pkgbase-$pkgver/daemon"
-  install -D .libs/gvfsd-google "$pkgdir/usr/lib/gvfs/gvfsd-google"
-  install -Dm644 google.mount "$pkgdir/usr/share/gvfs/mounts/google.mount"
-}

Copied: gvfs/repos/testing-x86_64/PKGBUILD (from rev 248245, gvfs/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-10-02 07:44:05 UTC (rev 248246)
@@ -0,0 +1,144 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgbase=gvfs
+pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
+pkgver=1.26.0
+pkgrel=3
+arch=(i686 x86_64)
+license=(LGPL)
+makedepends=(avahi dbus fuse intltool libarchive libcdio-paranoia libgphoto2 libimobiledevice
+             libsoup smbclient udisks2 libsecret docbook-xsl gtk3 libmtp gnome-online-accounts
+             libbluray libgudev libnfs libgdata)
+url="http://www.gnome.org"
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('6d43e8b33a5c1588525875f9d3979b515f648da1d567d0ce3d337a18f5ff8c32')
+
+prepare() {
+  cd "$pkgbase-$pkgver"
+}
+
+build() {
+  cd "$pkgbase-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static \
+      --libexecdir=/usr/lib/gvfs \
+      --with-bash-completion-dir=/usr/share/bash-completion/completions
+  make
+}
+
+package_gvfs() {
+  pkgdesc="Userspace virtual filesystem implemented as a pluggable module for gio"
+  depends=(avahi dconf fuse libarchive libcdio-paranoia libsoup udisks2 libsecret libbluray libgudev gcr)
+  replaces=(gvfs-{obexftp,afp})
+  optdepends=('gvfs-afc: AFC (mobile devices) support'
+              'gvfs-smb: SMB/CIFS (Windows client) support'
+              'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
+              'gvfs-mtp: MTP device support'
+              'gvfs-goa: gnome-online-accounts support'
+              'gvfs-nfs: NFS support'
+              'gvfs-google: Google Drive support'
+              'gtk3: Recent files support')
+  install=gvfs.install
+
+  cd "$pkgbase-$pkgver"
+  sed -e 's/^am__append_4/#am__append_4/' \
+      -e 's/^am__append_5/#am__append_5/' \
+      -e 's/^am__append_6/#am__append_6/' \
+      -e 's/^am__append_7/#am__append_7/' \
+      -i monitor/Makefile
+  make DESTDIR="$pkgdir" install
+
+  cd "$pkgdir"
+  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,gphoto2,mtp,nfs,google}
+  rm usr/share/gvfs/mounts/{smb,smb-browse,afc,gphoto2,mtp,nfs,google}.mount
+  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
+  rm usr/share/GConf/gsettings/gvfs-smb.convert
+}
+
+package_gvfs-smb() {
+  pkgdesc="SMB/CIFS (Windows client) backend for gvfs"
+  depends=("gvfs=$pkgver" smbclient)
+  install=gvfs-smb.install
+
+  cd "$pkgbase-$pkgver/daemon"
+  install -m755 -d "$pkgdir/usr/lib/gvfs"
+  install -m755 -d "$pkgdir/usr/share/gvfs/mounts"
+
+  install -m755 .libs/gvfsd-smb{,-browse} "$pkgdir/usr/lib/gvfs/"
+  install -m644 smb{,-browse}.mount "$pkgdir/usr/share/gvfs/mounts/"
+
+  install -Dm644 org.gnome.system.smb.gschema.xml \
+    "$pkgdir/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml"
+  install -Dm644 gvfs-smb.convert \
+    "$pkgdir/usr/share/GConf/gsettings/gvfs-smb.convert"
+}
+
+package_gvfs-afc() {
+  pkgdesc="AFC (Apple mobile devices) backend for gvfs"
+  depends=("gvfs=$pkgver" libimobiledevice usbmuxd)
+  install=gvfs-module.install
+
+  cd "$pkgbase-$pkgver/daemon"
+  install -D .libs/gvfsd-afc "$pkgdir/usr/lib/gvfs/gvfsd-afc"
+  install -Dm644 afc.mount "$pkgdir/usr/share/gvfs/mounts/afc.mount"
+
+  cd "$srcdir/$pkgbase-$pkgver/monitor/afc"
+  make DESTDIR="$pkgdir" install
+}
+
+package_gvfs-gphoto2() {
+  pkgdesc="gphoto2 (PTP camera, MTP media player) backend for gvfs"
+  depends=("gvfs=$pkgver" libgphoto2)
+  install=gvfs-module.install
+
+  cd "$pkgbase-$pkgver/daemon"
+  install -D .libs/gvfsd-gphoto2 "$pkgdir/usr/lib/gvfs/gvfsd-gphoto2"
+  install -Dm644 gphoto2.mount "$pkgdir/usr/share/gvfs/mounts/gphoto2.mount"
+
+  cd "$srcdir/$pkgbase-$pkgver/monitor/gphoto2"
+  make DESTDIR="$pkgdir" install
+}
+
+package_gvfs-mtp() {
+  pkgdesc="MTP (Android, media player) backend for gvfs"
+  depends=("gvfs=$pkgver" libmtp)
+  install=gvfs-module.install
+
+  cd "$pkgbase-$pkgver/daemon"
+  install -D .libs/gvfsd-mtp "$pkgdir/usr/lib/gvfs/gvfsd-mtp"
+  install -Dm644 mtp.mount "$pkgdir/usr/share/gvfs/mounts/mtp.mount"
+
+  cd "$srcdir/$pkgbase-$pkgver/monitor/mtp"
+  make DESTDIR="$pkgdir" install
+}
+
+package_gvfs-goa() {
+  pkgdesc="Gnome Online Accounts (webservices) backend for gvfs"
+  depends=("gvfs=$pkgver" gnome-online-accounts)
+  install=gvfs-module.install
+
+  cd "$srcdir/$pkgbase-$pkgver/monitor/goa"
+  make DESTDIR="$pkgdir" install
+}
+
+package_gvfs-nfs() {
+  pkgdesc="NFS backend for gvfs"
+  depends=("gvfs=$pkgver" libnfs)
+  install=gvfs-nfs.install
+
+  cd "$pkgbase-$pkgver/daemon"
+  install -D .libs/gvfsd-nfs "$pkgdir/usr/lib/gvfs/gvfsd-nfs"
+  install -Dm644 nfs.mount "$pkgdir/usr/share/gvfs/mounts/nfs.mount"
+}
+
+package_gvfs-google() {
+  pkgdesc="Google Drive backend for gvfs"
+  depends=("gvfs=$pkgver" libgdata)
+  install=gvfs-module.install
+
+  cd "$pkgbase-$pkgver/daemon"
+  install -D .libs/gvfsd-google "$pkgdir/usr/lib/gvfs/gvfsd-google"
+  install -Dm644 google.mount "$pkgdir/usr/share/gvfs/mounts/google.mount"
+}

Deleted: testing-x86_64/gvfs-module.install
===================================================================
--- testing-x86_64/gvfs-module.install	2015-10-02 07:43:54 UTC (rev 248245)
+++ testing-x86_64/gvfs-module.install	2015-10-02 07:44:05 UTC (rev 248246)
@@ -1,7 +0,0 @@
-post_install() {
-  killall -USR1 gvfsd >&/dev/null || :
-}
-
-post_upgrade() {
-  post_install
-}

Copied: gvfs/repos/testing-x86_64/gvfs-module.install (from rev 248245, gvfs/trunk/gvfs-module.install)
===================================================================
--- testing-x86_64/gvfs-module.install	                        (rev 0)
+++ testing-x86_64/gvfs-module.install	2015-10-02 07:44:05 UTC (rev 248246)
@@ -0,0 +1,7 @@
+post_install() {
+  killall -USR1 gvfsd >&/dev/null || :
+}
+
+post_upgrade() {
+  post_install
+}

Deleted: testing-x86_64/gvfs-nfs.install
===================================================================
--- testing-x86_64/gvfs-nfs.install	2015-10-02 07:43:54 UTC (rev 248245)
+++ testing-x86_64/gvfs-nfs.install	2015-10-02 07:44:05 UTC (rev 248246)
@@ -1,8 +0,0 @@
-post_install() {
-  setcap 'cap_net_bind_service=+ep' usr/lib/gvfs/gvfsd-nfs
-  killall -USR1 gvfsd >&/dev/null || :
-}
-
-post_upgrade() {
-  post_install
-}

Copied: gvfs/repos/testing-x86_64/gvfs-nfs.install (from rev 248245, gvfs/trunk/gvfs-nfs.install)
===================================================================
--- testing-x86_64/gvfs-nfs.install	                        (rev 0)
+++ testing-x86_64/gvfs-nfs.install	2015-10-02 07:44:05 UTC (rev 248246)
@@ -0,0 +1,8 @@
+post_install() {
+  setcap 'cap_net_bind_service=+ep' usr/lib/gvfs/gvfsd-nfs
+  killall -USR1 gvfsd >&/dev/null || :
+}
+
+post_upgrade() {
+  post_install
+}

Deleted: testing-x86_64/gvfs-smb.install
===================================================================
--- testing-x86_64/gvfs-smb.install	2015-10-02 07:43:54 UTC (rev 248245)
+++ testing-x86_64/gvfs-smb.install	2015-10-02 07:44:05 UTC (rev 248246)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  killall -USR1 gvfsd >&/dev/null || :
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}

Copied: gvfs/repos/testing-x86_64/gvfs-smb.install (from rev 248245, gvfs/trunk/gvfs-smb.install)
===================================================================
--- testing-x86_64/gvfs-smb.install	                        (rev 0)
+++ testing-x86_64/gvfs-smb.install	2015-10-02 07:44:05 UTC (rev 248246)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  killall -USR1 gvfsd >&/dev/null || :
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}

Deleted: testing-x86_64/gvfs.install
===================================================================
--- testing-x86_64/gvfs.install	2015-10-02 07:43:54 UTC (rev 248245)
+++ testing-x86_64/gvfs.install	2015-10-02 07:44:05 UTC (rev 248246)
@@ -1,14 +0,0 @@
-post_install() {
-  gio-querymodules /usr/lib/gio/modules
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  killall -USR1 gvfsd >&/dev/null || :
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  gio-querymodules /usr/lib/gio/modules
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}

Copied: gvfs/repos/testing-x86_64/gvfs.install (from rev 248245, gvfs/trunk/gvfs.install)
===================================================================
--- testing-x86_64/gvfs.install	                        (rev 0)
+++ testing-x86_64/gvfs.install	2015-10-02 07:44:05 UTC (rev 248246)
@@ -0,0 +1,14 @@
+post_install() {
+  gio-querymodules /usr/lib/gio/modules
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  killall -USR1 gvfsd >&/dev/null || :
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  gio-querymodules /usr/lib/gio/modules
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}



More information about the arch-commits mailing list