diff options
| author | Jim Tupper <gentoo@tupper.org.uk> | 2025-03-29 17:50:15 +0000 |
|---|---|---|
| committer | Yixun Lan <dlan@gentoo.org> | 2025-04-01 10:03:52 +0800 |
| commit | d149652fb063c683e75be10e235f36ace97a59b3 (patch) | |
| tree | da550c18e3b9d7aaef773b675f3b2211ec4aeae6 /dev-cpp/ut2-glaze/files/ut2-glaze-0.0.4-fix-installing.patch | |
| parent | 5cd87429569e1d8ff52d16539d02f21affb2c991 (diff) | |
| download | gentoo-d149652fb063c683e75be10e235f36ace97a59b3.tar.gz gentoo-d149652fb063c683e75be10e235f36ace97a59b3.tar.bz2 gentoo-d149652fb063c683e75be10e235f36ace97a59b3.zip | |
dev-cpp/ut2-glaze: add 0.0.4
Dependency required for glaze, required for hyprland 0.47
Signed-off-by: Jim Tupper <gentoo@tupper.org.uk>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-cpp/ut2-glaze/files/ut2-glaze-0.0.4-fix-installing.patch')
| -rw-r--r-- | dev-cpp/ut2-glaze/files/ut2-glaze-0.0.4-fix-installing.patch | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/dev-cpp/ut2-glaze/files/ut2-glaze-0.0.4-fix-installing.patch b/dev-cpp/ut2-glaze/files/ut2-glaze-0.0.4-fix-installing.patch new file mode 100644 index 000000000000..954134ee415a --- /dev/null +++ b/dev-cpp/ut2-glaze/files/ut2-glaze-0.0.4-fix-installing.patch @@ -0,0 +1,38 @@ +diff --git a/.gitignore b/.gitignore +index efe9691..864767c 100644 +--- a/.gitignore ++++ b/.gitignore +@@ -4,3 +4,5 @@ compile_commands.json + .vscode + .cache + .DS_Store ++ ++./cmake/install-config.cmake +diff --git a/cmake/install-config.cmake b/cmake/install-config.cmake +deleted file mode 100644 +index e9af6c2..0000000 +--- a/cmake/install-config.cmake ++++ /dev/null +@@ -1 +0,0 @@ +-include("${CMAKE_CURRENT_LIST_DIR}/${PROJECT_NAME}Targets.cmake") +\ No newline at end of file +diff --git a/cmake/install-config.cmake.in b/cmake/install-config.cmake.in +new file mode 100644 +index 0000000..0865ae9 +--- /dev/null ++++ b/cmake/install-config.cmake.in +@@ -0,0 +1 @@ ++include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake") +diff --git a/cmake/install-rules.cmake b/cmake/install-rules.cmake +index 261fa29..2e7a398 100644 +--- a/cmake/install-rules.cmake ++++ b/cmake/install-rules.cmake +@@ -36,6 +36,8 @@ set( + ) + mark_as_advanced(${PROJECT_NAME}_INSTALL_CMAKEDIR) + ++configure_file(${CMAKE_CURRENT_LIST_DIR}/install-config.cmake.in ${CMAKE_CURRENT_LIST_DIR}/install-config.cmake @ONLY) ++ + install( + FILES cmake/install-config.cmake + DESTINATION "${zb8_INSTALL_CMAKEDIR}" |
