summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2010-08-26 20:36:53 +0200
committerNick Schermer <nick@xfce.org>2010-08-26 20:39:15 +0200
commit92a18cb13ba74a4ca8304a4a37a4af4a3afeef0a (patch)
tree42a8c43726985cf994375441b8b96b648f6b88f5
parent29458948356bd057887a32c52a9e7e416400a034 (diff)
downloadxfce4-session-92a18cb13ba74a4ca8304a4a37a4af4a3afeef0a.tar.gz
Move splash engines to $lidir/xfce4/session/splash-engines.
Now we have all the session library data in $lidir/xfce4/session, which is a lot nicer. I doubt there are custom engines out there, so I guess it's a safe move.
-rw-r--r--engines/balou/Makefile.am2
-rw-r--r--engines/mice/Makefile.am2
-rw-r--r--engines/simple/Makefile.am2
-rw-r--r--settings/Makefile.am2
-rw-r--r--xfce4-session.spec.in6
5 files changed, 7 insertions, 7 deletions
diff --git a/engines/balou/Makefile.am b/engines/balou/Makefile.am
index 902ef4da..6b98998b 100644
--- a/engines/balou/Makefile.am
+++ b/engines/balou/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS = \
scripts \
themes
-baloudir = $(libdir)/xfce4/splash/engines
+baloudir = $(libdir)/xfce4/session/splash-engines
balou_LTLIBRARIES = libbalou.la
diff --git a/engines/mice/Makefile.am b/engines/mice/Makefile.am
index 9363ddb5..9fe4a2f8 100644
--- a/engines/mice/Makefile.am
+++ b/engines/mice/Makefile.am
@@ -1,4 +1,4 @@
-micedir = $(libdir)/xfce4/splash/engines
+micedir = $(libdir)/xfce4/session/splash-engines
mice_LTLIBRARIES = libmice.la
diff --git a/engines/simple/Makefile.am b/engines/simple/Makefile.am
index ca5d0f51..bdc8f488 100644
--- a/engines/simple/Makefile.am
+++ b/engines/simple/Makefile.am
@@ -1,4 +1,4 @@
-simpledir = $(libdir)/xfce4/splash/engines
+simpledir = $(libdir)/xfce4/session/splash-engines
simple_LTLIBRARIES = libsimple.la
diff --git a/settings/Makefile.am b/settings/Makefile.am
index ecf6eedf..eb92b8d9 100644
--- a/settings/Makefile.am
+++ b/settings/Makefile.am
@@ -23,7 +23,7 @@ xfce4_session_settings_SOURCES = \
xfce4_session_settings_CFLAGS = \
-DLOCALEDIR=\"$(localedir)\" \
- -DMODULESDIR=\"$(libdir)/xfce4/splash/engines\" \
+ -DMODULESDIR=\"$(libdir)/xfce4/session/splash-engines\" \
-DG_LOG_DOMAIN=\"xfce4-session-settings\" \
-I$(top_srcdir) \
$(LIBXFCE4UTIL_CFLAGS) \
diff --git a/xfce4-session.spec.in b/xfce4-session.spec.in
index d925ed82..96bd15c8 100644
--- a/xfce4-session.spec.in
+++ b/xfce4-session.spec.in
@@ -64,7 +64,7 @@ fi
%{_datadir}/xfce4/*
%{_datadir}/locale/*
%{_libdir}/lib*.so.*
-%{_libdir}/xfce4/splash/engines/libmice.*
+%{_libdir}/xfce4/session/splash-engines/libmice.*
%{_libdir}/xfce4/session/xfsm-shutdown-helper
%{_mandir}/man1/*
%{_sysconfdir}/xdg/*
@@ -79,6 +79,6 @@ fi
%files engines
%defattr(-,root,root)
%{_datadir}/themes/Default/balou/*
-%{_libdir}/xfce4/splash/engines/libbalou.*
-%{_libdir}/xfce4/splash/engines/libsimple.*
+%{_libdir}/xfce4/session/splash-engines/libbalou.*
+%{_libdir}/xfce4/session/splash-engines/libsimple.*
%{_libdir}/xfce4/session/balou-*