From 606bc59d0f8f67815c6a717843835477d44db6b3 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 1 May 2022 21:21:05 +0000 Subject: added ungoogled chromium --- extra/polybar/fix-version.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 extra/polybar/fix-version.patch (limited to 'extra/polybar') diff --git a/extra/polybar/fix-version.patch b/extra/polybar/fix-version.patch new file mode 100644 index 0000000..1548ce3 --- /dev/null +++ b/extra/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