[Pkg-owncloud-commits] [owncloud-client] 30/47: OS X: Document how to disable the auto updater
Sandro Knauß
hefee-guest at moszumanska.debian.org
Mon Feb 17 18:06:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 372f8b342644fa1df1041efc6f9bddc0160c7a83
Author: Markus Goetz <markus at woboq.com>
Date: Thu Feb 13 14:11:04 2014 +0100
OS X: Document how to disable the auto updater
---
admin/osx/deny_autoupdate_com.owncloud.desktopclient.plist | Bin 0 -> 65 bytes
doc/autoupdate.rst | 5 ++++-
src/CMakeLists.txt | 2 ++
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/admin/osx/deny_autoupdate_com.owncloud.desktopclient.plist b/admin/osx/deny_autoupdate_com.owncloud.desktopclient.plist
new file mode 100644
index 0000000..8339abf
Binary files /dev/null and b/admin/osx/deny_autoupdate_com.owncloud.desktopclient.plist differ
diff --git a/doc/autoupdate.rst b/doc/autoupdate.rst
index 36c8c94..d407ebb 100644
--- a/doc/autoupdate.rst
+++ b/doc/autoupdate.rst
@@ -63,9 +63,12 @@ There are two alternative approaches:
Mac OS X
^^^^^^^^
-You can disable the update check via the system-wide ``.plist`` file located
+You can disable the update check via a system-wide ``.plist`` file located
at ``/Library/Preferences/com.owncloud.desktopclient.plist``. Add a new root
level item of type bool and the name ``skipUpdateCheck`` and set it to ``true``.
+You can also just copy the file
+``owncloud.app/Contents/Resources/deny_autoupdate_com.owncloud.desktopclient.plist```
+to ``/Library/Preferences/com.owncloud.desktopclient.plist``.
Linux
^^^^^
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 81b3ccf..2b9c5d4 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -448,6 +448,8 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/mirall)
if(BUILD_OWNCLOUD_OSX_BUNDLE)
install(TARGETS ${owncloudcmd_NAME} DESTINATION ${OWNCLOUD_OSX_BUNDLE}/Contents/MacOS)
if (SPARKLE_FOUND)
+ install(FILES ${CMAKE_SOURCE_DIR}/admin/osx/deny_autoupdate_com.owncloud.desktopclient.plist
+ DESTINATION ${OWNCLOUD_OSX_BUNDLE}/Contents/Resources)
install(FILES ${CMAKE_SOURCE_DIR}/admin/osx/sparkle/dsa_pub.pem
DESTINATION ${OWNCLOUD_OSX_BUNDLE}/Contents/Resources)
endif()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list