From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/polybar/fix-version.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 repo/polybar/fix-version.patch (limited to 'repo/polybar/fix-version.patch') diff --git a/repo/polybar/fix-version.patch b/repo/polybar/fix-version.patch new file mode 100644 index 0000000..1548ce3 --- /dev/null +++ b/repo/polybar/fix-version.patch @@ -0,0 +1,11 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -33,7 +33,7 @@ + OUTPUT_VARIABLE git_describe + OUTPUT_STRIP_TRAILING_WHITESPACE ERROR_QUIET) + +-if(git_result EQUAL "0") ++if(0) + set(APP_VERSION "${git_describe}") + else() + message(STATUS "Could not detect version with git, falling back to built-in version information.") -- cgit v1.2.1