Bugzilla – Attachment 105219 Details for
Bug 209003
Evolution package missing evolution.desktop file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
Patch to create desktop file with name sans version
209003.diff (text/plain), 1.21 KB, created by
Harish Krishnaswamy
on 2006-11-14 17:40:45 UTC
(
hide
)
Description:
Patch to create desktop file with name sans version
Filename:
MIME Type:
Creator:
Harish Krishnaswamy
Created:
2006-11-14 17:40:45 UTC
Size:
1.21 KB
patch
obsolete
>Index: data/Makefile.am >=================================================================== >RCS file: /cvs/gnome/evolution/data/Makefile.am,v >retrieving revision 1.24 >diff -u -p -r1.24 Makefile.am >--- data/Makefile.am 6 Feb 2006 08:47:45 -0000 1.24 >+++ data/Makefile.am 14 Nov 2006 17:35:16 -0000 >@@ -45,11 +45,11 @@ SUBDIRS = cde_app_root > install-data-local: install-kde-applnk $(desktop_file) $(keys_file) $(mime_file) > $(mkinstalldirs) $(DESTDIR)$(desktopdir); \ > $(INSTALL_DATA) $(desktop_file) \ >- $(DESTDIR)$(desktopdir)/$(desktop_file:.desktop=-$(BASE_VERSION).desktop) ; \ >+ $(DESTDIR)$(desktopdir)/$(desktop_file:.desktop ; \ > $(mkinstalldirs) $(DESTDIR)$(keysdir); \ >- $(INSTALL_DATA) $(keys_file) $(DESTDIR)$(keysdir)/$(keys_file:.keys=-$(BASE_VERSION).keys) ; \ >+ $(INSTALL_DATA) $(keys_file) $(DESTDIR)$(keysdir)/$(keys_file:.keys ; \ > $(mkinstalldirs) $(DESTDIR)$(mimedir); \ >- $(INSTALL_DATA) $(srcdir)/$(mime_file) $(DESTDIR)$(mimedir)/$(mime_file:.mime=-$(BASE_VERSION).mime) ; >+ $(INSTALL_DATA) $(srcdir)/$(mime_file) $(DESTDIR)$(mimedir)/$(mime_file:.mime ; > > uninstall-local: uninstall-kde-applnk > rm -rf $(DESTDIR)$(desktopdir)/$(desktop_file:.desktop=-$(BASE_VERSION).desktop) ; \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 209003
: 105219