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
474 B
Text
13 lines
474 B
Text
$NetBSD: patch-af,v 1.2 2009/09/16 01:15:35 reed Exp $
|
|
|
|
--- exo-helper/helpers/Makefile.in.orig 2009-02-24 20:56:34.000000000 +0000
|
|
+++ exo-helper/helpers/Makefile.in
|
|
@@ -273,7 +273,7 @@ target_os = @target_os@
|
|
target_vendor = @target_vendor@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-defaultsdir = $(sysconfdir)/xdg/xfce4
|
|
+defaultsdir = $(datadir)/examples/xfce4
|
|
defaults_DATA = helpers.rc
|
|
desktopdir = $(datadir)/xfce4/helpers
|
|
desktop_in_in_files = \
|