r9656 - in /desktop/unstable/gnome-orca/debian/patches: 03_manpage_fix.dpatch 04_solaris_specific_fixes.dpatch

kartikm-guest at users.alioth.debian.org kartikm-guest at users.alioth.debian.org
Tue Apr 10 09:00:30 UTC 2007


Author: kartikm-guest
Date: Tue Apr 10 09:00:30 2007
New Revision: 9656

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=9656
Log:
Adding patches which I forgot foolishly..

Added:
    desktop/unstable/gnome-orca/debian/patches/03_manpage_fix.dpatch
    desktop/unstable/gnome-orca/debian/patches/04_solaris_specific_fixes.dpatch

Added: desktop/unstable/gnome-orca/debian/patches/03_manpage_fix.dpatch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/patches/03_manpage_fix.dpatch?rev=9656&op=file
==============================================================================
--- desktop/unstable/gnome-orca/debian/patches/03_manpage_fix.dpatch (added)
+++ desktop/unstable/gnome-orca/debian/patches/03_manpage_fix.dpatch Tue Apr 10 09:00:30 2007
@@ -1,0 +1,24 @@
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## 03_manpage_fix.dpatch by Kartik Mistry <kartik.mistry at gmail.com>
+##
+## DP: Remove the useless paragraph from orca.1 manpage
+
+ at DPATCH@
+--- gnome-orca-2.17.4.orig/docs/man/orca.1      2007-02-02 11:03:18.000000000 +0530
++++ gnome-orca-2.17.4/docs/man/orca.1   2007-02-02 11:03:52.000000000 +0530
+@@ -102,14 +102,6 @@
+ employ an assistive technology (AT) that exposes the graphical
+ desktop information encoded in the GNOME Accessibility Framework\&.
+ .PP
+-Customers with blind employees/students need to have the ability
+-to adapt and customize their assistive technology solutions - both 
+-to improve the efficiency of their blind users (to help make up for
+-disadvantages inherent in not being able to "see" the entire screen
+-immediately at a glace), and also to "work around" poorly designed 
+-and not particularly accessible applications that their blind users
+-need to use\&.
+-.PP
+ orca is an extensible assistive technology that provides end-user
+ access to applications and toolkits that support the GNOME 
+ Accessibility Framework\&. It has been designed with direct continual
+

Added: desktop/unstable/gnome-orca/debian/patches/04_solaris_specific_fixes.dpatch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/patches/04_solaris_specific_fixes.dpatch?rev=9656&op=file
==============================================================================
--- desktop/unstable/gnome-orca/debian/patches/04_solaris_specific_fixes.dpatch (added)
+++ desktop/unstable/gnome-orca/debian/patches/04_solaris_specific_fixes.dpatch Tue Apr 10 09:00:30 2007
@@ -1,0 +1,46 @@
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## 04_solaris_spcific_fixes.dpatch by  <kartik.mistry at gmail.com>
+## Thanks to Mario Lang for this!
+## DP: Fixes of solaris specific in src/orca/orca (Closes: #408875)
+
+ at DPATCH@
+
+--- gnome-orca-2.17.5-orig/src/orca/orca	2007-02-02 14:15:17.000000000 +0530
++++ gnome-orca-2.17.5/src/orca/orca	2007-02-02 14:17:49.000000000 +0530
+@@ -28,9 +28,12 @@
+ # __copyright__ = "Copyright (c) 2005-2006 Sun Microsystems Inc."
+ # __license__   = "LGPL"
+ 
++# We are making set -e required!
++set -e
++
+ # Set the user's $PATH for this script.
+-#
+-export PATH="/usr/ccs/bin:/usr/bin:/usr/sbin:/bin:/usr/sfw/bin:/usr/openwin/bin:/usr/X11R6/bin"
++# Removing Solaris specific paths from below
++export PATH="/usr/bin:/usr/sbin:/bin:/usr/X11R6/bin"
+ 
+ # If you set RUNONCE to "true", then this will just run Orca once and quit.
+ #
+@@ -54,17 +57,10 @@
+ # find wget in the path.  Note also that you can force WATCHDOG=0 if you
+ # do not want a background process that periodically pings Orca to see
+ # if it is responding.
+-#
++# Simply the way to findout wget!
+ IFS=:
+-WGETCMD=
+-WATCHDOG=0
+-for dir in $PATH:/usr/sfw/bin:/usr/local/bin; do
+-    test -x "$dir/wget" && {
+-        WGETCMD="$dir/wget"
+-        WATCHDOG=1
+-        break
+-    }
+-done
++WGETCMD=`which wget`
++WATCHDOG=1
+ 
+ # Cleans up any orca-related processes that might be running,
+ # restricting it to those processes owned by the user. These include
+




More information about the pkg-gnome-commits mailing list