998c2601fe
This is for PR #40984. This is based on work from dieter roelants. Thank you Dieter. Also I had done some work independently on this. Hopefully, I am getting this all committed at one time. The changelogs are at http://www.xfce.org/documentation/changelogs/4.6.1 http://www.xfce.org/documentation/changelogs/4.6.0 Also don't need the xfce4-dev-tools for building. (It is only needed when building from SVN source.)
13 lines
544 B
Text
13 lines
544 B
Text
$NetBSD: patch-ac,v 1.1 2009/09/16 01:15:33 reed Exp $
|
|
|
|
--- settings/Makefile.in.orig 2009-02-25 20:29:49.000000000 +0000
|
|
+++ settings/Makefile.in
|
|
@@ -334,7 +334,7 @@ xfce4_session_settings_LDADD = \
|
|
xfce4_session_settings_DEPENDENCIES = \
|
|
$(top_builddir)/libxfsm/libxfsm-4.6.la
|
|
|
|
-settingsdir = $(sysconfdir)/xdg/xfce4/xfconf/xfce-perchannel-xml
|
|
+settingsdir = $(datadir)/examples/xfce4/xfconf/xfce-perchannel-xml
|
|
settings_DATA = xfce4-session.xml
|
|
desktopdir = $(datadir)/applications
|
|
desktop_in_files = xfce-session-settings.desktop.in
|