mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
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
This commit is contained in:
14
services/Jamfile
Normal file
14
services/Jamfile
Normal file
@ -0,0 +1,14 @@
|
||||
#
|
||||
# $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 services ;
|
||||
|
||||
InstallDbusService org.equinoxproject.Launch.service ;
|
||||
Clean distclean : org.equinoxproject.Launch.service ;
|
3
services/org.equinoxproject.Launch.service.in
Normal file
3
services/org.equinoxproject.Launch.service.in
Normal file
@ -0,0 +1,3 @@
|
||||
[D-BUS Service]
|
||||
Name = org.equinoxproject.Launch
|
||||
Exec = @bindir@/ede-launch
|
Reference in New Issue
Block a user