r1056 - in /trunk/packages/vim/debian: changelog gvim.desktop rules vim-gui-common.menu

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Sun Oct 7 22:22:38 UTC 2007


Author: jamessan
Date: Sun Oct  7 22:22:38 2007
New Revision: 1056

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1056
Log:
* Update menu file to use Applications instead of Apps and to require the
  gvim package to be installed in order to display the entry.
* Update desktop file to remove legacy category.

Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/debian/gvim.desktop
    trunk/packages/vim/debian/rules
    trunk/packages/vim/debian/vim-gui-common.menu

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=1056&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Sun Oct  7 22:22:38 2007
@@ -25,6 +25,9 @@
     Alberto Reyes.  (Closes: #386064)
   * Add tex.vim-syntax_additions.diff, which adds syntax highlighting for
     acronyms, URLs, and citetest.  (Closes: #444411, #444408, #444301)
+  * Update menu file to use Applications instead of Apps and to require the
+    gvim package to be installed in order to display the entry.
+  * Update desktop file to remove legacy category.
   * debian/rules:
     - Remove vim-{python,perl,tcl,ruby,full} variants.
     - Add vim-nox which has all language bindings but no X requirement.
@@ -37,7 +40,7 @@
     - Make vim-{python,perl,tcl,ruby} transition packages Depending on
       vim-gtk.
 
- -- James Vega <jamessan at debian.org>  Sun, 07 Oct 2007 13:28:28 -0400
+ -- James Vega <jamessan at debian.org>  Sun, 07 Oct 2007 15:47:26 -0400
 
 vim (1:7.1-056+2) unstable; urgency=low
 

Modified: trunk/packages/vim/debian/gvim.desktop
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/gvim.desktop?rev=1056&op=diff
==============================================================================
--- trunk/packages/vim/debian/gvim.desktop (original)
+++ trunk/packages/vim/debian/gvim.desktop Sun Oct  7 22:22:38 2007
@@ -73,6 +73,6 @@
 Terminal=false
 Type=Application
 Icon=/usr/share/pixmaps/vim.svg
-Categories=Application;Utility;TextEditor;
+Categories=Utility;TextEditor;
 StartupNotify=true
 MimeType=text/plain;

Modified: trunk/packages/vim/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/rules?rev=1056&op=diff
==============================================================================
--- trunk/packages/vim/debian/rules (original)
+++ trunk/packages/vim/debian/rules Sun Oct  7 22:22:38 2007
@@ -257,8 +257,8 @@
 install-stamp: $(foreach v,$(VARIANTS),install-stamp-$(v))
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs -pvim-python -pvim-perl -pvim-ruby -pvim-tcl
-	dh_installdocs -pvim-python -pvim-perl -pvim-ruby -pvim-tcl
+	dh_installchangelogs -pvim-python -pvim-perl -pvim-ruby -pvim-tcl -pvim-full
+	dh_installdocs -pvim-python -pvim-perl -pvim-ruby -pvim-tcl -pvim-full
 	touch $@
 
 install-stamp-vim-basic: export DH_OPTIONS=-pvim-runtime -pvim-common -pvim-gui-common -pvim -pvim-doc

Modified: trunk/packages/vim/debian/vim-gui-common.menu
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/vim-gui-common.menu?rev=1056&op=diff
==============================================================================
--- trunk/packages/vim/debian/vim-gui-common.menu (original)
+++ trunk/packages/vim/debian/vim-gui-common.menu Sun Oct  7 22:22:38 2007
@@ -1,8 +1,8 @@
-?package(vim-gui-common):needs="x11"			\
-	section="Apps/Editors" 				\
+?package(vim-gui-common,gvim):needs="x11"		\
+	section="Applications/Editors" 			\
 	title="GVIM"					\
 	longtitle="GVIM, graphical Vi IMproved"		\
-        command="/usr/bin/gvim -f"			\
-        icon="/usr/share/pixmaps/vim-32.xpm"		\
-        icon32x32="/usr/share/pixmaps/vim-32.xpm"	\
-        icon16x16="/usr/share/pixmaps/vim-16.xpm"
+	command="/usr/bin/gvim -f"			\
+	icon="/usr/share/pixmaps/vim-32.xpm"		\
+	icon32x32="/usr/share/pixmaps/vim-32.xpm"	\
+	icon16x16="/usr/share/pixmaps/vim-16.xpm"




More information about the pkg-vim-maintainers mailing list