svn commit: r468624 - in head: . editors editors/kile editors/kile-kde4

Tobias C. Berner tcberner at FreeBSD.org
Sun Apr 29 12:29:42 UTC 2018


Author: tcberner
Date: Sun Apr 29 12:29:40 2018
New Revision: 468624
URL: https://svnweb.freebsd.org/changeset/ports/468624

Log:
  New port: editors/kile
  
  * This is the KF5 based beta of editors/kile-kde4.

Added:
  head/editors/kile/
     - copied from r468623, head/editors/kile-kde4/
Modified:
  head/MOVED
  head/editors/Makefile
  head/editors/kile-kde4/Makefile
  head/editors/kile/Makefile
  head/editors/kile/distinfo
  head/editors/kile/pkg-plist

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sun Apr 29 12:14:03 2018	(r468623)
+++ head/MOVED	Sun Apr 29 12:29:40 2018	(r468624)
@@ -4482,7 +4482,6 @@ devel/qssl||2013-07-26|Has expired: Depends on Qt 3.x
 devel/subcommander||2013-07-26|Has expired: Depends on Qt 3.x
 editors/f4l||2013-07-26|Has expired: Depends on Qt 3.x
 editors/kate-plugins||2013-07-26|Has expired: Depends on Qt 3.x
-editors/kile||2013-07-26|Has expired: Depends on Qt 3.x
 editors/klat||2013-07-26|Has expired: Depends on Qt 3.x
 editors/kxmleditor||2013-07-26|Has expired: Depends on Qt 3.x
 editors/rospell||2013-07-26|Has expired: Depends on Qt 3.x

Modified: head/editors/Makefile
==============================================================================
--- head/editors/Makefile	Sun Apr 29 12:14:03 2018	(r468623)
+++ head/editors/Makefile	Sun Apr 29 12:29:40 2018	(r468624)
@@ -71,6 +71,7 @@
     SUBDIR += kate
     SUBDIR += kate-kde4
     SUBDIR += kate-plugin-pate-kde4
+    SUBDIR += kile
     SUBDIR += kile-kde4
     SUBDIR += klat4
     SUBDIR += komodo-edit

Modified: head/editors/kile-kde4/Makefile
==============================================================================
--- head/editors/kile-kde4/Makefile	Sun Apr 29 12:14:03 2018	(r468623)
+++ head/editors/kile-kde4/Makefile	Sun Apr 29 12:29:40 2018	(r468624)
@@ -3,9 +3,10 @@
 
 PORTNAME=	kile
 PORTVERSION=	2.1.3
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	editors kde
 MASTER_SITES=	SF/${PORTNAME}/stable/${PORTNAME}-${DISTVERSION}
+PKGNAMESUFFIX=	-kde4
 
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	LaTeX source editor for KDE
@@ -24,6 +25,7 @@ OPTIONS_DEFINE=	OKULAR
 OKULAR_DESC=	Use Okular for viewing
 OKULAR_USE=	KDE=okular_run
 
+CONFLICTS_INSTALL=	kile-3.*
 PORTSCOUT=	limit:2\.1.*
 
 .include <bsd.port.mk>

Modified: head/editors/kile/Makefile
==============================================================================
--- head/editors/kile-kde4/Makefile	Sun Apr 29 12:14:03 2018	(r468623)
+++ head/editors/kile/Makefile	Sun Apr 29 12:29:40 2018	(r468624)
@@ -1,11 +1,9 @@
-# Created by: Stefan Jahn <stefan.jahn at nemesis-sektor.de>
 # $FreeBSD$
 
 PORTNAME=	kile
-PORTVERSION=	2.1.3
-PORTREVISION=	6
+DISTVERSIONPREFIX=	v
+DISTVERSION=	3.0b1
 CATEGORIES=	editors kde
-MASTER_SITES=	SF/${PORTNAME}/stable/${PORTNAME}-${DISTVERSION}
 
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	LaTeX source editor for KDE
@@ -13,17 +11,21 @@ COMMENT=	LaTeX source editor for KDE
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	identify:graphics/ImageMagick
+LIB_DEPENDS=	libpoppler.so:graphics/poppler \
+		libpoppler-qt5.so:graphics/poppler-qt5
 
-USES=		cmake gettext-tools kde:4 shared-mime-info tar:bzip2
-USE_QT4=	qmake_build moc_build rcc_build uic_build
-USE_KDE=	kdelibs automoc4 kate_run
-USE_TEX=	latex
+USES=		cmake:outsource kde:5
+USE_KDE=	auth bookmarks codecs completion config configwidgets \
+		coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
+		init itemviews jobwidgets js khtml kio parts service solid \
+		sonnet texteditor textwidgets widgetsaddons windowsystem xmlgui \
+		okular
+USE_QT5=	concurrent core dbus gui network script widgets xml \
+		buildtools_build qmake_build
 
-OPTIONS_DEFINE=	OKULAR
-OKULAR_DESC=	Use Okular for viewing
-OKULAR_USE=	KDE=okular_run
+USE_GITHUB=	yes
+GH_ACCOUNT=	kde
 
-PORTSCOUT=	limit:2\.1.*
+CONFLICTS_INSTALL=	kile-kde4
 
 .include <bsd.port.mk>

Modified: head/editors/kile/distinfo
==============================================================================
--- head/editors/kile-kde4/distinfo	Sun Apr 29 12:14:03 2018	(r468623)
+++ head/editors/kile/distinfo	Sun Apr 29 12:29:40 2018	(r468624)
@@ -1,2 +1,3 @@
-SHA256 (kile-2.1.3.tar.bz2) = a063ec4fca1ba5a063ffdcdb538967af35ade01d71fa7db6ea691ba2cf88cea2
-SIZE (kile-2.1.3.tar.bz2) = 4911212
+TIMESTAMP = 1524998628
+SHA256 (kde-kile-v3.0b1_GH0.tar.gz) = 62af95d7548899e747186fe17a31069123b0435c1d5c9c88f90c38453cf2a7ae
+SIZE (kde-kile-v3.0b1_GH0.tar.gz) = 3609426

Modified: head/editors/kile/pkg-plist
==============================================================================
--- head/editors/kile-kde4/pkg-plist	Sun Apr 29 12:14:03 2018	(r468623)
+++ head/editors/kile/pkg-plist	Sun Apr 29 12:29:40 2018	(r468624)
@@ -1,1448 +1,11 @@
 bin/kile
-share/applications/kde4/kile.desktop
-share/apps/kconf_update/kile.upd
-share/apps/kconf_update/kile1.6_upd.pl
-share/apps/kconf_update/kile1.7_upd.pl
-share/apps/kconf_update/kile1.9-1_upd.pl
-share/apps/kconf_update/kile1.9_upd.pl
-share/apps/kconf_update/kile2.0-1_upd.pl
-share/apps/kconf_update/kile2.0-2_upd.pl
-share/apps/kconf_update/kile2.0-3_upd.pl
-share/apps/kconf_update/kile2.0-4_upd.pl
-share/apps/kconf_update/kile2.0-5_upd.pl
-share/apps/kile/biblatexentries.rc
-share/apps/kile/bibtexentries.rc
-share/apps/kile/complete/abbreviation/example.cwl
-share/apps/kile/complete/abbreviation/fastex.cwl
-share/apps/kile/complete/dictionary/example.cwl
-share/apps/kile/complete/dictionary/metapost.cwl
-share/apps/kile/complete/tex/acronym.cwl
-share/apps/kile/complete/tex/afterpage.cwl
-share/apps/kile/complete/tex/allrunes.cwl
-share/apps/kile/complete/tex/amsbsy.cwl
-share/apps/kile/complete/tex/amsfonts.cwl
-share/apps/kile/complete/tex/amsmath.cwl
-share/apps/kile/complete/tex/amsopn.cwl
-share/apps/kile/complete/tex/amssymb.cwl
-share/apps/kile/complete/tex/amsthm.cwl
-share/apps/kile/complete/tex/array.cwl
-share/apps/kile/complete/tex/attachfile.cwl
-share/apps/kile/complete/tex/babel.cwl
-share/apps/kile/complete/tex/beamerfoils.cwl
-share/apps/kile/complete/tex/beamerprosper.cwl
-share/apps/kile/complete/tex/beamerseminar.cwl
-share/apps/kile/complete/tex/beamertexpower.cwl
-share/apps/kile/complete/tex/biblatex-dev.cwl
-share/apps/kile/complete/tex/biblatex.cwl
-share/apps/kile/complete/tex/bm.cwl
-share/apps/kile/complete/tex/booktabs.cwl
-share/apps/kile/complete/tex/braket.cwl
-share/apps/kile/complete/tex/calc.cwl
-share/apps/kile/complete/tex/cancel.cwl
-share/apps/kile/complete/tex/class-beamer.cwl
-share/apps/kile/complete/tex/class-letter.cwl
-share/apps/kile/complete/tex/class-scrartcl,scrreprt,scrbook.cwl
-share/apps/kile/complete/tex/class-scrlttr2.cwl
-share/apps/kile/complete/tex/color.cwl
-share/apps/kile/complete/tex/colortbl.cwl
-share/apps/kile/complete/tex/context-document.cwl
-share/apps/kile/complete/tex/coordsys.cwl
-share/apps/kile/complete/tex/currvita.cwl
-share/apps/kile/complete/tex/cyrillic.cwl
-share/apps/kile/complete/tex/diagxy.cwl
-share/apps/kile/complete/tex/doi.cwl
-share/apps/kile/complete/tex/enumerate.cwl
-share/apps/kile/complete/tex/esint.cwl
-share/apps/kile/complete/tex/fancybox.cwl
-share/apps/kile/complete/tex/fancyhdr.cwl
-share/apps/kile/complete/tex/fancyref.cwl
-share/apps/kile/complete/tex/fancyunits-base.cwl
-share/apps/kile/complete/tex/fancyunits-np.cwl
-share/apps/kile/complete/tex/fancyunits-per.cwl
-share/apps/kile/complete/tex/fancyunits_big-fractions.cwl
-share/apps/kile/complete/tex/fancyunits_medium-fractions.cwl
-share/apps/kile/complete/tex/fancyunits_small-fractions.cwl
-share/apps/kile/complete/tex/fancyvrb.cwl
-share/apps/kile/complete/tex/float.cwl
-share/apps/kile/complete/tex/fontspec.cwl
-share/apps/kile/complete/tex/gauss.cwl
-share/apps/kile/complete/tex/glosstex.cwl
-share/apps/kile/complete/tex/graphicx.cwl
-share/apps/kile/complete/tex/hyperref.cwl
-share/apps/kile/complete/tex/ifplatform.cwl
-share/apps/kile/complete/tex/ifthen.cwl
-share/apps/kile/complete/tex/import.cwl
-share/apps/kile/complete/tex/jurabib.cwl
-share/apps/kile/complete/tex/latex-209.cwl
-share/apps/kile/complete/tex/latex-dev.cwl
-share/apps/kile/complete/tex/latex-document.cwl
-share/apps/kile/complete/tex/latex-l2tabu.cwl
-share/apps/kile/complete/tex/latex-mathsymbols.cwl
-share/apps/kile/complete/tex/layout.cwl
-share/apps/kile/complete/tex/listings.cwl
-share/apps/kile/complete/tex/logsys.cwl
-share/apps/kile/complete/tex/longtable.cwl
-share/apps/kile/complete/tex/lscape.cwl
-share/apps/kile/complete/tex/manyfoot.cwl
-share/apps/kile/complete/tex/mathtools.cwl
-share/apps/kile/complete/tex/mdwlist.cwl
-share/apps/kile/complete/tex/multicol.cwl
-share/apps/kile/complete/tex/multido.cwl
-share/apps/kile/complete/tex/nicefrac.cwl
-share/apps/kile/complete/tex/nomencl.cwl
-share/apps/kile/complete/tex/pdfpages.cwl
-share/apps/kile/complete/tex/psfrag.cwl
-share/apps/kile/complete/tex/pst-3d.cwl
-share/apps/kile/complete/tex/pst-blur.cwl
-share/apps/kile/complete/tex/pst-char.cwl
-share/apps/kile/complete/tex/pst-coil.cwl
-share/apps/kile/complete/tex/pst-eps.cwl
-share/apps/kile/complete/tex/pst-fill.cwl
-share/apps/kile/complete/tex/pst-node.cwl
-share/apps/kile/complete/tex/pst-plot.cwl
-share/apps/kile/complete/tex/pst-text.cwl
-share/apps/kile/complete/tex/pst-tree.cwl
-share/apps/kile/complete/tex/pstricks.cwl
-share/apps/kile/complete/tex/rotating.cwl
-share/apps/kile/complete/tex/scraddr.cwl
-share/apps/kile/complete/tex/scrdate.cwl
-share/apps/kile/complete/tex/scrlfile.cwl
-share/apps/kile/complete/tex/scrpage2.cwl
-share/apps/kile/complete/tex/scrtime.cwl
-share/apps/kile/complete/tex/setspace.cwl
-share/apps/kile/complete/tex/siunitx-special.cwl
-share/apps/kile/complete/tex/siunitx.cwl
-share/apps/kile/complete/tex/soul.cwl
-share/apps/kile/complete/tex/subfig.cwl
-share/apps/kile/complete/tex/supertabular.cwl
-share/apps/kile/complete/tex/svn-multi.cwl
-share/apps/kile/complete/tex/svninfo.cwl
-share/apps/kile/complete/tex/tabularx.cwl
-share/apps/kile/complete/tex/tex.cwl
-share/apps/kile/complete/tex/textcomp.cwl
-share/apps/kile/complete/tex/todonotes.cwl
-share/apps/kile/complete/tex/units.cwl
-share/apps/kile/complete/tex/url.cwl
-share/apps/kile/complete/tex/varioref.cwl
-share/apps/kile/complete/tex/verse.cwl
-share/apps/kile/complete/tex/virginialake.cwl
-share/apps/kile/complete/tex/xifthen.cwl
-share/apps/kile/complete/tex/xltxtra.cwl
-share/apps/kile/complete/tex/xtab.cwl
-share/apps/kile/complete/tex/yfonts.cwl
-share/apps/kile/docpartui.rc
-share/apps/kile/encodings/cp1250.enc
-share/apps/kile/encodings/cp1252.enc
-share/apps/kile/encodings/latin1.enc
-share/apps/kile/encodings/latin2.enc
-share/apps/kile/encodings/latin3.enc
-share/apps/kile/encodings/latin4.enc
-share/apps/kile/encodings/latin5.enc
-share/apps/kile/encodings/latin9.enc
-share/apps/kile/help/latex-kile.lst
-share/apps/kile/help/latex-tetex.lst
-share/apps/kile/help/latex-tetex3.lst
-share/apps/kile/help/latex-texlive-3.9.lst
-share/apps/kile/help/latexhelp.html
-share/apps/kile/icons/hicolor/128x128/actions/nroot.png
-share/apps/kile/icons/hicolor/128x128/actions/sqrt.png
-share/apps/kile/icons/hicolor/16x16/actions/BBmatrix.png
-share/apps/kile/icons/hicolor/16x16/actions/VVmatrix.png
-share/apps/kile/icons/hicolor/16x16/actions/acute.png
-share/apps/kile/icons/hicolor/16x16/actions/align.png
-share/apps/kile/icons/hicolor/16x16/actions/bar.png
-share/apps/kile/icons/hicolor/16x16/actions/beamerblock.png
-share/apps/kile/icons/hicolor/16x16/actions/beamerframe.png
-share/apps/kile/icons/hicolor/16x16/actions/bigskip.png
-share/apps/kile/icons/hicolor/16x16/actions/bigspace.png
-share/apps/kile/icons/hicolor/16x16/actions/binom.png
-share/apps/kile/icons/hicolor/16x16/actions/bmatrix.png
-share/apps/kile/icons/hicolor/16x16/actions/breve.png
-share/apps/kile/icons/hicolor/16x16/actions/cases.png
-share/apps/kile/icons/hicolor/16x16/actions/chapter.png
-share/apps/kile/icons/hicolor/16x16/actions/check.png
-share/apps/kile/icons/hicolor/16x16/actions/closeallenv.png
-share/apps/kile/icons/hicolor/16x16/actions/closeenv.png
-share/apps/kile/icons/hicolor/16x16/actions/closegroup.png
-share/apps/kile/icons/hicolor/16x16/actions/complete1.png
-share/apps/kile/icons/hicolor/16x16/actions/complete2.png
-share/apps/kile/icons/hicolor/16x16/actions/complete3.png
-share/apps/kile/icons/hicolor/16x16/actions/configure_kile.png
-share/apps/kile/icons/hicolor/16x16/actions/configure_project.png
-share/apps/kile/icons/hicolor/16x16/actions/contents.png
-share/apps/kile/icons/hicolor/16x16/actions/ddot.png
-share/apps/kile/icons/hicolor/16x16/actions/delenv_i.png
-share/apps/kile/icons/hicolor/16x16/actions/delenv_o.png
-share/apps/kile/icons/hicolor/16x16/actions/deleol.png
-share/apps/kile/icons/hicolor/16x16/actions/delete.png
-share/apps/kile/icons/hicolor/16x16/actions/delgroup_i.png
-share/apps/kile/icons/hicolor/16x16/actions/delgroup_o.png
-share/apps/kile/icons/hicolor/16x16/actions/delline.png
-share/apps/kile/icons/hicolor/16x16/actions/delmath.png
-share/apps/kile/icons/hicolor/16x16/actions/delpar.png
-share/apps/kile/icons/hicolor/16x16/actions/delword.png
-share/apps/kile/icons/hicolor/16x16/actions/description.png
-share/apps/kile/icons/hicolor/16x16/actions/dot.png
-share/apps/kile/icons/hicolor/16x16/actions/enskip.png
-share/apps/kile/icons/hicolor/16x16/actions/enumerate.png
-share/apps/kile/icons/hicolor/16x16/actions/eqnarray.png
-share/apps/kile/icons/hicolor/16x16/actions/equation.png
-share/apps/kile/icons/hicolor/16x16/actions/file.png
-share/apps/kile/icons/hicolor/16x16/actions/flalign.png
-share/apps/kile/icons/hicolor/16x16/actions/gather.png
-share/apps/kile/icons/hicolor/16x16/actions/gotobeginenv.png
-share/apps/kile/icons/hicolor/16x16/actions/gotobegingroup.png
-share/apps/kile/icons/hicolor/16x16/actions/gotoendenv.png
-share/apps/kile/icons/hicolor/16x16/actions/gotoendgroup.png
-share/apps/kile/icons/hicolor/16x16/actions/graphics.png
-share/apps/kile/icons/hicolor/16x16/actions/grave.png
-share/apps/kile/icons/hicolor/16x16/actions/hat.png
-share/apps/kile/icons/hicolor/16x16/actions/hspace-star.png
-share/apps/kile/icons/hicolor/16x16/actions/hspace.png
-share/apps/kile/icons/hicolor/16x16/actions/include.png
-share/apps/kile/icons/hicolor/16x16/actions/item.png
-share/apps/kile/icons/hicolor/16x16/actions/itemize.png
-share/apps/kile/icons/hicolor/16x16/actions/js.png
-share/apps/kile/icons/hicolor/16x16/actions/label.png
-share/apps/kile/icons/hicolor/16x16/actions/lr.png
-share/apps/kile/icons/hicolor/16x16/actions/masteritem.png
-share/apps/kile/icons/hicolor/16x16/actions/matchenv.png
-share/apps/kile/icons/hicolor/16x16/actions/matchgroup.png
-share/apps/kile/icons/hicolor/16x16/actions/math0.png
-share/apps/kile/icons/hicolor/16x16/actions/math1.png
-share/apps/kile/icons/hicolor/16x16/actions/math10.png
-share/apps/kile/icons/hicolor/16x16/actions/math2.png
-share/apps/kile/icons/hicolor/16x16/actions/math3.png
-share/apps/kile/icons/hicolor/16x16/actions/math4.png
-share/apps/kile/icons/hicolor/16x16/actions/math5.png
-share/apps/kile/icons/hicolor/16x16/actions/math6.png
-share/apps/kile/icons/hicolor/16x16/actions/math7.png
-share/apps/kile/icons/hicolor/16x16/actions/math8.png
-share/apps/kile/icons/hicolor/16x16/actions/math9.png
-share/apps/kile/icons/hicolor/16x16/actions/mathmode.png
-share/apps/kile/icons/hicolor/16x16/actions/matrix.png
-share/apps/kile/icons/hicolor/16x16/actions/medskip.png
-share/apps/kile/icons/hicolor/16x16/actions/medspace.png
-share/apps/kile/icons/hicolor/16x16/actions/minipage.png
-share/apps/kile/icons/hicolor/16x16/actions/modified.png
-share/apps/kile/icons/hicolor/16x16/actions/modonhd.png
-share/apps/kile/icons/hicolor/16x16/actions/multline.png
-share/apps/kile/icons/hicolor/16x16/actions/nextbullet.png
-share/apps/kile/icons/hicolor/16x16/actions/nextparagraph.png
-share/apps/kile/icons/hicolor/16x16/actions/nextsection.png
-share/apps/kile/icons/hicolor/16x16/actions/nroot.png
-share/apps/kile/icons/hicolor/16x16/actions/part.png
-share/apps/kile/icons/hicolor/16x16/actions/pmatrix.png
-share/apps/kile/icons/hicolor/16x16/actions/prevbullet.png
-share/apps/kile/icons/hicolor/16x16/actions/prevparagraph.png
-share/apps/kile/icons/hicolor/16x16/actions/prevsection.png
-share/apps/kile/icons/hicolor/16x16/actions/projectitem.png
-share/apps/kile/icons/hicolor/16x16/actions/qquad.png
-share/apps/kile/icons/hicolor/16x16/actions/quad.png
-share/apps/kile/icons/hicolor/16x16/actions/refreshstructure.png
-share/apps/kile/icons/hicolor/16x16/actions/relation.png
-share/apps/kile/icons/hicolor/16x16/actions/scriptnew.png
-share/apps/kile/icons/hicolor/16x16/actions/scriptopen.png
-share/apps/kile/icons/hicolor/16x16/actions/section.png
-share/apps/kile/icons/hicolor/16x16/actions/selenv_i.png
-share/apps/kile/icons/hicolor/16x16/actions/selenv_o.png
-share/apps/kile/icons/hicolor/16x16/actions/selgroup_i.png
-share/apps/kile/icons/hicolor/16x16/actions/selgroup_o.png
-share/apps/kile/icons/hicolor/16x16/actions/selline.png
-share/apps/kile/icons/hicolor/16x16/actions/selmath.png
-share/apps/kile/icons/hicolor/16x16/actions/selpar.png
-share/apps/kile/icons/hicolor/16x16/actions/selword.png
-share/apps/kile/icons/hicolor/16x16/actions/smallfrac.png
-share/apps/kile/icons/hicolor/16x16/actions/smallskip.png
-share/apps/kile/icons/hicolor/16x16/actions/smartnewline.png
-share/apps/kile/icons/hicolor/16x16/actions/sqrt.png
-share/apps/kile/icons/hicolor/16x16/actions/structure.png
-share/apps/kile/icons/hicolor/16x16/actions/subsection.png
-share/apps/kile/icons/hicolor/16x16/actions/subsubsection.png
-share/apps/kile/icons/hicolor/16x16/actions/texlion.png
-share/apps/kile/icons/hicolor/16x16/actions/thinspace.png
-share/apps/kile/icons/hicolor/16x16/actions/tilde.png
-share/apps/kile/icons/hicolor/16x16/actions/vec.png
-share/apps/kile/icons/hicolor/16x16/actions/verb.png
-share/apps/kile/icons/hicolor/16x16/actions/verbatim.png
-share/apps/kile/icons/hicolor/16x16/actions/viewdvi.png
-share/apps/kile/icons/hicolor/16x16/actions/viewhtml.png
-share/apps/kile/icons/hicolor/16x16/actions/viewpdf.png
-share/apps/kile/icons/hicolor/16x16/actions/viewps.png
-share/apps/kile/icons/hicolor/16x16/actions/vmatrix.png
-share/apps/kile/icons/hicolor/16x16/actions/vspace-star.png
-share/apps/kile/icons/hicolor/16x16/actions/vspace.png
-share/apps/kile/icons/hicolor/22x22/actions/BBmatrix.png
-share/apps/kile/icons/hicolor/22x22/actions/VVmatrix.png
-share/apps/kile/icons/hicolor/22x22/actions/align.png
-share/apps/kile/icons/hicolor/22x22/actions/array.png
-share/apps/kile/icons/hicolor/22x22/actions/bboxnext.png
-share/apps/kile/icons/hicolor/22x22/actions/bboxprev.png
-share/apps/kile/icons/hicolor/22x22/actions/bigskip.png
-share/apps/kile/icons/hicolor/22x22/actions/bigspace.png
-share/apps/kile/icons/hicolor/22x22/actions/binom.png
-share/apps/kile/icons/hicolor/22x22/actions/bmatrix.png
-share/apps/kile/icons/hicolor/22x22/actions/cases.png
-share/apps/kile/icons/hicolor/22x22/actions/cline.png
-share/apps/kile/icons/hicolor/22x22/actions/complete1.png
-share/apps/kile/icons/hicolor/22x22/actions/complete2.png
-share/apps/kile/icons/hicolor/22x22/actions/complete3.png
-share/apps/kile/icons/hicolor/22x22/actions/configure_kile.png
-share/apps/kile/icons/hicolor/22x22/actions/configure_project.png
-share/apps/kile/icons/hicolor/22x22/actions/contents.png
-share/apps/kile/icons/hicolor/22x22/actions/convert.png
-share/apps/kile/icons/hicolor/22x22/actions/description.png
-share/apps/kile/icons/hicolor/22x22/actions/dfrac.png
-share/apps/kile/icons/hicolor/22x22/actions/displaymathmode.png
-share/apps/kile/icons/hicolor/22x22/actions/emph.png
-share/apps/kile/icons/hicolor/22x22/actions/enskip.png
-share/apps/kile/icons/hicolor/22x22/actions/enumerate.png
-share/apps/kile/icons/hicolor/22x22/actions/eqnarray.png
-share/apps/kile/icons/hicolor/22x22/actions/equation.png
-share/apps/kile/icons/hicolor/22x22/actions/errornext.png
-share/apps/kile/icons/hicolor/22x22/actions/errorprev.png
-share/apps/kile/icons/hicolor/22x22/actions/filegrep.png
-share/apps/kile/icons/hicolor/22x22/actions/flalign.png
-share/apps/kile/icons/hicolor/22x22/actions/gather.png
-share/apps/kile/icons/hicolor/22x22/actions/hline.png
-share/apps/kile/icons/hicolor/22x22/actions/hspace-star.png
-share/apps/kile/icons/hicolor/22x22/actions/hspace.png
-share/apps/kile/icons/hicolor/22x22/actions/item.png
-share/apps/kile/icons/hicolor/22x22/actions/itemize.png
-share/apps/kile/icons/hicolor/22x22/actions/js.png
-share/apps/kile/icons/hicolor/22x22/actions/jspage.png
-share/apps/kile/icons/hicolor/22x22/actions/label.png
-share/apps/kile/icons/hicolor/22x22/actions/lr.png
-share/apps/kile/icons/hicolor/22x22/actions/master.png
-share/apps/kile/icons/hicolor/22x22/actions/matrix.png
-share/apps/kile/icons/hicolor/22x22/actions/medskip.png
-share/apps/kile/icons/hicolor/22x22/actions/medspace.png
-share/apps/kile/icons/hicolor/22x22/actions/minipage.png
-share/apps/kile/icons/hicolor/22x22/actions/multicolumn.png
-share/apps/kile/icons/hicolor/22x22/actions/multline.png
-share/apps/kile/icons/hicolor/22x22/actions/newline.png
-share/apps/kile/icons/hicolor/22x22/actions/nroot.png
-share/apps/kile/icons/hicolor/22x22/actions/output_win.png
-share/apps/kile/icons/hicolor/22x22/actions/pmatrix.png
-share/apps/kile/icons/hicolor/22x22/actions/preview_env.png
-share/apps/kile/icons/hicolor/22x22/actions/preview_math.png
-share/apps/kile/icons/hicolor/22x22/actions/preview_sel.png
-share/apps/kile/icons/hicolor/22x22/actions/preview_subdoc.png
-share/apps/kile/icons/hicolor/22x22/actions/project_add.png
-share/apps/kile/icons/hicolor/22x22/actions/project_archive.png
-share/apps/kile/icons/hicolor/22x22/actions/project_rebuild.png
-share/apps/kile/icons/hicolor/22x22/actions/project_remove.png
-share/apps/kile/icons/hicolor/22x22/actions/project_show.png
-share/apps/kile/icons/hicolor/22x22/actions/projectgrep.png
-share/apps/kile/icons/hicolor/22x22/actions/qquad.png
-share/apps/kile/icons/hicolor/22x22/actions/quad.png
-share/apps/kile/icons/hicolor/22x22/actions/quick.png
-share/apps/kile/icons/hicolor/22x22/actions/quickwizard.png
-share/apps/kile/icons/hicolor/22x22/actions/refreshstructure.png
-share/apps/kile/icons/hicolor/22x22/actions/scriptnew.png
-share/apps/kile/icons/hicolor/22x22/actions/scriptopen.png
-share/apps/kile/icons/hicolor/22x22/actions/slanted.png
-share/apps/kile/icons/hicolor/22x22/actions/smallskip.png
-share/apps/kile/icons/hicolor/22x22/actions/smartnewline.png
-share/apps/kile/icons/hicolor/22x22/actions/sqrt.png
-share/apps/kile/icons/hicolor/22x22/actions/strong.png
-share/apps/kile/icons/hicolor/22x22/actions/tabbing.png
-share/apps/kile/icons/hicolor/22x22/actions/tabular.png
-share/apps/kile/icons/hicolor/22x22/actions/texlion.png
-share/apps/kile/icons/hicolor/22x22/actions/thinspace.png
-share/apps/kile/icons/hicolor/22x22/actions/typewriter.png
-share/apps/kile/icons/hicolor/22x22/actions/verb.png
-share/apps/kile/icons/hicolor/22x22/actions/verbatim.png
-share/apps/kile/icons/hicolor/22x22/actions/viewdvi.png
-share/apps/kile/icons/hicolor/22x22/actions/viewhtml.png
-share/apps/kile/icons/hicolor/22x22/actions/viewlog.png
-share/apps/kile/icons/hicolor/22x22/actions/viewpdf.png
-share/apps/kile/icons/hicolor/22x22/actions/viewps.png
-share/apps/kile/icons/hicolor/22x22/actions/vline.png
-share/apps/kile/icons/hicolor/22x22/actions/vmatrix.png
-share/apps/kile/icons/hicolor/22x22/actions/vspace-star.png
-share/apps/kile/icons/hicolor/22x22/actions/vspace.png
-share/apps/kile/icons/hicolor/22x22/actions/warnnext.png
-share/apps/kile/icons/hicolor/22x22/actions/warnprev.png
-share/apps/kile/icons/hicolor/22x22/actions/watchfile.png
-share/apps/kile/icons/hicolor/22x22/actions/wizard_array.png
-share/apps/kile/icons/hicolor/22x22/actions/wizard_float.png
-share/apps/kile/icons/hicolor/22x22/actions/wizard_math.png
-share/apps/kile/icons/hicolor/22x22/actions/wizard_pstools.png
-share/apps/kile/icons/hicolor/22x22/actions/wizard_tabbing.png
-share/apps/kile/icons/hicolor/22x22/actions/wizard_tabular.png
-share/apps/kile/icons/hicolor/32x32/actions/bibtex.png
-share/apps/kile/icons/hicolor/32x32/actions/dblatex.png
-share/apps/kile/icons/hicolor/32x32/actions/dvipdf.png
-share/apps/kile/icons/hicolor/32x32/actions/dvipng.png
-share/apps/kile/icons/hicolor/32x32/actions/dvips.png
-share/apps/kile/icons/hicolor/32x32/actions/dvisearch.png
-share/apps/kile/icons/hicolor/32x32/actions/environment.png
-share/apps/kile/icons/hicolor/32x32/actions/joincells.png
-share/apps/kile/icons/hicolor/32x32/actions/js.png
-share/apps/kile/icons/hicolor/32x32/actions/l2h.png
-share/apps/kile/icons/hicolor/32x32/actions/latex.png
-share/apps/kile/icons/hicolor/32x32/actions/lilypond.png
-share/apps/kile/icons/hicolor/32x32/actions/makeidx.png
-share/apps/kile/icons/hicolor/32x32/actions/mpost.png
-share/apps/kile/icons/hicolor/32x32/actions/nroot.png
-share/apps/kile/icons/hicolor/32x32/actions/pdflatex.png
-share/apps/kile/icons/hicolor/32x32/actions/pdftex.png
-share/apps/kile/icons/hicolor/32x32/actions/ps2pdf.png
-share/apps/kile/icons/hicolor/32x32/actions/scriptnew.png
-share/apps/kile/icons/hicolor/32x32/actions/scriptopen.png
-share/apps/kile/icons/hicolor/32x32/actions/splitcells.png
-share/apps/kile/icons/hicolor/32x32/actions/sqrt.png
-share/apps/kile/icons/hicolor/32x32/actions/texcompiler.png
-share/apps/kile/icons/hicolor/32x32/actions/viewbib.png
-share/apps/kile/icons/hicolor/32x32/actions/viewdvi.png
-share/apps/kile/icons/hicolor/32x32/actions/viewhtml.png
-share/apps/kile/icons/hicolor/32x32/actions/viewpdf.png
-share/apps/kile/icons/hicolor/32x32/actions/viewps.png
-share/apps/kile/icons/hicolor/48x48/actions/graphicspage.png
-share/apps/kile/icons/hicolor/48x48/actions/nroot.png
-share/apps/kile/icons/hicolor/48x48/actions/sqrt.png
-share/apps/kile/icons/hicolor/64x64/actions/nroot.png
-share/apps/kile/icons/hicolor/64x64/actions/preview.png
-share/apps/kile/icons/hicolor/64x64/actions/sqrt.png
-share/apps/kile/kilestdtools.rc
-share/apps/kile/kileui.rc
-share/apps/kile/mathsymbols/arrows/img001arrows.png
-share/apps/kile/mathsymbols/arrows/img002arrows.png
-share/apps/kile/mathsymbols/arrows/img003arrows.png
-share/apps/kile/mathsymbols/arrows/img004arrows.png
-share/apps/kile/mathsymbols/arrows/img005arrows.png
-share/apps/kile/mathsymbols/arrows/img006arrows.png
-share/apps/kile/mathsymbols/arrows/img007arrows.png
-share/apps/kile/mathsymbols/arrows/img008arrows.png
-share/apps/kile/mathsymbols/arrows/img009arrows.png
-share/apps/kile/mathsymbols/arrows/img010arrows.png
-share/apps/kile/mathsymbols/arrows/img011arrows.png
-share/apps/kile/mathsymbols/arrows/img012arrows.png
-share/apps/kile/mathsymbols/arrows/img013arrows.png
-share/apps/kile/mathsymbols/arrows/img014arrows.png
-share/apps/kile/mathsymbols/arrows/img015arrows.png
-share/apps/kile/mathsymbols/arrows/img016arrows.png
-share/apps/kile/mathsymbols/arrows/img017arrows.png
-share/apps/kile/mathsymbols/arrows/img018arrows.png
-share/apps/kile/mathsymbols/arrows/img019arrows.png
-share/apps/kile/mathsymbols/arrows/img020arrows.png
-share/apps/kile/mathsymbols/arrows/img021arrows.png
-share/apps/kile/mathsymbols/arrows/img022arrows.png
-share/apps/kile/mathsymbols/arrows/img023arrows.png
-share/apps/kile/mathsymbols/arrows/img024arrows.png
-share/apps/kile/mathsymbols/arrows/img025arrows.png
-share/apps/kile/mathsymbols/arrows/img026arrows.png
-share/apps/kile/mathsymbols/arrows/img027arrows.png
-share/apps/kile/mathsymbols/arrows/img028arrows.png
-share/apps/kile/mathsymbols/arrows/img029arrows.png
-share/apps/kile/mathsymbols/arrows/img030arrows.png
-share/apps/kile/mathsymbols/arrows/img031arrows.png
-share/apps/kile/mathsymbols/arrows/img032arrows.png
-share/apps/kile/mathsymbols/arrows/img033arrows.png
-share/apps/kile/mathsymbols/arrows/img034arrows.png
-share/apps/kile/mathsymbols/arrows/img035arrows.png
-share/apps/kile/mathsymbols/arrows/img036arrows.png
-share/apps/kile/mathsymbols/arrows/img037arrows.png
-share/apps/kile/mathsymbols/arrows/img038arrows.png
-share/apps/kile/mathsymbols/arrows/img039arrows.png
-share/apps/kile/mathsymbols/arrows/img040arrows.png
-share/apps/kile/mathsymbols/arrows/img041arrows.png
-share/apps/kile/mathsymbols/arrows/img042arrows.png
-share/apps/kile/mathsymbols/arrows/img043arrows.png
-share/apps/kile/mathsymbols/arrows/img044arrows.png
-share/apps/kile/mathsymbols/arrows/img045arrows.png
-share/apps/kile/mathsymbols/arrows/img046arrows.png
-share/apps/kile/mathsymbols/arrows/img047arrows.png
-share/apps/kile/mathsymbols/arrows/img048arrows.png
-share/apps/kile/mathsymbols/arrows/img049arrows.png
-share/apps/kile/mathsymbols/arrows/img050arrows.png
-share/apps/kile/mathsymbols/arrows/img051arrows.png
-share/apps/kile/mathsymbols/arrows/img052arrows.png
-share/apps/kile/mathsymbols/arrows/img053arrows.png
-share/apps/kile/mathsymbols/arrows/img054arrows.png
-share/apps/kile/mathsymbols/arrows/img055arrows.png
-share/apps/kile/mathsymbols/arrows/img056arrows.png
-share/apps/kile/mathsymbols/arrows/img057arrows.png
-share/apps/kile/mathsymbols/arrows/img058arrows.png
-share/apps/kile/mathsymbols/arrows/img059arrows.png
-share/apps/kile/mathsymbols/arrows/img060arrows.png
-share/apps/kile/mathsymbols/arrows/img061arrows.png
-share/apps/kile/mathsymbols/arrows/img062arrows.png
-share/apps/kile/mathsymbols/arrows/img063arrows.png
-share/apps/kile/mathsymbols/arrows/img064arrows.png
-share/apps/kile/mathsymbols/arrows/img065arrows.png
-share/apps/kile/mathsymbols/arrows/img066arrows.png
-share/apps/kile/mathsymbols/arrows/img067arrows.png
-share/apps/kile/mathsymbols/arrows/img068arrows.png
-share/apps/kile/mathsymbols/arrows/img069arrows.png
-share/apps/kile/mathsymbols/cyrillic/img001cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img002cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img003cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img004cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img005cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img006cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img007cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img008cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img009cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img010cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img011cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img012cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img013cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img014cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img015cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img016cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img017cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img018cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img019cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img020cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img021cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img022cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img023cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img024cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img025cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img026cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img027cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img028cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img029cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img030cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img031cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img032cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img033cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img034cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img035cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img036cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img037cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img038cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img039cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img040cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img041cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img042cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img043cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img044cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img045cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img046cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img047cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img048cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img049cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img050cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img051cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img052cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img053cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img054cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img055cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img056cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img057cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img058cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img059cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img060cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img061cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img062cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img063cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img064cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img065cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img066cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img067cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img068cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img069cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img070cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img071cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img072cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img073cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img074cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img075cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img076cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img077cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img078cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img079cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img080cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img081cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img082cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img083cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img084cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img085cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img086cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img087cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img088cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img089cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img090cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img091cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img092cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img093cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img094cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img095cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img096cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img097cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img098cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img099cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img100cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img101cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img102cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img103cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img104cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img105cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img106cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img107cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img108cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img109cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img110cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img111cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img112cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img113cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img114cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img115cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img116cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img117cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img118cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img119cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img120cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img121cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img122cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img123cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img124cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img125cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img126cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img127cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img128cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img129cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img130cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img131cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img132cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img133cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img134cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img135cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img136cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img137cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img138cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img139cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img140cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img141cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img142cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img143cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img144cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img145cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img146cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img147cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img148cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img149cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img150cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img151cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img152cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img153cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img154cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img155cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img156cyrillic.png
-share/apps/kile/mathsymbols/cyrillic/img157cyrillic.png
-share/apps/kile/mathsymbols/delimiters/img001delimiters.png
-share/apps/kile/mathsymbols/delimiters/img002delimiters.png
-share/apps/kile/mathsymbols/delimiters/img003delimiters.png
-share/apps/kile/mathsymbols/delimiters/img004delimiters.png
-share/apps/kile/mathsymbols/delimiters/img005delimiters.png
-share/apps/kile/mathsymbols/delimiters/img006delimiters.png
-share/apps/kile/mathsymbols/delimiters/img007delimiters.png
-share/apps/kile/mathsymbols/delimiters/img008delimiters.png
-share/apps/kile/mathsymbols/delimiters/img009delimiters.png
-share/apps/kile/mathsymbols/delimiters/img010delimiters.png
-share/apps/kile/mathsymbols/delimiters/img011delimiters.png
-share/apps/kile/mathsymbols/delimiters/img012delimiters.png
-share/apps/kile/mathsymbols/delimiters/img013delimiters.png
-share/apps/kile/mathsymbols/delimiters/img014delimiters.png
-share/apps/kile/mathsymbols/delimiters/img015delimiters.png
-share/apps/kile/mathsymbols/delimiters/img016delimiters.png
-share/apps/kile/mathsymbols/delimiters/img017delimiters.png
-share/apps/kile/mathsymbols/delimiters/img018delimiters.png
-share/apps/kile/mathsymbols/delimiters/img019delimiters.png
-share/apps/kile/mathsymbols/delimiters/img020delimiters.png
-share/apps/kile/mathsymbols/delimiters/img021delimiters.png
-share/apps/kile/mathsymbols/delimiters/img022delimiters.png
-share/apps/kile/mathsymbols/delimiters/img023delimiters.png
-share/apps/kile/mathsymbols/delimiters/img024delimiters.png
-share/apps/kile/mathsymbols/delimiters/img025delimiters.png
-share/apps/kile/mathsymbols/delimiters/img026delimiters.png
-share/apps/kile/mathsymbols/delimiters/img027delimiters.png
-share/apps/kile/mathsymbols/delimiters/img028delimiters.png
-share/apps/kile/mathsymbols/delimiters/img029delimiters.png
-share/apps/kile/mathsymbols/delimiters/img030delimiters.png
-share/apps/kile/mathsymbols/delimiters/img031delimiters.png
-share/apps/kile/mathsymbols/delimiters/img032delimiters.png
-share/apps/kile/mathsymbols/delimiters/img033delimiters.png
-share/apps/kile/mathsymbols/delimiters/img034delimiters.png
-share/apps/kile/mathsymbols/delimiters/img035delimiters.png
-share/apps/kile/mathsymbols/delimiters/img036delimiters.png
-share/apps/kile/mathsymbols/delimiters/img037delimiters.png
-share/apps/kile/mathsymbols/greek/img001greek.png
-share/apps/kile/mathsymbols/greek/img002greek.png
-share/apps/kile/mathsymbols/greek/img003greek.png
-share/apps/kile/mathsymbols/greek/img004greek.png
-share/apps/kile/mathsymbols/greek/img005greek.png
-share/apps/kile/mathsymbols/greek/img006greek.png
-share/apps/kile/mathsymbols/greek/img007greek.png
-share/apps/kile/mathsymbols/greek/img008greek.png
-share/apps/kile/mathsymbols/greek/img009greek.png
-share/apps/kile/mathsymbols/greek/img010greek.png
-share/apps/kile/mathsymbols/greek/img011greek.png
-share/apps/kile/mathsymbols/greek/img012greek.png
-share/apps/kile/mathsymbols/greek/img013greek.png
-share/apps/kile/mathsymbols/greek/img014greek.png
-share/apps/kile/mathsymbols/greek/img015greek.png
-share/apps/kile/mathsymbols/greek/img016greek.png
-share/apps/kile/mathsymbols/greek/img017greek.png
-share/apps/kile/mathsymbols/greek/img018greek.png
-share/apps/kile/mathsymbols/greek/img019greek.png
-share/apps/kile/mathsymbols/greek/img020greek.png
-share/apps/kile/mathsymbols/greek/img021greek.png
-share/apps/kile/mathsymbols/greek/img022greek.png
-share/apps/kile/mathsymbols/greek/img023greek.png
-share/apps/kile/mathsymbols/greek/img024greek.png
-share/apps/kile/mathsymbols/greek/img025greek.png
-share/apps/kile/mathsymbols/greek/img026greek.png
-share/apps/kile/mathsymbols/greek/img027greek.png
-share/apps/kile/mathsymbols/greek/img028greek.png
-share/apps/kile/mathsymbols/greek/img029greek.png
-share/apps/kile/mathsymbols/greek/img030greek.png
-share/apps/kile/mathsymbols/greek/img031greek.png
-share/apps/kile/mathsymbols/greek/img032greek.png
-share/apps/kile/mathsymbols/greek/img033greek.png
-share/apps/kile/mathsymbols/greek/img034greek.png
-share/apps/kile/mathsymbols/greek/img035greek.png
-share/apps/kile/mathsymbols/greek/img036greek.png
-share/apps/kile/mathsymbols/greek/img037greek.png
-share/apps/kile/mathsymbols/greek/img038greek.png
-share/apps/kile/mathsymbols/greek/img039greek.png
-share/apps/kile/mathsymbols/greek/img040greek.png
-share/apps/kile/mathsymbols/greek/img041greek.png
-share/apps/kile/mathsymbols/greek/img042greek.png
-share/apps/kile/mathsymbols/greek/img043greek.png
-share/apps/kile/mathsymbols/greek/img044greek.png
-share/apps/kile/mathsymbols/greek/img045greek.png
-share/apps/kile/mathsymbols/greek/img046greek.png
-share/apps/kile/mathsymbols/greek/img047greek.png
-share/apps/kile/mathsymbols/greek/img048greek.png
-share/apps/kile/mathsymbols/greek/img049greek.png
-share/apps/kile/mathsymbols/greek/img050greek.png
-share/apps/kile/mathsymbols/greek/img051greek.png
-share/apps/kile/mathsymbols/greek/img052greek.png
-share/apps/kile/mathsymbols/greek/img053greek.png
-share/apps/kile/mathsymbols/greek/img054greek.png
-share/apps/kile/mathsymbols/greek/img055greek.png
-share/apps/kile/mathsymbols/greek/img056greek.png
-share/apps/kile/mathsymbols/greek/img057greek.png
-share/apps/kile/mathsymbols/greek/img058greek.png
-share/apps/kile/mathsymbols/greek/img059greek.png
-share/apps/kile/mathsymbols/greek/img060greek.png
-share/apps/kile/mathsymbols/greek/img061greek.png
-share/apps/kile/mathsymbols/greek/img062greek.png
-share/apps/kile/mathsymbols/greek/img063greek.png
-share/apps/kile/mathsymbols/greek/img064greek.png
-share/apps/kile/mathsymbols/greek/img065greek.png
-share/apps/kile/mathsymbols/misc-math/img001misc-math.png
-share/apps/kile/mathsymbols/misc-math/img002misc-math.png
-share/apps/kile/mathsymbols/misc-math/img003misc-math.png
-share/apps/kile/mathsymbols/misc-math/img004misc-math.png
-share/apps/kile/mathsymbols/misc-math/img005misc-math.png
-share/apps/kile/mathsymbols/misc-math/img006misc-math.png
-share/apps/kile/mathsymbols/misc-math/img007misc-math.png
-share/apps/kile/mathsymbols/misc-math/img008misc-math.png
-share/apps/kile/mathsymbols/misc-math/img009misc-math.png
-share/apps/kile/mathsymbols/misc-math/img010misc-math.png
-share/apps/kile/mathsymbols/misc-math/img011misc-math.png
-share/apps/kile/mathsymbols/misc-math/img012misc-math.png
-share/apps/kile/mathsymbols/misc-math/img013misc-math.png
-share/apps/kile/mathsymbols/misc-math/img014misc-math.png
-share/apps/kile/mathsymbols/misc-math/img015misc-math.png
-share/apps/kile/mathsymbols/misc-math/img016misc-math.png
-share/apps/kile/mathsymbols/misc-math/img017misc-math.png
-share/apps/kile/mathsymbols/misc-math/img018misc-math.png
-share/apps/kile/mathsymbols/misc-math/img019misc-math.png
-share/apps/kile/mathsymbols/misc-math/img020misc-math.png
-share/apps/kile/mathsymbols/misc-math/img021misc-math.png
-share/apps/kile/mathsymbols/misc-math/img022misc-math.png
-share/apps/kile/mathsymbols/misc-math/img023misc-math.png
-share/apps/kile/mathsymbols/misc-math/img024misc-math.png
-share/apps/kile/mathsymbols/misc-math/img025misc-math.png
-share/apps/kile/mathsymbols/misc-math/img026misc-math.png
-share/apps/kile/mathsymbols/misc-math/img027misc-math.png
-share/apps/kile/mathsymbols/misc-math/img028misc-math.png
-share/apps/kile/mathsymbols/misc-math/img029misc-math.png
-share/apps/kile/mathsymbols/misc-math/img030misc-math.png
-share/apps/kile/mathsymbols/misc-math/img031misc-math.png
-share/apps/kile/mathsymbols/misc-math/img032misc-math.png
-share/apps/kile/mathsymbols/misc-math/img033misc-math.png
-share/apps/kile/mathsymbols/misc-math/img034misc-math.png
-share/apps/kile/mathsymbols/misc-math/img035misc-math.png
-share/apps/kile/mathsymbols/misc-math/img036misc-math.png
-share/apps/kile/mathsymbols/misc-math/img037misc-math.png
-share/apps/kile/mathsymbols/misc-math/img038misc-math.png
-share/apps/kile/mathsymbols/misc-math/img039misc-math.png
-share/apps/kile/mathsymbols/misc-math/img040misc-math.png
-share/apps/kile/mathsymbols/misc-math/img041misc-math.png
-share/apps/kile/mathsymbols/misc-math/img042misc-math.png
-share/apps/kile/mathsymbols/misc-math/img043misc-math.png
-share/apps/kile/mathsymbols/misc-math/img044misc-math.png
-share/apps/kile/mathsymbols/misc-math/img045misc-math.png
-share/apps/kile/mathsymbols/misc-math/img046misc-math.png
-share/apps/kile/mathsymbols/misc-math/img047misc-math.png
-share/apps/kile/mathsymbols/misc-math/img048misc-math.png
-share/apps/kile/mathsymbols/misc-math/img049misc-math.png
-share/apps/kile/mathsymbols/misc-math/img050misc-math.png
-share/apps/kile/mathsymbols/misc-math/img051misc-math.png
-share/apps/kile/mathsymbols/misc-math/img052misc-math.png
-share/apps/kile/mathsymbols/misc-math/img053misc-math.png
-share/apps/kile/mathsymbols/misc-math/img054misc-math.png
-share/apps/kile/mathsymbols/misc-math/img055misc-math.png
-share/apps/kile/mathsymbols/misc-math/img056misc-math.png
-share/apps/kile/mathsymbols/misc-math/img057misc-math.png
-share/apps/kile/mathsymbols/misc-math/img058misc-math.png
-share/apps/kile/mathsymbols/misc-math/img059misc-math.png
-share/apps/kile/mathsymbols/misc-math/img060misc-math.png
-share/apps/kile/mathsymbols/misc-math/img061misc-math.png
-share/apps/kile/mathsymbols/misc-math/img062misc-math.png
-share/apps/kile/mathsymbols/misc-math/img063misc-math.png
-share/apps/kile/mathsymbols/misc-math/img064misc-math.png
-share/apps/kile/mathsymbols/misc-math/img065misc-math.png
-share/apps/kile/mathsymbols/misc-math/img066misc-math.png
-share/apps/kile/mathsymbols/misc-math/img067misc-math.png
-share/apps/kile/mathsymbols/misc-math/img068misc-math.png
-share/apps/kile/mathsymbols/misc-math/img069misc-math.png
-share/apps/kile/mathsymbols/misc-math/img070misc-math.png
-share/apps/kile/mathsymbols/misc-math/img071misc-math.png
-share/apps/kile/mathsymbols/misc-math/img072misc-math.png
-share/apps/kile/mathsymbols/misc-math/img073misc-math.png
-share/apps/kile/mathsymbols/misc-math/img074misc-math.png
-share/apps/kile/mathsymbols/misc-math/img075misc-math.png
-share/apps/kile/mathsymbols/misc-math/img076misc-math.png
-share/apps/kile/mathsymbols/misc-math/img077misc-math.png
-share/apps/kile/mathsymbols/misc-math/img078misc-math.png
-share/apps/kile/mathsymbols/misc-math/img079misc-math.png
-share/apps/kile/mathsymbols/misc-math/img080misc-math.png
-share/apps/kile/mathsymbols/misc-math/img081misc-math.png
-share/apps/kile/mathsymbols/misc-math/img082misc-math.png
-share/apps/kile/mathsymbols/misc-math/img083misc-math.png
-share/apps/kile/mathsymbols/misc-math/img084misc-math.png
-share/apps/kile/mathsymbols/misc-math/img085misc-math.png
-share/apps/kile/mathsymbols/misc-math/img086misc-math.png
-share/apps/kile/mathsymbols/misc-math/img087misc-math.png
-share/apps/kile/mathsymbols/misc-math/img088misc-math.png
-share/apps/kile/mathsymbols/misc-math/img089misc-math.png
-share/apps/kile/mathsymbols/misc-math/img090misc-math.png
-share/apps/kile/mathsymbols/misc-math/img091misc-math.png
-share/apps/kile/mathsymbols/misc-math/img092misc-math.png
-share/apps/kile/mathsymbols/misc-math/img093misc-math.png
-share/apps/kile/mathsymbols/misc-math/img094misc-math.png
-share/apps/kile/mathsymbols/misc-math/img095misc-math.png
-share/apps/kile/mathsymbols/misc-math/img096misc-math.png
-share/apps/kile/mathsymbols/misc-math/img097misc-math.png
-share/apps/kile/mathsymbols/misc-text/img001misc-text.png
-share/apps/kile/mathsymbols/misc-text/img002misc-text.png
-share/apps/kile/mathsymbols/misc-text/img003misc-text.png
-share/apps/kile/mathsymbols/misc-text/img004misc-text.png
-share/apps/kile/mathsymbols/misc-text/img005misc-text.png
-share/apps/kile/mathsymbols/misc-text/img006misc-text.png
-share/apps/kile/mathsymbols/misc-text/img007misc-text.png
-share/apps/kile/mathsymbols/misc-text/img008misc-text.png
-share/apps/kile/mathsymbols/misc-text/img009misc-text.png
-share/apps/kile/mathsymbols/misc-text/img010misc-text.png
-share/apps/kile/mathsymbols/misc-text/img011misc-text.png
-share/apps/kile/mathsymbols/misc-text/img012misc-text.png
-share/apps/kile/mathsymbols/misc-text/img013misc-text.png
-share/apps/kile/mathsymbols/misc-text/img014misc-text.png
-share/apps/kile/mathsymbols/misc-text/img015misc-text.png
-share/apps/kile/mathsymbols/misc-text/img016misc-text.png
-share/apps/kile/mathsymbols/misc-text/img017misc-text.png
-share/apps/kile/mathsymbols/misc-text/img018misc-text.png
-share/apps/kile/mathsymbols/misc-text/img019misc-text.png
-share/apps/kile/mathsymbols/misc-text/img020misc-text.png
-share/apps/kile/mathsymbols/misc-text/img021misc-text.png
-share/apps/kile/mathsymbols/misc-text/img022misc-text.png
-share/apps/kile/mathsymbols/misc-text/img023misc-text.png
-share/apps/kile/mathsymbols/misc-text/img024misc-text.png
-share/apps/kile/mathsymbols/misc-text/img025misc-text.png
-share/apps/kile/mathsymbols/misc-text/img026misc-text.png
-share/apps/kile/mathsymbols/misc-text/img027misc-text.png
-share/apps/kile/mathsymbols/misc-text/img028misc-text.png
-share/apps/kile/mathsymbols/misc-text/img029misc-text.png
-share/apps/kile/mathsymbols/misc-text/img030misc-text.png
-share/apps/kile/mathsymbols/misc-text/img031misc-text.png
-share/apps/kile/mathsymbols/misc-text/img032misc-text.png
-share/apps/kile/mathsymbols/misc-text/img033misc-text.png
-share/apps/kile/mathsymbols/misc-text/img034misc-text.png
-share/apps/kile/mathsymbols/misc-text/img035misc-text.png
-share/apps/kile/mathsymbols/misc-text/img036misc-text.png
-share/apps/kile/mathsymbols/misc-text/img037misc-text.png
-share/apps/kile/mathsymbols/misc-text/img038misc-text.png
-share/apps/kile/mathsymbols/misc-text/img039misc-text.png
-share/apps/kile/mathsymbols/misc-text/img040misc-text.png
-share/apps/kile/mathsymbols/misc-text/img041misc-text.png
-share/apps/kile/mathsymbols/misc-text/img042misc-text.png
-share/apps/kile/mathsymbols/misc-text/img043misc-text.png
-share/apps/kile/mathsymbols/misc-text/img044misc-text.png
-share/apps/kile/mathsymbols/misc-text/img045misc-text.png
-share/apps/kile/mathsymbols/misc-text/img046misc-text.png
-share/apps/kile/mathsymbols/misc-text/img047misc-text.png
-share/apps/kile/mathsymbols/misc-text/img048misc-text.png
-share/apps/kile/mathsymbols/misc-text/img049misc-text.png
-share/apps/kile/mathsymbols/misc-text/img050misc-text.png
-share/apps/kile/mathsymbols/misc-text/img051misc-text.png
-share/apps/kile/mathsymbols/misc-text/img052misc-text.png
-share/apps/kile/mathsymbols/misc-text/img053misc-text.png
-share/apps/kile/mathsymbols/misc-text/img054misc-text.png
-share/apps/kile/mathsymbols/misc-text/img055misc-text.png
-share/apps/kile/mathsymbols/misc-text/img056misc-text.png
-share/apps/kile/mathsymbols/misc-text/img057misc-text.png
-share/apps/kile/mathsymbols/misc-text/img058misc-text.png
-share/apps/kile/mathsymbols/misc-text/img059misc-text.png
-share/apps/kile/mathsymbols/misc-text/img060misc-text.png
-share/apps/kile/mathsymbols/misc-text/img061misc-text.png
-share/apps/kile/mathsymbols/misc-text/img062misc-text.png
-share/apps/kile/mathsymbols/misc-text/img063misc-text.png
-share/apps/kile/mathsymbols/misc-text/img064misc-text.png
-share/apps/kile/mathsymbols/misc-text/img065misc-text.png
-share/apps/kile/mathsymbols/misc-text/img066misc-text.png

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-ports-head mailing list