mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Updated 'sane' CMake patch to avoid fuzz with the latest CMakeLists.txt
This commit is contained in:
parent
14d0f3c95f
commit
8fee66d1d0
8
debian/patches/0004-sane-cmake.patch
vendored
8
debian/patches/0004-sane-cmake.patch
vendored
@ -5,7 +5,7 @@ Last-Update: 2019-11-17
|
||||
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -61,29 +109,12 @@ include(GNUInstallDirs)
|
||||
@@ -72,29 +72,12 @@
|
||||
include(DefineInstallationPaths)
|
||||
include(GenerateExportHeader)
|
||||
|
||||
@ -33,9 +33,9 @@ Last-Update: 2019-11-17
|
||||
-message(STATUS "GIT_SHA1 ${GIT_SHA1}")
|
||||
-
|
||||
set(SYSCONFDIR ${SYSCONF_INSTALL_DIR})
|
||||
set(DATADIR ${DATA_INSTALL_DIR})
|
||||
if(WIN32)
|
||||
@@ -195,7 +226,47 @@ if (NOT DEFINED APPLICATION_ICON_NAME)
|
||||
set(SHAREDIR ${CMAKE_INSTALL_DATADIR})
|
||||
|
||||
@@ -203,7 +186,47 @@
|
||||
set(APPLICATION_ICON_NAME ${APPLICATION_SHORTNAME})
|
||||
endif()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user