This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch dev/dimmus/test
in repository efl.
View the commit online.
commit 0c8fa3fb8e4e6ba2474742f121b9953fcdf93f27
Author: dimmus <dmitri.chudi...@gmail.com>
AuthorDate: Mon Oct 7 10:15:55 2024 +0500
services: move dbus and systemd services into special folder
---
meson.build | 4 ++--
{dbus-services => services/dbus}/.gitignore | 0
{dbus-services => services/dbus}/meson.build | 0
{dbus-services => services/dbus}/org.enlightenment.Ethumb.service.in | 0
{systemd-services => services/systemd}/.gitignore | 0
{systemd-services => services/systemd}/ethumb.service.in | 0
{systemd-services => services/systemd}/meson.build | 0
7 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meson.build b/meson.build
index bf502f9059..4fcdc35f89 100644
--- a/meson.build
+++ b/meson.build
@@ -659,8 +659,8 @@ configure_file(
install_dir : join_paths(dir_include,'elementary-'+version_major)
)
-subdir(join_paths('systemd-services'))
-subdir(join_paths('dbus-services'))
+subdir('services/systemd')
+subdir('services/dbus')
#output the three new efl-* .pc files
efl_20_pc_files = {
diff --git a/dbus-services/.gitignore b/services/dbus/.gitignore
similarity index 100%
rename from dbus-services/.gitignore
rename to services/dbus/.gitignore
diff --git a/dbus-services/meson.build b/services/dbus/meson.build
similarity index 100%
rename from dbus-services/meson.build
rename to services/dbus/meson.build
diff --git a/dbus-services/org.enlightenment.Ethumb.service.in b/services/dbus/org.enlightenment.Ethumb.service.in
similarity index 100%
rename from dbus-services/org.enlightenment.Ethumb.service.in
rename to services/dbus/org.enlightenment.Ethumb.service.in
diff --git a/systemd-services/.gitignore b/services/systemd/.gitignore
similarity index 100%
rename from systemd-services/.gitignore
rename to services/systemd/.gitignore
diff --git a/systemd-services/ethumb.service.in b/services/systemd/ethumb.service.in
similarity index 100%
rename from systemd-services/ethumb.service.in
rename to services/systemd/ethumb.service.in
diff --git a/systemd-services/meson.build b/services/systemd/meson.build
similarity index 100%
rename from systemd-services/meson.build
rename to services/systemd/meson.build
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.