Cesare Tirabassi
46fc4a0564
Added www.weather.com as an additional source of weather data
2009-07-18 15:59:43 +02:00
Cesare Tirabassi
0bc0f46101
weather: glib is not needed
2009-07-18 06:48:58 +02:00
Cesare Tirabassi
4e73ab2dd2
Revert "weather: glib is not needed"
...
This reverts commit d9cb095441
.
2009-07-18 06:47:17 +02:00
Cesare Tirabassi
d9cb095441
weather: glib is not needed
2009-07-18 06:39:54 +02:00
Nikolas Garofil
931019aad9
Fix building without lua
2009-07-11 15:02:17 +02:00
Nikolas Garofil
a64f5b3f34
Fix building without weather
2009-07-11 00:43:09 +02:00
Brenden Matthews
d431491bfb
Fix warning about AM_PROG_CC_C_O.
2009-07-10 10:12:04 -06:00
Brenden Matthews
2fa5f97edb
A whole bunch of changes, mostly Lua related.
...
Improved Lua API (lua_read_parse has been removed in favour of the
conky_parse() Lua API call). The docs have been improved to reflect the
recent Lua API stuff as well. Introduced new Lua Cairo and Imlib2
bindings, which require the tolua++ tool. Fixed some other
miscellaneous doc related things.
2009-07-09 22:47:41 -06:00
Cesare Tirabassi
1171ab38a5
Added support for $weather (experimental).
...
Download, parse and display METAR data from the NWS.
icao must be a valid icao for the required location
(see for instance https://pilotweb.nas.faa.gov/qryhtml/icao/ ).
data_type must be one of the following:
last_update : display the date (yyyy/mm/dd) and time (UTC)
of the last update.
temperature_C : display air temperature in degree Celsius.
temperature_F : display air temperature in degree Fahrenheit.
cloud_cover : display the highest cloud cover status.
pressure : display air pressure in millibar.
wind_speed : display wind speed in km/hour.
wind_dir : display wind direction.
wind_dir_DEG : display compass wind direction.
humidity : display relative humidity in %.
weather : display any relevant weather event (rain, snow, etc.).
delay_in_minutes (optional, default 30) cannot be lower than 30 min.
Up to 3 stations can be simultaneously queried.
Use --enable-weather to compile this in.
2009-07-07 00:20:12 +02:00
Phil Sutter
912ed67d03
fix conf_cookie for FreeBSD
...
While here, also clean up the #ifdef mess created
around the whole config output support.
2009-06-22 01:59:26 +02:00
Pavel Labath
c0d1c313e9
Support for per-task I/O statistics - $top_io
...
Basically, I just added three new process properties (io_read, io_write, io_perc - representing
the amount of I/O done by the process during the update interval) and $top_io, that sorts
processes based on io_perc.
Atm, it's completely #ifdef'd, since it requires kernel support. But that creates some wierd
looking syntax at some places, so it may be better to remove some ifdefs. It even may be
possible to completely remove the ifdefs (ie. convert them to #ifdef linux) since the code will
compile just fine even if the kernel doesn't support I/O accounting. I'll leave that for someone
else to decide.
2009-06-12 19:39:45 +02:00
Pavel Labath
71f6880b01
Just moving an obviously misplaced comment
2009-06-12 19:21:34 +02:00
Nikos Ntarmos
8476bb08b5
Lua's pkg-config name is lua-5.1 on FreeBSD
...
Signed-off-by: Nikos Ntarmos <ntarmos@cs.uoi.gr>
Signed-off-by: Brenden Matthews <brenden@rty.ca>
2009-06-08 13:05:19 -06:00
Brenden Matthews
4b35fe5db4
s/IMLIB2/Imlib2/g
2009-06-06 02:32:51 -06:00
Brenden Matthews
b7f2424077
Enable Lua by default.
2009-06-02 13:44:45 -06:00
Nikos Ntarmos
8da700b8c1
Delay checking for want_apcupsd.
...
The if-clause checking for the host operating system being Linux may
change the value of want_apcupsd. Delay checking for its value until
after that.
Signed-off-by: Brenden Matthews <brenden@rty.ca>
2009-05-23 21:08:32 -06:00
Nikos Ntarmos
ec2597f944
Revert "Disable config-output on FreeBSD."
...
This reverts commit a54fa6a8f4
.
Signed-off-by: Brenden Matthews <brenden@rty.ca>
2009-05-23 21:08:31 -06:00
Brenden Matthews
0907f1035a
Bump to 1.7.2.
2009-05-21 23:03:06 -06:00
Brenden Matthews
dd5fbeb41b
Improve reload_config() window destruction/creation.
2009-05-19 21:34:43 -06:00
Brenden Matthews
ba0eb5d85d
Inotify support.
...
Added inotify support to reload the config when modified automatically
on systems that support it
2009-05-19 17:14:34 -06:00
Brenden Matthews
ddcc8ceb70
Merge branch 'master' into imlib2
...
Conflicts:
extras/nano/conky.nanorc
extras/vim/syntax/conkyrc.vim
2009-05-17 22:11:40 -06:00
Brenden Matthews
d26b946b7b
Merge branch 'master' into imlib2
2009-05-16 18:37:11 -06:00
Brenden Matthews
08fbc21c19
Merge branch 'master' into lua
2009-05-15 13:51:43 -06:00
Toni Spets
0ea5fa1468
disable OpenMP by default, i386 optimization problems
2009-05-15 22:39:47 +03:00
Toni Spets
a64e9f8950
Lua scripting support, initial commit
2009-05-15 21:08:51 +03:00
Brenden Matthews
18b174e967
Merge branch 'master' into imlib2
...
Conflicts:
src/Makefile.am
2009-05-12 17:52:49 -06:00
Jaromir Smrcek
cf2c61b588
Added support for APC UPS daemon monitoring.
2009-05-10 12:58:06 -06:00
Brenden Matthews
80aaadb48f
Merge branch 'master' into imlib2
2009-05-09 21:14:39 -06:00
Brenden Matthews
f49ab7ffcb
Only enable OpenMP stuff for gcc >=4.3.
2009-05-09 12:00:09 -06:00
Brenden Matthews
8fbb3a9cfe
Merge branch 'master' into imlib2
2009-05-05 17:36:38 -06:00
Brenden Matthews
fde096c435
Added some completely pointless OpenMP optimizations(?)
2009-05-05 17:36:12 -06:00
Brenden Matthews
a98a927116
Merge branch 'master' into imlib2
...
Conflicts:
configure.ac.in
src/conky.c
2009-05-01 23:29:21 -06:00
Brenden Matthews
55a388a907
Disable config-output on FreeBSD.
2009-04-28 15:22:00 -06:00
Jérôme Plût
ff9154216b
Make ALSA mixers available on Linux, and added $if_mixer_mute.
2009-04-28 10:56:49 -06:00
Nikos Ntarmos
d9923abaa9
Fix FOPENCOOKIE detection glitch
...
Using AM_CONDITIONAL's inside an if block is considered "confusing" by
the automake manual[1] and in fact leads to configure code that won't
work unless fopencookie actually exists in a system.
[1] http://sources.redhat.com/automake/automake.html#Conditionals
Signed-off-by: Nikos Ntarmos <ntarmos@cs.uoi.gr>
2009-03-29 01:25:39 +01:00
Brenden Matthews
4c77eed1c3
Couple minor fixes.
...
Make X11_initialise() work as it should, clarified IBM/Lenovo aka smapi
support in configure script.
2009-03-19 13:42:21 -06:00
Brenden Matthews
5378d13cfb
some imlib2 work
2009-03-18 22:02:25 -06:00
Brenden Matthews
c2b1728af9
Update configure.ac.in for 1.7.x.
2009-03-15 20:03:12 -06:00
Phil Sutter
77c59b260d
merge ibm-acpi and smapi together
...
Well, not really. I don't dare putting it all together into a single
source file, as that would just not make sense. Instead, this patch
eliminates the --enable-smapi configure option and all related checks,
replacing them with the equivalents from --enable-ibm.
2009-02-22 02:58:42 +01:00
Phil Sutter
d500f1005a
outsource ibm-acpi stuff into it's own source file
...
Despite this is actually not much code and could stay inside linux.c as
well, this makes sense as I want to combine smapi and ibm-acpi
functionality. Virtually every user of a notebook made by IBM/Lenovo
will want both, so this should be a feature not a bug.
Besides making the ibm-acpi objects being built optionally, this should
not change anything to the code flow.
2009-02-22 02:58:29 +01:00
Alexander Monakov
24ddc9665e
Fix nvidia memory frequency reading patch sf.net id #2493134 .
2009-02-17 22:10:15 -07:00
Brenden Matthews
5b9d47c039
Couple fixes for the top_time stuff.
2009-02-08 10:13:54 -07:00
Phil Sutter
9a85812e06
here comes the big header include rewrite
...
Some statics are now defined by configure.ac.in, conky.h got a lot
smaller, which I see as a positive sign.
This patch should not change any functionality, just change what's
defined where. Some features I did/could not test are probably broken,
also compiling for any other OS surely won't complete now. Though I
think fixing these problems is as easy as including some missing
headers.
I've done compile checks with the following configure options:
./configure --enable-eve --enable-rss --enable-smapi
--enable-wlan --enable-debug --enable-testing
So what needs to be tested is:
- audacious
- BMPx
- xmms2
- nvidia
2008-12-15 23:12:33 +01:00
Phil Sutter
1ddb6a88b9
use the builtin config also as a default one
...
This depends on fopencookie, which is linux-specific. For BSD, there is
a similar function called funopen, which can be used as a drop-in
replacement.
2008-12-14 15:45:30 +01:00
Phil Sutter
7dca22a41b
print config output support in the final stats
2008-12-14 04:22:36 +01:00
Brenden Matthews
fd1354bea3
Build fix for config output.
2008-12-14 04:22:36 +01:00
Phil Sutter
7a6ce89226
implement sample config printing support
...
This patch makes Conky print a sample config when being called with the
'-C' flag.
A short test showed an increase of ~10kbytes of the conky binary's size.
2008-12-12 15:38:01 +01:00
Brenden Matthews
dc3ed8df13
Removing old svn keywords.
2008-12-09 16:35:49 -07:00
Brenden Matthews
7de6c1d061
* Introduced (buggy) support for IMAP IDLE
...
* Added support for MOC (the console audio player) (thanks henux)
* Added scroll step patch (thanks asto)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1252 7f574dfc-610e-0410-a909-a81674777703
2008-09-24 06:59:45 +00:00
Roman Bogorodskiy
92928dd49a
Extra space in m4_define seem to make sense.
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1239 7f574dfc-610e-0410-a909-a81674777703
2008-08-16 15:56:20 +00:00
Brenden Matthews
74832228b5
bump version
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1238 7f574dfc-610e-0410-a909-a81674777703
2008-08-14 17:33:49 +00:00
Brenden Matthews
4644bc3e23
* Conky 1.6.1 released
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1237 7f574dfc-610e-0410-a909-a81674777703
2008-08-14 17:16:31 +00:00
Brenden Matthews
6cbffa71ef
remove hardcoded retry stuff; put -Werror back in (who the fk removed that?)
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1234 7f574dfc-610e-0410-a909-a81674777703
2008-08-05 18:43:24 +00:00
Brenden Matthews
c5dbd0afa9
add missing xmms2.h to dist
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1229 7f574dfc-610e-0410-a909-a81674777703
2008-07-30 02:03:42 +00:00
Brenden Matthews
be3a78189b
* Conky 1.6.0 released
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1228 7f574dfc-610e-0410-a909-a81674777703
2008-07-22 01:15:57 +00:00
Nikolas Garofil
23321c408d
made defines of some literal values and defines to configure.ac.in
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1223 7f574dfc-610e-0410-a909-a81674777703
2008-07-12 10:25:05 +00:00
Nikolas Garofil
8745d71edf
Proper indenting for eve-code, made a define of the default netdev, and moved some defines to configure.ac.in
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1222 7f574dfc-610e-0410-a909-a81674777703
2008-07-12 01:22:40 +00:00
Nikolas Garofil
2574d2cf30
multiple definition fix no longer necessary after libgnu removal
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1220 7f574dfc-610e-0410-a909-a81674777703
2008-07-09 21:49:13 +00:00
Philip Kovacs
b58d412441
removed gnulib completely. use a simple getnameinfo function check for --enable-portmon.
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1218 7f574dfc-610e-0410-a909-a81674777703
2008-07-07 20:09:37 +00:00
Nikolas Garofil
1188beddca
configure.ac.in back to 1209 state to prevent linkingprobs
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1212 7f574dfc-610e-0410-a909-a81674777703
2008-07-04 08:48:26 +00:00
Philip Kovacs
a2775d30d1
--libtool version of gnulib installed
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1211 7f574dfc-610e-0410-a909-a81674777703
2008-07-03 23:28:51 +00:00
Nikolas Garofil
28e47b6db5
Linking failed on some systems
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1209 7f574dfc-610e-0410-a909-a81674777703
2008-07-03 22:31:14 +00:00
Nikolas Garofil
fec88c0429
Compilation with --enable-testing works by removing stdio.h
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1207 7f574dfc-610e-0410-a909-a81674777703
2008-07-01 17:33:21 +00:00
Nikolas Garofil
72f416212f
configure option for mathfunctions
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1204 7f574dfc-610e-0410-a909-a81674777703
2008-07-01 11:13:40 +00:00
Philip Kovacs
5ce58e014e
Add libgnu convenience lib, modules stdio and getaddrinfo.
...
We now make no assumption about availability of functions
such as snprintf and getnameinfo. If the target machine
doesnt have them, libgnu provides them.
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1203 7f574dfc-610e-0410-a909-a81674777703
2008-07-01 01:26:02 +00:00
Nikolas Garofil
8f947b898c
temp undo of commit 1201
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1202 7f574dfc-610e-0410-a909-a81674777703
2008-06-30 23:07:42 +00:00
Nikolas Garofil
aeb059a727
Added _POSIX_SOURCE in autoconf so that compiling libtcp-portmon.c works
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1201 7f574dfc-610e-0410-a909-a81674777703
2008-06-30 22:52:19 +00:00
Brenden Matthews
896863e2d8
Added support for EVE-Online skill monitoring (thanks Asbjørn); fixed up/downspeedgraph segfault
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1197 7f574dfc-610e-0410-a909-a81674777703
2008-06-28 20:14:04 +00:00
Brenden Matthews
66079c5585
Added sysfs AC adapter support patch (thanks Byron); Small compilation error fix
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1196 7f574dfc-610e-0410-a909-a81674777703
2008-06-28 19:17:49 +00:00
Brenden Matthews
7ff7c1083c
* Added NVIDIA Graficcard support patch (thanks meissna)
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1122 7f574dfc-610e-0410-a909-a81674777703
2008-06-03 20:46:15 +00:00
Brenden Matthews
4d7ecc7951
* Getting rid of goto usage throughout code.
...
* Fix bug due to usage of gethostbyname() in threads (which is not
reentrant) by using gethostbyname_r() when available.
* Added patch for battery_time problem on 2.6.24 (thanks wedge).
* Added patch to fix broken xmms2 stuff (thanks sleipner).
* Added patch to fix SIGHUP/SIGUSR1 segfault (thanks norsetto).
* Added patch to improve $if_up (thanks Aseem).
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1103 7f574dfc-610e-0410-a909-a81674777703
2008-04-10 22:45:45 +00:00
Brenden Matthews
77f8e9bba7
define our own strndup() when its not available (thanks to Pippijn for the idea)
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1101 7f574dfc-610e-0410-a909-a81674777703
2008-04-02 19:46:09 +00:00
Brenden Matthews
3860b06624
cleanup configure output
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1095 7f574dfc-610e-0410-a909-a81674777703
2008-04-01 05:05:24 +00:00
Brenden Matthews
798207efbf
bump version; doc fixes
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1094 7f574dfc-610e-0410-a909-a81674777703
2008-04-01 04:59:00 +00:00
Brenden Matthews
e6ad00d26c
Conky 1.5.1
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1092 7f574dfc-610e-0410-a909-a81674777703
2008-04-01 04:11:14 +00:00
Phil
70b9a1bf2e
finally update our debugging CFLAGS
...
* drop -Wmissing-prototypes and -Wmissing-declarations,
as not every function needs a prototype
* in fact the code builds using these flags, at least for
my setup (--enable-smapi --enable-wlan --enable-rss
--with-x --disable-portmon)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1079 7f574dfc-610e-0410-a909-a81674777703
2008-03-29 12:55:36 +00:00
Brenden Matthews
de53544017
moving debug cflags below other stuff
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1061 7f574dfc-610e-0410-a909-a81674777703
2008-03-29 04:09:09 +00:00
Brenden Matthews
fd2854c53e
made configure output better; fixed small error in conky.conf
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1060 7f574dfc-610e-0410-a909-a81674777703
2008-03-29 04:02:12 +00:00
Brenden Matthews
5c9e2dcbfc
minor updates; changing package naming to meet http://devmanual.gentoo.org/ebuild-writing/file-format/index.html guidelines to begin doing prereleases
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1051 7f574dfc-610e-0410-a909-a81674777703
2008-03-27 19:46:35 +00:00
Brenden Matthews
cdee40b511
version bump for 1.5.1
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1040 7f574dfc-610e-0410-a909-a81674777703
2008-03-23 02:33:56 +00:00
Brenden Matthews
e5efc6cbab
conky 1.5.0
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1038 7f574dfc-610e-0410-a909-a81674777703
2008-03-23 02:10:23 +00:00
Brenden Matthews
a1452f5db4
* Applied 12 patches:
...
1) sysfs battery support (for Linux >=2.6.24) (thanks Kapil)
2) Improved audacious support patch (thanks Miroslav)
3) tp_smapi support patch for IBM laptops (thanks Phil)
4) user info patch (thanks Roland)
5) added conky build info patch (thanks Roland)
6) added if_up patch (thanks Phil)
7) added reload on SIGHUP patch (thanks Jonas)
8) added pad percentages patch (thanks Jonas)
9) added fs_type patch (thanks Ryan)
10) added xmms2 fixes patch (thanks Lassi)
11) fix sysfs crash patch (thanks Phil)
12) multiple ip patch ($addrs)
* Added more alignment support (top_middle, bottom_middle, middle_left,
and middle_right).
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1010 7f574dfc-610e-0410-a909-a81674777703
2008-03-18 00:23:16 +00:00
Kevin Lyles
3d26a4880e
Reformatted all code
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1007 7f574dfc-610e-0410-a909-a81674777703
2008-02-20 20:30:45 +00:00
Philip Kovacs
651be79121
applied submitted patches for get_ibm_acpi_volume bug,
...
realtime clock bug and kFreeBSD support (thanks KPH).
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@993 7f574dfc-610e-0410-a909-a81674777703
2007-12-31 00:00:35 +00:00
Philip Kovacs
622c190e37
Conky 1.4.9
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@990 7f574dfc-610e-0410-a909-a81674777703
2007-11-22 19:38:17 +00:00
Philip Kovacs
238fa198f0
clean up audacious legacy code; adjust ebuilds
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@989 7f574dfc-610e-0410-a909-a81674777703
2007-11-17 04:13:20 +00:00
Philip Kovacs
3048e239d2
Added support for Audacious 1.4.0 via --enable-audacious=yes|no|legacy:
...
(use 'yes' for audacious >= 1.4.0, 'legacy' for prior versions).
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@988 7f574dfc-610e-0410-a909-a81674777703
2007-11-17 03:43:21 +00:00
Philip Kovacs
c08db2aba5
Externalize default config file: /conky/conky.conf
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@981 7f574dfc-610e-0410-a909-a81674777703
2007-10-23 21:52:11 +00:00
Philip Kovacs
fed57b7a50
start 1.4.9-svn; separate assert messages for clarity
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@977 7f574dfc-610e-0410-a909-a81674777703
2007-10-20 23:35:25 +00:00
Philip Kovacs
8d81c9a6d7
conky 1.4.8
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@974 7f574dfc-610e-0410-a909-a81674777703
2007-10-18 21:12:27 +00:00
Philip Kovacs
ccff449e2e
svn version bump to 1.4.8
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@941 7f574dfc-610e-0410-a909-a81674777703
2007-08-31 17:27:45 +00:00
Brenden Matthews
12baf6c0b4
some small fixes for mpd stuff
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@935 7f574dfc-610e-0410-a909-a81674777703
2007-08-31 02:05:02 +00:00
Toni Spets
fee9e40302
added check to disable hddtemp on *BSD
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@933 7f574dfc-610e-0410-a909-a81674777703
2007-08-30 16:35:45 +00:00
Brenden Matthews
f92aad58f1
changing pkg-config version to 0.19
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@932 7f574dfc-610e-0410-a909-a81674777703
2007-08-30 16:19:02 +00:00
Brenden Matthews
90c66a1179
* Check for pkg-config >=0.20
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@928 7f574dfc-610e-0410-a909-a81674777703
2007-08-28 20:19:18 +00:00
Philip Kovacs
d011d6457d
iwlib configure checks
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@906 7f574dfc-610e-0410-a909-a81674777703
2007-08-10 20:30:06 +00:00
Toni Spets
b8b4694fca
Incorrectly pasted stuff in configure.ac.in screwed the build process. Updated ChangeLog.
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@902 7f574dfc-610e-0410-a909-a81674777703
2007-08-08 02:12:46 +00:00
Philip Kovacs
4d4eb2420b
bump svn revision to 1.4.7-svnNNNN
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@901 7f574dfc-610e-0410-a909-a81674777703
2007-08-08 00:27:40 +00:00
Toni Spets
a3e81ae59f
RSS was not really disabled when it was supposed to be. Experimental wireless support.
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@896 7f574dfc-610e-0410-a909-a81674777703
2007-08-07 12:51:08 +00:00
Brenden Matthews
7810b1e2b4
bumping for 1.4.6 release
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@891 7f574dfc-610e-0410-a909-a81674777703
2007-08-06 03:11:30 +00:00