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
501 B
Text
13 lines
501 B
Text
$NetBSD: patch-ac,v 1.5 2009/09/16 01:15:33 reed Exp $
|
|
|
|
--- modules/menu/menu-data/Makefile.in.orig 2009-03-09 11:13:35.000000000 +0000
|
|
+++ modules/menu/menu-data/Makefile.in
|
|
@@ -291,7 +291,7 @@ desktop_in_files = \
|
|
xfce4-web-browser.desktop.in
|
|
|
|
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
|
-menudir = $(sysconfdir)/xdg/menus
|
|
+menudir = $(datadir)/examples/xfce4/menus
|
|
menu_DATA = xfce-applications.menu
|
|
EXTRA_DIST = $(desktop_in_files) $(menu_DATA)
|
|
DISTCLEANFILES = $(desktop_DATA)
|