From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 28 17:00:19 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C1401065676 for ; Tue, 28 Jun 2011 17:00:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 683748FC1F for ; Tue, 28 Jun 2011 17:00:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5SH0J5b063603 for ; Tue, 28 Jun 2011 17:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5SH0J12063592; Tue, 28 Jun 2011 17:00:19 GMT (envelope-from gnats) Resent-Date: Tue, 28 Jun 2011 17:00:19 GMT Resent-Message-Id: <201106281700.p5SH0J12063592@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Aldis Berjoza Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EC6C106566B for ; Tue, 28 Jun 2011 16:53:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 6D31E8FC14 for ; Tue, 28 Jun 2011 16:53:32 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p5SGrW3O050425 for ; Tue, 28 Jun 2011 16:53:32 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p5SGrWKs050411; Tue, 28 Jun 2011 16:53:32 GMT (envelope-from nobody) Message-Id: <201106281653.p5SGrWKs050411@red.freebsd.org> Date: Tue, 28 Jun 2011 16:53:32 GMT From: Aldis Berjoza To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158401: [PATCH] print/lyx-devel update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2011 17:00:19 -0000 >Number: 158401 >Category: ports >Synopsis: [PATCH] print/lyx-devel update >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jun 28 17:00:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Aldis Berjoza >Release: >Organization: >Environment: >Description: Attached patch updates lyx-devel to v2.0.0 I want to request recopy lyx-devel to lyx2 and to remove lyx-devel I'd like to pass maintainership to someone else (possibly Raphael Kubo da Costa ) >How-To-Repeat: >Fix: Patch attached with submission follows: Only in lyx-devel: .Makefile.swp diff -nur lyx-devel/Makefile lyx2/Makefile --- lyx-devel/Makefile 2011-03-18 05:20:47.000000000 +0200 +++ lyx2/Makefile 2011-06-28 19:21:16.076925291 +0300 @@ -6,25 +6,24 @@ # PORTNAME= lyx -DISTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION}.rc1 +DISTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION} CATEGORIES= print editors -MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/devel/${PORTNAME}-${MAJOR_VERSION}/${PRERELEASE}/ \ - http://www-ftp.lip6.fr/ftp/pub/lyx/devel/${PORTNAME}-${MAJOR_VERSION}/${PRERELEASE}/ \ - ftp://gd.tuwien.ac.at/publishing/tex/lyx/devel/${PORTNAME}-${MAJOR_VERSION}/${PRERELEASE}/ \ - ftp://ftp.ntua.gr/pub/X11/LyX/devel/${PORTNAME}-${MAJOR_VERSION}/${PRERELEASE}/ \ - http://sunsite.icm.edu.pl/pub/unix/editors/lyx/devel/${PORTNAME}-${MAJOR_VERSION}/${PRERELEASE}/ \ - ftp://ftp.chg.ru/pub/X11/lyx/devel/${PORTNAME}-${MAJOR_VERSION}/${PRERELEASE}/ -PKGNAMESUFFIX= -devel -DISTNAME= ${PORTNAME}-${MAJOR_VERSION}.${MINOR_VERSION}${PRERELEASE} +MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ + http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \ + ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/${MAJOR_VERSION}.x/ \ + ftp://ftp.ntua.gr/pub/X11/LyX/stable/${MAJOR_VERSION}.x/ \ + http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/${MAJOR_VERSION}.x/ \ + ftp://ftp.chg.ru/pub/X11/lyx/stable/${MAJOR_VERSION}.x/ +PKGNAMESUFFIX= 2 +DISTNAME= ${PORTNAME}-${MAJOR_VERSION}.${MINOR_VERSION} MAINTAINER= aldis@bsdroot.lv -COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) (stable) +COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs MAJOR_VERSION= 2.0 MINOR_VERSION= 0 -PRERELEASE= rc1 LICENSE= GPLv2 CONFLICTS= lyx-1.[0-9]* diff -nur lyx-devel/distinfo lyx2/distinfo --- lyx-devel/distinfo 2011-03-18 05:20:47.000000000 +0200 +++ lyx2/distinfo 2011-06-28 19:10:06.671731270 +0300 @@ -1,2 +1,2 @@ -SHA256 (lyx-2.0.0rc1.tar.xz) = d67f5562e65e59b1513fd3fb094373d934ea33d0407ebe624817036bce7151c7 -SIZE (lyx-2.0.0rc1.tar.xz) = 9761012 +SHA256 (lyx-2.0.0.tar.xz) = a790951d6ed660b254e82d682b478665f119dd522ab4759fdeb5cd8d42f66f61 +SIZE (lyx-2.0.0.tar.xz) = 10011408 diff -nur lyx-devel/pkg-plist lyx2/pkg-plist --- lyx-devel/pkg-plist 2011-03-18 05:20:47.000000000 +0200 +++ lyx2/pkg-plist 2011-06-28 19:37:15.150658581 +0300 @@ -2,7 +2,6 @@ bin/lyxclient bin/tex2lyx %%NLS%%share/locale/ar/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/bg/LC_MESSAGES/lyx.mo %%NLS%%share/locale/ca/LC_MESSAGES/lyx.mo %%NLS%%share/locale/cs/LC_MESSAGES/lyx.mo %%NLS%%share/locale/da/LC_MESSAGES/lyx.mo @@ -16,24 +15,21 @@ %%NLS%%share/locale/gl/LC_MESSAGES/lyx.mo %%NLS%%share/locale/he/LC_MESSAGES/lyx.mo %%NLS%%share/locale/hu/LC_MESSAGES/lyx.mo +%%NLS%%share/locale/ia/LC_MESSAGES/lyx.mo %%NLS%%share/locale/id/LC_MESSAGES/lyx.mo %%NLS%%share/locale/it/LC_MESSAGES/lyx.mo %%NLS%%share/locale/ja/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/ko/LC_MESSAGES/lyx.mo %%NLS%%share/locale/nb/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/nl/LC_MESSAGES/lyx.mo %%NLS%%share/locale/nn/LC_MESSAGES/lyx.mo %%NLS%%share/locale/pl/LC_MESSAGES/lyx.mo %%NLS%%share/locale/pt/LC_MESSAGES/lyx.mo %%NLS%%share/locale/ro/LC_MESSAGES/lyx.mo %%NLS%%share/locale/ru/LC_MESSAGES/lyx.mo %%NLS%%share/locale/sk/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/sl/LC_MESSAGES/lyx.mo %%NLS%%share/locale/sr/LC_MESSAGES/lyx.mo %%NLS%%share/locale/sv/LC_MESSAGES/lyx.mo %%NLS%%share/locale/tr/LC_MESSAGES/lyx.mo %%NLS%%share/locale/uk/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/wa/LC_MESSAGES/lyx.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/lyx.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/lyx.mo %%DATADIR%%/CREDITS @@ -43,17 +39,14 @@ %%DATADIR%%/bind/cyrkeys.bind %%DATADIR%%/bind/de/menus.bind %%DATADIR%%/bind/emacs.bind -%%DATADIR%%/bind/fi/menus.bind %%DATADIR%%/bind/greekkeys.bind %%DATADIR%%/bind/hollywood.bind %%DATADIR%%/bind/latinkeys.bind %%DATADIR%%/bind/mac.bind %%DATADIR%%/bind/math.bind %%DATADIR%%/bind/menus.bind -%%DATADIR%%/bind/pt/menus.bind %%DATADIR%%/bind/sciword.bind %%DATADIR%%/bind/site.bind -%%DATADIR%%/bind/sv/menus.bind %%DATADIR%%/bind/xemacs.bind %%DATADIR%%/chkconfig.ltx %%DATADIR%%/commands/default.def @@ -236,6 +229,7 @@ %%DATADIR%%/doc/sl/Intro.lyx %%DATADIR%%/doc/sl/Tutorial.lyx %%DATADIR%%/doc/sv/Intro.lyx +%%DATADIR%%/doc/sv/Shortcuts.lyx %%DATADIR%%/doc/sv/Tutorial.lyx %%DATADIR%%/doc/uk/Intro.lyx %%DATADIR%%/doc/uk/clipart/FootnoteQT4.png @@ -274,6 +268,8 @@ %%DATADIR%%/examples/ca/splash.lyx %%DATADIR%%/examples/chess-article.lyx %%DATADIR%%/examples/chessgame.lyx +%%DATADIR%%/examples/cs/priklad_syrovy.lyx +%%DATADIR%%/examples/cs/priklad_zLyXovany.lyx %%DATADIR%%/examples/cs/splash.lyx %%DATADIR%%/examples/da/splash.lyx %%DATADIR%%/examples/de/Braille.lyx @@ -340,6 +336,7 @@ %%DATADIR%%/examples/it/ItemizeBullets.lyx %%DATADIR%%/examples/it/splash.lyx %%DATADIR%%/examples/ja/Braille.lyx +%%DATADIR%%/examples/ja/FeynmanDiagrams.lyx %%DATADIR%%/examples/ja/linguistics.lyx %%DATADIR%%/examples/ja/multicol.lyx %%DATADIR%%/examples/ja/splash.lyx @@ -349,6 +346,7 @@ %%DATADIR%%/examples/lilypond.lyx %%DATADIR%%/examples/linguistics.lyx %%DATADIR%%/examples/listerrors.lyx +%%DATADIR%%/examples/localization_test.lyx %%DATADIR%%/examples/modernCV.lyx %%DATADIR%%/examples/multicol.lyx %%DATADIR%%/examples/nl/multicol.lyx @@ -448,6 +446,175 @@ %%DATADIR%%/images/changes-merge.png %%DATADIR%%/images/changes-output.png %%DATADIR%%/images/changes-track.png +%%DATADIR%%/images/classic/all-changes-accept.png +%%DATADIR%%/images/classic/all-changes-reject.png +%%DATADIR%%/images/classic/bookmark-goto.png +%%DATADIR%%/images/classic/bookmark-goto_0.png +%%DATADIR%%/images/classic/bookmark-save.png +%%DATADIR%%/images/classic/box-insert.png +%%DATADIR%%/images/classic/break-line.png +%%DATADIR%%/images/classic/buffer-close.png +%%DATADIR%%/images/classic/buffer-export.png +%%DATADIR%%/images/classic/buffer-export_dvi.png +%%DATADIR%%/images/classic/buffer-export_dvi3.png +%%DATADIR%%/images/classic/buffer-export_latex.png +%%DATADIR%%/images/classic/buffer-export_pdf.png +%%DATADIR%%/images/classic/buffer-export_pdf2.png +%%DATADIR%%/images/classic/buffer-export_pdf3.png +%%DATADIR%%/images/classic/buffer-export_pdf4.png +%%DATADIR%%/images/classic/buffer-export_pdf5.png +%%DATADIR%%/images/classic/buffer-export_ps.png +%%DATADIR%%/images/classic/buffer-export_text.png +%%DATADIR%%/images/classic/buffer-new.png +%%DATADIR%%/images/classic/buffer-reload.png +%%DATADIR%%/images/classic/buffer-toggle-output-sync.png +%%DATADIR%%/images/classic/buffer-update.png +%%DATADIR%%/images/classic/buffer-update_dvi.png +%%DATADIR%%/images/classic/buffer-update_dvi3.png +%%DATADIR%%/images/classic/buffer-update_pdf.png +%%DATADIR%%/images/classic/buffer-update_pdf2.png +%%DATADIR%%/images/classic/buffer-update_pdf3.png +%%DATADIR%%/images/classic/buffer-update_pdf4.png +%%DATADIR%%/images/classic/buffer-update_pdf5.png +%%DATADIR%%/images/classic/buffer-update_ps.png +%%DATADIR%%/images/classic/buffer-view.png +%%DATADIR%%/images/classic/buffer-view_dvi.png +%%DATADIR%%/images/classic/buffer-view_dvi3.png +%%DATADIR%%/images/classic/buffer-view_pdf.png +%%DATADIR%%/images/classic/buffer-view_pdf2.png +%%DATADIR%%/images/classic/buffer-view_pdf3.png +%%DATADIR%%/images/classic/buffer-view_pdf4.png +%%DATADIR%%/images/classic/buffer-view_pdf5.png +%%DATADIR%%/images/classic/buffer-view_ps.png +%%DATADIR%%/images/classic/buffer-write-as.png +%%DATADIR%%/images/classic/buffer-write.png +%%DATADIR%%/images/classic/build-program.png +%%DATADIR%%/images/classic/change-accept.png +%%DATADIR%%/images/classic/change-next.png +%%DATADIR%%/images/classic/change-reject.png +%%DATADIR%%/images/classic/changes-merge.png +%%DATADIR%%/images/classic/changes-output.png +%%DATADIR%%/images/classic/changes-track.png +%%DATADIR%%/images/classic/close-tab-group.png +%%DATADIR%%/images/classic/copy.png +%%DATADIR%%/images/classic/cut.png +%%DATADIR%%/images/classic/demote.png +%%DATADIR%%/images/classic/depth-decrement.png +%%DATADIR%%/images/classic/depth-increment.png +%%DATADIR%%/images/classic/dialog-preferences.png +%%DATADIR%%/images/classic/dialog-show-new-inset_citation.png +%%DATADIR%%/images/classic/dialog-show-new-inset_graphics.png +%%DATADIR%%/images/classic/dialog-show-new-inset_include.png +%%DATADIR%%/images/classic/dialog-show-new-inset_ref.png +%%DATADIR%%/images/classic/dialog-show_character.png +%%DATADIR%%/images/classic/dialog-show_findreplace.png +%%DATADIR%%/images/classic/dialog-show_mathdelimiter.png +%%DATADIR%%/images/classic/dialog-show_mathmatrix.png +%%DATADIR%%/images/classic/dialog-show_print.png +%%DATADIR%%/images/classic/dialog-show_spellchecker.png +%%DATADIR%%/images/classic/dialog-show_vclog.png +%%DATADIR%%/images/classic/dialog-toggle_findreplaceadv.png +%%DATADIR%%/images/classic/dialog-toggle_toc.png +%%DATADIR%%/images/classic/down.png +%%DATADIR%%/images/classic/ert-insert.png +%%DATADIR%%/images/classic/file-open.png +%%DATADIR%%/images/classic/float-insert_figure.png +%%DATADIR%%/images/classic/float-insert_table.png +%%DATADIR%%/images/classic/font-bold.png +%%DATADIR%%/images/classic/font-emph.png +%%DATADIR%%/images/classic/font-noun.png +%%DATADIR%%/images/classic/font-sans.png +%%DATADIR%%/images/classic/font-smallcaps.png +%%DATADIR%%/images/classic/footnote-insert.png +%%DATADIR%%/images/classic/href-insert.png +%%DATADIR%%/images/classic/iconsize.png +%%DATADIR%%/images/classic/index-insert.png +%%DATADIR%%/images/classic/info-insert_buffer_vcs-revision.png +%%DATADIR%%/images/classic/label-insert.png +%%DATADIR%%/images/classic/layout-document.png +%%DATADIR%%/images/classic/layout-paragraph.png +%%DATADIR%%/images/classic/layout.png +%%DATADIR%%/images/classic/layout_Description.png +%%DATADIR%%/images/classic/layout_Enumerate.png +%%DATADIR%%/images/classic/layout_Itemize.png +%%DATADIR%%/images/classic/layout_List.png +%%DATADIR%%/images/classic/layout_LyX-Code.png +%%DATADIR%%/images/classic/layout_Scrap.png +%%DATADIR%%/images/classic/layout_Section.png +%%DATADIR%%/images/classic/marginalnote-insert.png +%%DATADIR%%/images/classic/master-buffer-update.png +%%DATADIR%%/images/classic/master-buffer-view.png +%%DATADIR%%/images/classic/math-display.png +%%DATADIR%%/images/classic/math-macro-add-greedy-optional-param.png +%%DATADIR%%/images/classic/math-macro-add-optional-param.png +%%DATADIR%%/images/classic/math-macro-add-param.png +%%DATADIR%%/images/classic/math-macro-append-greedy-param.png +%%DATADIR%%/images/classic/math-macro-make-nonoptional.png +%%DATADIR%%/images/classic/math-macro-make-optional.png +%%DATADIR%%/images/classic/math-macro-remove-greedy-param.png +%%DATADIR%%/images/classic/math-macro-remove-optional-param.png +%%DATADIR%%/images/classic/math-macro-remove-param.png +%%DATADIR%%/images/classic/math-macro_newmacroname_newcommand.png +%%DATADIR%%/images/classic/math-matrix.png +%%DATADIR%%/images/classic/math-mode.png +%%DATADIR%%/images/classic/math-subscript.png +%%DATADIR%%/images/classic/math-superscript.png +%%DATADIR%%/images/classic/nomencl-insert.png +%%DATADIR%%/images/classic/note-insert.png +%%DATADIR%%/images/classic/note-next.png +%%DATADIR%%/images/classic/paste.png +%%DATADIR%%/images/classic/promote.png +%%DATADIR%%/images/classic/redo.png +%%DATADIR%%/images/classic/reload.png +%%DATADIR%%/images/classic/script-insert_subscript.png +%%DATADIR%%/images/classic/script-insert_superscript.png +%%DATADIR%%/images/classic/split-view_horizontal.png +%%DATADIR%%/images/classic/split-view_vertical.png +%%DATADIR%%/images/classic/tabular-feature_align-decimal.png +%%DATADIR%%/images/classic/tabular-feature_append-column.png +%%DATADIR%%/images/classic/tabular-feature_append-row.png +%%DATADIR%%/images/classic/tabular-feature_delete-column.png +%%DATADIR%%/images/classic/tabular-feature_delete-row.png +%%DATADIR%%/images/classic/tabular-feature_m-align-center.png +%%DATADIR%%/images/classic/tabular-feature_m-align-left.png +%%DATADIR%%/images/classic/tabular-feature_m-align-right.png +%%DATADIR%%/images/classic/tabular-feature_m-valign-bottom.png +%%DATADIR%%/images/classic/tabular-feature_m-valign-middle.png +%%DATADIR%%/images/classic/tabular-feature_m-valign-top.png +%%DATADIR%%/images/classic/tabular-feature_multicolumn.png +%%DATADIR%%/images/classic/tabular-feature_multirow.png +%%DATADIR%%/images/classic/tabular-feature_set-all-lines.png +%%DATADIR%%/images/classic/tabular-feature_set-border-lines.png +%%DATADIR%%/images/classic/tabular-feature_set-longtabular.png +%%DATADIR%%/images/classic/tabular-feature_set-rotate-cell.png +%%DATADIR%%/images/classic/tabular-feature_set-rotate-tabular.png +%%DATADIR%%/images/classic/tabular-feature_toggle-line-bottom.png +%%DATADIR%%/images/classic/tabular-feature_toggle-line-left.png +%%DATADIR%%/images/classic/tabular-feature_toggle-line-right.png +%%DATADIR%%/images/classic/tabular-feature_toggle-line-top.png +%%DATADIR%%/images/classic/tabular-feature_toggle-rotate-cell.png +%%DATADIR%%/images/classic/tabular-feature_toggle-rotate-tabular.png +%%DATADIR%%/images/classic/tabular-feature_unset-all-lines.png +%%DATADIR%%/images/classic/tabular-insert.png +%%DATADIR%%/images/classic/textstyle-apply.png +%%DATADIR%%/images/classic/thesaurus-entry.png +%%DATADIR%%/images/classic/toolbar-toggle_math.png +%%DATADIR%%/images/classic/toolbar-toggle_math_panels.png +%%DATADIR%%/images/classic/toolbar-toggle_table.png +%%DATADIR%%/images/classic/undo.png +%%DATADIR%%/images/classic/unknown.png +%%DATADIR%%/images/classic/up.png +%%DATADIR%%/images/classic/update-others.png +%%DATADIR%%/images/classic/url-insert.png +%%DATADIR%%/images/classic/vc-check-in.png +%%DATADIR%%/images/classic/vc-check-out.png +%%DATADIR%%/images/classic/vc-compare.png +%%DATADIR%%/images/classic/vc-compare_0.png +%%DATADIR%%/images/classic/vc-locking-toggle.png +%%DATADIR%%/images/classic/vc-register.png +%%DATADIR%%/images/classic/vc-repo-update.png +%%DATADIR%%/images/classic/vc-revert.png +%%DATADIR%%/images/classic/view-others.png %%DATADIR%%/images/close-tab-group.png %%DATADIR%%/images/closetab.png %%DATADIR%%/images/copy.png @@ -1020,6 +1187,98 @@ %%DATADIR%%/images/nomencl-insert.png %%DATADIR%%/images/note-insert.png %%DATADIR%%/images/note-next.png +%%DATADIR%%/images/oxygen/all-changes-accept.png +%%DATADIR%%/images/oxygen/all-changes-reject.png +%%DATADIR%%/images/oxygen/bookmark-goto.png +%%DATADIR%%/images/oxygen/bookmark-goto_0.png +%%DATADIR%%/images/oxygen/bookmark-save.png +%%DATADIR%%/images/oxygen/box-insert.png +%%DATADIR%%/images/oxygen/buffer-new.png +%%DATADIR%%/images/oxygen/buffer-reload.png +%%DATADIR%%/images/oxygen/buffer-toggle-output-sync.png +%%DATADIR%%/images/oxygen/buffer-update.png +%%DATADIR%%/images/oxygen/buffer-update_dvi.png +%%DATADIR%%/images/oxygen/buffer-update_dvi3.png +%%DATADIR%%/images/oxygen/buffer-update_pdf.png +%%DATADIR%%/images/oxygen/buffer-update_pdf2.png +%%DATADIR%%/images/oxygen/buffer-update_pdf3.png +%%DATADIR%%/images/oxygen/buffer-update_pdf4.png +%%DATADIR%%/images/oxygen/buffer-update_pdf5.png +%%DATADIR%%/images/oxygen/buffer-update_ps.png +%%DATADIR%%/images/oxygen/buffer-view.png +%%DATADIR%%/images/oxygen/buffer-view_dvi.png +%%DATADIR%%/images/oxygen/buffer-view_dvi3.png +%%DATADIR%%/images/oxygen/buffer-view_pdf.png +%%DATADIR%%/images/oxygen/buffer-view_pdf2.png +%%DATADIR%%/images/oxygen/buffer-view_pdf3.png +%%DATADIR%%/images/oxygen/buffer-view_pdf4.png +%%DATADIR%%/images/oxygen/buffer-view_pdf5.png +%%DATADIR%%/images/oxygen/buffer-view_ps.png +%%DATADIR%%/images/oxygen/buffer-write-as.png +%%DATADIR%%/images/oxygen/buffer-write.png +%%DATADIR%%/images/oxygen/change-accept.png +%%DATADIR%%/images/oxygen/change-next.png +%%DATADIR%%/images/oxygen/change-reject.png +%%DATADIR%%/images/oxygen/changes-output.png +%%DATADIR%%/images/oxygen/changes-track.png +%%DATADIR%%/images/oxygen/close-tab-group.png +%%DATADIR%%/images/oxygen/closetab.png +%%DATADIR%%/images/oxygen/copy.png +%%DATADIR%%/images/oxygen/cut.png +%%DATADIR%%/images/oxygen/depth-decrement.png +%%DATADIR%%/images/oxygen/depth-increment.png +%%DATADIR%%/images/oxygen/dialog-show-new-inset_citation.png +%%DATADIR%%/images/oxygen/dialog-show-new-inset_graphics.png +%%DATADIR%%/images/oxygen/dialog-show-new-inset_include.png +%%DATADIR%%/images/oxygen/dialog-show-new-inset_ref.png +%%DATADIR%%/images/oxygen/dialog-show_character.png +%%DATADIR%%/images/oxygen/dialog-show_findreplace.png +%%DATADIR%%/images/oxygen/dialog-show_print.png +%%DATADIR%%/images/oxygen/dialog-show_spellchecker.png +%%DATADIR%%/images/oxygen/dialog-toggle_findreplaceadv.png +%%DATADIR%%/images/oxygen/dialog-toggle_toc.png +%%DATADIR%%/images/oxygen/ert-insert.png +%%DATADIR%%/images/oxygen/file-open.png +%%DATADIR%%/images/oxygen/float-insert_figure.png +%%DATADIR%%/images/oxygen/float-insert_table.png +%%DATADIR%%/images/oxygen/font-bold.png +%%DATADIR%%/images/oxygen/font-emph.png +%%DATADIR%%/images/oxygen/font-noun.png +%%DATADIR%%/images/oxygen/footnote-insert.png +%%DATADIR%%/images/oxygen/href-insert.png +%%DATADIR%%/images/oxygen/index-insert.png +%%DATADIR%%/images/oxygen/label-insert.png +%%DATADIR%%/images/oxygen/layout-document.png +%%DATADIR%%/images/oxygen/layout-paragraph.png +%%DATADIR%%/images/oxygen/layout.png +%%DATADIR%%/images/oxygen/layout_Description.png +%%DATADIR%%/images/oxygen/layout_Enumerate.png +%%DATADIR%%/images/oxygen/layout_Itemize.png +%%DATADIR%%/images/oxygen/layout_List.png +%%DATADIR%%/images/oxygen/lyx-quit.png +%%DATADIR%%/images/oxygen/marginalnote-insert.png +%%DATADIR%%/images/oxygen/master-buffer-update.png +%%DATADIR%%/images/oxygen/master-buffer-view.png +%%DATADIR%%/images/oxygen/math-macro_newmacroname_newcommand.png +%%DATADIR%%/images/oxygen/math-mode.png +%%DATADIR%%/images/oxygen/nomencl-insert.png +%%DATADIR%%/images/oxygen/note-insert.png +%%DATADIR%%/images/oxygen/note-next.png +%%DATADIR%%/images/oxygen/paste.png +%%DATADIR%%/images/oxygen/redo.png +%%DATADIR%%/images/oxygen/reload.png +%%DATADIR%%/images/oxygen/split-view_horizontal.png +%%DATADIR%%/images/oxygen/split-view_vertical.png +%%DATADIR%%/images/oxygen/tabular-insert.png +%%DATADIR%%/images/oxygen/textstyle-apply.png +%%DATADIR%%/images/oxygen/thesaurus-entry.png +%%DATADIR%%/images/oxygen/toolbar-toggle_math.png +%%DATADIR%%/images/oxygen/toolbar-toggle_table.png +%%DATADIR%%/images/oxygen/undo.png +%%DATADIR%%/images/oxygen/update-others.png +%%DATADIR%%/images/oxygen/url-insert.png +%%DATADIR%%/images/oxygen/vc-revert.png +%%DATADIR%%/images/oxygen/view-others.png %%DATADIR%%/images/paste.png %%DATADIR%%/images/promote.png %%DATADIR%%/images/psnfss1.png @@ -1259,6 +1518,7 @@ %%DATADIR%%/layouts/stdlayouts.inc %%DATADIR%%/layouts/stdletter.inc %%DATADIR%%/layouts/stdlists.inc +%%DATADIR%%/layouts/stdlyxlist.inc %%DATADIR%%/layouts/stdrefprefix.inc %%DATADIR%%/layouts/stdsections.inc %%DATADIR%%/layouts/stdstarsections.inc @@ -1300,6 +1560,7 @@ %%DATADIR%%/layouts/treport.layout %%DATADIR%%/layouts/tufte-book.layout %%DATADIR%%/layouts/tufte-handout.layout +%%DATADIR%%/layouttranslations %%DATADIR%%/lyx2lyx/LyX.py %%DATADIR%%/lyx2lyx/LyX.pyc %%DATADIR%%/lyx2lyx/LyX.pyo @@ -1497,7 +1758,6 @@ %%DATADIR%%/tex/lyxchess.sty %%DATADIR%%/tex/lyxskak.sty %%DATADIR%%/tex/revtex.cls -%%DATADIR%%/ui/classic.ui %%DATADIR%%/ui/default.ui %%DATADIR%%/ui/stdcontext.inc %%DATADIR%%/ui/stdmenus.inc @@ -1511,8 +1771,10 @@ @dirrm %%DATADIR%%/lyx2lyx @dirrm %%DATADIR%%/layouts @dirrm %%DATADIR%%/kbd +@dirrm %%DATADIR%%/images/oxygen @dirrm %%DATADIR%%/images/math @dirrm %%DATADIR%%/images/commands +@dirrm %%DATADIR%%/images/classic @dirrm %%DATADIR%%/images @dirrm %%DATADIR%%/fonts @dirrm %%DATADIR%%/examples/uk @@ -1577,9 +1839,6 @@ @dirrm %%DATADIR%%/doc/biblio @dirrm %%DATADIR%%/doc @dirrm %%DATADIR%%/commands -@dirrm %%DATADIR%%/bind/sv -@dirrm %%DATADIR%%/bind/pt -@dirrm %%DATADIR%%/bind/fi @dirrm %%DATADIR%%/bind/de @dirrm %%DATADIR%%/bind @dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: