1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00
Commit Graph

31 Commits

Author SHA1 Message Date
Brenden Matthews
b8a678728c Remove automake build system, fix defconfig.h. 2010-01-04 18:07:49 -08:00
Brenden Matthews
cf9e498b24 Update copyright notices. 2010-01-01 15:46:17 -08:00
Brenden Matthews
3efe71520f Deprecate autotools, update docs to reflect cmake build system. 2010-01-01 14:08:57 -08:00
Brenden Matthews
84c6daf8c9 Modified autogen.sh so we shouldn't need the README in the git repo. 2009-05-10 11:52:03 -06:00
Brenden Matthews
f05829ad9a Update copyright stuff, fix conky.conf weirdness. 2009-03-29 22:55:51 -06:00
Brenden Matthews
dc3ed8df13 Removing old svn keywords. 2008-12-09 16:35:49 -07:00
Brenden Matthews
726934998d First commit to fresh new hip git repo for Conky. 2008-12-06 23:03:24 -07: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
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
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
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
Roman Bogorodskiy
15f3623b21 'export' is not needed here.
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@931 7f574dfc-610e-0410-a909-a81674777703
2007-08-30 06:25:19 +00:00
Philip Kovacs
1d139aebfb autogen.sh improvements
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@930 7f574dfc-610e-0410-a909-a81674777703
2007-08-28 20:37:42 +00:00
Philip Kovacs
0959e270ba add pkg.m4 to fix pkg-config catch-22
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@929 7f574dfc-610e-0410-a909-a81674777703
2007-08-28 20:27:45 +00:00
Roman Bogorodskiy
96bf5e927e Avoid bash-isms.
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@860 7f574dfc-610e-0410-a909-a81674777703
2007-05-05 17:13:35 +00:00
Philip Kovacs
4f7f4bf11e conky 1.4.6-svn trunk
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@836 7f574dfc-610e-0410-a909-a81674777703
2007-02-25 23:35:53 +00:00
Philip Kovacs
1c35f432e5 Conky 1.5.0 -- client/server prototype
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@818 7f574dfc-610e-0410-a909-a81674777703
2006-12-23 06:01:16 +00:00
Philip Kovacs
d294df837d added autogen.sh clean to remove configure.ac
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@789 7f574dfc-610e-0410-a909-a81674777703
2006-11-21 20:47:05 +00:00
Philip Kovacs
3cc60c2dc2 autotool changes
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@786 7f574dfc-610e-0410-a909-a81674777703
2006-11-21 07:31:42 +00:00
Roman Bogorodskiy
6b857758eb - Minor change to ${top} stuff to fix a possible
race condition (Petr Holub)
- Make autogen.sh a little bit more configurable. 
  Now it calls 'automake', 'autoconf' etc by default.
  To match your disto name conventions for autotools,
  you can run it like: 
  "AUTOCONF=autoconf-2.59 AUTOMAKE=automake18 ./autogen.sh"


git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@610 7f574dfc-610e-0410-a909-a81674777703
2006-03-25 14:28:40 +00:00
Jasper
435842e494 get autogen.sh to detect the autotools correctly on FreeBSD.
From:	"Petr Holub" <hopet@users.sourceforge.net>


git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@608 7f574dfc-610e-0410-a909-a81674777703
2006-03-24 14:30:36 +00:00
Brenden Matthews
a99f1c48e7 getting set for 1.4.0
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@525 7f574dfc-610e-0410-a909-a81674777703
2006-02-13 02:28:46 +00:00
Brenden Matthews
a066bb6506 configure and makefile updates
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@153 7f574dfc-610e-0410-a909-a81674777703
2005-08-22 23:32:35 +00:00
Brenden Matthews
24ebad7227 docgen
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@140 7f574dfc-610e-0410-a909-a81674777703
2005-08-22 00:24:24 +00:00
Brenden Matthews
44a350f0b7 autotools suck
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@137 7f574dfc-610e-0410-a909-a81674777703
2005-08-21 23:53:58 +00:00
Brenden Matthews
bc9067aa77 autogen hardcoding is better
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@136 7f574dfc-610e-0410-a909-a81674777703
2005-08-21 23:40:48 +00:00
Brenden Matthews
e5abed0eac small autogen fix
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@59 7f574dfc-610e-0410-a909-a81674777703
2005-08-05 03:49:10 +00:00
Brenden Matthews
c23ef2218c small autogen fix
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@58 7f574dfc-610e-0410-a909-a81674777703
2005-08-05 03:48:25 +00:00
Joe Myre
aec4c082f3 Set package version variables in autogen.sh to remove hardcode
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@56 7f574dfc-610e-0410-a909-a81674777703
2005-08-04 18:11:34 +00:00
Brenden Matthews
051ed026ce made autogen somewhat sane
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@52 7f574dfc-610e-0410-a909-a81674777703
2005-08-04 03:01:22 +00:00
Brenden Matthews
466dd6f5d4 UTF-8, bug fixes, lots of goodies.
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@11 7f574dfc-610e-0410-a909-a81674777703
2005-07-24 23:08:51 +00:00