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

Evangelos Foutras foutrelis at archlinux.org
Fri Jan 25 05:31:56 UTC 2019


    Date: Friday, January 25, 2019 @ 05:31:55
  Author: foutrelis
Revision: 344678

upgpkg: thunar 1.8.3-2

Remove file conflicting with nautilus (FS#61531).

Modified:
  thunar/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-25 01:59:22 UTC (rev 344677)
+++ PKGBUILD	2019-01-25 05:31:55 UTC (rev 344678)
@@ -3,7 +3,7 @@
 
 pkgname=thunar
 pkgver=1.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Modern file manager for Xfce"
 arch=('x86_64')
 url="http://thunar.xfce.org"
@@ -48,6 +48,10 @@
 package() {
   cd "$srcdir/Thunar-$pkgver"
   make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with nautilus
+  # https://bugs.archlinux.org/task/61531
+  rm "$pkgdir/usr/share/dbus-1/services/org.freedesktop.FileManager1.service"
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list