Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c709e66e938c52217bd54f9ce9d43fc70378f91a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c709e66e938c52217bd54f9ce9d43fc70378f91a)
  • Date: Sun, 2 Oct 2022 02:16:59 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

vulkan/vulkan-loader/HISTORY | 3 +++
vulkan/vulkan-loader/PRE_BUILD | 2 +-
vulkan/vulkan-loader/patches/no-git.patch | 12 ++++++++++++
3 files changed, 16 insertions(+), 1 deletion(-)

New commits:
commit c709e66e938c52217bd54f9ce9d43fc70378f91a
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

vulkan/vulkan-loader: replaced sed with patch

diff --git a/vulkan/vulkan-loader/HISTORY b/vulkan/vulkan-loader/HISTORY
index fa08c22..e9c1dc3 100644
--- a/vulkan/vulkan-loader/HISTORY
+++ b/vulkan/vulkan-loader/HISTORY
@@ -1,3 +1,6 @@
+2022-10-01 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD, patches/no-git.patch: replaced sed with patch
+
2022-10-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3.230

diff --git a/vulkan/vulkan-loader/PRE_BUILD b/vulkan/vulkan-loader/PRE_BUILD
index 1fb6c64..4604ffc 100755
--- a/vulkan/vulkan-loader/PRE_BUILD
+++ b/vulkan/vulkan-loader/PRE_BUILD
@@ -1,3 +1,3 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-sed -i '/(Git)/D' CMakeLists.txt
+apply_patch_dir patches
diff --git a/vulkan/vulkan-loader/patches/no-git.patch
b/vulkan/vulkan-loader/patches/no-git.patch
new file mode 100644
index 0000000..34f7925
--- /dev/null
+++ b/vulkan/vulkan-loader/patches/no-git.patch
@@ -0,0 +1,12 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 645afe7241..337093c719 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -150,7 +150,6 @@ endif()
+
+ set(GIT_BRANCH_NAME "--unknown--")
+ set(GIT_TAG_INFO "--unknown--")
+-find_package (Git)
+ if (GIT_FOUND AND EXISTS "${CMAKE_CURRENT_LIST_DIR}/.git/HEAD")
+ execute_process(
+ COMMAND ${GIT_EXECUTABLE} describe --tags --always



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c709e66e938c52217bd54f9ce9d43fc70378f91a), Pavel Vinogradov, 10/01/2022

Archive powered by MHonArc 2.6.24.

Top of Page