huggle: 3.4.10 -> 3.4.12
This commit is contained in:
parent
195e6dc214
commit
ee29d7be2a
@ -1,8 +1,8 @@
|
|||||||
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
||||||
index a37976e..5669366 100644
|
index b7530e8f..af94a62d 100644
|
||||||
--- a/src/CMakeLists.txt
|
--- a/src/CMakeLists.txt
|
||||||
+++ b/src/CMakeLists.txt
|
+++ b/src/CMakeLists.txt
|
||||||
@@ -59,16 +59,12 @@ if(NOT MINGW AND WIN32)
|
@@ -59,8 +59,7 @@ if(NOT MINGW AND WIN32)
|
||||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG ${CMAKE_CURRENT_BINARY_DIR}/Debug)
|
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG ${CMAKE_CURRENT_BINARY_DIR}/Debug)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
@ -11,15 +11,4 @@ index a37976e..5669366 100644
|
|||||||
+include_directories(@libirc_includes@)
|
+include_directories(@libirc_includes@)
|
||||||
|
|
||||||
# YAML
|
# YAML
|
||||||
-option(YAML_CPP_BUILD_TOOLS "Disable tests" OFF)
|
find_package(YAML-CPP 0.6.3 QUIET)
|
||||||
-option(YAML_CPP_BUILD_TESTS "Enable testing" OFF)
|
|
||||||
-option(YAML_CPP_BUILD_TOOLS "Enable parse tools" OFF)
|
|
||||||
-option(BUILD_SHARED_LIBS "Build as shared" ON)
|
|
||||||
-include_directories("3rd/yaml-cpp/include/")
|
|
||||||
-add_subdirectory(3rd/yaml-cpp)
|
|
||||||
+find_package(YAML-CPP 0.6.3 QUIET)
|
|
||||||
+include_directories(YAML_CPP_INCLUDE_DIR)
|
|
||||||
+
|
|
||||||
if (HUGGLE_EXT)
|
|
||||||
if(NOT MINGW AND WIN32)
|
|
||||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE ${CMAKE_CURRENT_BINARY_DIR}/Release/extensions)
|
|
||||||
|
@ -14,13 +14,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "huggle";
|
pname = "huggle";
|
||||||
version = "3.4.10";
|
version = "3.4.12";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "huggle";
|
owner = "huggle";
|
||||||
repo = "huggle3-qt-lx";
|
repo = "huggle3-qt-lx";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "UzoX4kdzYU50W0MUhfpo0HaSfvG3eINNC8u5t/gKuqI=";
|
sha256 = "scNGmMVZ6z9FTQuZCdwRYk0WP5qKfdb/M9Co8TbiMDE=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user