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
455 B
Text
13 lines
455 B
Text
$NetBSD: patch-ab,v 1.2 2009/09/16 01:15:33 reed Exp $
|
|
|
|
--- xfce4-tips/Makefile.in.orig 2009-02-25 20:29:50.000000000 +0000
|
|
+++ xfce4-tips/Makefile.in
|
|
@@ -309,7 +309,7 @@ xfce4_tips_CFLAGS = \
|
|
xfce4_tips_LDADD = \
|
|
@LIBXFCEGUI4_LIBS@
|
|
|
|
-desktopdir = $(sysconfdir)/xdg/autostart
|
|
+desktopdir = $(datadir)/examples/xfce4/autostart
|
|
desktop_in_files = xfce4-tips-autostart.desktop.in
|
|
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
|
EXTRA_DIST = \
|