From 7dff3a82b84c8632ab8b6730c1e625b4001282bf Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 5 Nov 2007 22:37:57 +0000 Subject: [PATCH] - outdated Changed files: acroread-expr.patch -> 1.2 acroread-gtk.patch -> 1.2 acroread-scim.patch -> 1.2 --- acroread-expr.patch | 21 --------------------- acroread-gtk.patch | 29 ----------------------------- acroread-scim.patch | 14 -------------- 3 files changed, 64 deletions(-) delete mode 100644 acroread-expr.patch delete mode 100644 acroread-gtk.patch delete mode 100644 acroread-scim.patch diff --git a/acroread-expr.patch b/acroread-expr.patch deleted file mode 100644 index 247cc37..0000000 --- a/acroread-expr.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- Acrobat7.0/bin/acroread.orig 2006-05-21 11:21:23.000000000 +0200 -+++ Acrobat7.0/bin/acroread 2006-05-21 11:30:06.000000000 +0200 -@@ -424,13 +424,13 @@ - continue - fi - -- len_version=`expr length $version` -- base_version=`expr substr "${base_version}0000000000" 1 $len_version` -- len_base_version=`expr length $base_version` -+ len_version=`expr length "$version"` -+ base_version=`expr substr "${base_version}0000000000" 1 "$len_version"` -+ len_base_version=`expr length "$base_version"` - - while [ $len_version -gt $len_base_version ]; do -- base_version=`expr substr "${base_version}0000000000" 1 $len_version` -- len_base_version=`expr length $base_version` -+ base_version=`expr substr "${base_version}0000000000" 1 "$len_version"` -+ len_base_version=`expr length "$base_version"` - done - - if [ $version -ge $base_version ]; then diff --git a/acroread-gtk.patch b/acroread-gtk.patch deleted file mode 100644 index 8ca2f9a..0000000 --- a/acroread-gtk.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- AdobeReader/bin/acroread.orig 2006-12-08 18:08:30.110314000 +0100 -+++ AdobeReader/bin/acroread 2006-12-08 18:15:15.677426827 +0100 -@@ -415,7 +415,7 @@ - return 1 - fi - -- echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]\)00.\([0-9]*\)\|\(.*\)/\1\2\3/g' -+ echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]\+\)00.\([0-9]*\)\|\(.*\)/\1\2\3/g' - return 0 - fi - -@@ -446,7 +446,7 @@ - continue - fi - -- ifile="$idir"/libgtk-x11-2.0.so -+ ifile="$idir"/libgtk-x11-2.0.so.0 - - base_version="$1" - version=`get_gtk_file_ver "$ifile"` -@@ -476,7 +476,7 @@ - OLD_IFS="" - - # This checks for libs in cache /etc/ld.so.cache -- for ifile in `/sbin/ldconfig -p|grep "libgtk-x11-2.0.so$"|sed 's/.*[ \t]*=>[ \t]*\(.*\)/\1/g' 2>/dev/null`; do -+ for ifile in `/sbin/ldconfig -p|grep "libgtk-x11-2.0.so.0$"|sed 's/.*[ \t]*=>[ \t]*\(.*\)/\1/g' 2>/dev/null`; do - version=`get_gtk_file_ver "$ifile"` - - while [ ${#version} -gt ${#base_version} ]; do diff --git a/acroread-scim.patch b/acroread-scim.patch deleted file mode 100644 index 57db484..0000000 --- a/acroread-scim.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- Acrobat7.0/bin/acroread 2005-05-18 09:05:35.000000000 +0200 -+++ Acrobat7.0/bin/acroread 2005-05-18 09:06:29.000000000 +0200 -@@ -255,6 +255,11 @@ - fi - fi - -+if [ "$GTK_IM_MODULE" = "scim" ]; then -+ GTK_IM_MODULE=xim -+ export GTK_IM_MODULE -+fi -+ - if [ "$1" = "-DEBUG" ] ; then - if [ $# = 1 ] ; then - export ACRO_EXEC_CMD -- 2.44.0