[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdepim] aa05976: Don't show a dock icon for korgac.
From:       Frank Osterfeld <frank.osterfeld () kdab ! com>
Date:       2011-01-14 16:23:44
Message-ID: 20110114162344.3D1D8A6092 () git ! kde ! org
[Download RAW message or body]


	A	 Info.plist.template	 [License: Trivialfile.]

commit aa05976df4bdac51b6c938c806fdbfb984c44eca
Author: Frank Osterfeld <frank.osterfeld@kdab.com>
Date:   Fri Jan 14 17:21:08 2011 +0100

    Don't show a dock icon for korgac.

diff --git a/Info.plist.template b/Info.plist.template
new file mode 100644
index 0000000..c39ddb9
--- /dev/null
+++ b/Info.plist.template
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" \
"http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0">
+<dict>
+    <key>CFBundleDevelopmentRegion</key>
+    <string>English</string>
+    <key>CFBundleExecutable</key>
+    <string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
+    <key>CFBundleGetInfoString</key>
+    <string>${MACOSX_BUNDLE_INFO_STRING}</string>
+    <key>CFBundleIconFile</key>
+    <string>${MACOSX_BUNDLE_ICON_FILE}</string>
+    <key>CFBundleIdentifier</key>
+    <string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string>
+    <key>CFBundleInfoDictionaryVersion</key>
+    <string>6.0</string>
+    <key>CFBundleLongVersionString</key>
+    <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}</string>
+    <key>CFBundleName</key>
+    <string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
+    <key>CFBundlePackageType</key>
+    <string>APPL</string>
+    <key>CFBundleShortVersionString</key>
+    <string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
+    <key>CFBundleVersion</key>
+    <string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
+    <key>CSResourcesFileMapped</key>
+    <true/>
+    <key>LSRequiresCarbon</key>
+    <true/>
+    <key>LSUIElement</key>
+    <string>1</string>
+    <key>NSHumanReadableCopyright</key>
+    <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
+</dict>
+</plist>
diff --git a/korganizer/korgac/CMakeLists.txt b/korganizer/korgac/CMakeLists.txt
index e8c3144..f2e0f0f 100644
--- a/korganizer/korgac/CMakeLists.txt
+++ b/korganizer/korgac/CMakeLists.txt
@@ -53,6 +53,11 @@ if(KORGAC_AKONADI_AGENT)
   endif()
 else()
   kde4_add_executable(korgac ${korgac_SRCS})
+  if (Q_WS_MAC)
+    set_target_properties(korgac PROPERTIES MACOSX_BUNDLE_INFO_PLIST \
${CMAKE_SOURCE_DIR}/Info.plist.template) +    set_target_properties(korgac PROPERTIES \
MACOSX_BUNDLE_GUI_IDENTIFIER "org.kde.pim.korgac") +    set_target_properties(korgac \
PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME "KOrganizer Reminder Client") +  endif \
(Q_WS_MAC)  endif()
 
 target_link_libraries(korgac


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic