diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /editors | |
parent | Mark as broken on amd64-7 (and, presumably, sparc64-7). (diff) |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
Diffstat (limited to 'editors')
39 files changed, 1422 insertions, 1428 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index a015c1c6dae3..981c1e639bdc 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/abiword/Makefile,v 1.6 2006/09/30 04:39:56 ahze Exp $ +# $MCom: ports/editors/abiword/Makefile,v 1.8 2007/07/24 04:25:21 mezz Exp $ # PORTNAME= abiword PORTVERSION= 2.4.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword @@ -110,9 +110,9 @@ post-install: @${MKDIR} ${LOCALBASE}/libdata/bonobo/servers @${INSTALL_DATA} ${WRKDIR}/abiword-${PORTVERSION}/abidistfiles/GNOME_AbiWord_Control_${ABIVERSION:S/./_/}.server \ ${LOCALBASE}/libdata/bonobo/servers/ - @${MKDIR} ${LOCALBASE}/share/gnome/gnome-2.0/ui + @${MKDIR} ${LOCALBASE}/share/gnome-2.0/ui @${INSTALL_DATA} ${WRKDIR}/abiword-${PORTVERSION}/abidistfiles/abi-nautilus-view-file.xml \ - ${LOCALBASE}/share/gnome/gnome-2.0/ui/ + ${LOCALBASE}/share/gnome-2.0/ui/ .endif @-update-desktop-database diff --git a/editors/abiword/pkg-plist b/editors/abiword/pkg-plist index 05f78dc8074d..2a020dbec5c8 100644 --- a/editors/abiword/pkg-plist +++ b/editors/abiword/pkg-plist @@ -280,7 +280,7 @@ share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-yi share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-zh_CN share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-zh_TW share/applications/abiword.desktop -%%GNOME:%%share/gnome/gnome-2.0/ui/abi-nautilus-view-file.xml +%%GNOME:%%share/gnome-2.0/ui/abi-nautilus-view-file.xml share/pixmaps/abiword_48.png @dirrmtry share/applications @dirrm share/AbiSuite-%%ABIVERSION%%/templates diff --git a/editors/bless/Makefile b/editors/bless/Makefile index a19f31710d06..31eefe4b6e27 100644 --- a/editors/bless/Makefile +++ b/editors/bless/Makefile @@ -8,7 +8,7 @@ PORTNAME= bless PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= editors MASTER_SITES= http://download.gna.org/bless/ diff --git a/editors/bless/pkg-plist b/editors/bless/pkg-plist index 61e290baf125..9b4f875d2253 100644 --- a/editors/bless/pkg-plist +++ b/editors/bless/pkg-plist @@ -62,10 +62,10 @@ lib/bless-0.5.0/bin/Bless.Buffers.dll %%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_tab_close.png %%PORTDOCS%%%%DOCSDIR%%/user/index.html %%PORTDOCS%%%%DOCSDIR%%/user/legal.xml -share/gnome/applications/bless.desktop -share/gnome/omf/bless/bless-manual.omf -share/gnome/pixmaps/bless-48x48.png -@dirrm share/gnome/omf/bless +share/applications/bless.desktop +share/omf/bless/bless-manual.omf +share/pixmaps/bless-48x48.png +@dirrm share/omf/bless %%PORTDOCS%%@dirrm %%DOCSDIR%%/user/figures %%PORTDOCS%%@dirrm %%DOCSDIR%%/user %%PORTDOCS%%@dirrm %%DOCSDIR%%/developer @@ -73,3 +73,4 @@ share/gnome/pixmaps/bless-48x48.png @dirrm lib/bless-0.5.0/data @dirrm lib/bless-0.5.0/bin @dirrm lib/bless-0.5.0 +@dirrmtry share/applications diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index 88f8a09b641d..e352b946e091 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -6,7 +6,7 @@ PORTNAME= conglomerate PORTVERSION= 0.9.1 -PORTREVISION= 2 +PORTREVISION= 5 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -28,8 +28,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIB_DEPENDS+= enchant.1:${PORTSDIR}/textproc/enchant .endif -post-install: - ${MKDIR} ${PREFIX}/share/gnome/${PORTNAME}/help - ${LN} -sf ${PREFIX}/share/gnome/help/${PORTNAME} ${PREFIX}/share/gnome/${PORTNAME}/help/${PORTNAME} - .include <bsd.port.post.mk> diff --git a/editors/conglomerate/pkg-plist b/editors/conglomerate/pkg-plist index bb4b1e9235a4..c4f45fe6909d 100644 --- a/editors/conglomerate/pkg-plist +++ b/editors/conglomerate/pkg-plist @@ -1,172 +1,171 @@ bin/conglomerate etc/gconf/schemas/conglomerate.schemas -share/doc/conglomerate/class-hierarchy.html -share/doc/conglomerate/class-overview.html -share/doc/conglomerate/CongAttributeEditorCDATA.html -share/doc/conglomerate/CongAttributeEditorENUMERATION.html -share/doc/conglomerate/CongAttributeEditorLang.html -share/doc/conglomerate/CongAttributeEditor.html -share/doc/conglomerate/CongAttributeWrapperCheckButton.html -share/doc/conglomerate/CongAttributeWrapperRadioButton.html -share/doc/conglomerate/CongAttributeWrapper.html -share/doc/conglomerate/CongCommandHistory.html -share/doc/conglomerate/CongCommand.html -share/doc/conglomerate/CongDocumentTraversal.html -share/doc/conglomerate/CongDocument.html -share/doc/conglomerate/CongEditorAreaBin.html -share/doc/conglomerate/CongEditorAreaBorder.html -share/doc/conglomerate/CongEditorAreaComposer.html -share/doc/conglomerate/CongEditorAreaContainer.html -share/doc/conglomerate/CongEditorAreaEntityDecl.html -share/doc/conglomerate/CongEditorAreaEntityRef.html -share/doc/conglomerate/CongEditorAreaExpander.html -share/doc/conglomerate/CongEditorAreaLabelled.html -share/doc/conglomerate/CongEditorAreaLine.html -share/doc/conglomerate/CongEditorAreaListitem.html -share/doc/conglomerate/CongEditorAreaParagraph.html -share/doc/conglomerate/CongEditorAreaPixbuf.html -share/doc/conglomerate/CongEditorAreaSpacer.html -share/doc/conglomerate/CongEditorAreaSpanTag.html -share/doc/conglomerate/CongEditorAreaStructuralTag.html -share/doc/conglomerate/CongEditorAreaStructural.html -share/doc/conglomerate/CongEditorAreaTextComment.html -share/doc/conglomerate/CongEditorAreaTextFragment.html -share/doc/conglomerate/CongEditorAreaText.html -share/doc/conglomerate/CongEditorAreaUnderline.html -share/doc/conglomerate/CongEditorAreaUnknownTag.html -share/doc/conglomerate/CongEditorArea.html -share/doc/conglomerate/CongEditorNodeElementListitem.html -share/doc/conglomerate/CongEditorNodeElementParagraph.html -share/doc/conglomerate/CongEditorNodeElement.html -share/doc/conglomerate/CongEditorNode.html -share/doc/conglomerate/CongEditorWidget3.html -share/doc/conglomerate/conglomerate-CongApp.html -share/doc/conglomerate/conglomerate-CongDispspecElement.html -share/doc/conglomerate/conglomerate-CongDispspecRegistry.html -share/doc/conglomerate/conglomerate-CongDispspec.html -share/doc/conglomerate/conglomerate-CongEditorNodeComment.html -share/doc/conglomerate/conglomerate-CongEditorNodeDocument.html -share/doc/conglomerate/conglomerate-CongEditorNodeDtd.html -share/doc/conglomerate/conglomerate-CongEditorNodeElementAdmonition.html -share/doc/conglomerate/conglomerate-CongEditorNodeElementSpan.html -share/doc/conglomerate/conglomerate-CongEditorNodeElementStructural.html -share/doc/conglomerate/conglomerate-CongEditorNodeElementUnknown.html -share/doc/conglomerate/conglomerate-CongEditorNodeEntityDecl.html -share/doc/conglomerate/conglomerate-CongEditorNodeEntityRef.html -share/doc/conglomerate/conglomerate-CongEditorNodeText.html -share/doc/conglomerate/conglomerate-CongEditorNodeUnimplemented.html -share/doc/conglomerate/conglomerate-CongLocation.html -share/doc/conglomerate/conglomerate-CongObject.html -share/doc/conglomerate/conglomerate-CongPluginManager.html -share/doc/conglomerate/conglomerate-CongRange.html -share/doc/conglomerate/conglomerate-CongSelection.html -share/doc/conglomerate/conglomerate-CongServicePrintMethod.html -share/doc/conglomerate/conglomerate-cong-dialog.html -share/doc/conglomerate/conglomerate-cong-edit-find-and-replace.html -share/doc/conglomerate/conglomerate-cong-eel.html -share/doc/conglomerate/conglomerate-cong-eel-graphic-effects.html -share/doc/conglomerate/conglomerate-cong-enum-mapping.html -share/doc/conglomerate/conglomerate-cong-error-dialog.html -share/doc/conglomerate/conglomerate-cong-fake-plugin-hooks.html -share/doc/conglomerate/conglomerate-cong-file-selection.html -share/doc/conglomerate/conglomerate-cong-font.html -share/doc/conglomerate/conglomerate-cong-glade.html -share/doc/conglomerate/conglomerate-cong-graph.html -share/doc/conglomerate/conglomerate-cong-marshal.html -share/doc/conglomerate/conglomerate-cong-overview-view.html -share/doc/conglomerate/conglomerate-cong-parser-error.html -share/doc/conglomerate/conglomerate-cong-primary-window.html -share/doc/conglomerate/conglomerate-cong-progress-checklist.html -share/doc/conglomerate/conglomerate-cong-text-cache.html -share/doc/conglomerate/conglomerate-cong-tree-view.html -share/doc/conglomerate/conglomerate-cong-ui-hooks.html -share/doc/conglomerate/conglomerate-cong-vfs.html -share/doc/conglomerate/conglomerate-cong-view.html -share/doc/conglomerate/conglomerate-DTD-Handling.html -share/doc/conglomerate/conglomerate-global.html -share/doc/conglomerate/conglomerate-Utility-functions.html -share/doc/conglomerate/conglomerate-XML-Nodes.html -share/doc/conglomerate/CongModificationCursorChange.html -share/doc/conglomerate/CongModificationSelectionChange.html -share/doc/conglomerate/CongModificationSetDtdPtr.html -share/doc/conglomerate/CongModification.html -share/doc/conglomerate/CongNodeModificationAddAfter.html -share/doc/conglomerate/CongNodeModificationAddBefore.html -share/doc/conglomerate/CongNodeModificationMakeOrphan.html -share/doc/conglomerate/CongNodeModificationRemoveAttribute.html -share/doc/conglomerate/CongNodeModificationSetAttribute.html -share/doc/conglomerate/CongNodeModificationSetParent.html -share/doc/conglomerate/CongNodeModificationSetText.html -share/doc/conglomerate/CongNodeModification.html -share/doc/conglomerate/CongPlugin.html -share/doc/conglomerate/CongServiceDocTool.html -share/doc/conglomerate/CongServiceDocumentFactory.html -share/doc/conglomerate/CongServiceEditorNodeFactory.html -share/doc/conglomerate/CongServiceExporter.html -share/doc/conglomerate/CongServiceImporter.html -share/doc/conglomerate/CongServiceNodePropertyDialog.html -share/doc/conglomerate/CongServiceNodeTool.html -share/doc/conglomerate/CongServiceTool.html -share/doc/conglomerate/CongService.html -share/doc/conglomerate/CongTraversalNode.html -share/doc/conglomerate/CongXPathExpression.html -share/doc/conglomerate/ch01.html -share/doc/conglomerate/ch02.html -share/doc/conglomerate/editor.html -share/doc/conglomerate/helper.html -share/doc/conglomerate/index.html -share/doc/conglomerate/index.sgml -share/doc/conglomerate/ix01.html -share/doc/conglomerate/misc.html -share/doc/conglomerate/plugins.html -share/doc/conglomerate/state.html -share/doc/conglomerate/views.html -share/doc/conglomerate/xml.html -share/gnome/application-registry/conglomerate.applications -share/gnome/applications/conglomerate.desktop -share/gnome/conglomerate/css/docbook.css -share/gnome/conglomerate/dispspecs/cnxml.xds -share/gnome/conglomerate/dispspecs/dispspec.xds -share/gnome/conglomerate/dispspecs/docbook.xds -share/gnome/conglomerate/dispspecs/forrest-document.xds -share/gnome/conglomerate/dispspecs/kernel-traffic-newsletter.xds -share/gnome/conglomerate/dispspecs/opml.xds -share/gnome/conglomerate/dispspecs/readme.xds -share/gnome/conglomerate/dispspecs/relax-ng.xds -share/gnome/conglomerate/dispspecs/release.xds -share/gnome/conglomerate/dispspecs/teixlite.xds -share/gnome/conglomerate/dispspecs/website-layout.xds -share/gnome/conglomerate/dispspecs/website-webpage.xds -share/gnome/conglomerate/dispspecs/xhtml1-strict.xds -share/gnome/conglomerate/dispspecs/xsl.xds -share/gnome/conglomerate/dtd/release.dtd -share/gnome/conglomerate/dtd/xds.dtd -share/gnome/conglomerate/examples/cnxml.xml -share/gnome/conglomerate/examples/error-proposal.xml -share/gnome/conglomerate/examples/file-roller.xml -share/gnome/conglomerate/examples/i18n.xml -share/gnome/conglomerate/examples/nmtoken.xml -share/gnome/conglomerate/examples/readme.xml -share/gnome/conglomerate/examples/test-docbook.xml -share/gnome/conglomerate/examples/test-entities.xml -share/gnome/conglomerate/examples/test-table.xml -share/gnome/conglomerate/examples/test-table3.xml -share/gnome/conglomerate/glade/cong-file-import.glade -share/gnome/conglomerate/glade/cong-file-properties.glade -share/gnome/conglomerate/glade/cong-find-replace.glade -share/gnome/conglomerate/glade/cong-preferences.glade -share/gnome/conglomerate/glade/custom-element.glade -share/gnome/conglomerate/glade/docbook-common-properties.glade -share/gnome/conglomerate/glade/docbook-orderedlist-properties.glade -share/gnome/conglomerate/glade/docbook-ulink-properties.glade -share/gnome/conglomerate/glade/plugin-arbitrary.glade -share/gnome/conglomerate/glade/plugin-random.glade -share/gnome/conglomerate/glade/string_selection_dialog.glade -share/gnome/conglomerate/help/conglomerate -share/gnome/conglomerate/stylesheets/selection-to-text.xsl -share/gnome/conglomerate/templates/dispspec.xml -share/gnome/conglomerate/templates/dispspec-template.xds -share/gnome/conglomerate/templates/html.xml +share/application-registry/conglomerate.applications +share/applications/conglomerate.desktop +%%DATADIR%%/css/docbook.css +%%DATADIR%%/dispspecs/cnxml.xds +%%DATADIR%%/dispspecs/dispspec.xds +%%DATADIR%%/dispspecs/docbook.xds +%%DATADIR%%/dispspecs/forrest-document.xds +%%DATADIR%%/dispspecs/kernel-traffic-newsletter.xds +%%DATADIR%%/dispspecs/opml.xds +%%DATADIR%%/dispspecs/readme.xds +%%DATADIR%%/dispspecs/relax-ng.xds +%%DATADIR%%/dispspecs/release.xds +%%DATADIR%%/dispspecs/teixlite.xds +%%DATADIR%%/dispspecs/website-layout.xds +%%DATADIR%%/dispspecs/website-webpage.xds +%%DATADIR%%/dispspecs/xhtml1-strict.xds +%%DATADIR%%/dispspecs/xsl.xds +%%DATADIR%%/dtd/release.dtd +%%DATADIR%%/dtd/xds.dtd +%%DATADIR%%/examples/cnxml.xml +%%DATADIR%%/examples/error-proposal.xml +%%DATADIR%%/examples/file-roller.xml +%%DATADIR%%/examples/i18n.xml +%%DATADIR%%/examples/nmtoken.xml +%%DATADIR%%/examples/readme.xml +%%DATADIR%%/examples/test-docbook.xml +%%DATADIR%%/examples/test-entities.xml +%%DATADIR%%/examples/test-table.xml +%%DATADIR%%/examples/test-table3.xml +%%DATADIR%%/glade/cong-file-import.glade +%%DATADIR%%/glade/cong-file-properties.glade +%%DATADIR%%/glade/cong-find-replace.glade +%%DATADIR%%/glade/cong-preferences.glade +%%DATADIR%%/glade/custom-element.glade +%%DATADIR%%/glade/docbook-common-properties.glade +%%DATADIR%%/glade/docbook-orderedlist-properties.glade +%%DATADIR%%/glade/docbook-ulink-properties.glade +%%DATADIR%%/glade/plugin-arbitrary.glade +%%DATADIR%%/glade/plugin-random.glade +%%DATADIR%%/glade/string_selection_dialog.glade +%%DATADIR%%/stylesheets/selection-to-text.xsl +%%DATADIR%%/templates/dispspec-template.xds +%%DATADIR%%/templates/dispspec.xml +%%DATADIR%%/templates/html.xml +%%DOCSDIR%%/CongAttributeEditor.html +%%DOCSDIR%%/CongAttributeEditorCDATA.html +%%DOCSDIR%%/CongAttributeEditorENUMERATION.html +%%DOCSDIR%%/CongAttributeEditorLang.html +%%DOCSDIR%%/CongAttributeWrapper.html +%%DOCSDIR%%/CongAttributeWrapperCheckButton.html +%%DOCSDIR%%/CongAttributeWrapperRadioButton.html +%%DOCSDIR%%/CongCommand.html +%%DOCSDIR%%/CongCommandHistory.html +%%DOCSDIR%%/CongDocument.html +%%DOCSDIR%%/CongDocumentTraversal.html +%%DOCSDIR%%/CongEditorArea.html +%%DOCSDIR%%/CongEditorAreaBin.html +%%DOCSDIR%%/CongEditorAreaBorder.html +%%DOCSDIR%%/CongEditorAreaComposer.html +%%DOCSDIR%%/CongEditorAreaContainer.html +%%DOCSDIR%%/CongEditorAreaEntityDecl.html +%%DOCSDIR%%/CongEditorAreaEntityRef.html +%%DOCSDIR%%/CongEditorAreaExpander.html +%%DOCSDIR%%/CongEditorAreaLabelled.html +%%DOCSDIR%%/CongEditorAreaLine.html +%%DOCSDIR%%/CongEditorAreaListitem.html +%%DOCSDIR%%/CongEditorAreaParagraph.html +%%DOCSDIR%%/CongEditorAreaPixbuf.html +%%DOCSDIR%%/CongEditorAreaSpacer.html +%%DOCSDIR%%/CongEditorAreaSpanTag.html +%%DOCSDIR%%/CongEditorAreaStructural.html +%%DOCSDIR%%/CongEditorAreaStructuralTag.html +%%DOCSDIR%%/CongEditorAreaText.html +%%DOCSDIR%%/CongEditorAreaTextComment.html +%%DOCSDIR%%/CongEditorAreaTextFragment.html +%%DOCSDIR%%/CongEditorAreaUnderline.html +%%DOCSDIR%%/CongEditorAreaUnknownTag.html +%%DOCSDIR%%/CongEditorNode.html +%%DOCSDIR%%/CongEditorNodeElement.html +%%DOCSDIR%%/CongEditorNodeElementListitem.html +%%DOCSDIR%%/CongEditorNodeElementParagraph.html +%%DOCSDIR%%/CongEditorWidget3.html +%%DOCSDIR%%/CongModification.html +%%DOCSDIR%%/CongModificationCursorChange.html +%%DOCSDIR%%/CongModificationSelectionChange.html +%%DOCSDIR%%/CongModificationSetDtdPtr.html +%%DOCSDIR%%/CongNodeModification.html +%%DOCSDIR%%/CongNodeModificationAddAfter.html +%%DOCSDIR%%/CongNodeModificationAddBefore.html +%%DOCSDIR%%/CongNodeModificationMakeOrphan.html +%%DOCSDIR%%/CongNodeModificationRemoveAttribute.html +%%DOCSDIR%%/CongNodeModificationSetAttribute.html +%%DOCSDIR%%/CongNodeModificationSetParent.html +%%DOCSDIR%%/CongNodeModificationSetText.html +%%DOCSDIR%%/CongPlugin.html +%%DOCSDIR%%/CongService.html +%%DOCSDIR%%/CongServiceDocTool.html +%%DOCSDIR%%/CongServiceDocumentFactory.html +%%DOCSDIR%%/CongServiceEditorNodeFactory.html +%%DOCSDIR%%/CongServiceExporter.html +%%DOCSDIR%%/CongServiceImporter.html +%%DOCSDIR%%/CongServiceNodePropertyDialog.html +%%DOCSDIR%%/CongServiceNodeTool.html +%%DOCSDIR%%/CongServiceTool.html +%%DOCSDIR%%/CongTraversalNode.html +%%DOCSDIR%%/CongXPathExpression.html +%%DOCSDIR%%/ch01.html +%%DOCSDIR%%/ch02.html +%%DOCSDIR%%/class-hierarchy.html +%%DOCSDIR%%/class-overview.html +%%DOCSDIR%%/conglomerate-CongApp.html +%%DOCSDIR%%/conglomerate-CongDispspec.html +%%DOCSDIR%%/conglomerate-CongDispspecElement.html +%%DOCSDIR%%/conglomerate-CongDispspecRegistry.html +%%DOCSDIR%%/conglomerate-CongEditorNodeComment.html +%%DOCSDIR%%/conglomerate-CongEditorNodeDocument.html +%%DOCSDIR%%/conglomerate-CongEditorNodeDtd.html +%%DOCSDIR%%/conglomerate-CongEditorNodeElementAdmonition.html +%%DOCSDIR%%/conglomerate-CongEditorNodeElementSpan.html +%%DOCSDIR%%/conglomerate-CongEditorNodeElementStructural.html +%%DOCSDIR%%/conglomerate-CongEditorNodeElementUnknown.html +%%DOCSDIR%%/conglomerate-CongEditorNodeEntityDecl.html +%%DOCSDIR%%/conglomerate-CongEditorNodeEntityRef.html +%%DOCSDIR%%/conglomerate-CongEditorNodeText.html +%%DOCSDIR%%/conglomerate-CongEditorNodeUnimplemented.html +%%DOCSDIR%%/conglomerate-CongLocation.html +%%DOCSDIR%%/conglomerate-CongObject.html +%%DOCSDIR%%/conglomerate-CongPluginManager.html +%%DOCSDIR%%/conglomerate-CongRange.html +%%DOCSDIR%%/conglomerate-CongSelection.html +%%DOCSDIR%%/conglomerate-CongServicePrintMethod.html +%%DOCSDIR%%/conglomerate-DTD-Handling.html +%%DOCSDIR%%/conglomerate-Utility-functions.html +%%DOCSDIR%%/conglomerate-XML-Nodes.html +%%DOCSDIR%%/conglomerate-cong-dialog.html +%%DOCSDIR%%/conglomerate-cong-edit-find-and-replace.html +%%DOCSDIR%%/conglomerate-cong-eel-graphic-effects.html +%%DOCSDIR%%/conglomerate-cong-eel.html +%%DOCSDIR%%/conglomerate-cong-enum-mapping.html +%%DOCSDIR%%/conglomerate-cong-error-dialog.html +%%DOCSDIR%%/conglomerate-cong-fake-plugin-hooks.html +%%DOCSDIR%%/conglomerate-cong-file-selection.html +%%DOCSDIR%%/conglomerate-cong-font.html +%%DOCSDIR%%/conglomerate-cong-glade.html +%%DOCSDIR%%/conglomerate-cong-graph.html +%%DOCSDIR%%/conglomerate-cong-marshal.html +%%DOCSDIR%%/conglomerate-cong-overview-view.html +%%DOCSDIR%%/conglomerate-cong-parser-error.html +%%DOCSDIR%%/conglomerate-cong-primary-window.html +%%DOCSDIR%%/conglomerate-cong-progress-checklist.html +%%DOCSDIR%%/conglomerate-cong-text-cache.html +%%DOCSDIR%%/conglomerate-cong-tree-view.html +%%DOCSDIR%%/conglomerate-cong-ui-hooks.html +%%DOCSDIR%%/conglomerate-cong-vfs.html +%%DOCSDIR%%/conglomerate-cong-view.html +%%DOCSDIR%%/conglomerate-global.html +%%DOCSDIR%%/editor.html +%%DOCSDIR%%/helper.html +%%DOCSDIR%%/index.html +%%DOCSDIR%%/index.sgml +%%DOCSDIR%%/ix01.html +%%DOCSDIR%%/misc.html +%%DOCSDIR%%/plugins.html +%%DOCSDIR%%/state.html +%%DOCSDIR%%/views.html +%%DOCSDIR%%/xml.html share/gnome/help/conglomerate/C/cong_element_map_ref.xml share/gnome/help/conglomerate/C/conglomerate.xml share/gnome/help/conglomerate/C/conventions.xml @@ -176,6 +175,7 @@ share/gnome/help/conglomerate/C/figures/caution.png share/gnome/help/conglomerate/C/figures/cong_create_new_file_wiz1.png share/gnome/help/conglomerate/C/figures/cong_create_new_file_wiz2.png share/gnome/help/conglomerate/C/figures/cong_dump_xds_dialog.png +share/gnome/help/conglomerate/C/figures/cong_edit_xds_dialog.png share/gnome/help/conglomerate/C/figures/cong_editor_outlineview_overview.png share/gnome/help/conglomerate/C/figures/cong_editor_outlineview_popup_menu.png share/gnome/help/conglomerate/C/figures/cong_editor_outlineview_raw.png @@ -187,7 +187,6 @@ share/gnome/help/conglomerate/C/figures/cong_editor_window_menubar.png share/gnome/help/conglomerate/C/figures/cong_editor_window_statusbar.png share/gnome/help/conglomerate/C/figures/cong_editor_window_titlebar.png share/gnome/help/conglomerate/C/figures/cong_editor_window_toolbar.png -share/gnome/help/conglomerate/C/figures/cong_edit_xds_dialog.png share/gnome/help/conglomerate/C/figures/cong_export_file_dialog.png share/gnome/help/conglomerate/C/figures/cong_import_file_dialog.png share/gnome/help/conglomerate/C/figures/cong_inline_menu.png @@ -226,47 +225,6 @@ share/gnome/help/conglomerate/C/notice_gpl.xml share/gnome/help/conglomerate/C/row_xml_lang_attrib.xml share/gnome/help/conglomerate/C/tbl_element_attrib.xml share/gnome/help/conglomerate/C/xds_dtd_def.xml -share/gnome/mime-info/conglomerate.keys -share/gnome/mime-info/conglomerate.mime -share/gnome/omf/conglomerate/conglomerate-C.omf -share/gnome/pixmaps/conglomerate-icon-16.png -share/gnome/pixmaps/conglomerate/conglomerate-icon-32.png -share/gnome/pixmaps/conglomerate/conglomerate-logo.png -share/gnome/pixmaps/conglomerate/cong-address-16.png -share/gnome/pixmaps/conglomerate/cong-answer-16.png -share/gnome/pixmaps/conglomerate/cong-author-16.png -share/gnome/pixmaps/conglomerate/cong-bibliography-16.png -share/gnome/pixmaps/conglomerate/cong-bulleted-list-16.png -share/gnome/pixmaps/conglomerate/cong-caution-48.png -share/gnome/pixmaps/conglomerate/cong-comment-16.png -share/gnome/pixmaps/conglomerate/cong-code-fragment-16.png -share/gnome/pixmaps/conglomerate/cong-definition-list-16.png -share/gnome/pixmaps/conglomerate/cong-docbook-article-16.png -share/gnome/pixmaps/conglomerate/cong-docbook-book-16.png -share/gnome/pixmaps/conglomerate/cong-docbook-set-16.png -share/gnome/pixmaps/conglomerate/cong-editor-16.png -share/gnome/pixmaps/conglomerate/cong-entry-16.png -share/gnome/pixmaps/conglomerate/cong-faq-16.png -share/gnome/pixmaps/conglomerate/cong-footnote-16.png -share/gnome/pixmaps/conglomerate/cong-history-16.png -share/gnome/pixmaps/conglomerate/cong-important-48.png -share/gnome/pixmaps/conglomerate/cong-indexterm-16.png -share/gnome/pixmaps/conglomerate/cong-list-item-16.png -share/gnome/pixmaps/conglomerate/cong-list-16.png -share/gnome/pixmaps/conglomerate/cong-metadata-16.png -share/gnome/pixmaps/conglomerate/cong-name-16.png -share/gnome/pixmaps/conglomerate/cong-note-48.png -share/gnome/pixmaps/conglomerate/cong-numbered-list-16.png -share/gnome/pixmaps/conglomerate/cong-paragraph-16.png -share/gnome/pixmaps/conglomerate/cong-publisher-16.png -share/gnome/pixmaps/conglomerate/cong-question-16.png -share/gnome/pixmaps/conglomerate/cong-subsection-16.png -share/gnome/pixmaps/conglomerate/cong-summary-16.png -share/gnome/pixmaps/conglomerate/cong-tip-48.png -share/gnome/pixmaps/conglomerate/cong-title-16.png -share/gnome/pixmaps/conglomerate/cong-uncomment-16.png -share/gnome/pixmaps/conglomerate/cong-warning-48.png -share/gnome/pixmaps/conglomerate/cong-wrapper-16.png share/locale/az/LC_MESSAGES/conglomerate.mo share/locale/ca/LC_MESSAGES/conglomerate.mo share/locale/cs/LC_MESSAGES/conglomerate.mo @@ -293,20 +251,59 @@ share/locale/sr@Latn/LC_MESSAGES/conglomerate.mo share/locale/sv/LC_MESSAGES/conglomerate.mo share/locale/uk/LC_MESSAGES/conglomerate.mo share/locale/zh_CN/LC_MESSAGES/conglomerate.mo -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrm share/gnome/pixmaps/conglomerate -@dirrm share/gnome/omf/conglomerate +share/mime-info/conglomerate.keys +share/mime-info/conglomerate.mime +share/omf/conglomerate/conglomerate-C.omf +share/pixmaps/conglomerate-icon-16.png +share/pixmaps/conglomerate/cong-address-16.png +share/pixmaps/conglomerate/cong-answer-16.png +share/pixmaps/conglomerate/cong-author-16.png +share/pixmaps/conglomerate/cong-bibliography-16.png +share/pixmaps/conglomerate/cong-bulleted-list-16.png +share/pixmaps/conglomerate/cong-caution-48.png +share/pixmaps/conglomerate/cong-code-fragment-16.png +share/pixmaps/conglomerate/cong-comment-16.png +share/pixmaps/conglomerate/cong-definition-list-16.png +share/pixmaps/conglomerate/cong-docbook-article-16.png +share/pixmaps/conglomerate/cong-docbook-book-16.png +share/pixmaps/conglomerate/cong-docbook-set-16.png +share/pixmaps/conglomerate/cong-editor-16.png +share/pixmaps/conglomerate/cong-entry-16.png +share/pixmaps/conglomerate/cong-faq-16.png +share/pixmaps/conglomerate/cong-footnote-16.png +share/pixmaps/conglomerate/cong-history-16.png +share/pixmaps/conglomerate/cong-important-48.png +share/pixmaps/conglomerate/cong-indexterm-16.png +share/pixmaps/conglomerate/cong-list-16.png +share/pixmaps/conglomerate/cong-list-item-16.png +share/pixmaps/conglomerate/cong-metadata-16.png +share/pixmaps/conglomerate/cong-name-16.png +share/pixmaps/conglomerate/cong-note-48.png +share/pixmaps/conglomerate/cong-numbered-list-16.png +share/pixmaps/conglomerate/cong-paragraph-16.png +share/pixmaps/conglomerate/cong-publisher-16.png +share/pixmaps/conglomerate/cong-question-16.png +share/pixmaps/conglomerate/cong-subsection-16.png +share/pixmaps/conglomerate/cong-summary-16.png +share/pixmaps/conglomerate/cong-tip-48.png +share/pixmaps/conglomerate/cong-title-16.png +share/pixmaps/conglomerate/cong-uncomment-16.png +share/pixmaps/conglomerate/cong-warning-48.png +share/pixmaps/conglomerate/cong-wrapper-16.png +share/pixmaps/conglomerate/conglomerate-icon-32.png +share/pixmaps/conglomerate/conglomerate-logo.png +@dirrm share/omf/conglomerate +@dirrm share/pixmaps/conglomerate @dirrm share/gnome/help/conglomerate/C/figures @dirrm share/gnome/help/conglomerate/C @dirrm share/gnome/help/conglomerate -@dirrm share/gnome/conglomerate/css -@dirrm share/gnome/conglomerate/dispspecs -@dirrm share/gnome/conglomerate/dtd -@dirrm share/gnome/conglomerate/examples -@dirrm share/gnome/conglomerate/glade -@dirrm share/gnome/conglomerate/help -@dirrm share/gnome/conglomerate/stylesheets -@dirrm share/gnome/conglomerate/templates -@dirrm share/gnome/conglomerate -@dirrm share/doc/conglomerate +@dirrm %%DOCSDIR%% +@dirrm %%DATADIR%%/templates +@dirrm %%DATADIR%%/stylesheets +@dirrm %%DATADIR%%/glade +@dirrm %%DATADIR%%/examples +@dirrm %%DATADIR%%/dtd +@dirrm %%DATADIR%%/dispspecs +@dirrm %%DATADIR%%/css +@dirrm %%DATADIR%% +@dirrmtry share/applications diff --git a/editors/dedit/Makefile b/editors/dedit/Makefile index e7cd33edd9d9..f459e8b012d8 100644 --- a/editors/dedit/Makefile +++ b/editors/dedit/Makefile @@ -7,7 +7,7 @@ PORTNAME= dedit PORTVERSION= 0.6.2.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -35,8 +35,7 @@ BROKEN= Broken with gcc 4.2 pre-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|\(\$$(datadir)/\)gnome/|\1|g ; \ - s|dedit.ja.1||' + 's|dedit.ja.1||' post-install: ${INSTALL_MAN} ${WRKSRC}/doc/dedit.ja.1 ${MANPREFIX}/man/ja/man1/dedit.1 diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile index 757529260495..f3b9067d69f9 100644 --- a/editors/gedit-plugins/Makefile +++ b/editors/gedit-plugins/Makefile @@ -3,12 +3,11 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/gedit-plugins/Makefile,v 1.21 2007/02/20 21:09:47 marcus Exp $ +# $MCom: ports/editors/gedit-plugins/Makefile,v 1.24 2007/09/30 17:15:47 mezz Exp $ # PORTNAME= gedit-plugins -PORTVERSION= 2.18.0 -PORTREVISION= 1 +PORTVERSION= 2.20.0 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -42,10 +41,10 @@ WITH_GNOME= yes .include <bsd.port.pre.mk> -.if ${HAVE_GNOME:Mpygnomedesktop}!="" && ${ARCH}!="sparc64" +.if ${HAVE_GNOME:Mpygtksourceview}!="" && ${ARCH}!="sparc64" USE_PYTHON= yes .include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygnomedesktop +USE_GNOME+= pygtksourceview BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte CONFIGURE_ARGS+=--enable-python diff --git a/editors/gedit-plugins/distinfo b/editors/gedit-plugins/distinfo index d74b8a1ac51a..cecfe8cb1c1b 100644 --- a/editors/gedit-plugins/distinfo +++ b/editors/gedit-plugins/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gedit-plugins-2.18.0.tar.bz2) = a2c3d02f90eab956f7e7df465d191f64 -SHA256 (gnome2/gedit-plugins-2.18.0.tar.bz2) = 744bad785d51741d5cd33ff09c32cddc28a5062102447be161a8091f63b7e095 -SIZE (gnome2/gedit-plugins-2.18.0.tar.bz2) = 562590 +MD5 (gnome2/gedit-plugins-2.20.0.tar.bz2) = ec5be3d10ca4da4b33effad207ef35e9 +SHA256 (gnome2/gedit-plugins-2.20.0.tar.bz2) = 35786e5969340f1028522bc4026cce20fcc62bfc69d9eb9ef094fbc745e4e884 +SIZE (gnome2/gedit-plugins-2.20.0.tar.bz2) = 555944 diff --git a/editors/gedit-plugins/pkg-plist b/editors/gedit-plugins/pkg-plist index 7c10f9e54f3e..c6abbc83d0aa 100644 --- a/editors/gedit-plugins/pkg-plist +++ b/editors/gedit-plugins/pkg-plist @@ -71,6 +71,7 @@ share/locale/he/LC_MESSAGES/gedit-plugins.mo share/locale/hi/LC_MESSAGES/gedit-plugins.mo share/locale/hr/LC_MESSAGES/gedit-plugins.mo share/locale/hu/LC_MESSAGES/gedit-plugins.mo +share/locale/it/LC_MESSAGES/gedit-plugins.mo share/locale/ja/LC_MESSAGES/gedit-plugins.mo share/locale/kn/LC_MESSAGES/gedit-plugins.mo share/locale/ko/LC_MESSAGES/gedit-plugins.mo @@ -85,6 +86,7 @@ share/locale/ne/LC_MESSAGES/gedit-plugins.mo share/locale/nl/LC_MESSAGES/gedit-plugins.mo share/locale/nn/LC_MESSAGES/gedit-plugins.mo share/locale/no/LC_MESSAGES/gedit-plugins.mo +share/locale/oc/LC_MESSAGES/gedit-plugins.mo share/locale/or/LC_MESSAGES/gedit-plugins.mo share/locale/pa/LC_MESSAGES/gedit-plugins.mo share/locale/pl/LC_MESSAGES/gedit-plugins.mo @@ -113,5 +115,7 @@ share/locale/zh_TW/LC_MESSAGES/gedit-plugins.mo @dirrmtry share/locale/zh_HK @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 7a52ae6b44af..008cc868983f 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/gedit/Makefile,v 1.58 2007/03/11 17:00:31 marcus Exp $ +# $MCom: ports/editors/gedit/Makefile,v 1.72 2007/10/18 17:08:10 mezz Exp $ # PORTNAME= gedit -PORTVERSION= 2.18.2 +PORTVERSION= 2.20.3 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -28,11 +28,11 @@ USE_LDCONFIG= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack intlhack \ - libgnomeprintui libgnomeui eel2 gtksourceview desktopfileutils + libgnomeprintui libgnomeui eel2 gtksourceview2 desktopfileutils WANT_GNOME= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -PLIST_SUB= VERSION="2.16" +PLIST_SUB= VERSION="2.20" MAN1= gedit.1 GCONF_SCHEMAS= gedit.schemas gedit-file-browser.schemas @@ -44,10 +44,10 @@ WITH_GNOME= yes .include <bsd.port.pre.mk> -.if ${HAVE_GNOME:Mpygnomedesktop}!="" +.if ${HAVE_GNOME:Mpygtksourceview}!="" USE_PYTHON= yes .include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygnomedesktop +USE_GNOME+= pygtksourceview CONFIGURE_ARGS+=--enable-python PLIST_SUB+= PYTHON="" .else diff --git a/editors/gedit/distinfo b/editors/gedit/distinfo index b1363a5e697a..21ac4dc98f5c 100644 --- a/editors/gedit/distinfo +++ b/editors/gedit/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gedit-2.18.2.tar.bz2) = 7e8bf29bd6bf0d17ceaf42d9bd5d94e6 -SHA256 (gnome2/gedit-2.18.2.tar.bz2) = 12e4c2e15c1449e92f9f6c7966f4e1829290d5af35b9ec0b9274d8f167a89f44 -SIZE (gnome2/gedit-2.18.2.tar.bz2) = 3454560 +MD5 (gnome2/gedit-2.20.3.tar.bz2) = afc7bb5327c0cba393af4b1f6fa096c1 +SHA256 (gnome2/gedit-2.20.3.tar.bz2) = d8159e6a3442a3bcf8dba5aab5b8d4b79faa5f2d14d9df9b43fa0e9186922df0 +SIZE (gnome2/gedit-2.20.3.tar.bz2) = 3812377 diff --git a/editors/gedit/pkg-plist b/editors/gedit/pkg-plist index b77169ded8fd..31b00b2ab69f 100644 --- a/editors/gedit/pkg-plist +++ b/editors/gedit/pkg-plist @@ -15,8 +15,6 @@ include/gedit-%%VERSION%%/gedit/gedit-panel.h include/gedit-%%VERSION%%/gedit/gedit-plugin.h include/gedit-%%VERSION%%/gedit/gedit-prefs-manager-app.h include/gedit-%%VERSION%%/gedit/gedit-prefs-manager.h -include/gedit-%%VERSION%%/gedit/gedit-print-job-preview.h -include/gedit-%%VERSION%%/gedit/gedit-print.h include/gedit-%%VERSION%%/gedit/gedit-progress-message-area.h include/gedit-%%VERSION%%/gedit/gedit-statusbar.h include/gedit-%%VERSION%%/gedit/gedit-tab.h @@ -59,8 +57,8 @@ lib/gedit-2/plugins/libfilebrowser.la lib/gedit-2/plugins/libfilebrowser.so lib/gedit-2/plugins/libindent.la lib/gedit-2/plugins/libindent.so -%%PYTHON%%lib/gedit-2/plugins/libmodelines.la -%%PYTHON%%lib/gedit-2/plugins/libmodelines.so +lib/gedit-2/plugins/libmodelines.la +lib/gedit-2/plugins/libmodelines.so lib/gedit-2/plugins/libsample.la lib/gedit-2/plugins/libsample.so lib/gedit-2/plugins/libsort.la @@ -71,7 +69,7 @@ lib/gedit-2/plugins/libtaglist.la lib/gedit-2/plugins/libtaglist.so lib/gedit-2/plugins/libtime.la lib/gedit-2/plugins/libtime.so -%%PYTHON%%lib/gedit-2/plugins/modelines.gedit-plugin +lib/gedit-2/plugins/modelines.gedit-plugin %%PYTHON%%lib/gedit-2/plugins/pythonconsole.gedit-plugin %%PYTHON%%lib/gedit-2/plugins/pythonconsole/__init__.py %%PYTHON%%lib/gedit-2/plugins/pythonconsole/__init__.pyc @@ -81,42 +79,55 @@ lib/gedit-2/plugins/libtime.so %%PYTHON%%lib/gedit-2/plugins/pythonconsole/console.pyo lib/gedit-2/plugins/sample.gedit-plugin %%PYTHON%%lib/gedit-2/plugins/snippets.gedit-plugin +%%PYTHON%%lib/gedit-2/plugins/snippets/Document.py +%%PYTHON%%lib/gedit-2/plugins/snippets/Document.pyc +%%PYTHON%%lib/gedit-2/plugins/snippets/Document.pyo %%PYTHON%%lib/gedit-2/plugins/snippets/ElementTree.py %%PYTHON%%lib/gedit-2/plugins/snippets/ElementTree.pyc %%PYTHON%%lib/gedit-2/plugins/snippets/ElementTree.pyo +%%PYTHON%%lib/gedit-2/plugins/snippets/Exporter.py +%%PYTHON%%lib/gedit-2/plugins/snippets/Exporter.pyc +%%PYTHON%%lib/gedit-2/plugins/snippets/Exporter.pyo +%%PYTHON%%lib/gedit-2/plugins/snippets/Helper.py +%%PYTHON%%lib/gedit-2/plugins/snippets/Helper.pyc +%%PYTHON%%lib/gedit-2/plugins/snippets/Helper.pyo +%%PYTHON%%lib/gedit-2/plugins/snippets/Importer.py +%%PYTHON%%lib/gedit-2/plugins/snippets/Importer.pyc +%%PYTHON%%lib/gedit-2/plugins/snippets/Importer.pyo +%%PYTHON%%lib/gedit-2/plugins/snippets/Library.py +%%PYTHON%%lib/gedit-2/plugins/snippets/Library.pyc +%%PYTHON%%lib/gedit-2/plugins/snippets/Library.pyo +%%PYTHON%%lib/gedit-2/plugins/snippets/Manager.py +%%PYTHON%%lib/gedit-2/plugins/snippets/Manager.pyc +%%PYTHON%%lib/gedit-2/plugins/snippets/Manager.pyo +%%PYTHON%%lib/gedit-2/plugins/snippets/Parser.py +%%PYTHON%%lib/gedit-2/plugins/snippets/Parser.pyc +%%PYTHON%%lib/gedit-2/plugins/snippets/Parser.pyo +%%PYTHON%%lib/gedit-2/plugins/snippets/Placeholder.py +%%PYTHON%%lib/gedit-2/plugins/snippets/Placeholder.pyc +%%PYTHON%%lib/gedit-2/plugins/snippets/Placeholder.pyo %%PYTHON%%lib/gedit-2/plugins/snippets/Snippet.py %%PYTHON%%lib/gedit-2/plugins/snippets/Snippet.pyc %%PYTHON%%lib/gedit-2/plugins/snippets/Snippet.pyo %%PYTHON%%lib/gedit-2/plugins/snippets/SnippetComplete.py %%PYTHON%%lib/gedit-2/plugins/snippets/SnippetComplete.pyc %%PYTHON%%lib/gedit-2/plugins/snippets/SnippetComplete.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetController.py -%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetController.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetController.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetPlaceholders.py -%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetPlaceholders.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetPlaceholders.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetPluginInstance.py -%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetPluginInstance.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetPluginInstance.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetsDialog.py -%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetsDialog.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetsDialog.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetsLibrary.py -%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetsLibrary.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetsLibrary.pyo +%%PYTHON%%lib/gedit-2/plugins/snippets/SubstitutionParser.py +%%PYTHON%%lib/gedit-2/plugins/snippets/SubstitutionParser.pyc +%%PYTHON%%lib/gedit-2/plugins/snippets/SubstitutionParser.pyo +%%PYTHON%%lib/gedit-2/plugins/snippets/WindowHelper.py +%%PYTHON%%lib/gedit-2/plugins/snippets/WindowHelper.pyc +%%PYTHON%%lib/gedit-2/plugins/snippets/WindowHelper.pyo %%PYTHON%%lib/gedit-2/plugins/snippets/__init__.py %%PYTHON%%lib/gedit-2/plugins/snippets/__init__.pyc %%PYTHON%%lib/gedit-2/plugins/snippets/__init__.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/functions.py -%%PYTHON%%lib/gedit-2/plugins/snippets/functions.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/functions.pyo %%PYTHON%%lib/gedit-2/plugins/snippets/snippets.glade lib/gedit-2/plugins/sort.gedit-plugin lib/gedit-2/plugins/spell.gedit-plugin lib/gedit-2/plugins/taglist.gedit-plugin lib/gedit-2/plugins/time.gedit-plugin libdata/pkgconfig/gedit-%%VERSION%%.pc +share/applications/gedit.desktop %%DOCSDIR%%/GeditApp.html %%DOCSDIR%%/GeditDocument.html %%DOCSDIR%%/GeditEncodingsOptionMenu.html @@ -150,47 +161,48 @@ libdata/pkgconfig/gedit-%%VERSION%%.pc %%DOCSDIR%%/right.png %%DOCSDIR%%/style.css %%DOCSDIR%%/up.png -share/gnome/applications/gedit.desktop -share/gnome/gedit-2/glade/docinfo.glade2 -share/gnome/gedit-2/glade/gedit-encodings-dialog.glade -share/gnome/gedit-2/glade/gedit-open-location-dialog.glade -share/gnome/gedit-2/glade/gedit-page-setup-dialog.glade -share/gnome/gedit-2/glade/gedit-preferences-dialog.glade -share/gnome/gedit-2/glade/gedit-search-dialog.glade -share/gnome/gedit-2/glade/languages-dialog.glade2 -share/gnome/gedit-2/glade/sort.glade2 -share/gnome/gedit-2/glade/spell-checker.glade2 -share/gnome/gedit-2/glade/time.glade2 -share/gnome/gedit-2/icons/gedit-plugin.png -share/gnome/gedit-2/logo/gedit-logo.png -share/gnome/gedit-2/plugins/filebrowser/gedit-file-browser-widget-ui.xml -%%PYTHON%%share/gnome/gedit-2/plugins/snippets/c++.xml -%%PYTHON%%share/gnome/gedit-2/plugins/snippets/c.xml -%%PYTHON%%share/gnome/gedit-2/plugins/snippets/css.xml -%%PYTHON%%share/gnome/gedit-2/plugins/snippets/docbook.xml -%%PYTHON%%share/gnome/gedit-2/plugins/snippets/global.xml -%%PYTHON%%share/gnome/gedit-2/plugins/snippets/haskell.xml -%%PYTHON%%share/gnome/gedit-2/plugins/snippets/html.xml -%%PYTHON%%share/gnome/gedit-2/plugins/snippets/idl.xml -%%PYTHON%%share/gnome/gedit-2/plugins/snippets/java.xml -%%PYTHON%%share/gnome/gedit-2/plugins/snippets/javascript.xml -%%PYTHON%%share/gnome/gedit-2/plugins/snippets/latex.xml -%%PYTHON%%share/gnome/gedit-2/plugins/snippets/perl.xml -%%PYTHON%%share/gnome/gedit-2/plugins/snippets/php.xml -%%PYTHON%%share/gnome/gedit-2/plugins/snippets/python.xml -%%PYTHON%%share/gnome/gedit-2/plugins/snippets/ruby.xml -%%PYTHON%%share/gnome/gedit-2/plugins/snippets/sh.xml -%%PYTHON%%share/gnome/gedit-2/plugins/snippets/tcl.xml -%%PYTHON%%share/gnome/gedit-2/plugins/snippets/xml.xml -%%PYTHON%%share/gnome/gedit-2/plugins/tools/build -%%PYTHON%%share/gnome/gedit-2/plugins/tools/open-terminal-here -%%PYTHON%%share/gnome/gedit-2/plugins/tools/remove-trailing-spaces -%%PYTHON%%share/gnome/gedit-2/plugins/tools/run-command -share/gnome/gedit-2/taglist/HTML.tags.gz -share/gnome/gedit-2/taglist/Latex.tags.gz -share/gnome/gedit-2/taglist/XSLT.tags.gz -share/gnome/gedit-2/taglist/XUL.tags.gz -share/gnome/gedit-2/ui/gedit-ui.xml +share/gedit-2/glade/docinfo.glade2 +share/gedit-2/glade/gedit-encodings-dialog.glade +share/gedit-2/glade/gedit-open-location-dialog.glade +share/gedit-2/glade/gedit-page-setup-dialog.glade +share/gedit-2/glade/gedit-preferences-dialog.glade +share/gedit-2/glade/gedit-search-dialog.glade +share/gedit-2/glade/languages-dialog.glade2 +share/gedit-2/glade/sort.glade2 +share/gedit-2/glade/spell-checker.glade2 +share/gedit-2/glade/time.glade2 +share/gedit-2/icons/gedit-plugin.png +share/gedit-2/logo/gedit-logo.png +share/gedit-2/plugins/filebrowser/gedit-file-browser-widget-ui.xml +%%PYTHON%%share/gedit-2/plugins/snippets/c++.xml +%%PYTHON%%share/gedit-2/plugins/snippets/c.xml +%%PYTHON%%share/gedit-2/plugins/snippets/css.xml +%%PYTHON%%share/gedit-2/plugins/snippets/docbook.xml +%%PYTHON%%share/gedit-2/plugins/snippets/global.xml +%%PYTHON%%share/gedit-2/plugins/snippets/haskell.xml +%%PYTHON%%share/gedit-2/plugins/snippets/html.xml +%%PYTHON%%share/gedit-2/plugins/snippets/idl.xml +%%PYTHON%%share/gedit-2/plugins/snippets/java.xml +%%PYTHON%%share/gedit-2/plugins/snippets/javascript.xml +%%PYTHON%%share/gedit-2/plugins/snippets/lang/snippets.lang +%%PYTHON%%share/gedit-2/plugins/snippets/latex.xml +%%PYTHON%%share/gedit-2/plugins/snippets/perl.xml +%%PYTHON%%share/gedit-2/plugins/snippets/php.xml +%%PYTHON%%share/gedit-2/plugins/snippets/python.xml +%%PYTHON%%share/gedit-2/plugins/snippets/ruby.xml +%%PYTHON%%share/gedit-2/plugins/snippets/sh.xml +%%PYTHON%%share/gedit-2/plugins/snippets/snippets.xml +%%PYTHON%%share/gedit-2/plugins/snippets/tcl.xml +%%PYTHON%%share/gedit-2/plugins/snippets/xml.xml +%%PYTHON%%share/gedit-2/plugins/tools/build +%%PYTHON%%share/gedit-2/plugins/tools/open-terminal-here +%%PYTHON%%share/gedit-2/plugins/tools/remove-trailing-spaces +%%PYTHON%%share/gedit-2/plugins/tools/run-command +share/gedit-2/taglist/HTML.tags.gz +share/gedit-2/taglist/Latex.tags.gz +share/gedit-2/taglist/XSLT.tags.gz +share/gedit-2/taglist/XUL.tags.gz +share/gedit-2/ui/gedit-ui.xml share/gnome/help/gedit/C/figures/gedit_format_bold.png share/gnome/help/gedit/C/figures/gedit_format_italic.png share/gnome/help/gedit/C/figures/gedit_format_strikethrough.png @@ -235,6 +247,14 @@ share/gnome/help/gedit/fr/figures/gedit_recent_files_menu_icon.png share/gnome/help/gedit/fr/figures/gedit_window.png share/gnome/help/gedit/fr/gedit.xml share/gnome/help/gedit/fr/legal.xml +share/gnome/help/gedit/hu/figures/gedit_format_bold.png +share/gnome/help/gedit/hu/figures/gedit_format_italic.png +share/gnome/help/gedit/hu/figures/gedit_format_strikethrough.png +share/gnome/help/gedit/hu/figures/gedit_format_underline.png +share/gnome/help/gedit/hu/figures/gedit_recent_files_menu_icon.png +share/gnome/help/gedit/hu/figures/gedit_window.png +share/gnome/help/gedit/hu/gedit.xml +share/gnome/help/gedit/hu/legal.xml share/gnome/help/gedit/it/figures/gedit_format_bold.png share/gnome/help/gedit/it/figures/gedit_format_italic.png share/gnome/help/gedit/it/figures/gedit_format_strikethrough.png @@ -251,10 +271,22 @@ share/gnome/help/gedit/ja/figures/gedit_recent_files_menu_icon.png share/gnome/help/gedit/ja/figures/gedit_window.png share/gnome/help/gedit/ja/gedit.xml share/gnome/help/gedit/ja/legal.xml +share/gnome/help/gedit/ko/figures/gedit_format_bold.png +share/gnome/help/gedit/ko/figures/gedit_format_italic.png +share/gnome/help/gedit/ko/figures/gedit_format_strikethrough.png +share/gnome/help/gedit/ko/figures/gedit_format_underline.png share/gnome/help/gedit/ko/figures/gedit_recent_files_menu_icon.png share/gnome/help/gedit/ko/figures/gedit_window.png share/gnome/help/gedit/ko/gedit.xml share/gnome/help/gedit/ko/legal.xml +share/gnome/help/gedit/oc/figures/gedit_format_bold.png +share/gnome/help/gedit/oc/figures/gedit_format_italic.png +share/gnome/help/gedit/oc/figures/gedit_format_strikethrough.png +share/gnome/help/gedit/oc/figures/gedit_format_underline.png +share/gnome/help/gedit/oc/figures/gedit_recent_files_menu_icon.png +share/gnome/help/gedit/oc/figures/gedit_window.png +share/gnome/help/gedit/oc/gedit.xml +share/gnome/help/gedit/oc/legal.xml share/gnome/help/gedit/ro/figures/gedit_window.png share/gnome/help/gedit/ro/gedit.xml share/gnome/help/gedit/ro/legal.xml @@ -306,27 +338,12 @@ share/gnome/help/gedit/zh_TW/figures/gedit_recent_files_menu_icon.png share/gnome/help/gedit/zh_TW/figures/gedit_window.png share/gnome/help/gedit/zh_TW/gedit.xml share/gnome/help/gedit/zh_TW/legal.xml -share/gnome/omf/gedit/gedit-C.omf -share/gnome/omf/gedit/gedit-bg.omf -share/gnome/omf/gedit/gedit-de.omf -share/gnome/omf/gedit/gedit-es.omf -share/gnome/omf/gedit/gedit-eu.omf -share/gnome/omf/gedit/gedit-fr.omf -share/gnome/omf/gedit/gedit-it.omf -share/gnome/omf/gedit/gedit-ja.omf -share/gnome/omf/gedit/gedit-ko.omf -share/gnome/omf/gedit/gedit-ro.omf -share/gnome/omf/gedit/gedit-ru.omf -share/gnome/omf/gedit/gedit-sv.omf -share/gnome/omf/gedit/gedit-uk.omf -share/gnome/omf/gedit/gedit-zh_CN.omf -share/gnome/omf/gedit/gedit-zh_HK.omf -share/gnome/omf/gedit/gedit-zh_TW.omf share/locale/af/LC_MESSAGES/gedit.mo share/locale/am/LC_MESSAGES/gedit.mo share/locale/ar/LC_MESSAGES/gedit.mo share/locale/az/LC_MESSAGES/gedit.mo share/locale/be/LC_MESSAGES/gedit.mo +share/locale/be@latin/LC_MESSAGES/gedit.mo share/locale/bg/LC_MESSAGES/gedit.mo share/locale/bn/LC_MESSAGES/gedit.mo share/locale/bn_IN/LC_MESSAGES/gedit.mo @@ -404,7 +421,25 @@ share/locale/xh/LC_MESSAGES/gedit.mo share/locale/zh_CN/LC_MESSAGES/gedit.mo share/locale/zh_HK/LC_MESSAGES/gedit.mo share/locale/zh_TW/LC_MESSAGES/gedit.mo -@dirrm share/gnome/omf/gedit +share/omf/gedit/gedit-C.omf +share/omf/gedit/gedit-bg.omf +share/omf/gedit/gedit-de.omf +share/omf/gedit/gedit-es.omf +share/omf/gedit/gedit-eu.omf +share/omf/gedit/gedit-fr.omf +share/omf/gedit/gedit-hu.omf +share/omf/gedit/gedit-it.omf +share/omf/gedit/gedit-ja.omf +share/omf/gedit/gedit-ko.omf +share/omf/gedit/gedit-oc.omf +share/omf/gedit/gedit-ro.omf +share/omf/gedit/gedit-ru.omf +share/omf/gedit/gedit-sv.omf +share/omf/gedit/gedit-uk.omf +share/omf/gedit/gedit-zh_CN.omf +share/omf/gedit/gedit-zh_HK.omf +share/omf/gedit/gedit-zh_TW.omf +@dirrm share/omf/gedit @dirrm share/gnome/help/gedit/zh_TW/figures @dirrm share/gnome/help/gedit/zh_TW @dirrm share/gnome/help/gedit/zh_HK/figures @@ -419,12 +454,16 @@ share/locale/zh_TW/LC_MESSAGES/gedit.mo @dirrm share/gnome/help/gedit/ru @dirrm share/gnome/help/gedit/ro/figures @dirrm share/gnome/help/gedit/ro +@dirrm share/gnome/help/gedit/oc/figures +@dirrm share/gnome/help/gedit/oc @dirrm share/gnome/help/gedit/ko/figures @dirrm share/gnome/help/gedit/ko @dirrm share/gnome/help/gedit/ja/figures @dirrm share/gnome/help/gedit/ja @dirrm share/gnome/help/gedit/it/figures @dirrm share/gnome/help/gedit/it +@dirrm share/gnome/help/gedit/hu/figures +@dirrm share/gnome/help/gedit/hu @dirrm share/gnome/help/gedit/fr/figures @dirrm share/gnome/help/gedit/fr @dirrm share/gnome/help/gedit/eu/figures @@ -438,22 +477,23 @@ share/locale/zh_TW/LC_MESSAGES/gedit.mo @dirrm share/gnome/help/gedit/C/figures @dirrm share/gnome/help/gedit/C @dirrm share/gnome/help/gedit -@dirrm share/gnome/gedit-2/ui -@dirrm share/gnome/gedit-2/taglist -%%PYTHON%%@dirrm share/gnome/gedit-2/plugins/tools -%%PYTHON%%@dirrm share/gnome/gedit-2/plugins/snippets -@dirrm share/gnome/gedit-2/plugins/filebrowser -@dirrm share/gnome/gedit-2/plugins -@dirrm share/gnome/gedit-2/logo -@dirrm share/gnome/gedit-2/icons -@dirrm share/gnome/gedit-2/glade -@dirrm share/gnome/gedit-2 +@dirrm share/gedit-2/ui +@dirrm share/gedit-2/taglist +%%PYTHON%%@dirrm share/gedit-2/plugins/tools +%%PYTHON%%@dirrm share/gedit-2/plugins/snippets/lang +%%PYTHON%%@dirrm share/gedit-2/plugins/snippets +@dirrm share/gedit-2/plugins/filebrowser +@dirrm share/gedit-2/plugins +@dirrm share/gedit-2/logo +@dirrm share/gedit-2/icons +@dirrm share/gedit-2/glade +@dirrm share/gedit-2 @dirrm %%DOCSDIR%% %%PYTHON%%@dirrm lib/gedit-2/plugins/snippets %%PYTHON%%@dirrm lib/gedit-2/plugins/pythonconsole %%PYTHON%%@dirrm lib/gedit-2/plugins/externaltools -@dirrm lib/gedit-2/plugins -@dirrm lib/gedit-2 +@dirrmtry lib/gedit-2/plugins +@dirrmtry lib/gedit-2 @dirrm include/gedit-%%VERSION%%/gedit @dirrm include/gedit-%%VERSION%% @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @@ -484,3 +524,6 @@ share/locale/zh_TW/LC_MESSAGES/gedit.mo @dirrmtry share/locale/dz @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/applications diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile index 60029766113e..f9ccfa1c45e6 100644 --- a/editors/ghex/Makefile +++ b/editors/ghex/Makefile @@ -3,26 +3,27 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/editors/ghex/Makefile,v 1.7 2007/10/11 04:06:59 mezz Exp $ # PORTNAME= ghex -PORTVERSION= 2.8.2 +PORTVERSION= 2.20.0 PORTREVISION= 1 CATEGORIES= editors gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.8 +MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 hex editor USE_BZIP2= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gail libgnomeprintui libgnomeui +USE_GNOME= gnomeprefix gnomehack intlhack gail libgnomeprintui libgnomeui \ + gnomedocutils USE_GETTEXT= yes GNU_CONFIGURE= yes -INSTALLS_OMF= yes +INSTALLS_ICONS= yes USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/editors/ghex/distinfo b/editors/ghex/distinfo index 0eaf67d9d9eb..2c0d539686f2 100644 --- a/editors/ghex/distinfo +++ b/editors/ghex/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/ghex-2.8.2.tar.bz2) = 1940a9f63b0d37604c6b489cda37fc19 -SHA256 (gnome2/ghex-2.8.2.tar.bz2) = 47142d1903ac8cf09d888a4a349e0a6ea671314354937b63a544b829e008861d -SIZE (gnome2/ghex-2.8.2.tar.bz2) = 955164 +MD5 (gnome2/ghex-2.20.0.tar.bz2) = 7f76315b08f0d54d58540bae2f014394 +SHA256 (gnome2/ghex-2.20.0.tar.bz2) = 68863be37bc4f141f6a286e57d406a374b93d7036920ea7c73a64ae868147b10 +SIZE (gnome2/ghex-2.20.0.tar.bz2) = 1223113 diff --git a/editors/ghex/files/patch-app-docs.make b/editors/ghex/files/patch-app-docs.make deleted file mode 100644 index cf9e1505241c..000000000000 --- a/editors/ghex/files/patch-app-docs.make +++ /dev/null @@ -1,6 +0,0 @@ ---- app-docs.make.orig Sun Mar 4 04:18:34 2001 -+++ app-docs.make Sat Apr 14 08:55:37 2001 -@@ -1,2 +1,2 @@ --helpdir = $(datadir)/gnome/help/$(app)/$(lang) -+helpdir = $(datadir)/help/$(app)/$(lang) - help_DATA = \ diff --git a/editors/ghex/pkg-plist b/editors/ghex/pkg-plist index 3a178b38f221..159af79639a1 100644 --- a/editors/ghex/pkg-plist +++ b/editors/ghex/pkg-plist @@ -6,64 +6,47 @@ lib/libgtkhex.la lib/libgtkhex.so lib/libgtkhex.so.0 libdata/pkgconfig/gtkhex.pc -share/gnome/applications/ghex.desktop -share/gnome/gnome-2.0/ui/ghex-ui.xml +share/applications/ghex.desktop +share/gnome-2.0/ui/ghex-ui.xml share/gnome/help/ghex2/C/figures/ghex_window_empty.png share/gnome/help/ghex2/C/figures/ghex_window_open.png share/gnome/help/ghex2/C/ghex2.xml share/gnome/help/ghex2/C/legal.xml -share/gnome/help/ghex2/C/topic.dat share/gnome/help/ghex2/de/figures/ghex_window_empty.png share/gnome/help/ghex2/de/figures/ghex_window_open.png share/gnome/help/ghex2/de/ghex2.xml -share/gnome/help/ghex2/de/legal.xml share/gnome/help/ghex2/es/figures/ghex_window_empty.png share/gnome/help/ghex2/es/figures/ghex_window_open.png share/gnome/help/ghex2/es/ghex2.xml -share/gnome/help/ghex2/es/legal.xml -share/gnome/help/ghex2/es/topic.dat share/gnome/help/ghex2/fr/figures/ghex_window_empty.png share/gnome/help/ghex2/fr/figures/ghex_window_open.png share/gnome/help/ghex2/fr/ghex2.xml -share/gnome/help/ghex2/fr/legal.xml share/gnome/help/ghex2/it/figures/ghex_window_empty.png share/gnome/help/ghex2/it/figures/ghex_window_open.png share/gnome/help/ghex2/it/ghex2.xml -share/gnome/help/ghex2/it/legal.xml share/gnome/help/ghex2/ja/figures/ghex_window_empty.png share/gnome/help/ghex2/ja/figures/ghex_window_open.png share/gnome/help/ghex2/ja/ghex2.xml -share/gnome/help/ghex2/ja/legal.xml -share/gnome/help/ghex2/ja/topic.dat share/gnome/help/ghex2/ko/figures/ghex_window_empty.png share/gnome/help/ghex2/ko/figures/ghex_window_open.png share/gnome/help/ghex2/ko/ghex2.xml -share/gnome/help/ghex2/ko/legal.xml share/gnome/help/ghex2/sv/figures/ghex_window_empty.png share/gnome/help/ghex2/sv/figures/ghex_window_open.png share/gnome/help/ghex2/sv/ghex2.xml -share/gnome/help/ghex2/sv/legal.xml -share/gnome/help/ghex2/sv/topic.dat share/gnome/help/ghex2/zh_CN/figures/ghex_window_empty.png share/gnome/help/ghex2/zh_CN/figures/ghex_window_open.png share/gnome/help/ghex2/zh_CN/ghex2.xml -share/gnome/help/ghex2/zh_CN/legal.xml share/gnome/help/ghex2/zh_TW/figures/ghex_window_empty.png share/gnome/help/ghex2/zh_TW/figures/ghex_window_open.png share/gnome/help/ghex2/zh_TW/ghex2.xml -share/gnome/help/ghex2/zh_TW/legal.xml -share/gnome/omf/ghex/ghex-C.omf -share/gnome/omf/ghex/ghex2-de.omf -share/gnome/omf/ghex/ghex2-es.omf -share/gnome/omf/ghex/ghex2-fr.omf -share/gnome/omf/ghex/ghex2-it.omf -share/gnome/omf/ghex/ghex2-ja.omf -share/gnome/omf/ghex/ghex2-ko.omf -share/gnome/omf/ghex/ghex2-sv.omf -share/gnome/omf/ghex/ghex2-zh_CN.omf -share/gnome/omf/ghex/ghex2-zh_TW.omf -share/gnome/pixmaps/gnome-ghex.png +share/icons/hicolor/16x16/apps/ghex.png +share/icons/hicolor/22x22/apps/ghex.png +share/icons/hicolor/24x24/apps/ghex.png +share/icons/hicolor/32x32/apps/ghex.png +share/icons/hicolor/48x48/apps/ghex.png +share/icons/hicolor/scalable/apps/ghex.svg share/locale/am/LC_MESSAGES/ghex-2.0.mo +share/locale/ar/LC_MESSAGES/ghex-2.0.mo share/locale/az/LC_MESSAGES/ghex-2.0.mo share/locale/be/LC_MESSAGES/ghex-2.0.mo share/locale/bg/LC_MESSAGES/ghex-2.0.mo @@ -71,6 +54,7 @@ share/locale/ca/LC_MESSAGES/ghex-2.0.mo share/locale/cs/LC_MESSAGES/ghex-2.0.mo share/locale/da/LC_MESSAGES/ghex-2.0.mo share/locale/de/LC_MESSAGES/ghex-2.0.mo +share/locale/dz/LC_MESSAGES/ghex-2.0.mo share/locale/el/LC_MESSAGES/ghex-2.0.mo share/locale/en_CA/LC_MESSAGES/ghex-2.0.mo share/locale/en_GB/LC_MESSAGES/ghex-2.0.mo @@ -87,13 +71,15 @@ share/locale/id/LC_MESSAGES/ghex-2.0.mo share/locale/it/LC_MESSAGES/ghex-2.0.mo share/locale/ja/LC_MESSAGES/ghex-2.0.mo share/locale/ko/LC_MESSAGES/ghex-2.0.mo +share/locale/lv/LC_MESSAGES/ghex-2.0.mo +share/locale/mk/LC_MESSAGES/ghex-2.0.mo share/locale/ml/LC_MESSAGES/ghex-2.0.mo share/locale/ms/LC_MESSAGES/ghex-2.0.mo share/locale/nb/LC_MESSAGES/ghex-2.0.mo share/locale/ne/LC_MESSAGES/ghex-2.0.mo share/locale/nl/LC_MESSAGES/ghex-2.0.mo share/locale/nn/LC_MESSAGES/ghex-2.0.mo -share/locale/no/LC_MESSAGES/ghex-2.0.mo +share/locale/oc/LC_MESSAGES/ghex-2.0.mo share/locale/pa/LC_MESSAGES/ghex-2.0.mo share/locale/pl/LC_MESSAGES/ghex-2.0.mo share/locale/pt/LC_MESSAGES/ghex-2.0.mo @@ -113,7 +99,6 @@ share/locale/vi/LC_MESSAGES/ghex-2.0.mo share/locale/wa/LC_MESSAGES/ghex-2.0.mo share/locale/zh_CN/LC_MESSAGES/ghex-2.0.mo share/locale/zh_TW/LC_MESSAGES/ghex-2.0.mo -@dirrm share/gnome/omf/ghex @dirrm share/gnome/help/ghex2/zh_TW/figures @dirrm share/gnome/help/ghex2/zh_TW @dirrm share/gnome/help/ghex2/zh_CN/figures @@ -136,3 +121,10 @@ share/locale/zh_TW/LC_MESSAGES/ghex-2.0.mo @dirrm share/gnome/help/ghex2/C @dirrm share/gnome/help/ghex2 @dirrm include/gtkhex +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/applications diff --git a/editors/glimmer/Makefile b/editors/glimmer/Makefile index bc357052a640..1c1c1bda6590 100644 --- a/editors/glimmer/Makefile +++ b/editors/glimmer/Makefile @@ -7,7 +7,7 @@ PORTNAME= glimmer PORTVERSION= 1.2.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors gnome python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/editors/glimmer/files/patch-ab b/editors/glimmer/files/patch-ab deleted file mode 100644 index 25d60da27721..000000000000 --- a/editors/glimmer/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- src/declarations.h 2000/09/23 17:26:18 1.1 -+++ src/declarations.h 2000/09/23 17:26:55 -@@ -48,8 +48,8 @@ - - #define MAX_FILES 30 - --#define PIXMAP_DIR (PREFIX "/share/pixmaps") --#define LANG_DIR (PREFIX "/share/" PACKAGE "/languages") -+#define PIXMAP_DIR (PREFIX "/share/gnome/pixmaps") -+#define LANG_DIR (PREFIX "/share/gnome/" PACKAGE "/languages") - - #define URL "http://glimmer.sourceforge.net" - diff --git a/editors/glimmer/files/patch-ac b/editors/glimmer/files/patch-ac deleted file mode 100644 index 4dc03f865ba9..000000000000 --- a/editors/glimmer/files/patch-ac +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/macro-language.c.orig Thu Jan 10 19:53:09 2002 -+++ src/macro-language.c Fri Jan 11 14:22:51 2002 -@@ -185,7 +185,7 @@ - { - gchar path[384]; - -- g_snprintf (path, sizeof (path), PREFIX "/share/" PACKAGE "/scripts"); -+ g_snprintf (path, sizeof (path), PREFIX "/share/gnome/" PACKAGE "/scripts"); - build_menu_from_scripts_dir (path, "_Scripts/"); - g_snprintf (path, sizeof (path), "%s/." PACKAGE "/scripts", - g_get_home_dir ()); diff --git a/editors/glimmer/pkg-plist b/editors/glimmer/pkg-plist index b0ea2c6e469f..c81ab7b219fd 100644 --- a/editors/glimmer/pkg-plist +++ b/editors/glimmer/pkg-plist @@ -1,52 +1,52 @@ bin/glimmer bin/glimmerout +%%DATADIR%%/docs/AUTHORS +%%DATADIR%%/docs/COPYING +%%DATADIR%%/docs/ChangeLog +%%DATADIR%%/docs/NEWS +%%DATADIR%%/docs/PROPS +%%DATADIR%%/docs/README +%%DATADIR%%/docs/TODO +%%DATADIR%%/languages/ada.lang +%%DATADIR%%/languages/asp.lang +%%DATADIR%%/languages/bash.lang +%%DATADIR%%/languages/c.lang +%%DATADIR%%/languages/cpp.lang +%%DATADIR%%/languages/dtml.lang +%%DATADIR%%/languages/fortran.lang +%%DATADIR%%/languages/html.lang +%%DATADIR%%/languages/java.lang +%%DATADIR%%/languages/js.lang +%%DATADIR%%/languages/lang.lang +%%DATADIR%%/languages/latex.lang +%%DATADIR%%/languages/make.lang +%%DATADIR%%/languages/ocaml.lang +%%DATADIR%%/languages/oolong.lang +%%DATADIR%%/languages/perl.lang +%%DATADIR%%/languages/php.lang +%%DATADIR%%/languages/po.lang +%%DATADIR%%/languages/python.lang +%%DATADIR%%/languages/ruby.lang +%%DATADIR%%/languages/scheme.lang +%%DATADIR%%/languages/sgml.lang +%%DATADIR%%/languages/sql.lang +%%DATADIR%%/languages/tcltk.lang +%%DATADIR%%/languages/wml.lang +%%DATADIR%%/languages/x86.lang +%%DATADIR%%/languages/xhtml-trans.lang +%%DATADIR%%/languages/xml.lang +%%DATADIR%%/languages/z80.lang +%%DATADIR%%/scripts/Bookmarks.py +%%DATADIR%%/scripts/Delete_To_End.py +%%DATADIR%%/scripts/Delete_To_Start.py +%%DATADIR%%/scripts/FileSelector.py +%%DATADIR%%/scripts/Global.py +%%DATADIR%%/scripts/ISO2HTML.py +%%DATADIR%%/scripts/Replace_Spaces.py +%%DATADIR%%/scripts/Replace_Tabs.py +%%DATADIR%%/scripts/To_Lower.py +%%DATADIR%%/scripts/To_Upper.py share/gnome/apps/Development/glimmer.desktop -share/gnome/glimmer/docs/AUTHORS -share/gnome/glimmer/docs/COPYING -share/gnome/glimmer/docs/ChangeLog -share/gnome/glimmer/docs/NEWS -share/gnome/glimmer/docs/PROPS -share/gnome/glimmer/docs/README -share/gnome/glimmer/docs/TODO -share/gnome/glimmer/languages/ada.lang -share/gnome/glimmer/languages/asp.lang -share/gnome/glimmer/languages/bash.lang -share/gnome/glimmer/languages/c.lang -share/gnome/glimmer/languages/cpp.lang -share/gnome/glimmer/languages/dtml.lang -share/gnome/glimmer/languages/fortran.lang -share/gnome/glimmer/languages/html.lang -share/gnome/glimmer/languages/java.lang -share/gnome/glimmer/languages/js.lang -share/gnome/glimmer/languages/lang.lang -share/gnome/glimmer/languages/latex.lang -share/gnome/glimmer/languages/make.lang -share/gnome/glimmer/languages/ocaml.lang -share/gnome/glimmer/languages/oolong.lang -share/gnome/glimmer/languages/perl.lang -share/gnome/glimmer/languages/php.lang -share/gnome/glimmer/languages/po.lang -share/gnome/glimmer/languages/python.lang -share/gnome/glimmer/languages/ruby.lang -share/gnome/glimmer/languages/scheme.lang -share/gnome/glimmer/languages/sgml.lang -share/gnome/glimmer/languages/sql.lang -share/gnome/glimmer/languages/tcltk.lang -share/gnome/glimmer/languages/wml.lang -share/gnome/glimmer/languages/x86.lang -share/gnome/glimmer/languages/xhtml-trans.lang -share/gnome/glimmer/languages/xml.lang -share/gnome/glimmer/languages/z80.lang -share/gnome/glimmer/scripts/Bookmarks.py -share/gnome/glimmer/scripts/Delete_To_End.py -share/gnome/glimmer/scripts/Delete_To_Start.py -share/gnome/glimmer/scripts/FileSelector.py -share/gnome/glimmer/scripts/Global.py -share/gnome/glimmer/scripts/ISO2HTML.py -share/gnome/glimmer/scripts/Replace_Spaces.py -share/gnome/glimmer/scripts/Replace_Tabs.py -share/gnome/glimmer/scripts/To_Lower.py -share/gnome/glimmer/scripts/To_Upper.py share/gnome/help/glimmer/C/bugs.html share/gnome/help/glimmer/C/customize.html share/gnome/help/glimmer/C/faq.html @@ -58,16 +58,16 @@ share/gnome/help/glimmer/C/preferences.html share/gnome/help/glimmer/C/properties.html share/gnome/help/glimmer/C/sessions.html share/gnome/help/glimmer/C/topic.dat -share/gnome/pixmaps/glimmer-icon.png -share/gnome/pixmaps/glimmer-splash.png -share/gnome/pixmaps/glimmer-title.png share/locale/de/LC_MESSAGES/glimmer.mo share/locale/es/LC_MESSAGES/glimmer.mo share/locale/ja/LC_MESSAGES/glimmer.mo share/locale/sv/LC_MESSAGES/glimmer.mo +share/pixmaps/glimmer-icon.png +share/pixmaps/glimmer-splash.png +share/pixmaps/glimmer-title.png @dirrm share/gnome/help/glimmer/C @dirrm share/gnome/help/glimmer -@dirrm share/gnome/glimmer/scripts -@dirrm share/gnome/glimmer/languages -@dirrm share/gnome/glimmer/docs -@dirrm share/gnome/glimmer +@dirrm %%DATADIR%%/scripts +@dirrm %%DATADIR%%/languages +@dirrm %%DATADIR%%/docs +@dirrm %%DATADIR%% diff --git a/editors/gmanedit/Makefile b/editors/gmanedit/Makefile index 4c2f73ac4427..5db734dde6e4 100644 --- a/editors/gmanedit/Makefile +++ b/editors/gmanedit/Makefile @@ -7,7 +7,7 @@ PORTNAME= gmanedit PORTVERSION= 0.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors gnome MASTER_SITES= http://gmanedit.sourceforge.net/files/ \ ${MASTER_SITE_SOURCEFORGE} @@ -28,9 +28,12 @@ ALL_TARGET= clean all post-extract: @${RM} -rf ${WRKSRC}/config.cache + @${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${RM} -f post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ + s|PACKAGE_PIXMAPS_DIR=".*/pixmaps|PACKAGE_PIXMAPS_DIR="${PREFIX}/share/pixmaps|g' \ + ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/editors/gmanedit/pkg-plist b/editors/gmanedit/pkg-plist index 3e63d10b7b6c..1b81f32ab519 100644 --- a/editors/gmanedit/pkg-plist +++ b/editors/gmanedit/pkg-plist @@ -1,15 +1,15 @@ bin/gmanedit -share/gnome/pixmaps/gmanedit/arrow.xpm -share/gnome/pixmaps/gmanedit/button.xpm -share/gnome/pixmaps/gmanedit/exit.xpm -share/gnome/pixmaps/gmanedit/gmanedit.png -share/gnome/pixmaps/gmanedit/new.xpm -share/gnome/pixmaps/gmanedit/no.xpm -share/gnome/pixmaps/gmanedit/open.xpm -share/gnome/pixmaps/gmanedit/save.xpm -share/gnome/pixmaps/gmanedit/spinbutton.xpm share/locale/es/LC_MESSAGES/gmanedit.mo share/locale/gl/LC_MESSAGES/gmanedit.mo share/locale/ja/LC_MESSAGES/gmanedit.mo share/locale/ko/LC_MESSAGES/gmanedit.mo -@dirrm share/gnome/pixmaps/gmanedit +share/pixmaps/gmanedit/arrow.xpm +share/pixmaps/gmanedit/button.xpm +share/pixmaps/gmanedit/exit.xpm +share/pixmaps/gmanedit/gmanedit.png +share/pixmaps/gmanedit/new.xpm +share/pixmaps/gmanedit/no.xpm +share/pixmaps/gmanedit/open.xpm +share/pixmaps/gmanedit/save.xpm +share/pixmaps/gmanedit/spinbutton.xpm +@dirrm share/pixmaps/gmanedit diff --git a/editors/gnotepad+/Makefile b/editors/gnotepad+/Makefile index 8b930089c51f..8398f0d4a76a 100644 --- a/editors/gnotepad+/Makefile +++ b/editors/gnotepad+/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnotepad+ PORTVERSION= 1.3.3 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= editors www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnotepad @@ -25,7 +25,7 @@ USE_GETTEXT= yes USE_X_PREFIX= yes USE_XPM= yes WANT_GNOME= yes -USE_GNOME= gtk12 +USE_GNOME= gnomeprefix gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" @@ -44,12 +44,10 @@ post-extract: .endif .if ${HAVE_GNOME:Mgnomelibs}!="" -USE_GNOME= gnomeprefix gnomelibs +USE_GNOME+= gnomelibs PKGNAMESUFFIX= -gnome -PLIST_SUB= DATADIR="share/gnome" .else CONFIGURE_ARGS+=--disable-gnome -PLIST_SUB= DATADIR="share" .endif .include <bsd.port.post.mk> diff --git a/editors/gnotepad+/files/patch-aa b/editors/gnotepad+/files/patch-aa index 048e275ef951..8a6d751bb623 100644 --- a/editors/gnotepad+/files/patch-aa +++ b/editors/gnotepad+/files/patch-aa @@ -6,7 +6,7 @@ -Applicationsdir = $(datadir)/gnome/apps/Applications -Applications_DATA = gnotepad+.desktop gnotepad+.spec -+@HAVE_GNOME_TRUE@Applicationsdir = $(datadir)/apps/Applications ++@HAVE_GNOME_TRUE@Applicationsdir = $(datadir)/gnome/apps/Applications +@HAVE_GNOME_TRUE@Applications_DATA = gnotepad+.desktop gnotepad+.spec SUBDIRS = docs po intl src diff --git a/editors/gnotepad+/files/patch-ab b/editors/gnotepad+/files/patch-ab deleted file mode 100644 index 6566ba43564b..000000000000 --- a/editors/gnotepad+/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/C/Makefile.in.orig Wed May 17 10:17:47 2000 -+++ docs/C/Makefile.in Wed May 17 10:18:09 2000 -@@ -65,7 +65,7 @@ - pkgdata_DATA = index-1.html index-2.html index-3.html index-4.html index-5.html index.html closedialog.png doclist.png doctabs.png editmenu.png fileinfo1.png fileinfo2.png find1.png find2.png find3.png htmldoc.png htmltag.png htmltb1.png htmltb2.png htmlwin.png mainoptions.png maintb.png mainwin.png msgbar.png msgbox.png optionsmenu0.png optionsmenu1.png optionsmenu2.png prefs_appearance.png prefs_document.png prefs_fonts.png prefs_fontsel.png prefs_htmltb.png prefs_maintb.png prefs_misc.png prefs_srcctrl.png prefs_window.png printdialog.png shellcmd.png splashscreen.png textarea.png windowmenu.png winlist.png winnew.png topic.dat - - --gnp_helpdir = $(datadir)/gnome/help/gnotepad+/C -+gnp_helpdir = $(datadir)/help/gnotepad+/C - - EXTRA_DIST = $(pkgdata_DATA) - diff --git a/editors/gnotepad+/pkg-plist b/editors/gnotepad+/pkg-plist index 167dd00a9cac..8e6d6daa6304 100644 --- a/editors/gnotepad+/pkg-plist +++ b/editors/gnotepad+/pkg-plist @@ -1,146 +1,145 @@ bin/gnp %%GNOME:%%share/gnome/apps/Applications/gnotepad+.desktop %%GNOME:%%share/gnome/apps/Applications/gnotepad+.spec -%%DATADIR%%/gnotepad+/gnotepad+.glade -%%DATADIR%%/gnotepad+/xpm/colsel.xpm -%%DATADIR%%/gnotepad+/xpm/filesel.xpm -%%DATADIR%%/gnotepad+/xpm/gnp48x48.xpm -%%DATADIR%%/gnotepad+/xpm/tb_big.xpm -%%DATADIR%%/gnotepad+/xpm/tb_blank.xpm -%%DATADIR%%/gnotepad+/xpm/tb_bold.xpm -%%DATADIR%%/gnotepad+/xpm/tb_cancel.xpm -%%DATADIR%%/gnotepad+/xpm/tb_centjust.xpm -%%DATADIR%%/gnotepad+/xpm/tb_comment.xpm -%%DATADIR%%/gnotepad+/xpm/tb_copy.xpm -%%DATADIR%%/gnotepad+/xpm/tb_cut.xpm -%%DATADIR%%/gnotepad+/xpm/tb_edit.xpm -%%DATADIR%%/gnotepad+/xpm/tb_emphasis.xpm -%%DATADIR%%/gnotepad+/xpm/tb_exit.xpm -%%DATADIR%%/gnotepad+/xpm/tb_find.xpm -%%DATADIR%%/gnotepad+/xpm/tb_find_next.xpm -%%DATADIR%%/gnotepad+/xpm/tb_fontm1.xpm -%%DATADIR%%/gnotepad+/xpm/tb_fontp1.xpm -%%DATADIR%%/gnotepad+/xpm/tb_form.xpm -%%DATADIR%%/gnotepad+/xpm/tb_formoption.xpm -%%DATADIR%%/gnotepad+/xpm/tb_formselect.xpm -%%DATADIR%%/gnotepad+/xpm/tb_frame.xpm -%%DATADIR%%/gnotepad+/xpm/tb_frame2.xpm -%%DATADIR%%/gnotepad+/xpm/tb_framebase.xpm -%%DATADIR%%/gnotepad+/xpm/tb_frameno.xpm -%%DATADIR%%/gnotepad+/xpm/tb_frameset.xpm -%%DATADIR%%/gnotepad+/xpm/tb_frameset2.xpm -%%DATADIR%%/gnotepad+/xpm/tb_framewiz.xpm -%%DATADIR%%/gnotepad+/xpm/tb_h1.xpm -%%DATADIR%%/gnotepad+/xpm/tb_h2.xpm -%%DATADIR%%/gnotepad+/xpm/tb_h3.xpm -%%DATADIR%%/gnotepad+/xpm/tb_h4.xpm -%%DATADIR%%/gnotepad+/xpm/tb_h5.xpm -%%DATADIR%%/gnotepad+/xpm/tb_h6.xpm -%%DATADIR%%/gnotepad+/xpm/tb_help.xpm -%%DATADIR%%/gnotepad+/xpm/tb_image.xpm -%%DATADIR%%/gnotepad+/xpm/tb_inputbutton.xpm -%%DATADIR%%/gnotepad+/xpm/tb_inputcheckbox.xpm -%%DATADIR%%/gnotepad+/xpm/tb_inputimage.xpm -%%DATADIR%%/gnotepad+/xpm/tb_inputpass.xpm -%%DATADIR%%/gnotepad+/xpm/tb_inputradio.xpm -%%DATADIR%%/gnotepad+/xpm/tb_inputreset.xpm -%%DATADIR%%/gnotepad+/xpm/tb_inputsubmit.xpm -%%DATADIR%%/gnotepad+/xpm/tb_inputtext.xpm -%%DATADIR%%/gnotepad+/xpm/tb_inputtextarea.xpm -%%DATADIR%%/gnotepad+/xpm/tb_italic.xpm -%%DATADIR%%/gnotepad+/xpm/tb_leftjust.xpm -%%DATADIR%%/gnotepad+/xpm/tb_linebreak.xpm -%%DATADIR%%/gnotepad+/xpm/tb_link.xpm -%%DATADIR%%/gnotepad+/xpm/tb_listdd.xpm -%%DATADIR%%/gnotepad+/xpm/tb_listdl.xpm -%%DATADIR%%/gnotepad+/xpm/tb_listdt.xpm -%%DATADIR%%/gnotepad+/xpm/tb_listitem.xpm -%%DATADIR%%/gnotepad+/xpm/tb_menu.xpm -%%DATADIR%%/gnotepad+/xpm/tb_new.xpm -%%DATADIR%%/gnotepad+/xpm/tb_open.xpm -%%DATADIR%%/gnotepad+/xpm/tb_ordered.xpm -%%DATADIR%%/gnotepad+/xpm/tb_paragraph.xpm -%%DATADIR%%/gnotepad+/xpm/tb_paste.xpm -%%DATADIR%%/gnotepad+/xpm/tb_pre.xpm -%%DATADIR%%/gnotepad+/xpm/tb_prefs.xpm -%%DATADIR%%/gnotepad+/xpm/tb_print.xpm -%%DATADIR%%/gnotepad+/xpm/tb_redo.xpm -%%DATADIR%%/gnotepad+/xpm/tb_replace.xpm -%%DATADIR%%/gnotepad+/xpm/tb_rightjust.xpm -%%DATADIR%%/gnotepad+/xpm/tb_save.xpm -%%DATADIR%%/gnotepad+/xpm/tb_separator.xpm -%%DATADIR%%/gnotepad+/xpm/tb_small.xpm -%%DATADIR%%/gnotepad+/xpm/tb_strikeout.xpm -%%DATADIR%%/gnotepad+/xpm/tb_strong.xpm -%%DATADIR%%/gnotepad+/xpm/tb_subscript.xpm -%%DATADIR%%/gnotepad+/xpm/tb_superscript.xpm -%%DATADIR%%/gnotepad+/xpm/tb_table.xpm -%%DATADIR%%/gnotepad+/xpm/tb_table2.xpm -%%DATADIR%%/gnotepad+/xpm/tb_tablewiz.xpm -%%DATADIR%%/gnotepad+/xpm/tb_target.xpm -%%DATADIR%%/gnotepad+/xpm/tb_td.xpm -%%DATADIR%%/gnotepad+/xpm/tb_td2.xpm -%%DATADIR%%/gnotepad+/xpm/tb_th.xpm -%%DATADIR%%/gnotepad+/xpm/tb_th2.xpm -%%DATADIR%%/gnotepad+/xpm/tb_title.xpm -%%DATADIR%%/gnotepad+/xpm/tb_tr.xpm -%%DATADIR%%/gnotepad+/xpm/tb_tr2.xpm -%%DATADIR%%/gnotepad+/xpm/tb_typewriter.xpm -%%DATADIR%%/gnotepad+/xpm/tb_underline.xpm -%%DATADIR%%/gnotepad+/xpm/tb_undo.xpm -%%DATADIR%%/gnotepad+/xpm/tb_unordered.xpm -%%DATADIR%%/gnotepad+/xpm/tb_winclose.xpm -%%DATADIR%%/gnotepad+/xpm/tb_winnew.xpm -%%DATADIR%%/help/gnotepad+/C/closedialog.png -%%DATADIR%%/help/gnotepad+/C/doclist.png -%%DATADIR%%/help/gnotepad+/C/doctabs.png -%%DATADIR%%/help/gnotepad+/C/editmenu.png -%%DATADIR%%/help/gnotepad+/C/fileinfo1.png -%%DATADIR%%/help/gnotepad+/C/fileinfo2.png -%%DATADIR%%/help/gnotepad+/C/find1.png -%%DATADIR%%/help/gnotepad+/C/find2.png -%%DATADIR%%/help/gnotepad+/C/find3.png -%%DATADIR%%/help/gnotepad+/C/htmldoc.png -%%DATADIR%%/help/gnotepad+/C/htmltag.png -%%DATADIR%%/help/gnotepad+/C/htmltb1.png -%%DATADIR%%/help/gnotepad+/C/htmltb2.png -%%DATADIR%%/help/gnotepad+/C/htmlwin.png -%%DATADIR%%/help/gnotepad+/C/index-1.html -%%DATADIR%%/help/gnotepad+/C/index-2.html -%%DATADIR%%/help/gnotepad+/C/index-3.html -%%DATADIR%%/help/gnotepad+/C/index-4.html -%%DATADIR%%/help/gnotepad+/C/index-5.html -%%DATADIR%%/help/gnotepad+/C/index.html -%%DATADIR%%/help/gnotepad+/C/mainoptions.png -%%DATADIR%%/help/gnotepad+/C/maintb.png -%%DATADIR%%/help/gnotepad+/C/mainwin.png -%%DATADIR%%/help/gnotepad+/C/msgbar.png -%%DATADIR%%/help/gnotepad+/C/msgbox.png -%%DATADIR%%/help/gnotepad+/C/optionsmenu0.png -%%DATADIR%%/help/gnotepad+/C/optionsmenu1.png -%%DATADIR%%/help/gnotepad+/C/optionsmenu2.png -%%DATADIR%%/help/gnotepad+/C/prefs_appearance.png -%%DATADIR%%/help/gnotepad+/C/prefs_document.png -%%DATADIR%%/help/gnotepad+/C/prefs_fonts.png -%%DATADIR%%/help/gnotepad+/C/prefs_fontsel.png -%%DATADIR%%/help/gnotepad+/C/prefs_htmltb.png -%%DATADIR%%/help/gnotepad+/C/prefs_maintb.png -%%DATADIR%%/help/gnotepad+/C/prefs_misc.png -%%DATADIR%%/help/gnotepad+/C/prefs_srcctrl.png -%%DATADIR%%/help/gnotepad+/C/prefs_window.png -%%DATADIR%%/help/gnotepad+/C/printdialog.png -%%DATADIR%%/help/gnotepad+/C/shellcmd.png -%%DATADIR%%/help/gnotepad+/C/splashscreen.png -%%DATADIR%%/help/gnotepad+/C/textarea.png -%%DATADIR%%/help/gnotepad+/C/topic.dat -%%DATADIR%%/help/gnotepad+/C/windowmenu.png -%%DATADIR%%/help/gnotepad+/C/winlist.png -%%DATADIR%%/help/gnotepad+/C/winnew.png +share/gnome/help/gnotepad+/C/closedialog.png +share/gnome/help/gnotepad+/C/doclist.png +share/gnome/help/gnotepad+/C/doctabs.png +share/gnome/help/gnotepad+/C/editmenu.png +share/gnome/help/gnotepad+/C/fileinfo1.png +share/gnome/help/gnotepad+/C/fileinfo2.png +share/gnome/help/gnotepad+/C/find1.png +share/gnome/help/gnotepad+/C/find2.png +share/gnome/help/gnotepad+/C/find3.png +share/gnome/help/gnotepad+/C/htmldoc.png +share/gnome/help/gnotepad+/C/htmltag.png +share/gnome/help/gnotepad+/C/htmltb1.png +share/gnome/help/gnotepad+/C/htmltb2.png +share/gnome/help/gnotepad+/C/htmlwin.png +share/gnome/help/gnotepad+/C/index-1.html +share/gnome/help/gnotepad+/C/index-2.html +share/gnome/help/gnotepad+/C/index-3.html +share/gnome/help/gnotepad+/C/index-4.html +share/gnome/help/gnotepad+/C/index-5.html +share/gnome/help/gnotepad+/C/index.html +share/gnome/help/gnotepad+/C/mainoptions.png +share/gnome/help/gnotepad+/C/maintb.png +share/gnome/help/gnotepad+/C/mainwin.png +share/gnome/help/gnotepad+/C/msgbar.png +share/gnome/help/gnotepad+/C/msgbox.png +share/gnome/help/gnotepad+/C/optionsmenu0.png +share/gnome/help/gnotepad+/C/optionsmenu1.png +share/gnome/help/gnotepad+/C/optionsmenu2.png +share/gnome/help/gnotepad+/C/prefs_appearance.png +share/gnome/help/gnotepad+/C/prefs_document.png +share/gnome/help/gnotepad+/C/prefs_fonts.png +share/gnome/help/gnotepad+/C/prefs_fontsel.png +share/gnome/help/gnotepad+/C/prefs_htmltb.png +share/gnome/help/gnotepad+/C/prefs_maintb.png +share/gnome/help/gnotepad+/C/prefs_misc.png +share/gnome/help/gnotepad+/C/prefs_srcctrl.png +share/gnome/help/gnotepad+/C/prefs_window.png +share/gnome/help/gnotepad+/C/printdialog.png +share/gnome/help/gnotepad+/C/shellcmd.png +share/gnome/help/gnotepad+/C/splashscreen.png +share/gnome/help/gnotepad+/C/textarea.png +share/gnome/help/gnotepad+/C/topic.dat +share/gnome/help/gnotepad+/C/windowmenu.png +share/gnome/help/gnotepad+/C/winlist.png +share/gnome/help/gnotepad+/C/winnew.png +%%DATADIR%%/gnotepad+.glade +%%DATADIR%%/xpm/colsel.xpm +%%DATADIR%%/xpm/filesel.xpm +%%DATADIR%%/xpm/gnp48x48.xpm +%%DATADIR%%/xpm/tb_big.xpm +%%DATADIR%%/xpm/tb_blank.xpm +%%DATADIR%%/xpm/tb_bold.xpm +%%DATADIR%%/xpm/tb_cancel.xpm +%%DATADIR%%/xpm/tb_centjust.xpm +%%DATADIR%%/xpm/tb_comment.xpm +%%DATADIR%%/xpm/tb_copy.xpm +%%DATADIR%%/xpm/tb_cut.xpm +%%DATADIR%%/xpm/tb_edit.xpm +%%DATADIR%%/xpm/tb_emphasis.xpm +%%DATADIR%%/xpm/tb_exit.xpm +%%DATADIR%%/xpm/tb_find.xpm +%%DATADIR%%/xpm/tb_find_next.xpm +%%DATADIR%%/xpm/tb_fontm1.xpm +%%DATADIR%%/xpm/tb_fontp1.xpm +%%DATADIR%%/xpm/tb_form.xpm +%%DATADIR%%/xpm/tb_formoption.xpm +%%DATADIR%%/xpm/tb_formselect.xpm +%%DATADIR%%/xpm/tb_frame.xpm +%%DATADIR%%/xpm/tb_frame2.xpm +%%DATADIR%%/xpm/tb_framebase.xpm +%%DATADIR%%/xpm/tb_frameno.xpm +%%DATADIR%%/xpm/tb_frameset.xpm +%%DATADIR%%/xpm/tb_frameset2.xpm +%%DATADIR%%/xpm/tb_framewiz.xpm +%%DATADIR%%/xpm/tb_h1.xpm +%%DATADIR%%/xpm/tb_h2.xpm +%%DATADIR%%/xpm/tb_h3.xpm +%%DATADIR%%/xpm/tb_h4.xpm +%%DATADIR%%/xpm/tb_h5.xpm +%%DATADIR%%/xpm/tb_h6.xpm +%%DATADIR%%/xpm/tb_help.xpm +%%DATADIR%%/xpm/tb_image.xpm +%%DATADIR%%/xpm/tb_inputbutton.xpm +%%DATADIR%%/xpm/tb_inputcheckbox.xpm +%%DATADIR%%/xpm/tb_inputimage.xpm +%%DATADIR%%/xpm/tb_inputpass.xpm +%%DATADIR%%/xpm/tb_inputradio.xpm +%%DATADIR%%/xpm/tb_inputreset.xpm +%%DATADIR%%/xpm/tb_inputsubmit.xpm +%%DATADIR%%/xpm/tb_inputtext.xpm +%%DATADIR%%/xpm/tb_inputtextarea.xpm +%%DATADIR%%/xpm/tb_italic.xpm +%%DATADIR%%/xpm/tb_leftjust.xpm +%%DATADIR%%/xpm/tb_linebreak.xpm +%%DATADIR%%/xpm/tb_link.xpm +%%DATADIR%%/xpm/tb_listdd.xpm +%%DATADIR%%/xpm/tb_listdl.xpm +%%DATADIR%%/xpm/tb_listdt.xpm +%%DATADIR%%/xpm/tb_listitem.xpm +%%DATADIR%%/xpm/tb_menu.xpm +%%DATADIR%%/xpm/tb_new.xpm +%%DATADIR%%/xpm/tb_open.xpm +%%DATADIR%%/xpm/tb_ordered.xpm +%%DATADIR%%/xpm/tb_paragraph.xpm +%%DATADIR%%/xpm/tb_paste.xpm +%%DATADIR%%/xpm/tb_pre.xpm +%%DATADIR%%/xpm/tb_prefs.xpm +%%DATADIR%%/xpm/tb_print.xpm +%%DATADIR%%/xpm/tb_redo.xpm +%%DATADIR%%/xpm/tb_replace.xpm +%%DATADIR%%/xpm/tb_rightjust.xpm +%%DATADIR%%/xpm/tb_save.xpm +%%DATADIR%%/xpm/tb_separator.xpm +%%DATADIR%%/xpm/tb_small.xpm +%%DATADIR%%/xpm/tb_strikeout.xpm +%%DATADIR%%/xpm/tb_strong.xpm +%%DATADIR%%/xpm/tb_subscript.xpm +%%DATADIR%%/xpm/tb_superscript.xpm +%%DATADIR%%/xpm/tb_table.xpm +%%DATADIR%%/xpm/tb_table2.xpm +%%DATADIR%%/xpm/tb_tablewiz.xpm +%%DATADIR%%/xpm/tb_target.xpm +%%DATADIR%%/xpm/tb_td.xpm +%%DATADIR%%/xpm/tb_td2.xpm +%%DATADIR%%/xpm/tb_th.xpm +%%DATADIR%%/xpm/tb_th2.xpm +%%DATADIR%%/xpm/tb_title.xpm +%%DATADIR%%/xpm/tb_tr.xpm +%%DATADIR%%/xpm/tb_tr2.xpm +%%DATADIR%%/xpm/tb_typewriter.xpm +%%DATADIR%%/xpm/tb_underline.xpm +%%DATADIR%%/xpm/tb_undo.xpm +%%DATADIR%%/xpm/tb_unordered.xpm +%%DATADIR%%/xpm/tb_winclose.xpm +%%DATADIR%%/xpm/tb_winnew.xpm share/locale/da/LC_MESSAGES/gnotepad+.mo share/locale/fr/LC_MESSAGES/gnotepad+.mo share/locale/ja/LC_MESSAGES/gnotepad+.mo -@dirrm %%DATADIR%%/help/gnotepad+/C -@dirrm %%DATADIR%%/help/gnotepad+ -%%NOGNOME:%%@dirrm %%DATADIR%%/help -@dirrm %%DATADIR%%/gnotepad+/xpm -@dirrm %%DATADIR%%/gnotepad+ +@dirrm %%DATADIR%%/xpm +@dirrm %%DATADIR%% +@dirrm share/gnome/help/gnotepad+/C +@dirrm share/gnome/help/gnotepad+ diff --git a/editors/gphpedit/Makefile b/editors/gphpedit/Makefile index d69955e65e4b..0685b6af907b 100644 --- a/editors/gphpedit/Makefile +++ b/editors/gphpedit/Makefile @@ -7,7 +7,7 @@ PORTNAME= gphpedit PORTVERSION= 0.9.80 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors gnome MASTER_SITES= http://www.gphpedit.org/download/store/ \ http://ftp.ceid.upatras.gr/pub/linux/gentoo/distfiles/ \ @@ -46,9 +46,9 @@ pre-everything:: .endif post-patch: - @${REINPLACE_CMD} -e 's|/usr/local/share|${PREFIX}/share/gnome|g' \ + @${REINPLACE_CMD} -e 's|/usr/local/share|${PREFIX}/share|g' \ ${WRKSRC}/src/main.h - @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share/gnome|g' \ + @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \ ${WRKSRC}/src/calltip.c ${WRKSRC}/src/main_window.c @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/src/tab.c diff --git a/editors/gphpedit/pkg-plist b/editors/gphpedit/pkg-plist index bc6ece9e0db6..e76fe62e9d64 100644 --- a/editors/gphpedit/pkg-plist +++ b/editors/gphpedit/pkg-plist @@ -1,5 +1,6 @@ bin/gphpedit -share/gnome/applications/gphpedit.desktop -share/gnome/gphpedit/php-gphpedit.api -share/gnome/pixmaps/gphpedit.png -@dirrm share/gnome/gphpedit +share/applications/gphpedit.desktop +share/gphpedit/php-gphpedit.api +share/pixmaps/gphpedit.png +@dirrm share/gphpedit +@dirrmtry share/applications diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile index d41b5771aedd..18a3f2aa80c8 100644 --- a/editors/mlview/Makefile +++ b/editors/mlview/Makefile @@ -7,7 +7,7 @@ PORTNAME= mlview PORTVERSION= 0.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION} diff --git a/editors/mlview/files/patch-desktop.in b/editors/mlview/files/patch-desktop.in index 433fe9aea52a..4dfbe32c7e1d 100644 --- a/editors/mlview/files/patch-desktop.in +++ b/editors/mlview/files/patch-desktop.in @@ -12,7 +12,7 @@ Comment=A generic simple XML editor for GNOME -Icon=mlview-app-icon.xpm -TryExec=mlv -+Icon=/usr/X11R6/share/gnome/pixmaps/mlview-app-icon.xpm ++Icon=mlview-app-icon.xpm +TryExec=mlview Exec=@MLVIEW_EXE@ %F Terminal=false diff --git a/editors/mlview/pkg-plist b/editors/mlview/pkg-plist index ccf12c2f10c0..070393de58d1 100644 --- a/editors/mlview/pkg-plist +++ b/editors/mlview/pkg-plist @@ -8,39 +8,39 @@ lib/libmlviewdbusclient.a lib/libmlviewdbusclient.la lib/libmlviewdbusclient.so.8 lib/libmlviewdbusclient.so -share/gnome/applications/mlview.desktop -share/gnome/application-registry/mlview.applications -share/gnome/mime-info/mlview.keys -share/gnome/mlview/main-menu-bar.xml -share/gnome/mlview/main-toolbar.xml -share/gnome/mlview/mlview-css-picker.glade -share/gnome/mlview/mlview-dtd-schema.png -share/gnome/mlview/mlview-dtd-choice-dtd-not-resolved.glade -share/gnome/mlview/mlview-dtd-choice.glade -share/gnome/mlview/mlview-main-app-win.glade -share/gnome/mlview/mlview-main-app-win2.glade -share/gnome/mlview/mlview-new-document.glade -share/gnome/mlview/mlview-node-editor.glade -share/gnome/mlview/mlview-preferences.glade -share/gnome/mlview/mlview-rng-schema.png -share/gnome/mlview/mlview-schemas-window.glade -share/gnome/mlview/mlview-search-box.glade -share/gnome/mlview/mlview-search-node.glade -share/gnome/mlview/mlview-uri-dialog.glade -share/gnome/mlview/mlview-validation-report.glade -share/gnome/mlview/mlview-xsd-schema.png -share/gnome/mlview/source-view-edit-menu.xml -share/gnome/mlview/tree-view-edit-menu.xml -share/gnome/mlview/xml-comment-node.png -share/gnome/mlview/xml-element-node-open.png -share/gnome/mlview/xml-element-node.png -share/gnome/mlview/xml-entity-ref-node.png -share/gnome/mlview/xml-pi-node.png -share/gnome/mlview/xml-root-open.png -share/gnome/mlview/xml-root.png -share/gnome/mlview/xml-text-node.png -share/gnome/pixmaps/mlview-app-icon.png -share/gnome/pixmaps/mlview-app-icon.xpm +share/applications/mlview.desktop +share/application-registry/mlview.applications +share/mime-info/mlview.keys +share/mlview/main-menu-bar.xml +share/mlview/main-toolbar.xml +share/mlview/mlview-css-picker.glade +share/mlview/mlview-dtd-schema.png +share/mlview/mlview-dtd-choice-dtd-not-resolved.glade +share/mlview/mlview-dtd-choice.glade +share/mlview/mlview-main-app-win.glade +share/mlview/mlview-main-app-win2.glade +share/mlview/mlview-new-document.glade +share/mlview/mlview-node-editor.glade +share/mlview/mlview-preferences.glade +share/mlview/mlview-rng-schema.png +share/mlview/mlview-schemas-window.glade +share/mlview/mlview-search-box.glade +share/mlview/mlview-search-node.glade +share/mlview/mlview-uri-dialog.glade +share/mlview/mlview-validation-report.glade +share/mlview/mlview-xsd-schema.png +share/mlview/source-view-edit-menu.xml +share/mlview/tree-view-edit-menu.xml +share/mlview/xml-comment-node.png +share/mlview/xml-element-node-open.png +share/mlview/xml-element-node.png +share/mlview/xml-entity-ref-node.png +share/mlview/xml-pi-node.png +share/mlview/xml-root-open.png +share/mlview/xml-root.png +share/mlview/xml-text-node.png +share/pixmaps/mlview-app-icon.png +share/pixmaps/mlview-app-icon.xpm share/locale/az/LC_MESSAGES/mlview.mo share/locale/ca/LC_MESSAGES/mlview.mo share/locale/cs/LC_MESSAGES/mlview.mo @@ -62,4 +62,5 @@ share/locale/ru/LC_MESSAGES/mlview.mo share/locale/sr/LC_MESSAGES/mlview.mo share/locale/sr@Latn/LC_MESSAGES/mlview.mo share/locale/sv/LC_MESSAGES/mlview.mo -@dirrm share/gnome/mlview +@dirrm share/mlview +@dirrmtry share/applications diff --git a/editors/morla/Makefile b/editors/morla/Makefile index 41bbc3e5e07f..c38b8fcdd54b 100644 --- a/editors/morla/Makefile +++ b/editors/morla/Makefile @@ -7,7 +7,6 @@ PORTNAME= morla PORTVERSION= 0.13 -#PORTREVISION= 0 CATEGORIES= editors textproc MASTER_SITES= http://www.morlardf.net/src/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ @@ -37,4 +36,8 @@ DESKTOP_ENTRIES="morla" \ "Application;WebDevelopment;" \ true +post-patch: + @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/configure + .include <bsd.port.mk> diff --git a/editors/scribes/Makefile b/editors/scribes/Makefile index 30f410c6a55b..4689d80b8ccb 100644 --- a/editors/scribes/Makefile +++ b/editors/scribes/Makefile @@ -7,6 +7,7 @@ PORTNAME= scribes PORTVERSION= 0.3.2.8 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -29,7 +30,4 @@ GCONF_SCHEMAS= scribes.schemas INSTALLS_ICONS= yes INSTALLS_OMF= yes -post-patch: - @${REINPLACE_CMD} -e 's|(datadir)/icons|(prefix)/share/icons|' ${WRKSRC}/data/Makefile.in - .include <bsd.port.mk> diff --git a/editors/scribes/pkg-plist b/editors/scribes/pkg-plist index 6cb2be5cd24d..b85c747ed9c9 100644 --- a/editors/scribes/pkg-plist +++ b/editors/scribes/pkg-plist @@ -179,7 +179,7 @@ share/locale/it/LC_MESSAGES/scribes.mo share/locale/nl/LC_MESSAGES/scribes.mo share/locale/pt_BR/LC_MESSAGES/scribes.mo share/locale/sv/LC_MESSAGES/scribes.mo -share/gnome/applications/scribes.desktop +share/applications/scribes.desktop share/gnome/help/scribes/C/figures/scribes_add_dialog.png share/gnome/help/scribes/C/figures/scribes_completion.png share/gnome/help/scribes/C/figures/scribes_document_switcher.png @@ -191,733 +191,734 @@ share/gnome/help/scribes/C/figures/scribes_toolbar.png share/gnome/help/scribes/C/figures/scribes_window.png share/gnome/help/scribes/C/legal.xml share/gnome/help/scribes/C/scribes.xml -share/gnome/omf/scribes/scribes-C.omf -share/gnome/pixmaps/scribes.png -share/gnome/scribes/ModificationDialog.glade -share/gnome/scribes/bookmarks.png -share/gnome/scribes/plugins/About/AboutDialog.py -share/gnome/scribes/plugins/About/AboutDialog.pyo -share/gnome/scribes/plugins/About/i18n.py -share/gnome/scribes/plugins/About/i18n.pyo -share/gnome/scribes/plugins/About/PopupMenuItem.py -share/gnome/scribes/plugins/About/PopupMenuItem.pyo -share/gnome/scribes/plugins/About/Trigger.py -share/gnome/scribes/plugins/About/Trigger.pyo -share/gnome/scribes/plugins/About/__init__.py -share/gnome/scribes/plugins/About/__init__.pyo -share/gnome/scribes/plugins/AutoReplaceGUI/AddButton.py -share/gnome/scribes/plugins/AutoReplaceGUI/AddButton.pyo -share/gnome/scribes/plugins/AutoReplaceGUI/EditButton.py -share/gnome/scribes/plugins/AutoReplaceGUI/EditButton.pyo -share/gnome/scribes/plugins/AutoReplaceGUI/i18n.py -share/gnome/scribes/plugins/AutoReplaceGUI/i18n.pyo -share/gnome/scribes/plugins/AutoReplaceGUI/Manager.py -share/gnome/scribes/plugins/AutoReplaceGUI/Manager.pyo -share/gnome/scribes/plugins/AutoReplaceGUI/MenuItem.py -share/gnome/scribes/plugins/AutoReplaceGUI/MenuItem.pyo -share/gnome/scribes/plugins/AutoReplaceGUI/RemoveButton.py -share/gnome/scribes/plugins/AutoReplaceGUI/RemoveButton.pyo -share/gnome/scribes/plugins/AutoReplaceGUI/Treeview.py -share/gnome/scribes/plugins/AutoReplaceGUI/Treeview.pyo -share/gnome/scribes/plugins/AutoReplaceGUI/Trigger.py -share/gnome/scribes/plugins/AutoReplaceGUI/Trigger.pyo -share/gnome/scribes/plugins/AutoReplaceGUI/Window.py -share/gnome/scribes/plugins/AutoReplaceGUI/Window.pyo -share/gnome/scribes/plugins/AutoReplaceGUI/__init__.py -share/gnome/scribes/plugins/AutoReplaceGUI/__init__.pyo -share/gnome/scribes/plugins/AutoReplace/Expander.py -share/gnome/scribes/plugins/AutoReplace/Expander.pyo -share/gnome/scribes/plugins/AutoReplace/i18n.py -share/gnome/scribes/plugins/AutoReplace/i18n.pyo -share/gnome/scribes/plugins/AutoReplace/Manager.py -share/gnome/scribes/plugins/AutoReplace/Manager.pyo -share/gnome/scribes/plugins/AutoReplace/Monitor.py -share/gnome/scribes/plugins/AutoReplace/Monitor.pyo -share/gnome/scribes/plugins/AutoReplace/__init__.py -share/gnome/scribes/plugins/AutoReplace/__init__.pyo -share/gnome/scribes/plugins/BookmarkBrowser/i18n.py -share/gnome/scribes/plugins/BookmarkBrowser/i18n.pyo -share/gnome/scribes/plugins/BookmarkBrowser/lines.py -share/gnome/scribes/plugins/BookmarkBrowser/lines.pyo -share/gnome/scribes/plugins/BookmarkBrowser/Manager.py -share/gnome/scribes/plugins/BookmarkBrowser/Manager.pyo -share/gnome/scribes/plugins/BookmarkBrowser/Treeview.py -share/gnome/scribes/plugins/BookmarkBrowser/Treeview.pyo -share/gnome/scribes/plugins/BookmarkBrowser/Trigger.py -share/gnome/scribes/plugins/BookmarkBrowser/Trigger.pyo -share/gnome/scribes/plugins/BookmarkBrowser/Window.py -share/gnome/scribes/plugins/BookmarkBrowser/Window.pyo -share/gnome/scribes/plugins/BookmarkBrowser/__init__.py -share/gnome/scribes/plugins/BookmarkBrowser/__init__.pyo -share/gnome/scribes/plugins/Bookmark/BookmarkMetadata.py -share/gnome/scribes/plugins/Bookmark/BookmarkMetadata.pyo -share/gnome/scribes/plugins/Bookmark/i18n.py -share/gnome/scribes/plugins/Bookmark/i18n.pyo -share/gnome/scribes/plugins/Bookmark/Manager.py -share/gnome/scribes/plugins/Bookmark/Manager.pyo -share/gnome/scribes/plugins/Bookmark/PopupMenuItem.py -share/gnome/scribes/plugins/Bookmark/PopupMenuItem.pyo -share/gnome/scribes/plugins/Bookmark/Trigger.py -share/gnome/scribes/plugins/Bookmark/Trigger.pyo -share/gnome/scribes/plugins/Bookmark/__init__.py -share/gnome/scribes/plugins/Bookmark/__init__.pyo -share/gnome/scribes/plugins/BracketCompletion/i18n.py -share/gnome/scribes/plugins/BracketCompletion/i18n.pyo -share/gnome/scribes/plugins/BracketCompletion/Manager.py -share/gnome/scribes/plugins/BracketCompletion/Manager.pyo -share/gnome/scribes/plugins/BracketCompletion/__init__.py -share/gnome/scribes/plugins/BracketCompletion/__init__.pyo -share/gnome/scribes/plugins/BracketSelection/i18n.py -share/gnome/scribes/plugins/BracketSelection/i18n.pyo -share/gnome/scribes/plugins/BracketSelection/Trigger.py -share/gnome/scribes/plugins/BracketSelection/Trigger.pyo -share/gnome/scribes/plugins/BracketSelection/__init__.py -share/gnome/scribes/plugins/BracketSelection/__init__.pyo -share/gnome/scribes/plugins/Case/case.py -share/gnome/scribes/plugins/Case/case.pyo -share/gnome/scribes/plugins/Case/i18n.py -share/gnome/scribes/plugins/Case/i18n.pyo -share/gnome/scribes/plugins/Case/PopupMenuItem.py -share/gnome/scribes/plugins/Case/PopupMenuItem.pyo -share/gnome/scribes/plugins/Case/Trigger.py -share/gnome/scribes/plugins/Case/Trigger.pyo -share/gnome/scribes/plugins/Case/__init__.py -share/gnome/scribes/plugins/Case/__init__.pyo -share/gnome/scribes/plugins/CloseWindow/Trigger.py -share/gnome/scribes/plugins/CloseWindow/Trigger.pyo -share/gnome/scribes/plugins/CloseWindow/__init__.py -share/gnome/scribes/plugins/CloseWindow/__init__.pyo -share/gnome/scribes/plugins/ColorEditor/BgColorButton.py -share/gnome/scribes/plugins/ColorEditor/BgColorButton.pyo -share/gnome/scribes/plugins/ColorEditor/BgSyntaxButton.py -share/gnome/scribes/plugins/ColorEditor/BgSyntaxButton.pyo -share/gnome/scribes/plugins/ColorEditor/BoldCheckButton.py -share/gnome/scribes/plugins/ColorEditor/BoldCheckButton.pyo -share/gnome/scribes/plugins/ColorEditor/FgColorButton.py -share/gnome/scribes/plugins/ColorEditor/FgColorButton.pyo -share/gnome/scribes/plugins/ColorEditor/FgSyntaxButton.py -share/gnome/scribes/plugins/ColorEditor/FgSyntaxButton.pyo -share/gnome/scribes/plugins/ColorEditor/ItalicCheckButton.py -share/gnome/scribes/plugins/ColorEditor/ItalicCheckButton.pyo -share/gnome/scribes/plugins/ColorEditor/i18n.py -share/gnome/scribes/plugins/ColorEditor/i18n.pyo -share/gnome/scribes/plugins/ColorEditor/Manager.py -share/gnome/scribes/plugins/ColorEditor/Manager.pyo -share/gnome/scribes/plugins/ColorEditor/MenuItem.py -share/gnome/scribes/plugins/ColorEditor/MenuItem.pyo -share/gnome/scribes/plugins/ColorEditor/ResetButton.py -share/gnome/scribes/plugins/ColorEditor/ResetButton.pyo -share/gnome/scribes/plugins/ColorEditor/ThemeCheckButton.py -share/gnome/scribes/plugins/ColorEditor/ThemeCheckButton.pyo -share/gnome/scribes/plugins/ColorEditor/TreeView.py -share/gnome/scribes/plugins/ColorEditor/TreeView.pyo -share/gnome/scribes/plugins/ColorEditor/Trigger.py -share/gnome/scribes/plugins/ColorEditor/Trigger.pyo -share/gnome/scribes/plugins/ColorEditor/UnderlineCheckButton.py -share/gnome/scribes/plugins/ColorEditor/UnderlineCheckButton.pyo -share/gnome/scribes/plugins/ColorEditor/Window.py -share/gnome/scribes/plugins/ColorEditor/Window.pyo -share/gnome/scribes/plugins/ColorEditor/__init__.py -share/gnome/scribes/plugins/ColorEditor/__init__.pyo -share/gnome/scribes/plugins/DocumentBrowser/i18n.py -share/gnome/scribes/plugins/DocumentBrowser/i18n.pyo -share/gnome/scribes/plugins/DocumentBrowser/lines.py -share/gnome/scribes/plugins/DocumentBrowser/lines.pyo -share/gnome/scribes/plugins/DocumentBrowser/Manager.py -share/gnome/scribes/plugins/DocumentBrowser/Manager.pyo -share/gnome/scribes/plugins/DocumentBrowser/Treeview.py -share/gnome/scribes/plugins/DocumentBrowser/Treeview.pyo -share/gnome/scribes/plugins/DocumentBrowser/Trigger.py -share/gnome/scribes/plugins/DocumentBrowser/Trigger.pyo -share/gnome/scribes/plugins/DocumentBrowser/Window.py -share/gnome/scribes/plugins/DocumentBrowser/Window.pyo -share/gnome/scribes/plugins/DocumentBrowser/__init__.py -share/gnome/scribes/plugins/DocumentBrowser/__init__.pyo -share/gnome/scribes/plugins/DocumentSwitcher/switcher.py -share/gnome/scribes/plugins/DocumentSwitcher/switcher.pyo -share/gnome/scribes/plugins/DocumentSwitcher/Trigger.py -share/gnome/scribes/plugins/DocumentSwitcher/Trigger.pyo -share/gnome/scribes/plugins/DocumentSwitcher/__init__.py -share/gnome/scribes/plugins/DocumentSwitcher/__init__.pyo -share/gnome/scribes/plugins/FindBar/CaseButton.py -share/gnome/scribes/plugins/FindBar/CaseButton.pyo -share/gnome/scribes/plugins/FindBar/EntryCompletion.py -share/gnome/scribes/plugins/FindBar/EntryCompletion.pyo -share/gnome/scribes/plugins/FindBar/Entry.py -share/gnome/scribes/plugins/FindBar/Entry.pyo -share/gnome/scribes/plugins/FindBar/i18n.py -share/gnome/scribes/plugins/FindBar/i18n.pyo -share/gnome/scribes/plugins/FindBar/Manager.py -share/gnome/scribes/plugins/FindBar/Manager.pyo -share/gnome/scribes/plugins/FindBar/NextButton.py -share/gnome/scribes/plugins/FindBar/NextButton.pyo -share/gnome/scribes/plugins/FindBar/PreviousButton.py -share/gnome/scribes/plugins/FindBar/PreviousButton.pyo -share/gnome/scribes/plugins/FindBar/SearchButton.py -share/gnome/scribes/plugins/FindBar/SearchButton.pyo -share/gnome/scribes/plugins/FindBar/StopButton.py -share/gnome/scribes/plugins/FindBar/StopButton.pyo -share/gnome/scribes/plugins/FindBar/Trigger.py -share/gnome/scribes/plugins/FindBar/Trigger.pyo -share/gnome/scribes/plugins/FindBar/WordButton.py -share/gnome/scribes/plugins/FindBar/WordButton.pyo -share/gnome/scribes/plugins/FindBar/__init__.py -share/gnome/scribes/plugins/FindBar/__init__.pyo -share/gnome/scribes/plugins/FullScreen/Trigger.py -share/gnome/scribes/plugins/FullScreen/Trigger.pyo -share/gnome/scribes/plugins/FullScreen/__init__.py -share/gnome/scribes/plugins/FullScreen/__init__.pyo -share/gnome/scribes/plugins/GotoBar/Bar.py -share/gnome/scribes/plugins/GotoBar/Bar.pyo -share/gnome/scribes/plugins/GotoBar/i18n.py -share/gnome/scribes/plugins/GotoBar/i18n.pyo -share/gnome/scribes/plugins/GotoBar/SpinButton.py -share/gnome/scribes/plugins/GotoBar/SpinButton.pyo -share/gnome/scribes/plugins/GotoBar/Trigger.py -share/gnome/scribes/plugins/GotoBar/Trigger.pyo -share/gnome/scribes/plugins/GotoBar/__init__.py -share/gnome/scribes/plugins/GotoBar/__init__.pyo -share/gnome/scribes/plugins/IncrementalBar/CaseButton.py -share/gnome/scribes/plugins/IncrementalBar/CaseButton.pyo -share/gnome/scribes/plugins/IncrementalBar/EntryCompletion.py -share/gnome/scribes/plugins/IncrementalBar/EntryCompletion.pyo -share/gnome/scribes/plugins/IncrementalBar/Entry.py -share/gnome/scribes/plugins/IncrementalBar/Entry.pyo -share/gnome/scribes/plugins/IncrementalBar/i18n.py -share/gnome/scribes/plugins/IncrementalBar/i18n.pyo -share/gnome/scribes/plugins/IncrementalBar/Manager.py -share/gnome/scribes/plugins/IncrementalBar/Manager.pyo -share/gnome/scribes/plugins/IncrementalBar/NextButton.py -share/gnome/scribes/plugins/IncrementalBar/NextButton.pyo -share/gnome/scribes/plugins/IncrementalBar/PreviousButton.py -share/gnome/scribes/plugins/IncrementalBar/PreviousButton.pyo -share/gnome/scribes/plugins/IncrementalBar/SearchButton.py -share/gnome/scribes/plugins/IncrementalBar/SearchButton.pyo -share/gnome/scribes/plugins/IncrementalBar/StopButton.py -share/gnome/scribes/plugins/IncrementalBar/StopButton.pyo -share/gnome/scribes/plugins/IncrementalBar/Trigger.py -share/gnome/scribes/plugins/IncrementalBar/Trigger.pyo -share/gnome/scribes/plugins/IncrementalBar/WordButton.py -share/gnome/scribes/plugins/IncrementalBar/WordButton.pyo -share/gnome/scribes/plugins/IncrementalBar/__init__.py -share/gnome/scribes/plugins/IncrementalBar/__init__.pyo -share/gnome/scribes/plugins/Indent/indent.py -share/gnome/scribes/plugins/Indent/indent.pyo -share/gnome/scribes/plugins/Indent/i18n.py -share/gnome/scribes/plugins/Indent/i18n.pyo -share/gnome/scribes/plugins/Indent/PopupMenuItem.py -share/gnome/scribes/plugins/Indent/PopupMenuItem.pyo -share/gnome/scribes/plugins/Indent/Trigger.py -share/gnome/scribes/plugins/Indent/Trigger.pyo -share/gnome/scribes/plugins/Indent/unindent.py -share/gnome/scribes/plugins/Indent/unindent.pyo -share/gnome/scribes/plugins/Indent/__init__.py -share/gnome/scribes/plugins/Indent/__init__.pyo -share/gnome/scribes/plugins/LexicalScopeHighlight/Highlight.py -share/gnome/scribes/plugins/LexicalScopeHighlight/Highlight.pyo -share/gnome/scribes/plugins/LexicalScopeHighlight/__init__.py -share/gnome/scribes/plugins/LexicalScopeHighlight/__init__.pyo -share/gnome/scribes/plugins/Lines/i18n.py -share/gnome/scribes/plugins/Lines/i18n.pyo -share/gnome/scribes/plugins/Lines/lines.py -share/gnome/scribes/plugins/Lines/lines.pyo -share/gnome/scribes/plugins/Lines/PopupMenuItem.py -share/gnome/scribes/plugins/Lines/PopupMenuItem.pyo -share/gnome/scribes/plugins/Lines/Trigger.py -share/gnome/scribes/plugins/Lines/Trigger.pyo -share/gnome/scribes/plugins/Lines/__init__.py -share/gnome/scribes/plugins/Lines/__init__.pyo -share/gnome/scribes/plugins/MatchingBracket/i18n.py -share/gnome/scribes/plugins/MatchingBracket/i18n.pyo -share/gnome/scribes/plugins/MatchingBracket/Trigger.py -share/gnome/scribes/plugins/MatchingBracket/Trigger.pyo -share/gnome/scribes/plugins/MatchingBracket/__init__.py -share/gnome/scribes/plugins/MatchingBracket/__init__.pyo -share/gnome/scribes/plugins/NewWindow/Trigger.py -share/gnome/scribes/plugins/NewWindow/Trigger.pyo -share/gnome/scribes/plugins/NewWindow/__init__.py -share/gnome/scribes/plugins/NewWindow/__init__.pyo -share/gnome/scribes/plugins/OpenDialog/Dialog.glade -share/gnome/scribes/plugins/OpenDialog/Dialog.py -share/gnome/scribes/plugins/OpenDialog/Dialog.pyo -share/gnome/scribes/plugins/OpenDialog/i18n.py -share/gnome/scribes/plugins/OpenDialog/i18n.pyo -share/gnome/scribes/plugins/OpenDialog/Trigger.py -share/gnome/scribes/plugins/OpenDialog/Trigger.pyo -share/gnome/scribes/plugins/OpenDialog/__init__.py -share/gnome/scribes/plugins/OpenDialog/__init__.pyo -share/gnome/scribes/plugins/Paragraph/i18n.py -share/gnome/scribes/plugins/Paragraph/i18n.pyc -share/gnome/scribes/plugins/Paragraph/i18n.pyo -share/gnome/scribes/plugins/Paragraph/Manager.py -share/gnome/scribes/plugins/Paragraph/Manager.pyc -share/gnome/scribes/plugins/Paragraph/Manager.pyo -share/gnome/scribes/plugins/Paragraph/PopupMenuItem.py -share/gnome/scribes/plugins/Paragraph/PopupMenuItem.pyc -share/gnome/scribes/plugins/Paragraph/PopupMenuItem.pyo -share/gnome/scribes/plugins/Paragraph/Trigger.py -share/gnome/scribes/plugins/Paragraph/Trigger.pyc -share/gnome/scribes/plugins/Paragraph/Trigger.pyo -share/gnome/scribes/plugins/Paragraph/.__junk -share/gnome/scribes/plugins/Paragraph/__init__.py -share/gnome/scribes/plugins/Paragraph/__init__.pyc -share/gnome/scribes/plugins/Paragraph/__init__.pyo -share/gnome/scribes/plugins/PluginAbout.py -share/gnome/scribes/plugins/PluginAbout.pyo -share/gnome/scribes/plugins/PluginAutoReplaceGUI.py -share/gnome/scribes/plugins/PluginAutoReplaceGUI.pyo -share/gnome/scribes/plugins/PluginAutoReplace.py -share/gnome/scribes/plugins/PluginAutoReplace.pyo -share/gnome/scribes/plugins/PluginBookmarkBrowser.py -share/gnome/scribes/plugins/PluginBookmarkBrowser.pyo -share/gnome/scribes/plugins/PluginBookmark.py -share/gnome/scribes/plugins/PluginBookmark.pyo -share/gnome/scribes/plugins/PluginBracketCompletion.py -share/gnome/scribes/plugins/PluginBracketCompletion.pyo -share/gnome/scribes/plugins/PluginBracketSelection.py -share/gnome/scribes/plugins/PluginBracketSelection.pyo -share/gnome/scribes/plugins/PluginCase.py -share/gnome/scribes/plugins/PluginCase.pyo -share/gnome/scribes/plugins/PluginCloseWindow.py -share/gnome/scribes/plugins/PluginCloseWindow.pyo -share/gnome/scribes/plugins/PluginColorEditor.py -share/gnome/scribes/plugins/PluginColorEditor.pyo -share/gnome/scribes/plugins/PluginDocumentBrowser.py -share/gnome/scribes/plugins/PluginDocumentBrowser.pyo -share/gnome/scribes/plugins/PluginDocumentSwitcher.py -share/gnome/scribes/plugins/PluginDocumentSwitcher.pyo -share/gnome/scribes/plugins/PluginFindBar.py -share/gnome/scribes/plugins/PluginFindBar.pyo -share/gnome/scribes/plugins/PluginFullScreen.py -share/gnome/scribes/plugins/PluginFullScreen.pyo -share/gnome/scribes/plugins/PluginGotoBar.py -share/gnome/scribes/plugins/PluginGotoBar.pyo -share/gnome/scribes/plugins/PluginIncrementalBar.py -share/gnome/scribes/plugins/PluginIncrementalBar.pyo -share/gnome/scribes/plugins/PluginIndent.py -share/gnome/scribes/plugins/PluginIndent.pyo -share/gnome/scribes/plugins/PluginLexicalScopeHighlight.py -share/gnome/scribes/plugins/PluginLexicalScopeHighlight.pyo -share/gnome/scribes/plugins/PluginLines.py -share/gnome/scribes/plugins/PluginLines.pyo -share/gnome/scribes/plugins/PluginMatchingBracket.py -share/gnome/scribes/plugins/PluginMatchingBracket.pyo -share/gnome/scribes/plugins/PluginNewWindow.py -share/gnome/scribes/plugins/PluginNewWindow.pyo -share/gnome/scribes/plugins/PluginOpenDialog.py -share/gnome/scribes/plugins/PluginOpenDialog.pyo -share/gnome/scribes/plugins/PluginParagraph.py -share/gnome/scribes/plugins/PluginParagraph.pyo -share/gnome/scribes/plugins/PluginPreferences.py -share/gnome/scribes/plugins/PluginPreferences.pyo -share/gnome/scribes/plugins/PluginPrintDialog.py -share/gnome/scribes/plugins/PluginPrintDialog.pyo -share/gnome/scribes/plugins/PluginReadOnly.py -share/gnome/scribes/plugins/PluginReadOnly.pyo -share/gnome/scribes/plugins/PluginRecentMenu.py -share/gnome/scribes/plugins/PluginRecentMenu.pyo -share/gnome/scribes/plugins/PluginRemoteDialog.py -share/gnome/scribes/plugins/PluginRemoteDialog.pyo -share/gnome/scribes/plugins/PluginReplaceBar.py -share/gnome/scribes/plugins/PluginReplaceBar.pyo -share/gnome/scribes/plugins/PluginSaveDialog.py -share/gnome/scribes/plugins/PluginSaveDialog.pyo -share/gnome/scribes/plugins/PluginSaveFile.py -share/gnome/scribes/plugins/PluginSaveFile.pyo -share/gnome/scribes/plugins/PluginScrollNavigation.py -share/gnome/scribes/plugins/PluginScrollNavigation.pyo -share/gnome/scribes/plugins/PluginSearchPreviousNext.py -share/gnome/scribes/plugins/PluginSearchPreviousNext.pyo -share/gnome/scribes/plugins/PluginSearchReplace.py -share/gnome/scribes/plugins/PluginSearchReplace.pyo -share/gnome/scribes/plugins/PluginSelection.py -share/gnome/scribes/plugins/PluginSelection.pyo -share/gnome/scribes/plugins/PluginSpaces.py -share/gnome/scribes/plugins/PluginSpaces.pyo -share/gnome/scribes/plugins/PluginSpellCheck.py -share/gnome/scribes/plugins/PluginSpellCheck.pyo -share/gnome/scribes/plugins/PluginSyntaxColorSwitcher.py -share/gnome/scribes/plugins/PluginSyntaxColorSwitcher.pyo -share/gnome/scribes/plugins/PluginTemplateEditor.py -share/gnome/scribes/plugins/PluginTemplateEditor.pyo -share/gnome/scribes/plugins/PluginTemplates.py -share/gnome/scribes/plugins/PluginTemplates.pyo -share/gnome/scribes/plugins/PluginToolbarVisibility.py -share/gnome/scribes/plugins/PluginToolbarVisibility.pyo -share/gnome/scribes/plugins/PluginUndoRedo.py -share/gnome/scribes/plugins/PluginUndoRedo.pyo -share/gnome/scribes/plugins/PluginUserGuide.py -share/gnome/scribes/plugins/PluginUserGuide.pyo -share/gnome/scribes/plugins/PluginWordCompletionGUI.py -share/gnome/scribes/plugins/PluginWordCompletionGUI.pyo -share/gnome/scribes/plugins/PluginWordCompletion.py -share/gnome/scribes/plugins/PluginWordCompletion.pyo -share/gnome/scribes/plugins/Preferences/FontButton.py -share/gnome/scribes/plugins/Preferences/FontButton.pyo -share/gnome/scribes/plugins/Preferences/i18n.py -share/gnome/scribes/plugins/Preferences/i18n.pyo -share/gnome/scribes/plugins/Preferences/Manager.py -share/gnome/scribes/plugins/Preferences/Manager.pyo -share/gnome/scribes/plugins/Preferences/MarginCheckButton.py -share/gnome/scribes/plugins/Preferences/MarginCheckButton.pyo -share/gnome/scribes/plugins/Preferences/MarginSpinButton.py -share/gnome/scribes/plugins/Preferences/MarginSpinButton.pyo -share/gnome/scribes/plugins/Preferences/SpellCheckButton.py -share/gnome/scribes/plugins/Preferences/SpellCheckButton.pyo -share/gnome/scribes/plugins/Preferences/TabCheckButton.py -share/gnome/scribes/plugins/Preferences/TabCheckButton.pyo -share/gnome/scribes/plugins/Preferences/TabSpinButton.py -share/gnome/scribes/plugins/Preferences/TabSpinButton.pyo -share/gnome/scribes/plugins/Preferences/Trigger.py -share/gnome/scribes/plugins/Preferences/Trigger.pyo -share/gnome/scribes/plugins/Preferences/Window.py -share/gnome/scribes/plugins/Preferences/Window.pyo -share/gnome/scribes/plugins/Preferences/WrapCheckButton.py -share/gnome/scribes/plugins/Preferences/WrapCheckButton.pyo -share/gnome/scribes/plugins/Preferences/__init__.py -share/gnome/scribes/plugins/Preferences/__init__.pyo -share/gnome/scribes/plugins/PrintDialog/Dialog.py -share/gnome/scribes/plugins/PrintDialog/Dialog.pyo -share/gnome/scribes/plugins/PrintDialog/i18n.py -share/gnome/scribes/plugins/PrintDialog/i18n.pyo -share/gnome/scribes/plugins/PrintDialog/Job.py -share/gnome/scribes/plugins/PrintDialog/Job.pyo -share/gnome/scribes/plugins/PrintDialog/Preview.py -share/gnome/scribes/plugins/PrintDialog/Preview.pyo -share/gnome/scribes/plugins/PrintDialog/Trigger.py -share/gnome/scribes/plugins/PrintDialog/Trigger.pyo -share/gnome/scribes/plugins/PrintDialog/__init__.py -share/gnome/scribes/plugins/PrintDialog/__init__.pyo -share/gnome/scribes/plugins/ReadOnly/i18n.py -share/gnome/scribes/plugins/ReadOnly/i18n.pyo -share/gnome/scribes/plugins/ReadOnly/Trigger.py -share/gnome/scribes/plugins/ReadOnly/Trigger.pyo -share/gnome/scribes/plugins/ReadOnly/__init__.py -share/gnome/scribes/plugins/ReadOnly/__init__.pyo -share/gnome/scribes/plugins/RecentMenu/Trigger.py -share/gnome/scribes/plugins/RecentMenu/Trigger.pyo -share/gnome/scribes/plugins/RecentMenu/__init__.py -share/gnome/scribes/plugins/RecentMenu/__init__.pyo -share/gnome/scribes/plugins/RemoteDialog/comboboxentry.py -share/gnome/scribes/plugins/RemoteDialog/comboboxentry.pyo -share/gnome/scribes/plugins/RemoteDialog/Dialog.py -share/gnome/scribes/plugins/RemoteDialog/Dialog.pyo -share/gnome/scribes/plugins/RemoteDialog/i18n.py -share/gnome/scribes/plugins/RemoteDialog/i18n.pyo -share/gnome/scribes/plugins/RemoteDialog/Trigger.py -share/gnome/scribes/plugins/RemoteDialog/Trigger.pyo -share/gnome/scribes/plugins/RemoteDialog/__init__.py -share/gnome/scribes/plugins/RemoteDialog/__init__.pyo -share/gnome/scribes/plugins/ReplaceBar/CaseButton.py -share/gnome/scribes/plugins/ReplaceBar/CaseButton.pyo -share/gnome/scribes/plugins/ReplaceBar/EntryCompletion.py -share/gnome/scribes/plugins/ReplaceBar/EntryCompletion.pyo -share/gnome/scribes/plugins/ReplaceBar/Entry.py -share/gnome/scribes/plugins/ReplaceBar/Entry.pyo -share/gnome/scribes/plugins/ReplaceBar/IncrementalButton.py -share/gnome/scribes/plugins/ReplaceBar/IncrementalButton.pyo -share/gnome/scribes/plugins/ReplaceBar/i18n.py -share/gnome/scribes/plugins/ReplaceBar/i18n.pyo -share/gnome/scribes/plugins/ReplaceBar/Manager.py -share/gnome/scribes/plugins/ReplaceBar/Manager.pyo -share/gnome/scribes/plugins/ReplaceBar/NextButton.py -share/gnome/scribes/plugins/ReplaceBar/NextButton.pyo -share/gnome/scribes/plugins/ReplaceBar/PreviousButton.py -share/gnome/scribes/plugins/ReplaceBar/PreviousButton.pyo -share/gnome/scribes/plugins/ReplaceBar/ReplaceAllButton.py -share/gnome/scribes/plugins/ReplaceBar/ReplaceAllButton.pyo -share/gnome/scribes/plugins/ReplaceBar/ReplaceButton.py -share/gnome/scribes/plugins/ReplaceBar/ReplaceButton.pyo -share/gnome/scribes/plugins/ReplaceBar/ReplaceEntry.py -share/gnome/scribes/plugins/ReplaceBar/ReplaceEntry.pyo -share/gnome/scribes/plugins/ReplaceBar/ReplaceStopButton.py -share/gnome/scribes/plugins/ReplaceBar/ReplaceStopButton.pyo -share/gnome/scribes/plugins/ReplaceBar/SearchButton.py -share/gnome/scribes/plugins/ReplaceBar/SearchButton.pyo -share/gnome/scribes/plugins/ReplaceBar/StopButton.py -share/gnome/scribes/plugins/ReplaceBar/StopButton.pyo -share/gnome/scribes/plugins/ReplaceBar/Trigger.py -share/gnome/scribes/plugins/ReplaceBar/Trigger.pyo -share/gnome/scribes/plugins/ReplaceBar/WordButton.py -share/gnome/scribes/plugins/ReplaceBar/WordButton.pyo -share/gnome/scribes/plugins/ReplaceBar/__init__.py -share/gnome/scribes/plugins/ReplaceBar/__init__.pyo -share/gnome/scribes/plugins/SaveDialog/Dialog.glade -share/gnome/scribes/plugins/SaveDialog/Dialog.py -share/gnome/scribes/plugins/SaveDialog/Dialog.pyo -share/gnome/scribes/plugins/SaveDialog/i18n.py -share/gnome/scribes/plugins/SaveDialog/i18n.pyo -share/gnome/scribes/plugins/SaveDialog/Rename.py -share/gnome/scribes/plugins/SaveDialog/Rename.pyo -share/gnome/scribes/plugins/SaveDialog/Trigger.py -share/gnome/scribes/plugins/SaveDialog/Trigger.pyo -share/gnome/scribes/plugins/SaveDialog/__init__.py -share/gnome/scribes/plugins/SaveDialog/__init__.pyo -share/gnome/scribes/plugins/SaveFile/i18n.py -share/gnome/scribes/plugins/SaveFile/i18n.pyo -share/gnome/scribes/plugins/SaveFile/Trigger.py -share/gnome/scribes/plugins/SaveFile/Trigger.pyo -share/gnome/scribes/plugins/SaveFile/__init__.py -share/gnome/scribes/plugins/SaveFile/__init__.pyo -share/gnome/scribes/plugins/ScrollNavigation/i18n.py -share/gnome/scribes/plugins/ScrollNavigation/i18n.pyc -share/gnome/scribes/plugins/ScrollNavigation/i18n.pyo -share/gnome/scribes/plugins/ScrollNavigation/Manager.py -share/gnome/scribes/plugins/ScrollNavigation/Manager.pyc -share/gnome/scribes/plugins/ScrollNavigation/Manager.pyo -share/gnome/scribes/plugins/ScrollNavigation/Trigger.py -share/gnome/scribes/plugins/ScrollNavigation/Trigger.pyc -share/gnome/scribes/plugins/ScrollNavigation/Trigger.pyo -share/gnome/scribes/plugins/ScrollNavigation/.__junk -share/gnome/scribes/plugins/ScrollNavigation/__init__.py -share/gnome/scribes/plugins/ScrollNavigation/__init__.pyc -share/gnome/scribes/plugins/ScrollNavigation/__init__.pyo -share/gnome/scribes/plugins/SearchPreviousNext/i18n.py -share/gnome/scribes/plugins/SearchPreviousNext/i18n.pyo -share/gnome/scribes/plugins/SearchPreviousNext/Next.py -share/gnome/scribes/plugins/SearchPreviousNext/Next.pyo -share/gnome/scribes/plugins/SearchPreviousNext/Previous.py -share/gnome/scribes/plugins/SearchPreviousNext/Previous.pyo -share/gnome/scribes/plugins/SearchPreviousNext/searchnexttrigger.py -share/gnome/scribes/plugins/SearchPreviousNext/searchnexttrigger.pyo -share/gnome/scribes/plugins/SearchPreviousNext/searchnext.py -share/gnome/scribes/plugins/SearchPreviousNext/searchnext.pyo -share/gnome/scribes/plugins/SearchPreviousNext/searchprevioustrigger.py -share/gnome/scribes/plugins/SearchPreviousNext/searchprevioustrigger.pyo -share/gnome/scribes/plugins/SearchPreviousNext/searchprevious.py -share/gnome/scribes/plugins/SearchPreviousNext/searchprevious.pyo -share/gnome/scribes/plugins/SearchPreviousNext/Trigger.py -share/gnome/scribes/plugins/SearchPreviousNext/Trigger.pyo -share/gnome/scribes/plugins/SearchPreviousNext/__init__.py -share/gnome/scribes/plugins/SearchPreviousNext/__init__.pyo -share/gnome/scribes/plugins/SearchReplace/i18n.py -share/gnome/scribes/plugins/SearchReplace/i18n.pyo -share/gnome/scribes/plugins/SearchReplace/Manager.py -share/gnome/scribes/plugins/SearchReplace/Manager.pyo -share/gnome/scribes/plugins/SearchReplace/Trigger.py -share/gnome/scribes/plugins/SearchReplace/Trigger.pyo -share/gnome/scribes/plugins/SearchReplace/__init__.py -share/gnome/scribes/plugins/SearchReplace/__init__.pyo -share/gnome/scribes/plugins/Selection/i18n.py -share/gnome/scribes/plugins/Selection/i18n.pyo -share/gnome/scribes/plugins/Selection/lines.py -share/gnome/scribes/plugins/Selection/lines.pyo -share/gnome/scribes/plugins/Selection/Manager.py -share/gnome/scribes/plugins/Selection/Manager.pyo -share/gnome/scribes/plugins/Selection/paragraph.py -share/gnome/scribes/plugins/Selection/paragraph.pyo -share/gnome/scribes/plugins/Selection/PopupMenuItem.py -share/gnome/scribes/plugins/Selection/PopupMenuItem.pyo -share/gnome/scribes/plugins/Selection/sentence.py -share/gnome/scribes/plugins/Selection/sentence.pyo -share/gnome/scribes/plugins/Selection/Trigger.py -share/gnome/scribes/plugins/Selection/Trigger.pyo -share/gnome/scribes/plugins/Selection/word.py -share/gnome/scribes/plugins/Selection/word.pyo -share/gnome/scribes/plugins/Selection/__init__.py -share/gnome/scribes/plugins/Selection/__init__.pyo -share/gnome/scribes/plugins/Spaces/i18n.py -share/gnome/scribes/plugins/Spaces/i18n.pyo -share/gnome/scribes/plugins/Spaces/PopupMenuItem.py -share/gnome/scribes/plugins/Spaces/PopupMenuItem.pyo -share/gnome/scribes/plugins/Spaces/spaces.py -share/gnome/scribes/plugins/Spaces/spaces.pyo -share/gnome/scribes/plugins/Spaces/Trigger.py -share/gnome/scribes/plugins/Spaces/Trigger.pyo -share/gnome/scribes/plugins/Spaces/__init__.py -share/gnome/scribes/plugins/Spaces/__init__.pyo -share/gnome/scribes/plugins/SpellCheck/i18n.py -share/gnome/scribes/plugins/SpellCheck/i18n.pyo -share/gnome/scribes/plugins/SpellCheck/Trigger.py -share/gnome/scribes/plugins/SpellCheck/Trigger.pyo -share/gnome/scribes/plugins/SpellCheck/__init__.py -share/gnome/scribes/plugins/SpellCheck/__init__.pyo -share/gnome/scribes/plugins/SyntaxColorSwitcher/Exceptions.py -share/gnome/scribes/plugins/SyntaxColorSwitcher/Exceptions.pyo -share/gnome/scribes/plugins/SyntaxColorSwitcher/i18n.py -share/gnome/scribes/plugins/SyntaxColorSwitcher/i18n.pyo -share/gnome/scribes/plugins/SyntaxColorSwitcher/Manager.py -share/gnome/scribes/plugins/SyntaxColorSwitcher/Manager.pyo -share/gnome/scribes/plugins/SyntaxColorSwitcher/Metadata.py -share/gnome/scribes/plugins/SyntaxColorSwitcher/Metadata.pyo -share/gnome/scribes/plugins/SyntaxColorSwitcher/PopupMenuItem.py -share/gnome/scribes/plugins/SyntaxColorSwitcher/PopupMenuItem.pyo -share/gnome/scribes/plugins/SyntaxColorSwitcher/Syntax.py -share/gnome/scribes/plugins/SyntaxColorSwitcher/Syntax.pyo -share/gnome/scribes/plugins/SyntaxColorSwitcher/__init__.py -share/gnome/scribes/plugins/SyntaxColorSwitcher/__init__.pyo -share/gnome/scribes/plugins/TemplateEditor/AddButton.py -share/gnome/scribes/plugins/TemplateEditor/AddButton.pyo -share/gnome/scribes/plugins/TemplateEditor/AddDialog.py -share/gnome/scribes/plugins/TemplateEditor/AddDialog.pyo -share/gnome/scribes/plugins/TemplateEditor/DescriptionTreeView.py -share/gnome/scribes/plugins/TemplateEditor/DescriptionTreeView.pyo -share/gnome/scribes/plugins/TemplateEditor/EditButton.py -share/gnome/scribes/plugins/TemplateEditor/EditButton.pyo -share/gnome/scribes/plugins/TemplateEditor/EditDialog.py -share/gnome/scribes/plugins/TemplateEditor/EditDialog.pyo -share/gnome/scribes/plugins/TemplateEditor/Editor.py -share/gnome/scribes/plugins/TemplateEditor/Editor.pyo -share/gnome/scribes/plugins/TemplateEditor/Exceptions.py -share/gnome/scribes/plugins/TemplateEditor/Exceptions.pyo -share/gnome/scribes/plugins/TemplateEditor/ExportButton.py -share/gnome/scribes/plugins/TemplateEditor/ExportButton.pyo -share/gnome/scribes/plugins/TemplateEditor/ExportDialog.py -share/gnome/scribes/plugins/TemplateEditor/ExportDialog.pyo -share/gnome/scribes/plugins/TemplateEditor/HelpButton.py -share/gnome/scribes/plugins/TemplateEditor/HelpButton.pyo -share/gnome/scribes/plugins/TemplateEditor/ImportButton.py -share/gnome/scribes/plugins/TemplateEditor/ImportButton.pyo -share/gnome/scribes/plugins/TemplateEditor/ImportDialog.py -share/gnome/scribes/plugins/TemplateEditor/ImportDialog.pyo -share/gnome/scribes/plugins/TemplateEditor/ImportTemplate.py -share/gnome/scribes/plugins/TemplateEditor/ImportTemplate.pyo -share/gnome/scribes/plugins/TemplateEditor/i18n.py -share/gnome/scribes/plugins/TemplateEditor/i18n.pyo -share/gnome/scribes/plugins/TemplateEditor/LanguageTreeView.py -share/gnome/scribes/plugins/TemplateEditor/LanguageTreeView.pyo -share/gnome/scribes/plugins/TemplateEditor/LinkButton.py -share/gnome/scribes/plugins/TemplateEditor/LinkButton.pyo -share/gnome/scribes/plugins/TemplateEditor/Manager.py -share/gnome/scribes/plugins/TemplateEditor/Manager.pyo -share/gnome/scribes/plugins/TemplateEditor/MenuItem.py -share/gnome/scribes/plugins/TemplateEditor/MenuItem.pyo -share/gnome/scribes/plugins/TemplateEditor/Metadata.py -share/gnome/scribes/plugins/TemplateEditor/Metadata.pyo -share/gnome/scribes/plugins/TemplateEditor/NoImage.png -share/gnome/scribes/plugins/TemplateEditor/Preview.py -share/gnome/scribes/plugins/TemplateEditor/Preview.pyo -share/gnome/scribes/plugins/TemplateEditor/ReadXMLTemplate.py -share/gnome/scribes/plugins/TemplateEditor/ReadXMLTemplate.pyo -share/gnome/scribes/plugins/TemplateEditor/RemoveButton.py -share/gnome/scribes/plugins/TemplateEditor/RemoveButton.pyo -share/gnome/scribes/plugins/TemplateEditor/Template.glade -share/gnome/scribes/plugins/TemplateEditor/Trigger.py -share/gnome/scribes/plugins/TemplateEditor/Trigger.pyo -share/gnome/scribes/plugins/TemplateEditor/utils.py -share/gnome/scribes/plugins/TemplateEditor/utils.pyo -share/gnome/scribes/plugins/TemplateEditor/Window.py -share/gnome/scribes/plugins/TemplateEditor/Window.pyo -share/gnome/scribes/plugins/TemplateEditor/WriteXMLTemplate.py -share/gnome/scribes/plugins/TemplateEditor/WriteXMLTemplate.pyo -share/gnome/scribes/plugins/TemplateEditor/__init__.py -share/gnome/scribes/plugins/TemplateEditor/__init__.pyo -share/gnome/scribes/plugins/Templates/Factory.py -share/gnome/scribes/plugins/Templates/Factory.pyo -share/gnome/scribes/plugins/Templates/Highlighter.py -share/gnome/scribes/plugins/Templates/Highlighter.pyo -share/gnome/scribes/plugins/Templates/i18n.py -share/gnome/scribes/plugins/Templates/i18n.pyo -share/gnome/scribes/plugins/Templates/Loader.py -share/gnome/scribes/plugins/Templates/Loader.pyo -share/gnome/scribes/plugins/Templates/Manager.py -share/gnome/scribes/plugins/Templates/Manager.pyo -share/gnome/scribes/plugins/Templates/Metadata.py -share/gnome/scribes/plugins/Templates/Metadata.pyo -share/gnome/scribes/plugins/Templates/Monitor.py -share/gnome/scribes/plugins/Templates/Monitor.pyo -share/gnome/scribes/plugins/Templates/Processor.py -share/gnome/scribes/plugins/Templates/Processor.pyo -share/gnome/scribes/plugins/Templates/utils.py -share/gnome/scribes/plugins/Templates/utils.pyo -share/gnome/scribes/plugins/Templates/__init__.py -share/gnome/scribes/plugins/Templates/__init__.pyo -share/gnome/scribes/plugins/ToolbarVisibility/i18n.py -share/gnome/scribes/plugins/ToolbarVisibility/i18n.pyo -share/gnome/scribes/plugins/ToolbarVisibility/Trigger.py -share/gnome/scribes/plugins/ToolbarVisibility/Trigger.pyo -share/gnome/scribes/plugins/ToolbarVisibility/__init__.py -share/gnome/scribes/plugins/ToolbarVisibility/__init__.pyo -share/gnome/scribes/plugins/UndoRedo/i18n.py -share/gnome/scribes/plugins/UndoRedo/i18n.pyo -share/gnome/scribes/plugins/UndoRedo/Trigger.py -share/gnome/scribes/plugins/UndoRedo/Trigger.pyo -share/gnome/scribes/plugins/UndoRedo/__init__.py -share/gnome/scribes/plugins/UndoRedo/__init__.pyo -share/gnome/scribes/plugins/UserGuide/i18n.py -share/gnome/scribes/plugins/UserGuide/i18n.pyo -share/gnome/scribes/plugins/UserGuide/Trigger.py -share/gnome/scribes/plugins/UserGuide/Trigger.pyo -share/gnome/scribes/plugins/UserGuide/__init__.py -share/gnome/scribes/plugins/UserGuide/__init__.pyo -share/gnome/scribes/plugins/WordCompletionGUI/i18n.py -share/gnome/scribes/plugins/WordCompletionGUI/i18n.pyo -share/gnome/scribes/plugins/WordCompletionGUI/Manager.py -share/gnome/scribes/plugins/WordCompletionGUI/Manager.pyo -share/gnome/scribes/plugins/WordCompletionGUI/ScrollWin.py -share/gnome/scribes/plugins/WordCompletionGUI/ScrollWin.pyo -share/gnome/scribes/plugins/WordCompletionGUI/TreeView.py -share/gnome/scribes/plugins/WordCompletionGUI/TreeView.pyo -share/gnome/scribes/plugins/WordCompletionGUI/Window.py -share/gnome/scribes/plugins/WordCompletionGUI/Window.pyo -share/gnome/scribes/plugins/WordCompletionGUI/__init__.py -share/gnome/scribes/plugins/WordCompletionGUI/__init__.pyo -share/gnome/scribes/plugins/WordCompletion/DBusService.py -share/gnome/scribes/plugins/WordCompletion/DBusService.pyo -share/gnome/scribes/plugins/WordCompletion/Indexer.py -share/gnome/scribes/plugins/WordCompletion/Indexer.pyo -share/gnome/scribes/plugins/WordCompletion/Manager.py -share/gnome/scribes/plugins/WordCompletion/Manager.pyo -share/gnome/scribes/plugins/WordCompletion/Monitor.py -share/gnome/scribes/plugins/WordCompletion/Monitor.pyo -share/gnome/scribes/plugins/WordCompletion/Updater.py -share/gnome/scribes/plugins/WordCompletion/Updater.pyo -share/gnome/scribes/plugins/WordCompletion/__init__.py -share/gnome/scribes/plugins/WordCompletion/__init__.pyo -share/gnome/scribes/plugins/__init__.py -share/gnome/scribes/plugins/__init__.pyo -share/gnome/scribes/throbber-active.gif -share/gnome/scribes/throbber-inactive.png +share/omf/scribes/scribes-C.omf +share/pixmaps/scribes.png +share/scribes/ModificationDialog.glade +share/scribes/bookmarks.png +share/scribes/plugins/About/AboutDialog.py +share/scribes/plugins/About/AboutDialog.pyo +share/scribes/plugins/About/i18n.py +share/scribes/plugins/About/i18n.pyo +share/scribes/plugins/About/PopupMenuItem.py +share/scribes/plugins/About/PopupMenuItem.pyo +share/scribes/plugins/About/Trigger.py +share/scribes/plugins/About/Trigger.pyo +share/scribes/plugins/About/__init__.py +share/scribes/plugins/About/__init__.pyo +share/scribes/plugins/AutoReplaceGUI/AddButton.py +share/scribes/plugins/AutoReplaceGUI/AddButton.pyo +share/scribes/plugins/AutoReplaceGUI/EditButton.py +share/scribes/plugins/AutoReplaceGUI/EditButton.pyo +share/scribes/plugins/AutoReplaceGUI/i18n.py +share/scribes/plugins/AutoReplaceGUI/i18n.pyo +share/scribes/plugins/AutoReplaceGUI/Manager.py +share/scribes/plugins/AutoReplaceGUI/Manager.pyo +share/scribes/plugins/AutoReplaceGUI/MenuItem.py +share/scribes/plugins/AutoReplaceGUI/MenuItem.pyo +share/scribes/plugins/AutoReplaceGUI/RemoveButton.py +share/scribes/plugins/AutoReplaceGUI/RemoveButton.pyo +share/scribes/plugins/AutoReplaceGUI/Treeview.py +share/scribes/plugins/AutoReplaceGUI/Treeview.pyo +share/scribes/plugins/AutoReplaceGUI/Trigger.py +share/scribes/plugins/AutoReplaceGUI/Trigger.pyo +share/scribes/plugins/AutoReplaceGUI/Window.py +share/scribes/plugins/AutoReplaceGUI/Window.pyo +share/scribes/plugins/AutoReplaceGUI/__init__.py +share/scribes/plugins/AutoReplaceGUI/__init__.pyo +share/scribes/plugins/AutoReplace/Expander.py +share/scribes/plugins/AutoReplace/Expander.pyo +share/scribes/plugins/AutoReplace/i18n.py +share/scribes/plugins/AutoReplace/i18n.pyo +share/scribes/plugins/AutoReplace/Manager.py +share/scribes/plugins/AutoReplace/Manager.pyo +share/scribes/plugins/AutoReplace/Monitor.py +share/scribes/plugins/AutoReplace/Monitor.pyo +share/scribes/plugins/AutoReplace/__init__.py +share/scribes/plugins/AutoReplace/__init__.pyo +share/scribes/plugins/BookmarkBrowser/i18n.py +share/scribes/plugins/BookmarkBrowser/i18n.pyo +share/scribes/plugins/BookmarkBrowser/lines.py +share/scribes/plugins/BookmarkBrowser/lines.pyo +share/scribes/plugins/BookmarkBrowser/Manager.py +share/scribes/plugins/BookmarkBrowser/Manager.pyo +share/scribes/plugins/BookmarkBrowser/Treeview.py +share/scribes/plugins/BookmarkBrowser/Treeview.pyo +share/scribes/plugins/BookmarkBrowser/Trigger.py +share/scribes/plugins/BookmarkBrowser/Trigger.pyo +share/scribes/plugins/BookmarkBrowser/Window.py +share/scribes/plugins/BookmarkBrowser/Window.pyo +share/scribes/plugins/BookmarkBrowser/__init__.py +share/scribes/plugins/BookmarkBrowser/__init__.pyo +share/scribes/plugins/Bookmark/BookmarkMetadata.py +share/scribes/plugins/Bookmark/BookmarkMetadata.pyo +share/scribes/plugins/Bookmark/i18n.py +share/scribes/plugins/Bookmark/i18n.pyo +share/scribes/plugins/Bookmark/Manager.py +share/scribes/plugins/Bookmark/Manager.pyo +share/scribes/plugins/Bookmark/PopupMenuItem.py +share/scribes/plugins/Bookmark/PopupMenuItem.pyo +share/scribes/plugins/Bookmark/Trigger.py +share/scribes/plugins/Bookmark/Trigger.pyo +share/scribes/plugins/Bookmark/__init__.py +share/scribes/plugins/Bookmark/__init__.pyo +share/scribes/plugins/BracketCompletion/i18n.py +share/scribes/plugins/BracketCompletion/i18n.pyo +share/scribes/plugins/BracketCompletion/Manager.py +share/scribes/plugins/BracketCompletion/Manager.pyo +share/scribes/plugins/BracketCompletion/__init__.py +share/scribes/plugins/BracketCompletion/__init__.pyo +share/scribes/plugins/BracketSelection/i18n.py +share/scribes/plugins/BracketSelection/i18n.pyo +share/scribes/plugins/BracketSelection/Trigger.py +share/scribes/plugins/BracketSelection/Trigger.pyo +share/scribes/plugins/BracketSelection/__init__.py +share/scribes/plugins/BracketSelection/__init__.pyo +share/scribes/plugins/Case/case.py +share/scribes/plugins/Case/case.pyo +share/scribes/plugins/Case/i18n.py +share/scribes/plugins/Case/i18n.pyo +share/scribes/plugins/Case/PopupMenuItem.py +share/scribes/plugins/Case/PopupMenuItem.pyo +share/scribes/plugins/Case/Trigger.py +share/scribes/plugins/Case/Trigger.pyo +share/scribes/plugins/Case/__init__.py +share/scribes/plugins/Case/__init__.pyo +share/scribes/plugins/CloseWindow/Trigger.py +share/scribes/plugins/CloseWindow/Trigger.pyo +share/scribes/plugins/CloseWindow/__init__.py +share/scribes/plugins/CloseWindow/__init__.pyo +share/scribes/plugins/ColorEditor/BgColorButton.py +share/scribes/plugins/ColorEditor/BgColorButton.pyo +share/scribes/plugins/ColorEditor/BgSyntaxButton.py +share/scribes/plugins/ColorEditor/BgSyntaxButton.pyo +share/scribes/plugins/ColorEditor/BoldCheckButton.py +share/scribes/plugins/ColorEditor/BoldCheckButton.pyo +share/scribes/plugins/ColorEditor/FgColorButton.py +share/scribes/plugins/ColorEditor/FgColorButton.pyo +share/scribes/plugins/ColorEditor/FgSyntaxButton.py +share/scribes/plugins/ColorEditor/FgSyntaxButton.pyo +share/scribes/plugins/ColorEditor/ItalicCheckButton.py +share/scribes/plugins/ColorEditor/ItalicCheckButton.pyo +share/scribes/plugins/ColorEditor/i18n.py +share/scribes/plugins/ColorEditor/i18n.pyo +share/scribes/plugins/ColorEditor/Manager.py +share/scribes/plugins/ColorEditor/Manager.pyo +share/scribes/plugins/ColorEditor/MenuItem.py +share/scribes/plugins/ColorEditor/MenuItem.pyo +share/scribes/plugins/ColorEditor/ResetButton.py +share/scribes/plugins/ColorEditor/ResetButton.pyo +share/scribes/plugins/ColorEditor/ThemeCheckButton.py +share/scribes/plugins/ColorEditor/ThemeCheckButton.pyo +share/scribes/plugins/ColorEditor/TreeView.py +share/scribes/plugins/ColorEditor/TreeView.pyo +share/scribes/plugins/ColorEditor/Trigger.py +share/scribes/plugins/ColorEditor/Trigger.pyo +share/scribes/plugins/ColorEditor/UnderlineCheckButton.py +share/scribes/plugins/ColorEditor/UnderlineCheckButton.pyo +share/scribes/plugins/ColorEditor/Window.py +share/scribes/plugins/ColorEditor/Window.pyo +share/scribes/plugins/ColorEditor/__init__.py +share/scribes/plugins/ColorEditor/__init__.pyo +share/scribes/plugins/DocumentBrowser/i18n.py +share/scribes/plugins/DocumentBrowser/i18n.pyo +share/scribes/plugins/DocumentBrowser/lines.py +share/scribes/plugins/DocumentBrowser/lines.pyo +share/scribes/plugins/DocumentBrowser/Manager.py +share/scribes/plugins/DocumentBrowser/Manager.pyo +share/scribes/plugins/DocumentBrowser/Treeview.py +share/scribes/plugins/DocumentBrowser/Treeview.pyo +share/scribes/plugins/DocumentBrowser/Trigger.py +share/scribes/plugins/DocumentBrowser/Trigger.pyo +share/scribes/plugins/DocumentBrowser/Window.py +share/scribes/plugins/DocumentBrowser/Window.pyo +share/scribes/plugins/DocumentBrowser/__init__.py +share/scribes/plugins/DocumentBrowser/__init__.pyo +share/scribes/plugins/DocumentSwitcher/switcher.py +share/scribes/plugins/DocumentSwitcher/switcher.pyo +share/scribes/plugins/DocumentSwitcher/Trigger.py +share/scribes/plugins/DocumentSwitcher/Trigger.pyo +share/scribes/plugins/DocumentSwitcher/__init__.py +share/scribes/plugins/DocumentSwitcher/__init__.pyo +share/scribes/plugins/FindBar/CaseButton.py +share/scribes/plugins/FindBar/CaseButton.pyo +share/scribes/plugins/FindBar/EntryCompletion.py +share/scribes/plugins/FindBar/EntryCompletion.pyo +share/scribes/plugins/FindBar/Entry.py +share/scribes/plugins/FindBar/Entry.pyo +share/scribes/plugins/FindBar/i18n.py +share/scribes/plugins/FindBar/i18n.pyo +share/scribes/plugins/FindBar/Manager.py +share/scribes/plugins/FindBar/Manager.pyo +share/scribes/plugins/FindBar/NextButton.py +share/scribes/plugins/FindBar/NextButton.pyo +share/scribes/plugins/FindBar/PreviousButton.py +share/scribes/plugins/FindBar/PreviousButton.pyo +share/scribes/plugins/FindBar/SearchButton.py +share/scribes/plugins/FindBar/SearchButton.pyo +share/scribes/plugins/FindBar/StopButton.py +share/scribes/plugins/FindBar/StopButton.pyo +share/scribes/plugins/FindBar/Trigger.py +share/scribes/plugins/FindBar/Trigger.pyo +share/scribes/plugins/FindBar/WordButton.py +share/scribes/plugins/FindBar/WordButton.pyo +share/scribes/plugins/FindBar/__init__.py +share/scribes/plugins/FindBar/__init__.pyo +share/scribes/plugins/FullScreen/Trigger.py +share/scribes/plugins/FullScreen/Trigger.pyo +share/scribes/plugins/FullScreen/__init__.py +share/scribes/plugins/FullScreen/__init__.pyo +share/scribes/plugins/GotoBar/Bar.py +share/scribes/plugins/GotoBar/Bar.pyo +share/scribes/plugins/GotoBar/i18n.py +share/scribes/plugins/GotoBar/i18n.pyo +share/scribes/plugins/GotoBar/SpinButton.py +share/scribes/plugins/GotoBar/SpinButton.pyo +share/scribes/plugins/GotoBar/Trigger.py +share/scribes/plugins/GotoBar/Trigger.pyo +share/scribes/plugins/GotoBar/__init__.py +share/scribes/plugins/GotoBar/__init__.pyo +share/scribes/plugins/IncrementalBar/CaseButton.py +share/scribes/plugins/IncrementalBar/CaseButton.pyo +share/scribes/plugins/IncrementalBar/EntryCompletion.py +share/scribes/plugins/IncrementalBar/EntryCompletion.pyo +share/scribes/plugins/IncrementalBar/Entry.py +share/scribes/plugins/IncrementalBar/Entry.pyo +share/scribes/plugins/IncrementalBar/i18n.py +share/scribes/plugins/IncrementalBar/i18n.pyo +share/scribes/plugins/IncrementalBar/Manager.py +share/scribes/plugins/IncrementalBar/Manager.pyo +share/scribes/plugins/IncrementalBar/NextButton.py +share/scribes/plugins/IncrementalBar/NextButton.pyo +share/scribes/plugins/IncrementalBar/PreviousButton.py +share/scribes/plugins/IncrementalBar/PreviousButton.pyo +share/scribes/plugins/IncrementalBar/SearchButton.py +share/scribes/plugins/IncrementalBar/SearchButton.pyo +share/scribes/plugins/IncrementalBar/StopButton.py +share/scribes/plugins/IncrementalBar/StopButton.pyo +share/scribes/plugins/IncrementalBar/Trigger.py +share/scribes/plugins/IncrementalBar/Trigger.pyo +share/scribes/plugins/IncrementalBar/WordButton.py +share/scribes/plugins/IncrementalBar/WordButton.pyo +share/scribes/plugins/IncrementalBar/__init__.py +share/scribes/plugins/IncrementalBar/__init__.pyo +share/scribes/plugins/Indent/indent.py +share/scribes/plugins/Indent/indent.pyo +share/scribes/plugins/Indent/i18n.py +share/scribes/plugins/Indent/i18n.pyo +share/scribes/plugins/Indent/PopupMenuItem.py +share/scribes/plugins/Indent/PopupMenuItem.pyo +share/scribes/plugins/Indent/Trigger.py +share/scribes/plugins/Indent/Trigger.pyo +share/scribes/plugins/Indent/unindent.py +share/scribes/plugins/Indent/unindent.pyo +share/scribes/plugins/Indent/__init__.py +share/scribes/plugins/Indent/__init__.pyo +share/scribes/plugins/LexicalScopeHighlight/Highlight.py +share/scribes/plugins/LexicalScopeHighlight/Highlight.pyo +share/scribes/plugins/LexicalScopeHighlight/__init__.py +share/scribes/plugins/LexicalScopeHighlight/__init__.pyo +share/scribes/plugins/Lines/i18n.py +share/scribes/plugins/Lines/i18n.pyo +share/scribes/plugins/Lines/lines.py +share/scribes/plugins/Lines/lines.pyo +share/scribes/plugins/Lines/PopupMenuItem.py +share/scribes/plugins/Lines/PopupMenuItem.pyo +share/scribes/plugins/Lines/Trigger.py +share/scribes/plugins/Lines/Trigger.pyo +share/scribes/plugins/Lines/__init__.py +share/scribes/plugins/Lines/__init__.pyo +share/scribes/plugins/MatchingBracket/i18n.py +share/scribes/plugins/MatchingBracket/i18n.pyo +share/scribes/plugins/MatchingBracket/Trigger.py +share/scribes/plugins/MatchingBracket/Trigger.pyo +share/scribes/plugins/MatchingBracket/__init__.py +share/scribes/plugins/MatchingBracket/__init__.pyo +share/scribes/plugins/NewWindow/Trigger.py +share/scribes/plugins/NewWindow/Trigger.pyo +share/scribes/plugins/NewWindow/__init__.py +share/scribes/plugins/NewWindow/__init__.pyo +share/scribes/plugins/OpenDialog/Dialog.glade +share/scribes/plugins/OpenDialog/Dialog.py +share/scribes/plugins/OpenDialog/Dialog.pyo +share/scribes/plugins/OpenDialog/i18n.py +share/scribes/plugins/OpenDialog/i18n.pyo +share/scribes/plugins/OpenDialog/Trigger.py +share/scribes/plugins/OpenDialog/Trigger.pyo +share/scribes/plugins/OpenDialog/__init__.py +share/scribes/plugins/OpenDialog/__init__.pyo +share/scribes/plugins/Paragraph/i18n.py +share/scribes/plugins/Paragraph/i18n.pyc +share/scribes/plugins/Paragraph/i18n.pyo +share/scribes/plugins/Paragraph/Manager.py +share/scribes/plugins/Paragraph/Manager.pyc +share/scribes/plugins/Paragraph/Manager.pyo +share/scribes/plugins/Paragraph/PopupMenuItem.py +share/scribes/plugins/Paragraph/PopupMenuItem.pyc +share/scribes/plugins/Paragraph/PopupMenuItem.pyo +share/scribes/plugins/Paragraph/Trigger.py +share/scribes/plugins/Paragraph/Trigger.pyc +share/scribes/plugins/Paragraph/Trigger.pyo +share/scribes/plugins/Paragraph/.__junk +share/scribes/plugins/Paragraph/__init__.py +share/scribes/plugins/Paragraph/__init__.pyc +share/scribes/plugins/Paragraph/__init__.pyo +share/scribes/plugins/PluginAbout.py +share/scribes/plugins/PluginAbout.pyo +share/scribes/plugins/PluginAutoReplaceGUI.py +share/scribes/plugins/PluginAutoReplaceGUI.pyo +share/scribes/plugins/PluginAutoReplace.py +share/scribes/plugins/PluginAutoReplace.pyo +share/scribes/plugins/PluginBookmarkBrowser.py +share/scribes/plugins/PluginBookmarkBrowser.pyo +share/scribes/plugins/PluginBookmark.py +share/scribes/plugins/PluginBookmark.pyo +share/scribes/plugins/PluginBracketCompletion.py +share/scribes/plugins/PluginBracketCompletion.pyo +share/scribes/plugins/PluginBracketSelection.py +share/scribes/plugins/PluginBracketSelection.pyo +share/scribes/plugins/PluginCase.py +share/scribes/plugins/PluginCase.pyo +share/scribes/plugins/PluginCloseWindow.py +share/scribes/plugins/PluginCloseWindow.pyo +share/scribes/plugins/PluginColorEditor.py +share/scribes/plugins/PluginColorEditor.pyo +share/scribes/plugins/PluginDocumentBrowser.py +share/scribes/plugins/PluginDocumentBrowser.pyo +share/scribes/plugins/PluginDocumentSwitcher.py +share/scribes/plugins/PluginDocumentSwitcher.pyo +share/scribes/plugins/PluginFindBar.py +share/scribes/plugins/PluginFindBar.pyo +share/scribes/plugins/PluginFullScreen.py +share/scribes/plugins/PluginFullScreen.pyo +share/scribes/plugins/PluginGotoBar.py +share/scribes/plugins/PluginGotoBar.pyo +share/scribes/plugins/PluginIncrementalBar.py +share/scribes/plugins/PluginIncrementalBar.pyo +share/scribes/plugins/PluginIndent.py +share/scribes/plugins/PluginIndent.pyo +share/scribes/plugins/PluginLexicalScopeHighlight.py +share/scribes/plugins/PluginLexicalScopeHighlight.pyo +share/scribes/plugins/PluginLines.py +share/scribes/plugins/PluginLines.pyo +share/scribes/plugins/PluginMatchingBracket.py +share/scribes/plugins/PluginMatchingBracket.pyo +share/scribes/plugins/PluginNewWindow.py +share/scribes/plugins/PluginNewWindow.pyo +share/scribes/plugins/PluginOpenDialog.py +share/scribes/plugins/PluginOpenDialog.pyo +share/scribes/plugins/PluginParagraph.py +share/scribes/plugins/PluginParagraph.pyo +share/scribes/plugins/PluginPreferences.py +share/scribes/plugins/PluginPreferences.pyo +share/scribes/plugins/PluginPrintDialog.py +share/scribes/plugins/PluginPrintDialog.pyo +share/scribes/plugins/PluginReadOnly.py +share/scribes/plugins/PluginReadOnly.pyo +share/scribes/plugins/PluginRecentMenu.py +share/scribes/plugins/PluginRecentMenu.pyo +share/scribes/plugins/PluginRemoteDialog.py +share/scribes/plugins/PluginRemoteDialog.pyo +share/scribes/plugins/PluginReplaceBar.py +share/scribes/plugins/PluginReplaceBar.pyo +share/scribes/plugins/PluginSaveDialog.py +share/scribes/plugins/PluginSaveDialog.pyo +share/scribes/plugins/PluginSaveFile.py +share/scribes/plugins/PluginSaveFile.pyo +share/scribes/plugins/PluginScrollNavigation.py +share/scribes/plugins/PluginScrollNavigation.pyo +share/scribes/plugins/PluginSearchPreviousNext.py +share/scribes/plugins/PluginSearchPreviousNext.pyo +share/scribes/plugins/PluginSearchReplace.py +share/scribes/plugins/PluginSearchReplace.pyo +share/scribes/plugins/PluginSelection.py +share/scribes/plugins/PluginSelection.pyo +share/scribes/plugins/PluginSpaces.py +share/scribes/plugins/PluginSpaces.pyo +share/scribes/plugins/PluginSpellCheck.py +share/scribes/plugins/PluginSpellCheck.pyo +share/scribes/plugins/PluginSyntaxColorSwitcher.py +share/scribes/plugins/PluginSyntaxColorSwitcher.pyo +share/scribes/plugins/PluginTemplateEditor.py +share/scribes/plugins/PluginTemplateEditor.pyo +share/scribes/plugins/PluginTemplates.py +share/scribes/plugins/PluginTemplates.pyo +share/scribes/plugins/PluginToolbarVisibility.py +share/scribes/plugins/PluginToolbarVisibility.pyo +share/scribes/plugins/PluginUndoRedo.py +share/scribes/plugins/PluginUndoRedo.pyo +share/scribes/plugins/PluginUserGuide.py +share/scribes/plugins/PluginUserGuide.pyo +share/scribes/plugins/PluginWordCompletionGUI.py +share/scribes/plugins/PluginWordCompletionGUI.pyo +share/scribes/plugins/PluginWordCompletion.py +share/scribes/plugins/PluginWordCompletion.pyo +share/scribes/plugins/Preferences/FontButton.py +share/scribes/plugins/Preferences/FontButton.pyo +share/scribes/plugins/Preferences/i18n.py +share/scribes/plugins/Preferences/i18n.pyo +share/scribes/plugins/Preferences/Manager.py +share/scribes/plugins/Preferences/Manager.pyo +share/scribes/plugins/Preferences/MarginCheckButton.py +share/scribes/plugins/Preferences/MarginCheckButton.pyo +share/scribes/plugins/Preferences/MarginSpinButton.py +share/scribes/plugins/Preferences/MarginSpinButton.pyo +share/scribes/plugins/Preferences/SpellCheckButton.py +share/scribes/plugins/Preferences/SpellCheckButton.pyo +share/scribes/plugins/Preferences/TabCheckButton.py +share/scribes/plugins/Preferences/TabCheckButton.pyo +share/scribes/plugins/Preferences/TabSpinButton.py +share/scribes/plugins/Preferences/TabSpinButton.pyo +share/scribes/plugins/Preferences/Trigger.py +share/scribes/plugins/Preferences/Trigger.pyo +share/scribes/plugins/Preferences/Window.py +share/scribes/plugins/Preferences/Window.pyo +share/scribes/plugins/Preferences/WrapCheckButton.py +share/scribes/plugins/Preferences/WrapCheckButton.pyo +share/scribes/plugins/Preferences/__init__.py +share/scribes/plugins/Preferences/__init__.pyo +share/scribes/plugins/PrintDialog/Dialog.py +share/scribes/plugins/PrintDialog/Dialog.pyo +share/scribes/plugins/PrintDialog/i18n.py +share/scribes/plugins/PrintDialog/i18n.pyo +share/scribes/plugins/PrintDialog/Job.py +share/scribes/plugins/PrintDialog/Job.pyo +share/scribes/plugins/PrintDialog/Preview.py +share/scribes/plugins/PrintDialog/Preview.pyo +share/scribes/plugins/PrintDialog/Trigger.py +share/scribes/plugins/PrintDialog/Trigger.pyo +share/scribes/plugins/PrintDialog/__init__.py +share/scribes/plugins/PrintDialog/__init__.pyo +share/scribes/plugins/ReadOnly/i18n.py +share/scribes/plugins/ReadOnly/i18n.pyo +share/scribes/plugins/ReadOnly/Trigger.py +share/scribes/plugins/ReadOnly/Trigger.pyo +share/scribes/plugins/ReadOnly/__init__.py +share/scribes/plugins/ReadOnly/__init__.pyo +share/scribes/plugins/RecentMenu/Trigger.py +share/scribes/plugins/RecentMenu/Trigger.pyo +share/scribes/plugins/RecentMenu/__init__.py +share/scribes/plugins/RecentMenu/__init__.pyo +share/scribes/plugins/RemoteDialog/comboboxentry.py +share/scribes/plugins/RemoteDialog/comboboxentry.pyo +share/scribes/plugins/RemoteDialog/Dialog.py +share/scribes/plugins/RemoteDialog/Dialog.pyo +share/scribes/plugins/RemoteDialog/i18n.py +share/scribes/plugins/RemoteDialog/i18n.pyo +share/scribes/plugins/RemoteDialog/Trigger.py +share/scribes/plugins/RemoteDialog/Trigger.pyo +share/scribes/plugins/RemoteDialog/__init__.py +share/scribes/plugins/RemoteDialog/__init__.pyo +share/scribes/plugins/ReplaceBar/CaseButton.py +share/scribes/plugins/ReplaceBar/CaseButton.pyo +share/scribes/plugins/ReplaceBar/EntryCompletion.py +share/scribes/plugins/ReplaceBar/EntryCompletion.pyo +share/scribes/plugins/ReplaceBar/Entry.py +share/scribes/plugins/ReplaceBar/Entry.pyo +share/scribes/plugins/ReplaceBar/IncrementalButton.py +share/scribes/plugins/ReplaceBar/IncrementalButton.pyo +share/scribes/plugins/ReplaceBar/i18n.py +share/scribes/plugins/ReplaceBar/i18n.pyo +share/scribes/plugins/ReplaceBar/Manager.py +share/scribes/plugins/ReplaceBar/Manager.pyo +share/scribes/plugins/ReplaceBar/NextButton.py +share/scribes/plugins/ReplaceBar/NextButton.pyo +share/scribes/plugins/ReplaceBar/PreviousButton.py +share/scribes/plugins/ReplaceBar/PreviousButton.pyo +share/scribes/plugins/ReplaceBar/ReplaceAllButton.py +share/scribes/plugins/ReplaceBar/ReplaceAllButton.pyo +share/scribes/plugins/ReplaceBar/ReplaceButton.py +share/scribes/plugins/ReplaceBar/ReplaceButton.pyo +share/scribes/plugins/ReplaceBar/ReplaceEntry.py +share/scribes/plugins/ReplaceBar/ReplaceEntry.pyo +share/scribes/plugins/ReplaceBar/ReplaceStopButton.py +share/scribes/plugins/ReplaceBar/ReplaceStopButton.pyo +share/scribes/plugins/ReplaceBar/SearchButton.py +share/scribes/plugins/ReplaceBar/SearchButton.pyo +share/scribes/plugins/ReplaceBar/StopButton.py +share/scribes/plugins/ReplaceBar/StopButton.pyo +share/scribes/plugins/ReplaceBar/Trigger.py +share/scribes/plugins/ReplaceBar/Trigger.pyo +share/scribes/plugins/ReplaceBar/WordButton.py +share/scribes/plugins/ReplaceBar/WordButton.pyo +share/scribes/plugins/ReplaceBar/__init__.py +share/scribes/plugins/ReplaceBar/__init__.pyo +share/scribes/plugins/SaveDialog/Dialog.glade +share/scribes/plugins/SaveDialog/Dialog.py +share/scribes/plugins/SaveDialog/Dialog.pyo +share/scribes/plugins/SaveDialog/i18n.py +share/scribes/plugins/SaveDialog/i18n.pyo +share/scribes/plugins/SaveDialog/Rename.py +share/scribes/plugins/SaveDialog/Rename.pyo +share/scribes/plugins/SaveDialog/Trigger.py +share/scribes/plugins/SaveDialog/Trigger.pyo +share/scribes/plugins/SaveDialog/__init__.py +share/scribes/plugins/SaveDialog/__init__.pyo +share/scribes/plugins/SaveFile/i18n.py +share/scribes/plugins/SaveFile/i18n.pyo +share/scribes/plugins/SaveFile/Trigger.py +share/scribes/plugins/SaveFile/Trigger.pyo +share/scribes/plugins/SaveFile/__init__.py +share/scribes/plugins/SaveFile/__init__.pyo +share/scribes/plugins/ScrollNavigation/i18n.py +share/scribes/plugins/ScrollNavigation/i18n.pyc +share/scribes/plugins/ScrollNavigation/i18n.pyo +share/scribes/plugins/ScrollNavigation/Manager.py +share/scribes/plugins/ScrollNavigation/Manager.pyc +share/scribes/plugins/ScrollNavigation/Manager.pyo +share/scribes/plugins/ScrollNavigation/Trigger.py +share/scribes/plugins/ScrollNavigation/Trigger.pyc +share/scribes/plugins/ScrollNavigation/Trigger.pyo +share/scribes/plugins/ScrollNavigation/.__junk +share/scribes/plugins/ScrollNavigation/__init__.py +share/scribes/plugins/ScrollNavigation/__init__.pyc +share/scribes/plugins/ScrollNavigation/__init__.pyo +share/scribes/plugins/SearchPreviousNext/i18n.py +share/scribes/plugins/SearchPreviousNext/i18n.pyo +share/scribes/plugins/SearchPreviousNext/Next.py +share/scribes/plugins/SearchPreviousNext/Next.pyo +share/scribes/plugins/SearchPreviousNext/Previous.py +share/scribes/plugins/SearchPreviousNext/Previous.pyo +share/scribes/plugins/SearchPreviousNext/searchnexttrigger.py +share/scribes/plugins/SearchPreviousNext/searchnexttrigger.pyo +share/scribes/plugins/SearchPreviousNext/searchnext.py +share/scribes/plugins/SearchPreviousNext/searchnext.pyo +share/scribes/plugins/SearchPreviousNext/searchprevioustrigger.py +share/scribes/plugins/SearchPreviousNext/searchprevioustrigger.pyo +share/scribes/plugins/SearchPreviousNext/searchprevious.py +share/scribes/plugins/SearchPreviousNext/searchprevious.pyo +share/scribes/plugins/SearchPreviousNext/Trigger.py +share/scribes/plugins/SearchPreviousNext/Trigger.pyo +share/scribes/plugins/SearchPreviousNext/__init__.py +share/scribes/plugins/SearchPreviousNext/__init__.pyo +share/scribes/plugins/SearchReplace/i18n.py +share/scribes/plugins/SearchReplace/i18n.pyo +share/scribes/plugins/SearchReplace/Manager.py +share/scribes/plugins/SearchReplace/Manager.pyo +share/scribes/plugins/SearchReplace/Trigger.py +share/scribes/plugins/SearchReplace/Trigger.pyo +share/scribes/plugins/SearchReplace/__init__.py +share/scribes/plugins/SearchReplace/__init__.pyo +share/scribes/plugins/Selection/i18n.py +share/scribes/plugins/Selection/i18n.pyo +share/scribes/plugins/Selection/lines.py +share/scribes/plugins/Selection/lines.pyo +share/scribes/plugins/Selection/Manager.py +share/scribes/plugins/Selection/Manager.pyo +share/scribes/plugins/Selection/paragraph.py +share/scribes/plugins/Selection/paragraph.pyo +share/scribes/plugins/Selection/PopupMenuItem.py +share/scribes/plugins/Selection/PopupMenuItem.pyo +share/scribes/plugins/Selection/sentence.py +share/scribes/plugins/Selection/sentence.pyo +share/scribes/plugins/Selection/Trigger.py +share/scribes/plugins/Selection/Trigger.pyo +share/scribes/plugins/Selection/word.py +share/scribes/plugins/Selection/word.pyo +share/scribes/plugins/Selection/__init__.py +share/scribes/plugins/Selection/__init__.pyo +share/scribes/plugins/Spaces/i18n.py +share/scribes/plugins/Spaces/i18n.pyo +share/scribes/plugins/Spaces/PopupMenuItem.py +share/scribes/plugins/Spaces/PopupMenuItem.pyo +share/scribes/plugins/Spaces/spaces.py +share/scribes/plugins/Spaces/spaces.pyo +share/scribes/plugins/Spaces/Trigger.py +share/scribes/plugins/Spaces/Trigger.pyo +share/scribes/plugins/Spaces/__init__.py +share/scribes/plugins/Spaces/__init__.pyo +share/scribes/plugins/SpellCheck/i18n.py +share/scribes/plugins/SpellCheck/i18n.pyo +share/scribes/plugins/SpellCheck/Trigger.py +share/scribes/plugins/SpellCheck/Trigger.pyo +share/scribes/plugins/SpellCheck/__init__.py +share/scribes/plugins/SpellCheck/__init__.pyo +share/scribes/plugins/SyntaxColorSwitcher/Exceptions.py +share/scribes/plugins/SyntaxColorSwitcher/Exceptions.pyo +share/scribes/plugins/SyntaxColorSwitcher/i18n.py +share/scribes/plugins/SyntaxColorSwitcher/i18n.pyo +share/scribes/plugins/SyntaxColorSwitcher/Manager.py +share/scribes/plugins/SyntaxColorSwitcher/Manager.pyo +share/scribes/plugins/SyntaxColorSwitcher/Metadata.py +share/scribes/plugins/SyntaxColorSwitcher/Metadata.pyo +share/scribes/plugins/SyntaxColorSwitcher/PopupMenuItem.py +share/scribes/plugins/SyntaxColorSwitcher/PopupMenuItem.pyo +share/scribes/plugins/SyntaxColorSwitcher/Syntax.py +share/scribes/plugins/SyntaxColorSwitcher/Syntax.pyo +share/scribes/plugins/SyntaxColorSwitcher/__init__.py +share/scribes/plugins/SyntaxColorSwitcher/__init__.pyo +share/scribes/plugins/TemplateEditor/AddButton.py +share/scribes/plugins/TemplateEditor/AddButton.pyo +share/scribes/plugins/TemplateEditor/AddDialog.py +share/scribes/plugins/TemplateEditor/AddDialog.pyo +share/scribes/plugins/TemplateEditor/DescriptionTreeView.py +share/scribes/plugins/TemplateEditor/DescriptionTreeView.pyo +share/scribes/plugins/TemplateEditor/EditButton.py +share/scribes/plugins/TemplateEditor/EditButton.pyo +share/scribes/plugins/TemplateEditor/EditDialog.py +share/scribes/plugins/TemplateEditor/EditDialog.pyo +share/scribes/plugins/TemplateEditor/Editor.py +share/scribes/plugins/TemplateEditor/Editor.pyo +share/scribes/plugins/TemplateEditor/Exceptions.py +share/scribes/plugins/TemplateEditor/Exceptions.pyo +share/scribes/plugins/TemplateEditor/ExportButton.py +share/scribes/plugins/TemplateEditor/ExportButton.pyo +share/scribes/plugins/TemplateEditor/ExportDialog.py +share/scribes/plugins/TemplateEditor/ExportDialog.pyo +share/scribes/plugins/TemplateEditor/HelpButton.py +share/scribes/plugins/TemplateEditor/HelpButton.pyo +share/scribes/plugins/TemplateEditor/ImportButton.py +share/scribes/plugins/TemplateEditor/ImportButton.pyo +share/scribes/plugins/TemplateEditor/ImportDialog.py +share/scribes/plugins/TemplateEditor/ImportDialog.pyo +share/scribes/plugins/TemplateEditor/ImportTemplate.py +share/scribes/plugins/TemplateEditor/ImportTemplate.pyo +share/scribes/plugins/TemplateEditor/i18n.py +share/scribes/plugins/TemplateEditor/i18n.pyo +share/scribes/plugins/TemplateEditor/LanguageTreeView.py +share/scribes/plugins/TemplateEditor/LanguageTreeView.pyo +share/scribes/plugins/TemplateEditor/LinkButton.py +share/scribes/plugins/TemplateEditor/LinkButton.pyo +share/scribes/plugins/TemplateEditor/Manager.py +share/scribes/plugins/TemplateEditor/Manager.pyo +share/scribes/plugins/TemplateEditor/MenuItem.py +share/scribes/plugins/TemplateEditor/MenuItem.pyo +share/scribes/plugins/TemplateEditor/Metadata.py +share/scribes/plugins/TemplateEditor/Metadata.pyo +share/scribes/plugins/TemplateEditor/NoImage.png +share/scribes/plugins/TemplateEditor/Preview.py +share/scribes/plugins/TemplateEditor/Preview.pyo +share/scribes/plugins/TemplateEditor/ReadXMLTemplate.py +share/scribes/plugins/TemplateEditor/ReadXMLTemplate.pyo +share/scribes/plugins/TemplateEditor/RemoveButton.py +share/scribes/plugins/TemplateEditor/RemoveButton.pyo +share/scribes/plugins/TemplateEditor/Template.glade +share/scribes/plugins/TemplateEditor/Trigger.py +share/scribes/plugins/TemplateEditor/Trigger.pyo +share/scribes/plugins/TemplateEditor/utils.py +share/scribes/plugins/TemplateEditor/utils.pyo +share/scribes/plugins/TemplateEditor/Window.py +share/scribes/plugins/TemplateEditor/Window.pyo +share/scribes/plugins/TemplateEditor/WriteXMLTemplate.py +share/scribes/plugins/TemplateEditor/WriteXMLTemplate.pyo +share/scribes/plugins/TemplateEditor/__init__.py +share/scribes/plugins/TemplateEditor/__init__.pyo +share/scribes/plugins/Templates/Factory.py +share/scribes/plugins/Templates/Factory.pyo +share/scribes/plugins/Templates/Highlighter.py +share/scribes/plugins/Templates/Highlighter.pyo +share/scribes/plugins/Templates/i18n.py +share/scribes/plugins/Templates/i18n.pyo +share/scribes/plugins/Templates/Loader.py +share/scribes/plugins/Templates/Loader.pyo +share/scribes/plugins/Templates/Manager.py +share/scribes/plugins/Templates/Manager.pyo +share/scribes/plugins/Templates/Metadata.py +share/scribes/plugins/Templates/Metadata.pyo +share/scribes/plugins/Templates/Monitor.py +share/scribes/plugins/Templates/Monitor.pyo +share/scribes/plugins/Templates/Processor.py +share/scribes/plugins/Templates/Processor.pyo +share/scribes/plugins/Templates/utils.py +share/scribes/plugins/Templates/utils.pyo +share/scribes/plugins/Templates/__init__.py +share/scribes/plugins/Templates/__init__.pyo +share/scribes/plugins/ToolbarVisibility/i18n.py +share/scribes/plugins/ToolbarVisibility/i18n.pyo +share/scribes/plugins/ToolbarVisibility/Trigger.py +share/scribes/plugins/ToolbarVisibility/Trigger.pyo +share/scribes/plugins/ToolbarVisibility/__init__.py +share/scribes/plugins/ToolbarVisibility/__init__.pyo +share/scribes/plugins/UndoRedo/i18n.py +share/scribes/plugins/UndoRedo/i18n.pyo +share/scribes/plugins/UndoRedo/Trigger.py +share/scribes/plugins/UndoRedo/Trigger.pyo +share/scribes/plugins/UndoRedo/__init__.py +share/scribes/plugins/UndoRedo/__init__.pyo +share/scribes/plugins/UserGuide/i18n.py +share/scribes/plugins/UserGuide/i18n.pyo +share/scribes/plugins/UserGuide/Trigger.py +share/scribes/plugins/UserGuide/Trigger.pyo +share/scribes/plugins/UserGuide/__init__.py +share/scribes/plugins/UserGuide/__init__.pyo +share/scribes/plugins/WordCompletionGUI/i18n.py +share/scribes/plugins/WordCompletionGUI/i18n.pyo +share/scribes/plugins/WordCompletionGUI/Manager.py +share/scribes/plugins/WordCompletionGUI/Manager.pyo +share/scribes/plugins/WordCompletionGUI/ScrollWin.py +share/scribes/plugins/WordCompletionGUI/ScrollWin.pyo +share/scribes/plugins/WordCompletionGUI/TreeView.py +share/scribes/plugins/WordCompletionGUI/TreeView.pyo +share/scribes/plugins/WordCompletionGUI/Window.py +share/scribes/plugins/WordCompletionGUI/Window.pyo +share/scribes/plugins/WordCompletionGUI/__init__.py +share/scribes/plugins/WordCompletionGUI/__init__.pyo +share/scribes/plugins/WordCompletion/DBusService.py +share/scribes/plugins/WordCompletion/DBusService.pyo +share/scribes/plugins/WordCompletion/Indexer.py +share/scribes/plugins/WordCompletion/Indexer.pyo +share/scribes/plugins/WordCompletion/Manager.py +share/scribes/plugins/WordCompletion/Manager.pyo +share/scribes/plugins/WordCompletion/Monitor.py +share/scribes/plugins/WordCompletion/Monitor.pyo +share/scribes/plugins/WordCompletion/Updater.py +share/scribes/plugins/WordCompletion/Updater.pyo +share/scribes/plugins/WordCompletion/__init__.py +share/scribes/plugins/WordCompletion/__init__.pyo +share/scribes/plugins/__init__.py +share/scribes/plugins/__init__.pyo +share/scribes/throbber-active.gif +share/scribes/throbber-inactive.png share/icons/hicolor/48x48/apps/scribes.png -@dirrm share/gnome/scribes/plugins/WordCompletionGUI -@dirrm share/gnome/scribes/plugins/WordCompletion -@dirrm share/gnome/scribes/plugins/UserGuide -@dirrm share/gnome/scribes/plugins/UndoRedo -@dirrm share/gnome/scribes/plugins/ToolbarVisibility -@dirrm share/gnome/scribes/plugins/Templates -@dirrm share/gnome/scribes/plugins/TemplateEditor -@dirrm share/gnome/scribes/plugins/SyntaxColorSwitcher -@dirrm share/gnome/scribes/plugins/SpellCheck -@dirrm share/gnome/scribes/plugins/Spaces -@dirrm share/gnome/scribes/plugins/Selection -@dirrm share/gnome/scribes/plugins/SearchReplace -@dirrm share/gnome/scribes/plugins/SearchPreviousNext -@dirrm share/gnome/scribes/plugins/ScrollNavigation -@dirrm share/gnome/scribes/plugins/SaveFile -@dirrm share/gnome/scribes/plugins/SaveDialog -@dirrm share/gnome/scribes/plugins/ReplaceBar -@dirrm share/gnome/scribes/plugins/RemoteDialog -@dirrm share/gnome/scribes/plugins/RecentMenu -@dirrm share/gnome/scribes/plugins/ReadOnly -@dirrm share/gnome/scribes/plugins/PrintDialog -@dirrm share/gnome/scribes/plugins/Preferences -@dirrm share/gnome/scribes/plugins/Paragraph -@dirrm share/gnome/scribes/plugins/OpenDialog -@dirrm share/gnome/scribes/plugins/NewWindow -@dirrm share/gnome/scribes/plugins/MatchingBracket -@dirrm share/gnome/scribes/plugins/Lines -@dirrm share/gnome/scribes/plugins/LexicalScopeHighlight -@dirrm share/gnome/scribes/plugins/Indent -@dirrm share/gnome/scribes/plugins/IncrementalBar -@dirrm share/gnome/scribes/plugins/GotoBar -@dirrm share/gnome/scribes/plugins/FullScreen -@dirrm share/gnome/scribes/plugins/FindBar -@dirrm share/gnome/scribes/plugins/DocumentSwitcher -@dirrm share/gnome/scribes/plugins/DocumentBrowser -@dirrm share/gnome/scribes/plugins/ColorEditor -@dirrm share/gnome/scribes/plugins/CloseWindow -@dirrm share/gnome/scribes/plugins/Case -@dirrm share/gnome/scribes/plugins/BracketSelection -@dirrm share/gnome/scribes/plugins/BracketCompletion -@dirrm share/gnome/scribes/plugins/BookmarkBrowser -@dirrm share/gnome/scribes/plugins/Bookmark -@dirrm share/gnome/scribes/plugins/AutoReplaceGUI -@dirrm share/gnome/scribes/plugins/AutoReplace -@dirrm share/gnome/scribes/plugins/About -@dirrm share/gnome/scribes/plugins -@dirrm share/gnome/scribes -@dirrm share/gnome/omf/scribes +@dirrm share/scribes/plugins/WordCompletionGUI +@dirrm share/scribes/plugins/WordCompletion +@dirrm share/scribes/plugins/UserGuide +@dirrm share/scribes/plugins/UndoRedo +@dirrm share/scribes/plugins/ToolbarVisibility +@dirrm share/scribes/plugins/Templates +@dirrm share/scribes/plugins/TemplateEditor +@dirrm share/scribes/plugins/SyntaxColorSwitcher +@dirrm share/scribes/plugins/SpellCheck +@dirrm share/scribes/plugins/Spaces +@dirrm share/scribes/plugins/Selection +@dirrm share/scribes/plugins/SearchReplace +@dirrm share/scribes/plugins/SearchPreviousNext +@dirrm share/scribes/plugins/ScrollNavigation +@dirrm share/scribes/plugins/SaveFile +@dirrm share/scribes/plugins/SaveDialog +@dirrm share/scribes/plugins/ReplaceBar +@dirrm share/scribes/plugins/RemoteDialog +@dirrm share/scribes/plugins/RecentMenu +@dirrm share/scribes/plugins/ReadOnly +@dirrm share/scribes/plugins/PrintDialog +@dirrm share/scribes/plugins/Preferences +@dirrm share/scribes/plugins/Paragraph +@dirrm share/scribes/plugins/OpenDialog +@dirrm share/scribes/plugins/NewWindow +@dirrm share/scribes/plugins/MatchingBracket +@dirrm share/scribes/plugins/Lines +@dirrm share/scribes/plugins/LexicalScopeHighlight +@dirrm share/scribes/plugins/Indent +@dirrm share/scribes/plugins/IncrementalBar +@dirrm share/scribes/plugins/GotoBar +@dirrm share/scribes/plugins/FullScreen +@dirrm share/scribes/plugins/FindBar +@dirrm share/scribes/plugins/DocumentSwitcher +@dirrm share/scribes/plugins/DocumentBrowser +@dirrm share/scribes/plugins/ColorEditor +@dirrm share/scribes/plugins/CloseWindow +@dirrm share/scribes/plugins/Case +@dirrm share/scribes/plugins/BracketSelection +@dirrm share/scribes/plugins/BracketCompletion +@dirrm share/scribes/plugins/BookmarkBrowser +@dirrm share/scribes/plugins/Bookmark +@dirrm share/scribes/plugins/AutoReplaceGUI +@dirrm share/scribes/plugins/AutoReplace +@dirrm share/scribes/plugins/About +@dirrm share/scribes/plugins +@dirrm share/scribes +@dirrm share/omf/scribes @dirrm share/gnome/help/scribes/C/figures @dirrm share/gnome/help/scribes/C @dirrm share/gnome/help/scribes @dirrm %%PYTHON_SITELIBDIR%%/SCRIBES +@dirrmtry share/applications diff --git a/editors/winefish/Makefile b/editors/winefish/Makefile index 2a3e373453e9..0792079f9777 100644 --- a/editors/winefish/Makefile +++ b/editors/winefish/Makefile @@ -7,7 +7,7 @@ PORTNAME= winefish DISTVERSION= 1.3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors print MASTER_SITES= http://download.berlios.de/winefish/ \ http://nivi.interfree.it/distfiles/winefish/ diff --git a/editors/winefish/pkg-plist b/editors/winefish/pkg-plist index 15fded4286c6..2465880f1ecc 100644 --- a/editors/winefish/pkg-plist +++ b/editors/winefish/pkg-plist @@ -1,12 +1,12 @@ @comment $FreeBSD$ bin/winefish -share/gnome/application-registry/winefish.applications -share/gnome/applications/winefish.desktop -share/gnome/applications/winefish-project.desktop -share/gnome/mime-info/winefish.mime -share/gnome/mime-info/winefish.keys -share/gnome/pixmaps/gnome-application-winefish-project.png -share/gnome/pixmaps/winefish-icon.png +share/application-registry/winefish.applications +share/applications/winefish.desktop +share/applications/winefish-project.desktop +share/mime-info/winefish.mime +share/mime-info/winefish.keys +share/pixmaps/gnome-application-winefish-project.png +share/pixmaps/winefish-icon.png %%IFNLS%%share/locale/fr/LC_MESSAGES/winefish.mo %%IFNLS%%share/locale/it/LC_MESSAGES/winefish.mo %%IFNLS%%share/locale/vi/LC_MESSAGES/winefish.mo @@ -31,3 +31,4 @@ share/mime/packages/winefish.xml @dirrm %%DATADIR%% @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@dirrmtry share/applications diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 9932bb29558f..dc45863968fc 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -7,7 +7,7 @@ PORTNAME= xemacs PORTVERSION= ${XEMACS_VER} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES+= editors MASTER_SITES= ${MASTER_SITE_XEMACS} MASTER_SITE_SUBDIR= xemacs-${XEMACS_REL} @@ -164,7 +164,7 @@ post-install:: .endfor .if !defined(WITHOUT_X11) && ${HAVE_GNOME:Mgnomehier}!="" ${INSTALL_DATA} ${WRKDIR}/xemacs.desktop \ - ${LOCALBASE}/share/gnome/applications + ${LOCALBASE}/share/applications .endif # For some reason install no longer makes ${PREFIX}/lib/xemacs/site-lisp. # Do what PLIST does for pkg_add. diff --git a/editors/xemacs/pkg-plist b/editors/xemacs/pkg-plist index 8cdc2900abb2..ca5415d6f0c9 100644 --- a/editors/xemacs/pkg-plist +++ b/editors/xemacs/pkg-plist @@ -1206,7 +1206,7 @@ lib/xemacs-%%XEMACS_VER%%/lisp/x-win-sun.el lib/xemacs-%%XEMACS_VER%%/lisp/x-win-sun.elc lib/xemacs-%%XEMACS_VER%%/lisp/x-win-xfree86.el lib/xemacs-%%XEMACS_VER%%/lisp/x-win-xfree86.elc -%%DESKTOP%%share/gnome/applications/xemacs.desktop +%%DESKTOP%%share/applications/xemacs.desktop @dirrm lib/xemacs-%%XEMACS_VER%%/lisp/term @dirrm lib/xemacs-%%XEMACS_VER%%/lisp/mule @dirrm lib/xemacs-%%XEMACS_VER%%/lisp @@ -1229,3 +1229,4 @@ lib/xemacs-%%XEMACS_VER%%/lisp/x-win-xfree86.elc @dirrmtry lib/xemacs/site-lisp @dirrmtry lib/xemacs/site-modules @dirrmtry lib/xemacs +@dirrmtry share/applications |