[Cmake-commits] CMake branch, next, updated. v3.0.0-rc4-2989-g8adaae3

Rolf Eike Beer eike at sf-mail.de
Wed May 7 11:11:34 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  8adaae39bae1c275a172b61006a3172b94abecbd (commit)
       via  39c94af99fa1dff86e655d5aa10223d8faf535ea (commit)
      from  29de4a6b53117f2c4ae95730b6c1c8f483edc8b3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8adaae39bae1c275a172b61006a3172b94abecbd
commit 8adaae39bae1c275a172b61006a3172b94abecbd
Merge: 29de4a6 39c94af
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Wed May 7 11:11:33 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed May 7 11:11:33 2014 -0400

    Merge topic 'desktop-icon' into next
    
    39c94af9 Fix desktop file


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=39c94af99fa1dff86e655d5aa10223d8faf535ea
commit 39c94af99fa1dff86e655d5aa10223d8faf535ea
Author:     Johannes Huber <johu at gentoo.org>
AuthorDate: Wed May 7 13:43:58 2014 +0200
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Wed May 7 17:11:12 2014 +0200

    Fix desktop file
    
    Drops the icon file extension. Fixes the desktop file validation message:
    
    "CMakeSetup32.png" for key "Icon" in group "Desktop Entry" is an icon
    name with an extension, but there should be no extension as described in
    the Icon Theme Specification if the value is not an absolute path

diff --git a/Source/QtDialog/CMake.desktop b/Source/QtDialog/CMake.desktop
index 645eb76..7be495f 100644
--- a/Source/QtDialog/CMake.desktop
+++ b/Source/QtDialog/CMake.desktop
@@ -3,7 +3,7 @@ Version=1.0
 Name=CMake
 Comment=Cross-platform buildsystem
 Exec=cmake-gui %f
-Icon=CMakeSetup32.png
+Icon=CMakeSetup32
 Terminal=false
 X-MultipleArgs=false
 Type=Application

-----------------------------------------------------------------------

Summary of changes:
 Source/QtDialog/CMake.desktop |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list