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

Jan Steffens heftig at archlinux.org
Thu Jan 17 00:46:07 UTC 2019


    Date: Thursday, January 17, 2019 @ 00:46:06
  Author: heftig
Revision: 344317

1.38.1+8+ge4eec2bc-1

Modified:
  gvfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-17 00:32:31 UTC (rev 344316)
+++ PKGBUILD	2019-01-17 00:46:06 UTC (rev 344317)
@@ -3,7 +3,7 @@
 
 pkgbase=gvfs
 pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
-pkgver=1.38.1
+pkgver=1.38.1+8+ge4eec2bc
 pkgrel=1
 pkgdesc="Virtual filesystem implementation for GIO"
 url="https://wiki.gnome.org/Projects/gvfs"
@@ -14,7 +14,7 @@
 makedepends=(dbus libgphoto2 libimobiledevice smbclient docbook-xsl gtk3 libmtp
              gnome-online-accounts libnfs libgdata git gtk-doc python meson openssh)
 groups=(gnome)
-_commit=710b13df176cf36768f0184104e71a6b556b707d  # tags/1.38.1^0
+_commit=e4eec2bc863e85e2b6b47e4d1c3bdd90ab36dc93  # gnome-3-30
 source=("git+https://gitlab.gnome.org/GNOME/gvfs.git#commit=$_commit"
         gvfsd.hook)
 sha256sums=('SKIP'
@@ -35,8 +35,7 @@
 }
 
 check() {
-  cd build
-  meson test
+  meson test -C build
 }
 
 _split() {
@@ -62,7 +61,7 @@
               'gtk3: Recent files support')
   options=(!emptydirs)
 
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 
   install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
   install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"



More information about the arch-commits mailing list