]> git.pld-linux.org Git - packages/acroread.git/blame - acroread-gtk.patch
- Removed non-existent patches
[packages/acroread.git] / acroread-gtk.patch
CommitLineData
763c77bb
JB
1--- AdobeReader/bin/acroread.orig 2006-12-08 18:08:30.110314000 +0100
2+++ AdobeReader/bin/acroread 2006-12-08 18:15:15.677426827 +0100
3@@ -415,7 +415,7 @@
4 return 1
5 fi
6
7- echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]\)00.\([0-9]*\)\|\(.*\)/\1\2\3/g'
8+ echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]\+\)00.\([0-9]*\)\|\(.*\)/\1\2\3/g'
9 return 0
10 fi
11
12@@ -446,7 +446,7 @@
13 continue
14 fi
15
16- ifile="$idir"/libgtk-x11-2.0.so
17+ ifile="$idir"/libgtk-x11-2.0.so.0
18
19 base_version="$1"
20 version=`get_gtk_file_ver "$ifile"`
21@@ -476,7 +476,7 @@
22 OLD_IFS=""
23
24 # This checks for libs in cache /etc/ld.so.cache
25- for ifile in `/sbin/ldconfig -p|grep "libgtk-x11-2.0.so$"|sed 's/.*[ \t]*=>[ \t]*\(.*\)/\1/g' 2>/dev/null`; do
26+ for ifile in `/sbin/ldconfig -p|grep "libgtk-x11-2.0.so.0$"|sed 's/.*[ \t]*=>[ \t]*\(.*\)/\1/g' 2>/dev/null`; do
27 version=`get_gtk_file_ver "$ifile"`
28
29 while [ ${#version} -gt ${#base_version} ]; do
This page took 0.067539 seconds and 4 git commands to generate.