[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

./packages/libreoffice/3.3.0/experimental r2157: update .desktop file installation to actually make Exec= line work



------------------------------------------------------------
revno: 2157
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Thu 2010-10-21 12:59:27 +0200
message:
  update .desktop file installation to actually make Exec= line work
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2010-10-20 19:42:34 +0000
+++ b/changelog	2010-10-21 10:59:27 +0000
@@ -16,11 +16,11 @@
     - stop building with --enable-hids per default again, slows down  the build
       and we don't use the VCL Testtool anyway
     - use new --enable-broffice
-  * debian/rules:
     - remove manual installing of LibO splash (LibO now also supports intro.png)
+    - update .desktop file installation to actually make Exec= line work
   * debian/broffice.org.p*.in: adapt diversions for new intro.png
 
- -- Rene Engelhard <rene@debian.org>  Wed, 20 Oct 2010 01:00:24 +0200
+ -- Rene Engelhard <rene@debian.org>  Thu, 21 Oct 2010 12:58:31 +0200
 
 libreoffice (1:3.3.0~beta2-2) experimental; urgency=low
 

=== modified file 'rules'
--- a/rules	2010-10-20 19:42:34 +0000
+++ b/rules	2010-10-21 10:59:27 +0000
@@ -2728,7 +2728,7 @@
 	dirname="`cd $(SOURCE_TREE)/sysui/$(shell . $(SOURCE_TREE)/*Env*.sh; echo $$OUTPATH$$PROEXT)/misc/desktopshare >/dev/null; pwd`" ;\
 	for p in writer calc impress draw math base; do \
 		mkdir -p -m755 $(PKGDIR)-$$p/usr/share/applications ;\
-		sed -e 's,Exec=$${UNIXPRODUCTNAME}$${PRODUCTVERSION} \(.*\) %U,Exec=ooffice$(VER) \1 %U,' \
+		sed -e 's,Exec=$${UNIXBASISROOTNAME} \(.*\) %U,Exec=libreoffice$(VER) \1 %U,' \
 		    -e 's,Icon=$${WITHOUTDOTUNIXPRODUCTNAME},Icon=openofficeorg,' \
 		    -e 's,Name=$${PRODUCTNAME} $${PRODUCTVERSION},Name=LibreOffice $(VER),' \
 		    -e 's/  / /' \


Reply to: