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

Balló György bgyorgy at nymeria.archlinux.org
Wed Aug 14 15:07:09 UTC 2013


    Date: Wednesday, August 14, 2013 @ 17:07:08
  Author: bgyorgy
Revision: 95580

upgpkg: nemo 1.8.4-3

Rename 'Files' app name to avoid having the same as nautilus

Modified:
  nemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-14 14:20:51 UTC (rev 95579)
+++ PKGBUILD	2013-08-14 15:07:08 UTC (rev 95580)
@@ -4,7 +4,7 @@
 
 pkgname=nemo
 pkgver=1.8.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/nemo"
@@ -49,6 +49,9 @@
 
   make DESTDIR="$pkgdir/" install
 
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' "$pkgdir/usr/share/applications/nemo.desktop"
+
   # Autostart only in Cinnamon to avoid conflict with GNOME Classic session
   cp "$pkgdir/etc/xdg/autostart/nemo-autostart.desktop" \
     "$pkgdir/etc/xdg/autostart/nemo-autostart2d.desktop"




More information about the arch-commits mailing list