[Goodies-commits] r2368 - in thunar-volman/trunk: . po

Benedikt Meurer benny at xfce.org
Mon Jan 15 22:05:28 CET 2007


Author: benny
Date: 2007-01-15 21:05:27 +0000 (Mon, 15 Jan 2007)
New Revision: 2368

Added:
   thunar-volman/trunk/THANKS
Modified:
   thunar-volman/trunk/ChangeLog
   thunar-volman/trunk/Makefile.am
   thunar-volman/trunk/NEWS
   thunar-volman/trunk/README
   thunar-volman/trunk/configure.in.in
   thunar-volman/trunk/po/ChangeLog
   thunar-volman/trunk/po/de.po
   thunar-volman/trunk/po/fr.po
   thunar-volman/trunk/po/hu.po
Log:
2007-01-15	Benedikt Meurer <benny at xfce.org>

	* === Released 0.1.0 ===
	* README: Update website URL and dependencies.
	* NEWS, configure.in.in: Bump version.
	* THANKS: Add translator credits.
	* po/*.po: Update project version.




Modified: thunar-volman/trunk/ChangeLog
===================================================================
--- thunar-volman/trunk/ChangeLog	2007-01-15 20:14:29 UTC (rev 2367)
+++ thunar-volman/trunk/ChangeLog	2007-01-15 21:05:27 UTC (rev 2368)
@@ -1,5 +1,13 @@
 2007-01-15	Benedikt Meurer <benny at xfce.org>
 
+	* === Released 0.1.0 ===
+	* README: Update website URL and dependencies.
+	* NEWS, configure.in.in: Bump version.
+	* THANKS: Add translator credits.
+	* po/*.po: Update project version.
+
+2007-01-15	Benedikt Meurer <benny at xfce.org>
+
 	* thunar-volman/tvm-preferences-dialog.c: Connect the "Help" button
 	  and open the removable media section of the Thunar user manual.
 	* po/thunar-volman.pot, po/*.po: Merge new strings.

Modified: thunar-volman/trunk/Makefile.am
===================================================================
--- thunar-volman/trunk/Makefile.am	2007-01-15 20:14:29 UTC (rev 2367)
+++ thunar-volman/trunk/Makefile.am	2007-01-15 21:05:27 UTC (rev 2368)
@@ -12,4 +12,7 @@
 	rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
 	@rm -f $(PACKAGE)-$(VERSION).tar.gz
 
+EXTRA_DIST =								\
+	THANKS
+
 # vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

Modified: thunar-volman/trunk/NEWS
===================================================================
--- thunar-volman/trunk/NEWS	2007-01-15 20:14:29 UTC (rev 2367)
+++ thunar-volman/trunk/NEWS	2007-01-15 21:05:27 UTC (rev 2368)
@@ -0,0 +1,4 @@
+0.1.0
+=====
+- Intial release of the volume management support package for Thunar, which
+  enables automatic management of removable drives and media.

Modified: thunar-volman/trunk/README
===================================================================
--- thunar-volman/trunk/README	2007-01-15 20:14:29 UTC (rev 2367)
+++ thunar-volman/trunk/README	2007-01-15 21:05:27 UTC (rev 2368)
@@ -20,7 +20,6 @@
 
  - Thunar 0.5.1svn or above
  - libexo 0.3.1.13svn or above
- - intltool 0.30 or above
  - D-BUS 0.34 or above (esp. the dbus-glib devel package)
  - HAL 0.5.0 or above (esp. the libhal devel package)
 
@@ -30,7 +29,7 @@
 
 The file 'INSTALL' contains generic installation instructions. For more
 detailed information, visit the thunar-volman website at
-http://thunar.xfce.org/projects/thunar-volman/.
+http://www.xfce.org/~benny/projects/thunar-volman/index.html.
 
 
 Debugging Support

Copied: thunar-volman/trunk/THANKS (from rev 2367, thunar-archive-plugin/trunk/THANKS)
===================================================================
--- thunar-volman/trunk/THANKS	                        (rev 0)
+++ thunar-volman/trunk/THANKS	2007-01-15 21:05:27 UTC (rev 2368)
@@ -0,0 +1,32 @@
+What's this file about?
+-----------------------
+This file lists all external people that have contributed to this project and
+thereby helped the development of this project.
+
+
+
+Testers (sorted by name):
+--------------------------
+These people have contributed to thunar-volman by testing the software,
+reporting problems and making useful suggestions.
+
+
+
+Translators (sorted by language):
+----------------------------------
+These people have translated thunar-volman to foreign languages.
+
+ Benedikt Meurer <benny at xfce.org>
+  * de translations
+
+ Maximilian Schleiss <maxschleiss at bluewin.ch>
+  * fr translations
+
+ Szervác Attila <sas at 321.hu>
+  * hu translations
+
+
+Other contributors (sorted by name):
+------------------------------------
+
+

Modified: thunar-volman/trunk/configure.in.in
===================================================================
--- thunar-volman/trunk/configure.in.in	2007-01-15 20:14:29 UTC (rev 2367)
+++ thunar-volman/trunk/configure.in.in	2007-01-15 21:05:27 UTC (rev 2368)
@@ -10,10 +10,10 @@
 dnl *** Version information ***
 dnl ***************************
 m4_define([tvm_version_major], [0])
-m4_define([tvm_version_minor], [0])
-m4_define([tvm_version_micro], [1])
+m4_define([tvm_version_minor], [1])
+m4_define([tvm_version_micro], [0])
 m4_define([tvm_version_build], [r at REVISION@])
-m4_define([tvm_version_tag], [svn])
+m4_define([tvm_version_tag], [])
 m4_define([tvm_version], [tvm_version_major().tvm_version_minor().tvm_version_micro()ifelse(tvm_version_tag(), [svn], [tvm_version_tag()-tvm_version_build()], [tvm_version_tag()])])
 
 dnl *******************************************
@@ -80,7 +80,7 @@
 dnl ***********************************
 XDT_CHECK_PACKAGE([DBUS], [dbus-glib-1], [0.34])
 XDT_CHECK_PACKAGE([EXO_HAL], [exo-hal-0.3], [0.3.1.13])
-XDT_CHECK_PACKAGE([HAL], [hal-storage], [0.5.0])
+XDT_CHECK_PACKAGE([HAL], [hal], [0.5.0])
 XDT_CHECK_PACKAGE([THUNAR_VFS], [thunar-vfs-1], [0.5.1])
 
 dnl ***********************************

Modified: thunar-volman/trunk/po/ChangeLog
===================================================================
--- thunar-volman/trunk/po/ChangeLog	2007-01-15 20:14:29 UTC (rev 2367)
+++ thunar-volman/trunk/po/ChangeLog	2007-01-15 21:05:27 UTC (rev 2368)
@@ -1,5 +1,9 @@
 2007-01-15  Benedikt Meurer <benny at xfce.org>
 
+	* *.po: Update Project-Id-Version.
+
+2007-01-15  Benedikt Meurer <benny at xfce.org>
+
 	* thunar-volman.pot, *.po: Merge new strings.
 	* de.po: Update german translations.
 

Modified: thunar-volman/trunk/po/de.po
===================================================================
--- thunar-volman/trunk/po/de.po	2007-01-15 20:14:29 UTC (rev 2367)
+++ thunar-volman/trunk/po/de.po	2007-01-15 21:05:27 UTC (rev 2368)
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: thunar-volman 0.0.1\n"
+"Project-Id-Version: thunar-volman 0.1.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-01-15 21:12+0100\n"
+"POT-Creation-Date: 2007-01-15 22:01+0100\n"
 "PO-Revision-Date: 2007-01-15 21:19+0100\n"
 "Last-Translator: Benedikt Meurer <benny at xfce.org>\n"
 "Language-Team: German <de at li.org>\n"

Modified: thunar-volman/trunk/po/fr.po
===================================================================
--- thunar-volman/trunk/po/fr.po	2007-01-15 20:14:29 UTC (rev 2367)
+++ thunar-volman/trunk/po/fr.po	2007-01-15 21:05:27 UTC (rev 2368)
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: thunar-volman\n"
+"Project-Id-Version: thunar-volman 0.1.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-01-15 21:12+0100\n"
+"POT-Creation-Date: 2007-01-15 22:01+0100\n"
 "PO-Revision-Date: 2007-01-12 17:14+0100\n"
 "Last-Translator: Maximilian Schleiss <maxschleiss at bluewin.ch>\n"
 "Language-Team: French <xfce-i18n at xfce.org>\n"

Modified: thunar-volman/trunk/po/hu.po
===================================================================
--- thunar-volman/trunk/po/hu.po	2007-01-15 20:14:29 UTC (rev 2367)
+++ thunar-volman/trunk/po/hu.po	2007-01-15 21:05:27 UTC (rev 2368)
@@ -1,8 +1,8 @@
 msgid ""
 msgstr ""
-"Project-Id-Version: \n"
+"Project-Id-Version: thunar-volman 0.1.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-01-15 21:12+0100\n"
+"POT-Creation-Date: 2007-01-15 22:01+0100\n"
 "PO-Revision-Date: 2007-01-12 12:07+0100\n"
 "Last-Translator: SZERVÁC Attila <sas at 321.hu>\n"
 "Language-Team: Hungarian\n"




More information about the Goodies-commits mailing list