[packages/at-spi2-core] Fix build with libxslt-progs >= 1.1.27. Release 2

megabajt megabajt at pld-linux.org
Tue Sep 25 13:27:08 CEST 2012


commit 07992d6be88c3508ec5e972d2b1dda56448e471d
Author: Marcin Banasiak <marcin.banasiak at gmail.com>
Date:   Tue Sep 25 13:26:06 2012 +0200

    Fix build with libxslt-progs >= 1.1.27. Release 2

 at-spi2-core-doc-build-fix.patch | 11 +++++++++++
 at-spi2-core.spec                |  4 +++-
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/at-spi2-core.spec b/at-spi2-core.spec
index fc16a70..9515f0c 100644
--- a/at-spi2-core.spec
+++ b/at-spi2-core.spec
@@ -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}
diff --git a/at-spi2-core-doc-build-fix.patch b/at-spi2-core-doc-build-fix.patch
new file mode 100644
index 0000000..1b05059
--- /dev/null
+++ b/at-spi2-core-doc-build-fix.patch
@@ -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>",
++ *        "<Control>", "<Alt>", "<Shift>", "<Mod2>",
+  *        etc. (we use the same string as gtk_accelerator_name() in 
+  *        gtk+-2.X.
+  *
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/at-spi2-core.git/commitdiff/07992d6be88c3508ec5e972d2b1dda56448e471d



More information about the pld-cvs-commit mailing list