Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > updates-src > by-pkgid > 7f612aa279182f652a2112fc3b2bd609 > files > 2

xfce4-smartbookmark-plugin-0.4.4-1.fc16.src.rpm

diff -dur xfce4-smartbookmark-plugin-0.4.4.orig/src/Makefile.am xfce4-smartbookmark-plugin-0.4.4/src/Makefile.am
--- xfce4-smartbookmark-plugin-0.4.4.orig/src/Makefile.am	2011-11-01 14:04:39.000000000 +0100
+++ xfce4-smartbookmark-plugin-0.4.4/src/Makefile.am	2011-11-01 22:09:09.015954505 +0100
@@ -26,7 +26,7 @@
 desktop_in_in_files = smartbookmark.desktop.in.in
 desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
 
-desktopdir = $(datadir)/xfce4/panel-plugins
+desktopdir = $(datadir)/xfce4/panel/plugins
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
@@ -38,5 +38,5 @@
 
 # get full path into .desktop file
 %.desktop.in: %.desktop.in.in
-	sed -e "s^@INTERNAL_PLUGIN_PATH@^$(libdir)/xfce4/panel-plugins^" \
+	sed -e "s^@INTERNAL_PLUGIN_PATH@^$(libdir)/xfce4/panel/plugins^" \
 		$< > $@
diff -dur xfce4-smartbookmark-plugin-0.4.4.orig/src/Makefile.in xfce4-smartbookmark-plugin-0.4.4/src/Makefile.in
--- xfce4-smartbookmark-plugin-0.4.4.orig/src/Makefile.in	2011-11-01 14:49:58.000000000 +0100
+++ xfce4-smartbookmark-plugin-0.4.4/src/Makefile.in	2011-11-01 22:09:31.319813943 +0100
@@ -253,7 +253,7 @@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-plugindir = $(libdir)/xfce4/panel-plugins
+plugindir = $(libdir)/xfce4/panel/plugins
 plugin_LTLIBRARIES = \
 	libsmartbookmark.la
 
@@ -278,7 +278,7 @@
 
 desktop_in_in_files = smartbookmark.desktop.in.in
 desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
-desktopdir = $(datadir)/xfce4/panel-plugins
+desktopdir = $(datadir)/xfce4/panel/plugins
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 EXTRA_DIST = \
 	$(desktop_in_in_files)
@@ -623,7 +623,7 @@
 
 # get full path into .desktop file
 %.desktop.in: %.desktop.in.in
-	sed -e "s^@INTERNAL_PLUGIN_PATH@^$(libdir)/xfce4/panel-plugins^" \
+	sed -e "s^@INTERNAL_PLUGIN_PATH@^$(libdir)/xfce4/panel/plugins^" \
 		$< > $@
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.