]> git.pld-linux.org Git - packages/at-spi2-core.git/commitdiff
Fix build with libxslt-progs >= 1.1.27. Release 2 auto/th/at-spi2-core-2.6.0-2 auto/ti/at-spi2-core-2.6.0-2
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 25 Sep 2012 11:26:06 +0000 (13:26 +0200)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 25 Sep 2012 11:26:06 +0000 (13:26 +0200)
at-spi2-core-doc-build-fix.patch [new file with mode: 0644]
at-spi2-core.spec

diff --git a/at-spi2-core-doc-build-fix.patch b/at-spi2-core-doc-build-fix.patch
new file mode 100644 (file)
index 0000000..1b05059
--- /dev/null
@@ -0,0 +1,11 @@
+--- at-spi2-core-2.6.0/atspi/atspi-action.c.old        2012-09-25 13:20:36.333027832 +0200
++++ at-spi2-core-2.6.0/atspi/atspi-action.c    2012-09-25 13:21:26.362756798 +0200
+@@ -89,7 +89,7 @@ atspi_action_get_description (AtspiActio
+  *        keybinding string is the "keyboard shortcut" which invokes the 
+  *        action without posting any menus. 
+  *        Meta-keys are indicated by the conventional strings
+- *        "<Control>", "<Alt>", "<Shift>", "<Mod2>",
++ *        "&lt;Control&gt;", "&lt;Alt&gt;", "&lt;Shift&gt;", "&lt;Mod2&gt;",
+  *        etc. (we use the same string as gtk_accelerator_name() in 
+  *        gtk+-2.X.
+  *
index fc16a70d7662a0e5400ebc5af5f7786bc565f012..9515f0c52d31c220da9a074629b02864a2cbacaa 100644 (file)
@@ -2,11 +2,12 @@ Summary:      Protocol definitions and daemon for D-Bus at-spi
 Summary(pl-UTF-8):     Definicje protokołu oraz demon at-spi dla usługi D-Bus
 Name:          at-spi2-core
 Version:       2.6.0
-Release:       1
+Release:       2
 License:       LGPL v2+
 Group:         Daemons
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/at-spi2-core/2.6/%{name}-%{version}.tar.xz
 # Source0-md5: 3a8ffab81adb6af9f7f1220f54fd54a0
+Patch0:                %{name}-doc-build-fix.patch
 URL:           http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.9
@@ -93,6 +94,7 @@ Dokumentacja API biblioteki at-spi2.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__intltoolize}
This page took 0.367871 seconds and 4 git commands to generate.