diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-14 13:05:53 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-14 13:05:53 +0800 |
commit | 7c5045ebeff154ee9559cab114d7cf4c50606c36 (patch) | |
tree | 09ee0deb6eca993013f7078d5ffbbe91e1f3d65b | |
parent | 62fcfbeefefc6ba13c188149ece21f1d199feab2 (diff) | |
download | freebsd-ports-gnome-7c5045ebeff154ee9559cab114d7cf4c50606c36.tar.gz freebsd-ports-gnome-7c5045ebeff154ee9559cab114d7cf4c50606c36.tar.zst freebsd-ports-gnome-7c5045ebeff154ee9559cab114d7cf4c50606c36.zip |
Patch the correct file to enable the right desktop links.
-rw-r--r-- | mail/evolution/files/patch-data_evolution.desktop | 13 | ||||
-rw-r--r-- | mail/evolution/files/patch-data_evolution.desktop.in | 13 |
2 files changed, 13 insertions, 13 deletions
diff --git a/mail/evolution/files/patch-data_evolution.desktop b/mail/evolution/files/patch-data_evolution.desktop new file mode 100644 index 000000000000..d632198f7d54 --- /dev/null +++ b/mail/evolution/files/patch-data_evolution.desktop @@ -0,0 +1,13 @@ +--- data/evolution.desktop.orig Mon Jun 2 15:26:06 2003 ++++ data/evolution.desktop Fri Jun 13 21:34:45 2003 +@@ -63,8 +63,8 @@ + Comment[vi]=Bộ phần mềm nhóm Evolution + Comment[zh_CN]=Evolution 群件套件 + Comment[zh_TW]=Evolution 群組軟體套件 +-Exec=evolution-1.3 +-Icon=evolution-1.3.png ++Exec=evolution-1.4 ++Icon=evolution-1.4.png + Terminal=false + Type=Application + Categories=GNOME;Application;Office;X-Red-Hat-Base; diff --git a/mail/evolution/files/patch-data_evolution.desktop.in b/mail/evolution/files/patch-data_evolution.desktop.in deleted file mode 100644 index 2d96395f1abc..000000000000 --- a/mail/evolution/files/patch-data_evolution.desktop.in +++ /dev/null @@ -1,13 +0,0 @@ ---- data/evolution.desktop.in.orig Wed Jun 11 02:58:19 2003 -+++ data/evolution.desktop.in Wed Jun 11 02:59:19 2003 -@@ -1,8 +1,8 @@ - [Desktop Entry] - _Name=Ximian Evolution - _Comment=The Evolution groupware suite --Exec=evolution-1.3 --Icon=evolution-1.3.png -+Exec=evolution-1.4 -+Icon=evolution-1.4.png - Terminal=false - Type=Application - Categories=GNOME;Application;Office;X-Red-Hat-Base; |