Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-10-10 12:28:40 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-11-20 17:46:18 +0300
commit98785590025b6b349c7a26db6b2bb22d15773591 (patch)
tree78849fcbdf9f092b91e8569b66e49ff53a453fcf /NEXTCLOUD.cmake
parent6b3006b32540847d16665a1cebf676a0d4b9e049 (diff)
Move to NC theme
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'NEXTCLOUD.cmake')
-rw-r--r--NEXTCLOUD.cmake24
1 files changed, 12 insertions, 12 deletions
diff --git a/NEXTCLOUD.cmake b/NEXTCLOUD.cmake
index a98c0787f..180a9fa98 100644
--- a/NEXTCLOUD.cmake
+++ b/NEXTCLOUD.cmake
@@ -1,15 +1,15 @@
-set( APPLICATION_NAME "ownCloud" )
-set( APPLICATION_SHORTNAME "ownCloud" )
-set( APPLICATION_EXECUTABLE "owncloud" )
-set( APPLICATION_DOMAIN "owncloud.com" )
-set( APPLICATION_VENDOR "ownCloud" )
-set( APPLICATION_UPDATE_URL "https://updates.owncloud.com/client/" CACHE string "URL for updater" )
-set( APPLICATION_ICON_NAME "owncloud" )
+set( APPLICATION_NAME "Nextcloud" )
+set( APPLICATION_SHORTNAME "Nextcloud" )
+set( APPLICATION_EXECUTABLE "nextcloud" )
+set( APPLICATION_DOMAIN "nextcloud.com" )
+set( APPLICATION_VENDOR "Nextcloud GmbH" )
+set( APPLICATION_UPDATE_URL "https://updates.nextcloud.org/client/" CACHE string "URL for updater" )
+set( APPLICATION_ICON_NAME "Nextcloud" )
-set( LINUX_PACKAGE_SHORTNAME "owncloud" )
+set( LINUX_PACKAGE_SHORTNAME "nextcloud" )
-set( THEME_CLASS "ownCloudTheme" )
-set( APPLICATION_REV_DOMAIN "com.owncloud.desktopclient" )
+set( THEME_CLASS "NextcloudTheme" )
+set( APPLICATION_REV_DOMAIN "com.nextcloud.desktopclient" )
set( WIN_SETUP_BITMAP_PATH "${CMAKE_SOURCE_DIR}/admin/win/nsi" )
set( MAC_INSTALLER_BACKGROUND_FILE "${CMAKE_SOURCE_DIR}/admin/osx/installer-background.png" CACHE STRING "The MacOSX installer background image")
@@ -18,5 +18,5 @@ set( MAC_INSTALLER_BACKGROUND_FILE "${CMAKE_SOURCE_DIR}/admin/osx/installer-back
# set( APPLICATION_LICENSE "${OEM_THEME_DIR}/license.txt )
option( WITH_CRASHREPORTER "Build crashreporter" OFF )
-set( CRASHREPORTER_SUBMIT_URL "https://crash-reports.owncloud.com/submit" CACHE string "URL for crash reporter" )
-set( CRASHREPORTER_ICON ":/owncloud-icon.png" )
+#set( CRASHREPORTER_SUBMIT_URL "https://crash-reports.owncloud.com/submit" CACHE string "URL for crash reporter" )
+#set( CRASHREPORTER_ICON ":/owncloud-icon.png" )