diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2005-05-18 07:41:18 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2005-05-18 07:41:18 +0000 |
commit | a8f721abf5822a5d214085eb508b36e767c9f1e5 (patch) | |
tree | fedcf25ca548326098f10458f96accb0acc6fec7 /app-text/acroread/files | |
parent | Fix compile problem with newer kernels thanks to Nuno Alexandre <ikaro@fluxbo... (diff) | |
download | gentoo-2-a8f721abf5822a5d214085eb508b36e767c9f1e5.tar.gz gentoo-2-a8f721abf5822a5d214085eb508b36e767c9f1e5.tar.bz2 gentoo-2-a8f721abf5822a5d214085eb508b36e767c9f1e5.zip |
Adding german and english versions thanks to tuXXer <bs.net@gmx.de>, Jakub Moc <jakub.moc@seznam.cz>, Heinrich Wendel <lanius@gentoo.org> and Rafael Kolless <rafael@mondoria.de> in bug 92699. Fix startup bug with scim thanks to Clement Siuchung Cheung <sccheung@umich.edu> and Ulrich Plate <plate@gentoo.org> in bug 89766
(Portage version: 1.589-cvs)
Diffstat (limited to 'app-text/acroread/files')
-rw-r--r-- | app-text/acroread/files/acroread-scim.patch | 18 | ||||
-rw-r--r-- | app-text/acroread/files/digest-acroread-7.0.0.2-r1 | 3 |
2 files changed, 21 insertions, 0 deletions
diff --git a/app-text/acroread/files/acroread-scim.patch b/app-text/acroread/files/acroread-scim.patch new file mode 100644 index 000000000000..518d7b306603 --- /dev/null +++ b/app-text/acroread/files/acroread-scim.patch @@ -0,0 +1,18 @@ +This patch was taken from http://bugs.gentoo.org/show_bug.cgi?id=89766#c6 + +It fixes startup with scim thanks to Clement Siuchung Cheung <sccheung@umich.edu> + +--- 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 diff --git a/app-text/acroread/files/digest-acroread-7.0.0.2-r1 b/app-text/acroread/files/digest-acroread-7.0.0.2-r1 new file mode 100644 index 000000000000..3d88818c9721 --- /dev/null +++ b/app-text/acroread/files/digest-acroread-7.0.0.2-r1 @@ -0,0 +1,3 @@ +MD5 a06081e7ee88523c9a2608e647d56eb5 AdobeReader_deu-7.0.0-2.i386.rpm 44130150 +MD5 51f587962e132448a162d28a30f2e58f AdobeReader_fra-7.0.0-2.i386.rpm 43685825 +MD5 386dd54cb91014f1e631764ba10deef7 AdobeReader_enu-7.0.0-2.i386.rpm 39263484 |