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

Balló György bgyorgy at archlinux.org
Wed Oct 12 12:47:11 UTC 2016


    Date: Wednesday, October 12, 2016 @ 12:47:10
  Author: bgyorgy
Revision: 192055

upgpkg: caja 1.16.0-2

Remove D-Bus activation file to avoid conflict with nautilus-desktop

Modified:
  caja/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-12 12:42:39 UTC (rev 192054)
+++ PKGBUILD	2016-10-12 12:47:10 UTC (rev 192055)
@@ -4,7 +4,7 @@
 _pkgbase=caja
 pkgname=${_pkgbase}
 pkgver=${_ver}.0
-pkgrel=1
+pkgrel=2
 pkgdesc="File manager for the MATE desktop (GTK2 version)"
 url="http://mate-desktop.org"
 arch=('i686' 'x86_64')
@@ -35,4 +35,7 @@
 package() {
     cd "${srcdir}/${_pkgbase}-${pkgver}"
     make DESTDIR="${pkgdir}" install
+
+    # Remove D-Bus activation file to avoid conflict with nautilus-desktop
+    rm -r "$pkgdir/usr/share/dbus-1/"
 }



More information about the arch-commits mailing list