summaryrefslogtreecommitdiff
path: root/editors/kile/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2008-11-26 10:34:11 +0000
committermarkd <markd@pkgsrc.org>2008-11-26 10:34:11 +0000
commit1c2c956239cfb6d4760f974f505997aa5124003d (patch)
tree935baa351d4d7becd4fa38dc82db032e9799ac4c /editors/kile/Makefile
parentdcd6a09cb838df6b4637f4e85717f6cdd4101225 (diff)
downloadpkgsrc-1c2c956239cfb6d4760f974f505997aa5124003d.tar.gz
Update kile to 2.0.2
version 2.0.1 -> 2.0.2 Fixes: - Insert \item[] in description environments for smart newline, reported and fixed by Job Noorman - Fix regression in 2.0.1 inside structure view related to opening files - Fix regression in latexoutputfilter resulting in the wrong file being reported - Fix regression in Kile 2.0.x, blend symbols so that they are usable with dark themes also - Don't create 'save' and 'save-as' actions specifically for Kile as they will interfere with the corresponding actions from KatePart. Thanks to Mathias Soeken for reporting. - Also parse class warnings and show them in the Logview, patch by Jeroen Leeuwestein - Remove not sh-compliant code by requiring a Bash shell for system check - Add a workaround for a bug contained in KatePart 3.x in the 'setEncoding' method, which enforces a reload on every change of the encoding (as a consequence the user sees a confusing document-modified dialog) - Make find-in-files work again with anyting else than the "all files" filter - Minor cwl fixes Features: - cwl file for siunitx (thanks to Dirk Sarpe) and allrunes packages version 2.0 -> 2.0.1 Fixes: - Do all section actions on the whole section - Fix possible crash due to unchecked index bounds - Some i18n fixes - cwl files: fix wrong commands with \left and \right and make them more complete - Typos in symbols - Sync kile project on disk before archiving - Add figure* to the structure view also - Fix completion for multiple citations/references - Fix crash at template handling, reported and fixed by Vincenzo Di Massa - Rename some cwl files so that they not only differ by case - Search also in $BIBINPUTS and $TEXINPUTS paths if opening files from the structure view - Add missing package definitions to some symbols from the misc-text pane - Allow spaces in the name of images in the includegraphics dialog - Don't recompile forever if some file timestamps are in the future - Fix the "autocompletion dies" bug Features: - Add \newlength as a variation of newcommand - Add url.cwl, svninfo.cwl, svn-multi.cwl, yfonts.cwl, virginialake.cwl - Allow ":" and "-" in citation keys, important for codecompletion Syntax: - Highlight & and @{} in tabular like environments - Ignore Noweb blocks version 2.0beta2 -> 2.0 Fixes: - Added some new logic to really disable all debug output if --disable-debug is given to configure, should make kile faster Features: - New documentation kile-remote-control.txt - Added new DVItoPDF config Modern which calls dvipdfmx instead of dvipdfm, set Modern as default version 2.0beta1 -> 2.0beta2 Fixes: - Polishing Quickdocumentdialog - More agressive recompiling - Cwl fixes - Mathsymbol commands were biased with one, some symbol cleanups - Don't make system check if the user has defined a master document - Don't offer eqnarray in the latex menu (but we still support it for math environment completion etc.) - Consider also files located in $TEXINPUTS and $BIBINPUTS paths for codecompletion. Features: - Call asymptote if needed on latex run
Diffstat (limited to 'editors/kile/Makefile')
-rw-r--r--editors/kile/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/editors/kile/Makefile b/editors/kile/Makefile
index ff2fec4a594..96527b18cd4 100644
--- a/editors/kile/Makefile
+++ b/editors/kile/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2008/07/14 12:56:03 joerg Exp $
+# $NetBSD: Makefile,v 1.47 2008/11/26 10:34:11 markd Exp $
-DISTNAME= kile-1.9.3
-PKGREVISION= 5
+DISTNAME= kile-2.0.2
CATEGORIES= editors kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kile/}
EXTRACT_SUFX= .tar.bz2
@@ -20,7 +19,12 @@ GNU_CONFIGURE= yes
REPLACE_PERL= src/kile1.6_upd.pl \
src/kile1.7_upd.pl \
src/kile1.9_upd.pl \
- src/kile1.9-1_upd.pl
+ src/kile1.9-1_upd.pl \
+ src/kile2.0-1_upd.pl \
+ src/kile2.0-2_upd.pl \
+ src/kile2.0-3_upd.pl \
+ src/kile2.0-4_upd.pl \
+ src/kile2.0-5_upd.pl
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"