mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
2ea73b6996
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
45 lines
1.0 KiB
Plaintext
45 lines
1.0 KiB
Plaintext
#
|
|
# $Id$
|
|
#
|
|
# Part of Equinox Desktop Environment (EDE).
|
|
# Copyright (c) 2009 EDE Authors.
|
|
#
|
|
# This program is licensed under terms of the
|
|
# GNU General Public License version 2 or newer.
|
|
# See COPYING for details.
|
|
|
|
SubDir TOP evoke ;
|
|
|
|
SOURCE = evoke.cpp
|
|
EvokeService.cpp
|
|
Splash.cpp
|
|
Xsm.cpp
|
|
Logout.cpp
|
|
Autostart.cpp
|
|
Xshutdown.cpp ;
|
|
|
|
CONFIG = ede-settings.conf
|
|
ede-startup.conf ;
|
|
|
|
#ObjectC++Flags $(SOURCE) : -DUSE_LOCAL_CONFIG ;
|
|
|
|
# use SIGHUP for now as default
|
|
ObjectC++Flags evoke.cpp : -DUSE_SIGHUP ;
|
|
|
|
ObjectC++Flags EvokeService.cpp : $(EDELIB_DBUS_INCLUDE) ;
|
|
LinkAgainstAsFirst evoke : $(EDELIB_DBUS_LIB) ;
|
|
|
|
EdeProgram evoke : $(SOURCE) ;
|
|
|
|
ObjectC++Flags ede-startup : $(X_CFLAGS) ;
|
|
ProgramBare ede-shutdown : ede-shutdown.cpp ;
|
|
LinkAgainst ede-shutdown : $(X_LIBS) -lX11 ;
|
|
|
|
InstallEdeProgram ede-settings-apply ;
|
|
|
|
EdeManualWithToc [ FFileName doc evoke.txt ] ;
|
|
TranslationStrings locale : $(SOURCE) ;
|
|
InstallEdeConfigFiles $(CONFIG) ;
|
|
|
|
SubInclude TOP evoke splash-themes ;
|