[arch-commits] Commit in vim/trunk (PKGBUILD gvim.desktop gvim.install)

Eric Bélanger eric at archlinux.org
Sun Aug 21 12:22:51 UTC 2011


    Date: Sunday, August 21, 2011 @ 08:22:50
  Author: eric
Revision: 136006

Update gvim.desktop (close FS#25694), Made install script quiet

Modified:
  vim/trunk/PKGBUILD
  vim/trunk/gvim.desktop
  vim/trunk/gvim.install

--------------+
 PKGBUILD     |    2 +-
 gvim.desktop |    3 +--
 gvim.install |    2 --
 3 files changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-21 09:41:12 UTC (rev 136005)
+++ PKGBUILD	2011-08-21 12:22:50 UTC (rev 136006)
@@ -20,7 +20,7 @@
 md5sums=('6e7adfbd5d26c1d161030ec203a7f243'
          'e57777374891063b9ca48a1fe392ac05'
          '10353a61aadc3f276692d0e17db1478e'
-         '63558c0b3509caea0d0f2b9274049c2a')
+         'd90413bd21f400313a785bb4010120cd')
 
 __hgroot='http://vim.googlecode.com/hg/'
 __hgrepo='vim'

Modified: gvim.desktop
===================================================================
--- gvim.desktop	2011-08-21 09:41:12 UTC (rev 136005)
+++ gvim.desktop	2011-08-21 12:22:50 UTC (rev 136006)
@@ -58,7 +58,6 @@
 Exec=gvim -f %F
 Icon=gvim
 Type=Application
-Terminal=0
+Terminal=false
 X-XClassHintResName=VIM
-MapNotify=false
 Categories=Utility;TextEditor;

Modified: gvim.install
===================================================================
--- gvim.install	2011-08-21 09:41:12 UTC (rev 136005)
+++ gvim.install	2011-08-21 12:22:50 UTC (rev 136006)
@@ -1,7 +1,5 @@
 post_install() {
-  echo -n "Updating desktop and mime database..."
   update-desktop-database -q
-  echo "done."
 }
 
 post_upgrade() {




More information about the arch-commits mailing list