Accepting request 32441 from GNOME:Factory
Copy from GNOME:Factory/at-spi2-core based on submit request 32441 from user vuntz OBS-URL: https://build.opensuse.org/request/show/32441 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/at-spi2-core?expand=0&rev=6
This commit is contained in:
commit
4b7f80fdf1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29e1a3a5fd92ca2081f56de32989027d578381d839bf269424a5241731b96637
|
||||
size 326114
|
3
at-spi2-core-0.1.6.tar.bz2
Normal file
3
at-spi2-core-0.1.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a52c0d23d8cf656f0cd6986394baebc1f0f60fc41b0a2c9ea80967b21c3c7277
|
||||
size 325920
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 15:05:12 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.1.6:
|
||||
+ Fix interface name
|
||||
+ Tweak the at-spi-dbus-bus.desktop file to add @bindir@ and
|
||||
X-GNOME-Autostart-Phase
|
||||
+ Do not run at-spi-dbus-bus at initialization phase
|
||||
+ Make the registry implement the accessible interface and add
|
||||
+ Fix marshalling issues with the desktop Component, Accessible
|
||||
+ Fix wrong bus name being sent whan children are removed.
|
||||
+ Update Cache interface in the spec, and rename from Tree
|
||||
+ Return the address of the registry from the socket/Embed method
|
||||
+ Return Parent as a variant
|
||||
+ Fix mouse click events. They were not being sent with their
|
||||
application.
|
||||
+ Move the application argument to the end of the event structure
|
||||
+ Remove the bus from the build/install for now
|
||||
+ Remove the bus makefile from configure to fix distcheck errors.
|
||||
- Do not apply at-spi2-core-dbus-path.patch anymore, but keep it:
|
||||
the part that is patched is temporarily removed from the
|
||||
tarballs, but it will come back later.
|
||||
- For the same reason, comment out call to
|
||||
suse_update_desktop_file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 15 01:54:22 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package at-spi2-core (Version 0.1.5)
|
||||
# spec file for package at-spi2-core (Version 0.1.6)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,8 +18,9 @@
|
||||
|
||||
|
||||
Name: at-spi2-core
|
||||
Version: 0.1.5
|
||||
Version: 0.1.6
|
||||
Release: 1
|
||||
# FIXME: check that tarballs > 0.1.6 ship bus/ directory, and if they do, reapply patch0 and call to suse_update_desktop_file
|
||||
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
|
||||
License: GPLv2+
|
||||
Group: System/Libraries
|
||||
@ -49,7 +50,8 @@ with applications running on the desktop.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
# Reapply when bus/ is shipped again in the tarball
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -60,7 +62,7 @@ with applications running on the desktop.
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%suse_update_desktop_file at-spi-dbus-bus
|
||||
#suse_update_desktop_file at-spi-dbus-bus
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
@ -72,10 +74,11 @@ rm -rf %{buildroot}
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING README
|
||||
%{_bindir}/at-spi-dbus-bus
|
||||
#Commented out files are files used with the bus, they should come back later
|
||||
#%{_bindir}/at-spi-dbus-bus
|
||||
%{_libexecdir}/at-spi2/
|
||||
%{_sysconfdir}/at-spi2/
|
||||
%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
|
||||
#%{_sysconfdir}/at-spi2/
|
||||
#%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
|
||||
%{_datadir}/at-spi2/
|
||||
%{_datadir}/dbus-1/services/org.freedesktop.atspi.Registry.service
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user