diff options
author | 2005-07-31 10:23:53 +0000 | |
---|---|---|
committer | 2005-07-31 10:23:53 +0000 | |
commit | 04afa74e9041ecfade91d15b49f301362dd8a347 (patch) | |
tree | a5b06bef160f2056ca8f079d36f1071d2cb4d5f9 /app-office/lyx/files | |
parent | add mask for development gtk+ stuff (diff) | |
download | historical-04afa74e9041ecfade91d15b49f301362dd8a347.tar.gz historical-04afa74e9041ecfade91d15b49f301362dd8a347.tar.bz2 historical-04afa74e9041ecfade91d15b49f301362dd8a347.zip |
Version bumped; bug #99784.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-office/lyx/files')
-rw-r--r-- | app-office/lyx/files/digest-lyx-1.3.5 | 4 | ||||
-rw-r--r-- | app-office/lyx/files/digest-lyx-1.3.6 | 6 | ||||
-rw-r--r-- | app-office/lyx/files/lyx-1.3.6-gentoo.diff | 36 |
3 files changed, 42 insertions, 4 deletions
diff --git a/app-office/lyx/files/digest-lyx-1.3.5 b/app-office/lyx/files/digest-lyx-1.3.5 deleted file mode 100644 index 66a6b93deef0..000000000000 --- a/app-office/lyx/files/digest-lyx-1.3.5 +++ /dev/null @@ -1,4 +0,0 @@ -MD5 f4c70d2565ba9c974b1f94fc1dfd63bf lyx-1.3.5.tar.bz2 5459049 -MD5 0f3275e403be5fdbd14117dd8a26675f latex-xft-fonts-0.1.tar.gz 91730 -MD5 f1df2f1426cca24c0dafa1dc1a832e6a hebrew.bind 45 -MD5 a0e3948595801a90d32d8b712596a5fe preferences 1669 diff --git a/app-office/lyx/files/digest-lyx-1.3.6 b/app-office/lyx/files/digest-lyx-1.3.6 new file mode 100644 index 000000000000..07ea6a705439 --- /dev/null +++ b/app-office/lyx/files/digest-lyx-1.3.6 @@ -0,0 +1,6 @@ +MD5 26d745b98bdc32e9edfc28e581583f80 lyx-1.3.6.tar.bz2 5745377 +MD5 0f3275e403be5fdbd14117dd8a26675f latex-xft-fonts-0.1.tar.gz 91730 +MD5 f1df2f1426cca24c0dafa1dc1a832e6a hebrew.bind 45 +MD5 a0e3948595801a90d32d8b712596a5fe preferences 1669 +MD5 ceac73e1d8cc66776e6a54c3c92c6812 CJK-LyX-qt-1.3.6-1.patch 433879 +MD5 fa2b787379d76fc9b3589621f2bdf831 CJK-LyX-xforms-1.3.6-1.patch 526007 diff --git a/app-office/lyx/files/lyx-1.3.6-gentoo.diff b/app-office/lyx/files/lyx-1.3.6-gentoo.diff new file mode 100644 index 000000000000..711ff41d0c68 --- /dev/null +++ b/app-office/lyx/files/lyx-1.3.6-gentoo.diff @@ -0,0 +1,36 @@ +diff -urN lyx-1.3.6/lib/configure lyx-1.3.6-gentoo/lib/configure +--- lyx-1.3.6/lib/configure 2005-07-17 01:07:13.000000000 +0900 ++++ lyx-1.3.6-gentoo/lib/configure 2005-07-31 18:17:06.000000000 +0900 +@@ -779,9 +779,9 @@ + + # Search for a spellchecker + echo $ac_n "checking for a spell-checker""... $ac_c" +-echo "$ac_t""(ispell)" ++echo "$ac_t""(aspell)" + prog= +-for ac_prog in ispell ++for ac_prog in aspell + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog ; ac_word=$2 +@@ -1221,7 +1221,7 @@ + fi ;; + esac + done > chklayouts.tex +- ${LATEX} wrap_chkconfig.ltx 2>/dev/null | grep '^\+' ++ ${LATEX} --no-mktex=tfm wrap_chkconfig.ltx 2>/dev/null | grep '^\+' + eval `cat chkconfig.vars | sed 's/-/_/g'` + test -n "${rmcopy}" && rm -f chkconfig.ltx + fi +@@ -1351,6 +1351,11 @@ + + $rc_entries + \\font_encoding "$chk_fontenc" ++ ++# Gentoo systems have TrueType fonts available, use them by default ++\\screen_font_roman "Times New Roman" ++\\screen_font_sans "Verdana" ++\\screen_font_typewriter "Courier New" + \\tex_allows_spaces $tex_allows_spaces + EOF + |