Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP4
conky
conky.timestamp.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File conky.timestamp.patch of Package conky
diff -urEbw conky-1.11.3/cmake/Conky.cmake conky-1.11.3.new/cmake/Conky.cmake --- conky-1.11.3/cmake/Conky.cmake 2019-02-23 03:12:15.000000000 +0100 +++ conky-1.11.3.new/cmake/Conky.cmake 2019-05-27 13:33:30.002789694 +0200 @@ -155,7 +155,7 @@ RESULT_VARIABLE RETVAL OUTPUT_VARIABLE BUILD_DATE OUTPUT_STRIP_TRAILING_WHITESPACE) -execute_process(COMMAND ${APP_UNAME} -srm +execute_process(COMMAND ${APP_UNAME} -sm RESULT_VARIABLE RETVAL OUTPUT_VARIABLE BUILD_ARCH OUTPUT_STRIP_TRAILING_WHITESPACE) diff -urEbw conky-1.11.3/src/core.cc conky-1.11.3.new/src/core.cc --- conky-1.11.3/src/core.cc 2019-02-23 03:12:15.000000000 +0100 +++ conky-1.11.3.new/src/core.cc 2019-05-27 13:36:05.839543761 +0200 @@ -823,7 +823,6 @@ obj->callbacks.free = &gen_free_opaque; #endif /* BUILD_X11 */ END OBJ(conky_version, nullptr) obj_be_plain_text(obj, VERSION); - END OBJ(conky_build_date, nullptr) obj_be_plain_text(obj, BUILD_DATE); END OBJ(conky_build_arch, nullptr) obj_be_plain_text(obj, BUILD_ARCH); END OBJ(downspeed, &update_net_stats) parse_net_stat_arg(obj, arg, free_at_crash); diff -urEbw conky-1.11.3/src/llua.cc conky-1.11.3.new/src/llua.cc --- conky-1.11.3/src/llua.cc 2019-02-23 03:12:15.000000000 +0100 +++ conky-1.11.3.new/src/llua.cc 2019-05-27 13:33:30.034789848 +0200 @@ -154,16 +154,12 @@ lua_setfield(lua_L, -3, "cpath"); lua_pop(lua_L, 2); - lua_pushstring(lua_L, PACKAGE_NAME " " VERSION " compiled " BUILD_DATE - " for " BUILD_ARCH); + lua_pushstring(lua_L, PACKAGE_NAME " " VERSION " compiled for " BUILD_ARCH); lua_setglobal(lua_L, "conky_build_info"); lua_pushstring(lua_L, VERSION); lua_setglobal(lua_L, "conky_version"); - lua_pushstring(lua_L, BUILD_DATE); - lua_setglobal(lua_L, "conky_build_date"); - lua_pushstring(lua_L, BUILD_ARCH); lua_setglobal(lua_L, "conky_build_arch"); diff -urEbw conky-1.11.3/src/main.cc conky-1.11.3.new/src/main.cc --- conky-1.11.3/src/main.cc 2019-02-23 03:12:15.000000000 +0100 +++ conky-1.11.3.new/src/main.cc 2019-05-27 13:35:28.959365326 +0200 @@ -56,8 +56,7 @@ #endif /* BUILD_BUILTIN_CONFIG */ static void print_version() { - std::cout << _(PACKAGE_NAME " " VERSION " compiled " BUILD_DATE - " for " BUILD_ARCH + std::cout << _(PACKAGE_NAME " " VERSION " compiled for " BUILD_ARCH "\n" "\nCompiled in features:\n\n" "System config file: " SYSTEM_CONFIG_FILE
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor