forked from pool/conky
- Update to 1.11.6: * Fix negative RAM usage (#878) * Add nvidia driverversion variable (#889) * properly format PIDs longer than 5 digits * linux: update statistics based on newer kernel interface (#859) * Fix segfault on pulseaudio tunnel sinks * Added lower_case and upper_case commands - Remove fix-negative-memory.patch: upstreamed OBS-URL: https://build.opensuse.org/request/show/823069 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=101
13 lines
420 B
Diff
13 lines
420 B
Diff
diff -urEbw conky-1.11.6/cmake/Conky.cmake conky-1.11.6.new/cmake/Conky.cmake
|
|
--- conky-1.11.6/cmake/Conky.cmake 2020-07-27 14:01:52.000000000 +0200
|
|
+++ conky-1.11.6.new/cmake/Conky.cmake 2020-07-28 09:01:36.198586808 +0200
|
|
@@ -18,7 +18,7 @@
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
#
|
|
|
|
-# set(RELEASE true)
|
|
+set(RELEASE true)
|
|
|
|
# Set system vars
|
|
if(CMAKE_SYSTEM_NAME MATCHES "Linux")
|