[Pkg-xfce-commits] r2346 - desktop/branches/svn-snapshots/xfdesktop4/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Sat Oct 4 12:24:38 UTC 2008


Author: corsac
Date: 2008-10-04 12:24:37 +0000 (Sat, 04 Oct 2008)
New Revision: 2346

Modified:
   desktop/branches/svn-snapshots/xfdesktop4/debian/rules
Log:
rename xfce4-terminal.desktop to xfce4-term.desktop in menu file too


Modified: desktop/branches/svn-snapshots/xfdesktop4/debian/rules
===================================================================
--- desktop/branches/svn-snapshots/xfdesktop4/debian/rules	2008-10-03 09:38:34 UTC (rev 2345)
+++ desktop/branches/svn-snapshots/xfdesktop4/debian/rules	2008-10-04 12:24:37 UTC (rev 2346)
@@ -80,6 +80,9 @@
   # rename the generic terminal file
 	mv $(CURDIR)/debian/tmp/usr/share/applications/xfce4-terminal.desktop \
 		$(CURDIR)/debian/tmp/usr/share/applications/xfce4-term.desktop
+	sed -i 's/xfce4-terminal/xfce4-term/' \
+		$(CURDIR)/debian/tmp/etc/xdg/menus/xfce-applications.menu
+  
 	# Remove the duplicated copies of XML in the Italian menu files.
 	for f in $(CURDIR)/debian/tmp/etc/xdg/xfce4/desktop/*.xml.it; do \
 	   	perl -i -ne 'BEGIN { $$state = 0; } if (/xml version="1.0"/) { $$state++; } if ($$state < 2) { print; }' $$f; \




More information about the Pkg-xfce-commits mailing list