[Goodies-commits] r6118 - in xfburn/trunk: . desktop-integration po

David Mohr squisher at xfce.org
Sun Nov 16 18:04:41 CET 2008


Author: squisher
Date: 2008-11-16 17:04:41 +0000 (Sun, 16 Nov 2008)
New Revision: 6118

Added:
   xfburn/trunk/desktop-integration/
   xfburn/trunk/desktop-integration/Makefile.am
   xfburn/trunk/desktop-integration/thunar-sendto-xfburn.desktop.in
Modified:
   xfburn/trunk/Makefile.am
   xfburn/trunk/NEWS
   xfburn/trunk/configure.in.in
   xfburn/trunk/po/POTFILES.in
Log:
Adding and updating m8t's patch for Thunar sendto integration

Modified: xfburn/trunk/Makefile.am
===================================================================
--- xfburn/trunk/Makefile.am	2008-11-16 16:24:40 UTC (rev 6117)
+++ xfburn/trunk/Makefile.am	2008-11-16 17:04:41 UTC (rev 6118)
@@ -1,4 +1,5 @@
 SUBDIRS = 								\
+	desktop-integration                                             \
 	icons								\
 	po 								\
     	xfburn

Modified: xfburn/trunk/NEWS
===================================================================
--- xfburn/trunk/NEWS	2008-11-16 16:24:40 UTC (rev 6117)
+++ xfburn/trunk/NEWS	2008-11-16 17:04:41 UTC (rev 6118)
@@ -1,6 +1,10 @@
 xfburn 0.4.0 (2008-11-XX)
 ============-------------
 
+- Add an entry to Thunar's sendto menu for adding to a data composition
+  (thanks Mike Massonnet)
+- Add directories to a data composition with the correct timestamp 
+  (thanks JR Oldroyd for discovering this)
 - Stop button works now
 - Drag and drop into an audio composition now adds files in the correct order
 - Check that the size of the burn run actually fits on the inserted disc

Modified: xfburn/trunk/configure.in.in
===================================================================
--- xfburn/trunk/configure.in.in	2008-11-16 16:24:40 UTC (rev 6117)
+++ xfburn/trunk/configure.in.in	2008-11-16 17:04:41 UTC (rev 6118)
@@ -100,6 +100,7 @@
 icons/48x48/Makefile
 icons/scalable/Makefile
 po/Makefile.in
+desktop-integration/Makefile
 xfburn/Makefile
 ])
 	

Added: xfburn/trunk/desktop-integration/Makefile.am
===================================================================
--- xfburn/trunk/desktop-integration/Makefile.am	                        (rev 0)
+++ xfburn/trunk/desktop-integration/Makefile.am	2008-11-16 17:04:41 UTC (rev 6118)
@@ -0,0 +1,12 @@
+desktopdir = $(datadir)/Thunar/sendto
+desktop_in_files = thunar-sendto-xfburn.desktop.in
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+ at INTLTOOL_DESKTOP_RULE@
+
+EXTRA_DIST =								\
+	$(desktop_in_files)
+
+DISTCLEANFILES =							\
+	$(desktop_DATA)
+
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

Added: xfburn/trunk/desktop-integration/thunar-sendto-xfburn.desktop.in
===================================================================
--- xfburn/trunk/desktop-integration/thunar-sendto-xfburn.desktop.in	                        (rev 0)
+++ xfburn/trunk/desktop-integration/thunar-sendto-xfburn.desktop.in	2008-11-16 17:04:41 UTC (rev 6118)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+_Name=Data Composition
+Icon=media-cdrom
+TryExec=xfburn
+Exec=xfburn --data-composition %F

Modified: xfburn/trunk/po/POTFILES.in
===================================================================
--- xfburn/trunk/po/POTFILES.in	2008-11-16 16:24:40 UTC (rev 6117)
+++ xfburn/trunk/po/POTFILES.in	2008-11-16 17:04:41 UTC (rev 6118)
@@ -37,6 +37,7 @@
 xfburn/xfburn-transcoder-gst.c
 xfburn/xfburn-transcoder.c
 
+desktop-integration/thunar-sendto-xfburn.desktop.in
 
 # files added by intltool-prepare.
 xfburn.desktop.in




More information about the Goodies-commits mailing list