1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-15 17:47:09 +00:00
Commit Graph

178 Commits

Author SHA1 Message Date
James Morris
a8d12cceb5 minor modernization of autotools files 2013-01-12 13:32:57 +00:00
Pavel Labath
68240f4a9e Enable apcupsd and iostats on Debian GNU/kFreeBSD (sf.net #3525358)
reported by Vincent C.
2012-06-03 15:31:11 +02:00
Brenden Matthews
e1390cb3e6 Enable NetBSD support.
Based on patches from:

http://pkgsrc-wip.cvs.sourceforge.net/viewvc/pkgsrc-wip/wip/conky/patches/
2012-05-07 10:55:03 -07:00
Brenden Matthews
5c3a6581d1 Update version, copyright. 2012-05-03 16:32:24 -07:00
Brenden Matthews
04a0c8850f Bump for release. 2012-05-03 14:35:33 -07:00
Brenden Matthews
ccc3dd1147 Version bump. 2012-05-03 14:05:28 -07:00
Brenden Matthews
9a0402341b Check for ncurses correctly. 2011-10-25 10:53:59 -07:00
Pavel Labath
f6aac5981e Increase MAX_NET_INTERFACES to 64
also change a magic constant in net_stat.h to reflect the fact that it depends on
MAX_NET_INTERFACES. For more info, see sf.net #2872682 and gentoo bug #384505
2011-10-25 18:53:09 +02:00
Pavel Labath
422cc24ba2 Link with -lbsd on GNU/kFreeBSD to find optreset (sf.net #3387121) 2011-10-01 23:25:29 +02:00
Pavel Labath
906dbb5b89 Remove zlib dependency
I'm not sure why was that even there, as we don't use zlib.
2011-10-01 22:57:17 +02:00
Pavel Labath
425b6df7c4 Fix quoting problem in configure.ac
since "not supported on foo" is sometimes assigned to want_bar variables, we need to quote them
properly when testing them.
2011-10-01 22:41:04 +02:00
Nikos Ntarmos
792da5a7db apcupsd and iostats work on FreeBSD
Signed-off-by: Nikos Ntarmos <ntarmos@cs.uoi.gr>
Signed-off-by: Pavel Labath <pavelo@centrum.sk>
2010-12-09 18:53:10 +01:00
Brenden Matthews
c9bde0065e Bump rev. 2010-10-15 11:29:55 -07:00
Brenden Matthews
0e2c45685b Bump rev. 2010-10-05 15:34:39 -07:00
Brenden Matthews
0b3fbed045 Bump for release. 2010-10-05 15:26:24 -07:00
Brenden Matthews
c4a0916e6b Build fix for IBM support. 2010-06-08 17:59:06 -07:00
Nikolas Garofil
df5de28d17 Removed all code depending on MIXER_IS_ALSA
Reasons:
-As far as i know, all systems can use the non-MIXER_IS_ALSA way to get the values
-This code shows wrong mixer values
2010-04-13 02:36:50 +02:00
Daniel Pielmeier
b36fc94885 Fix building with Audacious >= 2.3
Signed-off-by: Brenden Matthews <brenden@diddyinc.com>
2010-04-12 14:24:42 -07:00
Brenden Matthews
c8e6874065 Fix build failure with ncurses disabled.
Ref: http://bugs.gentoo.org/show_bug.cgi?id=313081
2010-04-07 09:34:33 -07:00
Pavel Labath
516ffa41b7 Merge branch '1.8.0' into 1.8.1 2010-03-13 01:15:33 +01:00
Pavel Labath
323e360e6f yikes, fix editing fail, thanks norsetto 2010-03-13 01:14:30 +01:00
Pavel Labath
56629f7e60 Fix iwlib detection in certain situations 2010-03-06 13:34:18 +01:00
Brenden Matthews
b44b85c74f Bump for an RC3, if needed. 2010-01-30 11:12:59 -08:00
Nikolas Garofil
68416ee1f3 Bump version 2010-01-17 21:39:59 +01:00
Nikolas Garofil
8264fbe05e Fix compiling with x11 by setting argb default on 2010-01-16 02:30:01 +01:00
Brenden Matthews
bc59f90c3c Bump rev. 2010-01-02 10:43:01 -08:00
Brenden Matthews
909c2903c2 Bump to release candidate 1. 2010-01-01 15:10:29 -08:00
danielb
0de060f8dd Add ARGB visual support.
This patch adds the possibility to use a argb visual for the conky
window.  Adding a boolean configuration entry 'own_window_argb_visual'.
the 'set_transparent_background' method sets the alpha bytes of the argb
color for transparency, instead of pseudo transparency.  This patch
would close following feature request:
https://sourceforge.net/tracker/?func=detail&aid=1563931&group_id=143975&at
id=757311 and would be a workaround for some reported transparency bugs
(https://sourceforge.net/tracker/?func=detail&aid=1968923&group_id=143975&a
tid=757308 for example)

Signed-off-by: Brenden Matthews <brenden@diddyinc.com>
2010-01-01 15:01:51 -08:00
Lassi Selander
823e4af018 XMMS2 - fix version check
Adds minimum version check for XMMS2 client libs. I couldn't get it to
check exact version cause pkg-config gets confused with XMMS2's version
number containing spaces.. Anyway it's better than not check at all.

Signed-off-by: Brenden Matthews <brenden@diddyinc.com>
2010-01-01 14:55:53 -08:00
Nikos Ntarmos
e01a157c62 tolua++ has different naming convention on FreeBSD
Signed-off-by: Nikos Ntarmos <ntarmos@cs.uoi.gr>
Signed-off-by: Brenden Matthews <brenden@diddyinc.com>
2010-01-01 14:31:27 -08:00
Pavel Labath
443c2d12ca Fix linking on OpenBSD
OpenBSD doesn't need librt for clock_gettime, but configure was adding it to LIBS unconditionally.
Bug reported by dovim.
2009-12-08 21:03:14 +01:00
Brenden Matthews
e56aa03a86 Bump version. 2009-11-26 10:53:57 -08:00
Phil Sutter
78c4d44ba7 print which features are unsupported at the end of configure 2009-11-15 01:43:30 +01:00
Nikolas Garofil
52ec7d2d51 Make sure there is no optimization with --enable-debug and --enable-testing 2009-11-08 20:29:43 +01:00
Nikolas Garofil
ce99d1a782 Use a define for the maximum number of network devices 2009-11-07 23:46:46 +01:00
Nikolas Garofil
4e69d0e9a8 Minor autoconf fix for iconv 2009-11-07 01:15:20 +01:00
Phil Sutter
1e893ec6e3 iconv: outsource code into it's own file
While testing, I found two already existing bugs:
* the variable 'a' passed to iconv_convert() needs to be passed by
  reference in order to allow for the desired side effect.
* Somehow the trailing junk after an iconv_conversion to a shorter
  string messes things up (and gets printed!). I couldn't exactly find
  out why this happens, but setting (*p) = 0; solves this problem.
2009-10-04 03:41:45 +02:00
Phil Sutter
5c67c0dc97 allow setting profiling gcc flags without hassle
And also ignore the files generated hereby. ;)
2009-09-20 19:18:17 +02:00
Phil Sutter
4840de39cd update machinery: keep threads persistent
Create each thread upon registration of the callback function, then use
semaphores to signal when it's time to update and when updating is
finished.
Many thanks to pavelo who originally came up with the idea for this.
2009-09-20 13:14:08 +02:00
Pavel Labath
5aacddd668 Include LUA_LIBS in the tolua configure test 2009-09-11 23:07:50 +02:00
Pavel Labath
ad51d7ae0b Comment out OpenMP leftovers 2009-09-08 20:49:40 +02:00
Nikolas Garofil
44b82311b9 Added support for out_to_ncurses
All ERR()'s are renamed to NORM_ERR() and box to mbox so that they don't
clash with things in ncurses.h .
Ncurses is enabled by default when building conky but can be disabled with
--disable-ncurses .
At the moment configure doesn't check if ncurses is actually available.
I'm adding support for ncurses so that we can make as much things as possible
that are only available in X11 also available in console in the future.
2009-08-01 20:45:43 +02:00
Brenden Matthews
46effdcbc4 Fix Lua extra compiler includes. 2009-07-30 22:21:09 -06:00
Cesare Tirabassi
81c691d15a add emacs indentation variables to source files in line with current vim settings 2009-07-28 23:44:22 +02:00
Brenden Matthews
7de7c60923 Make configure opts for Lua extras more concise. 2009-07-27 15:28:40 -06:00
Brenden Matthews
73d36a59c0 Be more intelligent about handling tolua++ user types. 2009-07-27 14:07:36 -06:00
Brenden Matthews
69a40ca866 Fix up some lua configure stuff. 2009-07-20 17:16:48 -06:00
Cesare Tirabassi
7449c1afa9 Merge branch 'master' of git.omp.am:/home/omp/git/conky 2009-07-21 00:05:13 +02:00
Cesare Tirabassi
d817ab7965 add tolua++5.1 as an additional helper function and set library flag accordingly 2009-07-21 00:04:53 +02:00
Brenden Matthews
9cda78c023 Clarify weather opts, refactor some weather code. 2009-07-20 13:17:44 -06:00