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

Balló György bgyorgy at archlinux.org
Sat Aug 18 21:09:36 UTC 2018


    Date: Saturday, August 18, 2018 @ 21:09:35
  Author: bgyorgy
Revision: 372708

upgpkg: syncthing-gtk 1:0.9.3.1-2

Revert installing filemanager extensions system-wide. It's not designed by upstream. See: https://github.com/syncthing/syncthing-gtk/issues/439

Modified:
  syncthing-gtk/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-18 21:05:22 UTC (rev 372707)
+++ PKGBUILD	2018-08-18 21:09:35 UTC (rev 372708)
@@ -5,7 +5,7 @@
 
 pkgname=syncthing-gtk
 pkgver=0.9.3.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
 arch=('any')
@@ -37,10 +37,4 @@
 package() {
   cd $pkgname-$pkgver
   python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  # Move filemanager extensions into their right place (FS#57123)
-  mkdir -p "${pkgdir}"/usr/share/{caja,nautilus,nemo}-python/extensions/
-  mv "${pkgdir}"/usr/share/syncthing-gtk/syncthing-plugin-caja.py "${pkgdir}"/usr/share/caja-python/extensions/
-  mv "${pkgdir}"/usr/share/syncthing-gtk/syncthing-plugin-nautilus.py "${pkgdir}"/usr/share/nautilus-python/extensions/
-  mv "${pkgdir}"/usr/share/syncthing-gtk/syncthing-plugin-nemo.py "${pkgdir}"/usr/share/nemo-python/extensions/
 }



More information about the arch-commits mailing list