Commit Graph

42 Commits

Author SHA1 Message Date
Sanel Zukan
f58d5fc764 Removing unused service 2011-11-09 16:30:12 +00:00
Sanel Zukan
9d23b51207 Removing checks for efltk and updating README. Squashing few warnings. 2011-10-24 08:15:47 +00:00
Sanel Zukan
eed5749909 Importing pekwm as alternative wm. Adopting it to ede build system including autoconf checks.
Also center ede-launch window.
2011-10-23 00:10:40 +00:00
Sanel Zukan
5a32de2be6 Removed warning if 1.3.x branch was detected 2011-08-04 08:46:05 +00:00
Sanel Zukan
c6ed8f6d2f Handle case when va_list is array. 2010-03-06 17:28:21 +00:00
Sanel Zukan
7b97a3ccd4 Use sysconfdir variable if was given via '--sysconfdir' flag to configure script. 2010-01-19 14:41:51 +00:00
Sanel Zukan
fcf71678b0 Dumped builtin paths as distros can't use them for packaging. Noted by Thierry from NuTyX project. 2010-01-18 14:38:22 +00:00
Sanel Zukan
037196c9be Reduced warnings on gcc 4.4.1.
Let panel applet use GLOBALFLAGS.
Check for XKBrules from XKB extension and conditionally compile code using it.
2009-11-20 17:08:29 +00:00
Sanel Zukan
fc0cdee788 Corrected warning message. 2009-11-18 14:27:30 +00:00
Sanel Zukan
4725018886 Do not compile code with -pedantic by default, since eFLTK code will fail on it.
Pass checks for FLTK 1.1.10 and FLTK 1.3.x branch
2009-10-08 12:13:52 +00:00
Sanel Zukan
72bc68e348 Large file support.
Dumping checks for stat64(), since flags from --enable-largefile will solve this
2009-10-07 10:25:15 +00:00
Sanel Zukan
ee4dbe0109 Syncing with changes in edelib fltk.m4 macro 2009-10-05 12:10:50 +00:00
Sanel Zukan
ddd508903f Allow to full path be used in ede.desktop, so display managers could correctly pick it up 2009-08-05 22:19:57 +00:00
Sanel Zukan
156be804fc Added checks for pthread and curl libraries 2009-06-25 15:37:12 +00:00
Sanel Zukan
39770b5a0e Link against edelib-gui library 2009-05-14 16:06:10 +00:00
Sanel Zukan
828699884f Warn if efltk wasn't found.
Added FORCE_EFILER option to force efiler compiling on FreeBSD.
2009-04-10 17:11:11 +00:00
Sanel Zukan
225855ac92 Added --with-edelib-path option to specify alternative edelib installation 2009-04-10 16:03:00 +00:00
Sanel Zukan
d1d65a8131 Added options so alternative fltk and efltk installations could be used 2009-04-01 20:18:18 +00:00
Sanel Zukan
ac028f6196 Find edelib api documentation and place in manual index.
Removed some playing with directories.
2009-03-25 16:11:18 +00:00
Sanel Zukan
c047f14c07 Use dataroot variable too so user supplied paths could be checked 2009-03-06 17:43:11 +00:00
Sanel Zukan
cacf2bb98a Added EDE_CHECK_DIR m4 macro for directory existance checking
Imported services directory with org.equinoxproject.Launch service; directory should
be place for all D-BUS services

Changed configure.in to find and set D-BUS service directory
2009-03-06 17:30:58 +00:00
Sanel Zukan
51b488fb14 Added EdeProgramBare rule, that will link with FLTK libs, without images
libstartup-notification checks in configure.in
ede-launch now uses startup notification protocol via ede-launch-sn helper
Added removal of /tmp/.evoke.lock at the startup, in case evoke crashed during sesssion
2009-03-06 12:12:27 +00:00
Sanel Zukan
2ea73b6996 Merged changed pkg.m4 from edelib
ede-panel has alternative way of calling ede-about dialog

Dumped SettingsApplicator.* code from evoke. They are replaced with ede-settings-apply script
which should call all programs that needs to apply stored settings. This will reduce code entropy

evoke will call ede-settings-apply at the startup

ede-bell-conf modified to use "--apply" arg and to apply known settings

ede-desktop will start icon exec path via ede-launch

Fixed freebsd specific code in ede-panel's battery code
2009-03-03 11:47:30 +00:00
Sanel Zukan
eef8493c86 Link with efltk xml library when images are used 2009-02-20 12:44:15 +00:00
Sanel Zukan
39e795031c Added checks for statfs() and stat64() functions.
Added removal of 'config.h.in~' in autogen.sh
2009-01-26 13:41:28 +00:00
Sanel Zukan
85aee53848 startede will be created by configure
'jam clean' will clean data/startede and tools/l10-prepare.sh
EDE_INSTALL_DIR points to /usr/local by default
2009-01-23 15:10:55 +00:00
Sanel Zukan
93c2592811 Removing not used definition 2009-01-23 12:46:27 +00:00
Sanel Zukan
bb7302a499 Master config compilation is now config.h, instead nonstandard edeconf.h; also
prevents possible collision with ede-conf name
2009-01-20 13:26:33 +00:00
Sanel Zukan
a79711dfbd Checks for libXpm
Check if PYTHON variable have some value; if not, skip documentation building
Let documentation contains full ede version
2009-01-14 15:41:49 +00:00
Sanel Zukan
dec8dc3c4e Add checks for efltk
Small modification in pkg.m4 so returned variables does not have ending spaces
s/DEBUG/DEBUG_PCRE in pcre.c so it does not gets included when ede is compiled with
debug flags
2009-01-14 15:10:47 +00:00
Sanel Zukan
01268a951b Make some consistency with edelib 2009-01-14 14:01:55 +00:00
Sanel Zukan
bf3046af5a Let configure creates l10n-prepare script with correct version and do chmod +x on it. 2008-08-25 15:40:37 +00:00
Sanel Zukan
c102595bcb Updated wrongly named AC_INIT parameter
Removed edeconf.h.in; now is generated by autogen.sh

autogen.sh content of configure.in dump moved to dump_config()
but is not called by default
2008-08-25 13:51:38 +00:00
Sanel Zukan
6394b85004 Removed obsolete m4 macros
Updated initjamfile.m4
Added pkg.m4 for pkg-config
Added new configure.in script and following config.jam.in
2008-08-25 13:21:54 +00:00
Sanel Zukan
cc24ac7b7b Added checks for headers/functions/tools used by elauncher. 2007-03-22 17:14:54 +00:00
Sanel Zukan
f6f00e93b4 Little reorderings. 2007-03-20 15:45:06 +00:00
Sanel Zukan
f91493d49b Added initjamfile.m4 from autojam, so make specific
variables can be correctly translated to jam world.
2007-03-19 14:36:18 +00:00
Sanel Zukan
359b79be0d Added checks for doxygen and STL.
README.alpha updated for latest changes.
2007-03-19 10:32:09 +00:00
Sanel Zukan
be29467f10 New configure facility. 2007-03-17 11:28:25 +00:00
Sanel Zukan
3e09622646 Cleanup. 2007-03-16 16:06:00 +00:00
Sanel Zukan
fcf808bd82 Now did a real chmod -x. 2007-03-15 01:06:18 +00:00
Vedran Ljubovic
65018f75b7 Importing EDE2 code to svn... NOTE: It doesn't compile! Stuff thats broken: edewm, eworkpanel, eiconman,
emenueditor
2006-08-20 18:43:09 +00:00