1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 13:39:10 +00:00
Commit Graph

3773 Commits

Author SHA1 Message Date
Brenden Matthews
fb990459e2
Ok ok, but lcov back. 2021-02-28 15:01:28 -06:00
Brenden Matthews
4d107fca34
Fix clang var. 2021-02-28 14:53:59 -06:00
Brenden Matthews
954edef9ef
Simplify clang coverage logic. 2021-02-28 14:46:17 -06:00
Brenden Matthews
42231ae0f5
Add back the other missing make install. 2021-02-28 14:30:21 -06:00
Brenden Matthews
db1ee2a1c2
Add back missing make install. 2021-02-28 12:21:20 -06:00
Brenden Matthews
42aa4c107a
Don't need lcov in base image. 2021-02-28 11:15:28 -06:00
Brenden Matthews
a40c89b1ea
Make sure all tools are installed for build. 2021-02-28 11:05:13 -06:00
Brenden Matthews
642e39cfa3
Remove FreeBSD build stuff. 2021-02-28 10:59:51 -06:00
Brenden Matthews
4cfa195cd0
Fix cmake build. 2021-02-28 10:46:19 -06:00
Brenden Matthews
7b7801619d
Switch to curl, install gfortron (sigh). 2021-02-27 13:10:06 -06:00
Brenden Matthews
36fab8594c
Refactor dockerfile, build cmake from source. 2021-02-27 11:59:17 -06:00
Brenden Matthews
2de1818c43
Bump libmysqlclient in docker. 2021-02-27 10:46:54 -06:00
Brenden Matthews
f0e34dc3fb
Drop Fedora 29. 2021-02-27 10:43:41 -06:00
Brenden Matthews
ea72ec8b02
Fix version mismatch, curses version. 2021-02-27 10:42:13 -06:00
Brenden Matthews
ebc6dbbe00
RIP CentOS. 2021-02-27 10:24:09 -06:00
Brenden Matthews
08d77f05ba
Remove this here pragma. 2021-02-27 10:21:41 -06:00
Brenden Matthews
9f2b71b0a7
Require librsvg>=2.46, fix lua interface. 2021-02-27 10:18:25 -06:00
Brenden Matthews
05fff02e70
Remove librsvg deprecated definitins. 2021-02-27 10:01:03 -06:00
Brenden Matthews
87daec7a0d
Fix the words in readme. 2021-02-27 09:56:31 -06:00
Brenden Matthews
04857a6472
Update readme. 2021-02-27 09:55:46 -06:00
Brenden Matthews
6eae8e8c24
Remove use of deprecated librsvg functions. 2021-02-27 09:50:44 -06:00
Brenden Matthews
eebd5f056e
Enable build caching on docker workflow. 2021-02-27 09:31:14 -06:00
Brenden Matthews
e7cbc43f62
Drop support for systemd <= 205. 2021-02-27 09:26:11 -06:00
Brenden Matthews
308f2cb8ea
Update copyright, authors. 2021-02-27 09:14:19 -06:00
Brenden Matthews
7bb8a49ace
Bump version to 1.12.0, it's been a while. 2021-02-27 09:06:57 -06:00
Daniel Pielmeier
d365c7f7ba Respect CFLAGS/CXXFLAGS
In commit bb8723d "add toluapp subtree" support for user defined FLAGS was removed. I do not see a reason why this should not be allowed, so it would be great if this could be added again.

Reference: https://bugs.gentoo.org/772176
2021-02-27 10:03:49 -05:00
Brenden Matthews
88fce68a7c
Install build-essential in ubuntu image. 2021-02-05 13:37:16 -06:00
Brenden Matthews
5e1b6a2480
Add back only building on changes to dockerfiles. 2021-02-05 13:24:20 -06:00
Brenden Matthews
fd1ddc591d
Add back missing wget. 2021-02-05 13:23:12 -06:00
Brenden Matthews
88c6b9f660
Add check stage. 2021-02-05 13:18:58 -06:00
Brenden Matthews
5746debb55
Unbread docker build command. 2021-02-05 13:12:05 -06:00
Brenden Matthews
17cf380146
Force rebuild again. 2021-02-05 13:05:29 -06:00
Brenden Matthews
14b674ebcd
Simplify build pipeline, use buildkit. 2021-02-05 13:02:36 -06:00
Brenden Matthews
2ff2d33ef3
Drop sccache stuff. 2021-02-05 12:49:21 -06:00
Brenden Matthews
89e3b05fb4
Drop clang 8, gcc 5 & 6 on ubuntu. 2021-02-05 12:43:45 -06:00
Brenden Matthews
7c7984a3bb
Drop clang-7 w/ ubuntu. 2021-02-05 12:35:07 -06:00
Brenden Matthews
d05c9499b5
Retire CentOS 6. 2021-02-05 12:24:35 -06:00
Brenden Matthews
7226ade004
Revert "Force docker rebuild, do it right this time."
This reverts commit 11f53fe233.
2021-02-05 12:20:37 -06:00
Brenden Matthews
93aff65e71
Unbreak the yaml. 2021-02-05 12:13:02 -06:00
Brenden Matthews
11f53fe233
Force docker rebuild, do it right this time. 2021-02-05 12:08:58 -06:00
Brenden Matthews
61f561241f
Revert "Force rebuild of images."
This reverts commit 8f7f21077a.
2021-02-05 11:32:46 -06:00
Brenden Matthews
8f7f21077a
Force rebuild of images. 2021-02-05 11:31:57 -06:00
Brenden Matthews
91a3f2ed87 Fix formatting, remove bad line. 2021-02-05 08:44:29 -06:00
nihilix-melix
c2c9e07afc Update linux.cc 2021-02-05 08:44:29 -06:00
Vladimir D. Seleznev
8ce3855b50 Fix conky window crawling
The conky window is crawling when some other is moving around it.

To reproduce this bug run conky with the following config:

   double_buffer yes

   TEXT
   TEST

And slowly move other window near conky window.

The bug was introduced in e2bd14e7b7.

Reported and patch by: George V. Kouryachy (Fr. Br. George) <george@altlinux.org>
2021-02-05 08:39:08 -06:00
Brenden Matthews
68868f4cc0
Run clang-format. 2021-02-03 18:38:41 -06:00
Brenden Matthews
2f8bfbd807
Switch PPA for clang. 2021-02-03 18:31:21 -06:00
Brenden Matthews
90a3e679f1
Bump ubuntu base image to focal. 2021-02-03 18:29:33 -06:00
Brenden Matthews
9adaba449a
Run clang-format. 2021-02-01 17:30:17 -06:00
Syco
5ee577ec1f fix file permission
Signed-off-by: Syco <alberto.rinaudo+dino@gmail.com>
2021-01-31 08:26:46 -06:00