pkgsrc/x11/xfce4-notes-plugin/patches/patch-src_Makefile.in
youri a78ef52098 Update to 1.8.1:
=== Release 1.8.1 ===
build: install graphics tabs/ for gtk-2.0 theme (bug #11839) bis
panel-plugin: fit button inside a single panel row
build: install graphics tabs/ for gtk-2.0 theme (bug #11839)

=== Release 1.8.0 ===
gtkrc: always show steppers
gtkrc: theme GtkNotebook
gtkrc: fix top tabs gap
gtkrc: set background tabs less opaque
gtkrc: no need for bg[ACTIVE], use shade on fg[ACTIVE], and redefine tabs
border
gtkrc: fix syntax and switch fg[NORMAL] to @notes_fg_color
build: remove soname versioning and install panel plugin to
$datadir/xfce4/panel/plugins
build: bump automake to 1.13
build: adjust to newer AM/AC macros
build: fix s/AM_CFLAGS/AM_CPPFLAGS
build: Uinstall hook for icon cache file
2015-06-29 15:51:11 +00:00

23 lines
732 B
Text

$NetBSD: patch-src_Makefile.in,v 1.2 2015/06/29 15:51:11 youri Exp $
Adjust autostart file location.
--- src/Makefile.in.orig 2015-06-24 21:44:38.000000000 +0000
+++ src/Makefile.in
@@ -565,7 +565,7 @@ xfce4_notes_LDADD = \
#
# Plugin desktop file
#
-desktopdir = $(datadir)/xfce4/panel-plugins
+desktopdir = $(datadir)/xfce4/panel/plugins
desktop_in_files = xfce4-notes-plugin.desktop.in
desktop_DATA = xfce4-notes-plugin.desktop
@@ -579,7 +579,7 @@ applications_DATA = xfce4-notes.desktop
#
# Autostart desktop file
#
-autostartdir = $(sysconfdir)/xdg/autostart
+autostartdir = $(datadir)/examples/xfce4/autostart
autostart_in_files = xfce4-notes-autostart.desktop.in
autostart_DATA = xfce4-notes-autostart.desktop