r13751 - in /desktop/experimental/at-spi/debian: changelog patches/60_fix-server-i18n.patch

lool at users.alioth.debian.org lool at users.alioth.debian.org
Wed Dec 5 09:32:32 UTC 2007


Author: lool
Date: Wed Dec  5 09:32:32 2007
New Revision: 13751

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13751
Log:
* New patch, 60_fix-server-i18n, marks descriptions in the bonobo server
  description as translatable; closes: #453289.

Added:
    desktop/experimental/at-spi/debian/patches/60_fix-server-i18n.patch
Modified:
    desktop/experimental/at-spi/debian/changelog

Modified: desktop/experimental/at-spi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/at-spi/debian/changelog?rev=13751&op=diff
==============================================================================
--- desktop/experimental/at-spi/debian/changelog (original)
+++ desktop/experimental/at-spi/debian/changelog Wed Dec  5 09:32:32 2007
@@ -1,3 +1,10 @@
+at-spi (1.21.3-2) UNRELEASED; urgency=low
+
+  * New patch, 60_fix-server-i18n, marks descriptions in the bonobo server
+    description as translatable; closes: #453289.
+
+ -- Loic Minier <lool at dooz.org>  Wed, 05 Dec 2007 10:30:33 +0100
+
 at-spi (1.21.3-1) experimental; urgency=low
 
   * New upstream release.

Added: desktop/experimental/at-spi/debian/patches/60_fix-server-i18n.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/at-spi/debian/patches/60_fix-server-i18n.patch?rev=13751&op=file
==============================================================================
--- desktop/experimental/at-spi/debian/patches/60_fix-server-i18n.patch (added)
+++ desktop/experimental/at-spi/debian/patches/60_fix-server-i18n.patch Wed Dec  5 09:32:32 2007
@@ -1,0 +1,14 @@
+diff -Nur at-spi-1.7.7/registryd/Accessibility_Registry.server.in.in at-spi-1.7.7.new/registryd/Accessibility_Registry.server.in.in
+--- at-spi-1.7.7/registryd/Accessibility_Registry.server.in.in	2006-01-20 18:48:12.000000000 +0100
++++ at-spi-1.7.7.new/registryd/Accessibility_Registry.server.in.in	2006-05-04 11:26:19.000000000 +0200
+@@ -5,8 +5,8 @@
+ 			<item value="IDL:Bonobo/Unknown:1.0"/>
+ 			<item value="IDL:Accessibility/Registry:1.0"/>
+ 		</oaf_attribute>
+-		<oaf_attribute name="name" type="string" value="AT-SPI Registry"/>
++		<oaf_attribute name="name" type="string" _value="AT-SPI Registry"/>
+ 		<oaf_attribute name="description" type="string"
+-		 value="Accessibility Registry"/>
++		 _value="Accessibility Registry"/>
+ 	</oaf_server>
+ </oaf_info>




More information about the pkg-gnome-commits mailing list