forked from NixOS/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
megasync: 4.9.1.0 -> 5.6.1.0 (NixOS#352162)
- Loading branch information
Showing
5 changed files
with
109 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
pkgs/applications/misc/megasync/dont-fetch-clang-format.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index b04f57067..0f6e7b163 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -63,5 +63,3 @@ include(desktopapp_configuration) | ||
# Load the MEGA targets | ||
add_subdirectory(src) | ||
|
||
-include(get_clang_format) | ||
-get_clang_format() |
This file was deleted.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
pkgs/applications/misc/megasync/megasync-fix-cmake-install-bindir.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/contrib/cmake/modules/desktopapp_configuration.cmake b/contrib/cmake/modules/desktopapp_configuration.cmake | ||
index 8e9f35cb2..b62f5a9b5 100644 | ||
--- a/contrib/cmake/modules/desktopapp_configuration.cmake | ||
+++ b/contrib/cmake/modules/desktopapp_configuration.cmake | ||
@@ -30,7 +30,6 @@ if(UNIX AND NOT APPLE) | ||
# Used for building packages: in which install dir is a path construction folder that will not be there in packages | ||
|
||
set(CMAKE_INSTALL_LIBDIR "opt/megasync/lib") # override default "lib" from GNUInstallDirs | ||
- set(CMAKE_INSTALL_BINDIR "usr/bin") # override default "bin" from GNUInstallDirs | ||
|
||
# Override CMAKE_INSTALL_PREFIX | ||
if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) # In consecutive runs it will always be undef/false |
13 changes: 0 additions & 13 deletions
13
pkgs/applications/misc/megasync/noinstall-distro-version.patch
This file was deleted.
Oops, something went wrong.