]> git.pld-linux.org Git - packages/orca.git/commitdiff
- fix desktop file
authortwittner <twittner@pld-linux.org>
Wed, 11 Jul 2007 16:53:41 +0000 (16:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- NOTE about crashes

Changed files:
    orca-desktop.patch -> 1.1
    orca.spec -> 1.5

orca-desktop.patch [new file with mode: 0644]
orca.spec

diff --git a/orca-desktop.patch b/orca-desktop.patch
new file mode 100644 (file)
index 0000000..0dcf3e4
--- /dev/null
@@ -0,0 +1,12 @@
+--- orca-2.19.5/orca.desktop.in.orig   2007-07-11 18:38:04.641144156 +0200
++++ orca-2.19.5/orca.desktop.in        2007-07-11 18:38:57.513757845 +0200
+@@ -7,8 +7,4 @@
+ Terminal=false
+ Type=Application
+ StartupNotify=true
+-Categories=GNOME;GTK;Accessibility;
+-X-GNOME-Bugzilla-Bugzilla=GNOME
+-X-GNOME-Bugzilla-Product=orca
+-X-GNOME-Bugzilla-Component=general
+-
++Categories=GTK;GNOME;Utility;Accessibility;
index ade6dbc07b2a66cb735949cd77bb0d8d7346407c..cb6d1fd0c2c2f7aed318990c72d1b2e1df0eb848 100644 (file)
--- a/orca.spec
+++ b/orca.spec
@@ -1,12 +1,16 @@
+#
+# NOTE:        crashes when `Person: deafult (en)' is set for eSpeak Speech GNOME driver
+#
 Summary:       Flexible, extensible, and powerful assistive technology
 Summary(pl.UTF-8):     Elastyczna, rozszerzalna i potężna technologia wspomagająca
 Name:          orca
 Version:       2.19.5
-Release:       1
+Release:       1.1
 License:       LGPL
 Group:         X11/Applications
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/orca/2.19/%{name}-%{version}.tar.bz2
 # Source0-md5: 00cf9d24f0bed0fae1bb28197a290565
+Patch0:                %{name}-desktop.patch
 URL:           http://www.gnome.org/projects/orca/
 BuildRequires: ORBit2-devel >= 1:2.14.7
 BuildRequires: at-spi-devel >= 1.18.1
@@ -25,8 +29,11 @@ BuildRequires:       python-gnome-bonobo >= 2.18.1
 BuildRequires: rpmbuild(macros) >= 1.311
 Requires(post,postun): gtk+2
 Requires(post,postun): hicolor-icon-theme
+Requires:      at-spi
+Requires:      eel
 Requires:      gnome-mag >= 0.14.1
-#Requires:     python-bonobo ??? - works without
+Requires:      gnome-speech-driver
+Requires:      python-pygtk-atk
 Requires:      python-pygobject
 Provides:      gnopernicus
 Obsoletes:     gnopernicus
@@ -48,6 +55,7 @@ pochodzących ze środowiska GNOME).
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 #{__glib_gettextize} - doesn't build with it
This page took 0.03592 seconds and 4 git commands to generate.