Index: head/science/gchemutils/Makefile =================================================================== --- head/science/gchemutils/Makefile (revision 430153) +++ head/science/gchemutils/Makefile (revision 430154) @@ -1,69 +1,70 @@ # Created by: Pav Lucistnik # $FreeBSD$ PORTNAME= gchemutils -PORTVERSION= 0.14.10 +PORTVERSION= 0.14.16 CATEGORIES= science MASTER_SITES= SAVANNAH/${PORTNAME}/${PORTVERSION:R} DISTNAME= gnome-chemistry-utils-${PORTVERSION} MAINTAINER= kwm@FreeBSD.org COMMENT= C++ classes and Gtk3 widgets related to chemistry LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/bodr.pc:science/bodr \ ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \ libopenbabel.so:science/openbabel \ libgoffice-0.10.so:devel/goffice010 RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/bodr.pc:science/bodr \ ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data PORTSCOUT= limitw:1,even USE_XORG= x11 -USE_GNOME= gnomedocutils gtk30 intlhack libgsf libxml2 +USE_GNOME= cairo gnomedocutils gtk30 intlhack libgsf libxml2 +USE_GL= gl USES= desktop-file-utils gettext gmake libtool:keepla localbase:ldflags \ pathfix pkgconfig shared-mime-info tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-omf-dir=${PREFIX}/share/omf INSTALLS_ICONS= yes INSTALLS_OMF= yes GLIB_SCHEMAS= org.gnome.gchemutils.crystal.gschema.xml \ org.gnome.gchemutils.gschema.xml \ org.gnome.gchemutils.paint.gschema.xml \ org.gnome.gchemutils.paint.plugins.arrows.gschema.xml VER= ${PORTVERSION:R} PLIST_SUB= VER=${VER} GOFFICE=0.10 VERSION=${PORTVERSION} OPTIONS_DEFINE= GNUMERIC XUL OPTIONS_SUB= yes GNUMERIC_DESC= Build gnumeric plugin XUL_DESC= Build browser plugin (requires libxul) XUL_USES= gecko XUL_CONFIGURE_ON=--enable-mozilla-plugin \ --with-mozilla-libdir=${PREFIX}/lib/xulrunner XUL_CONFIGURE_OFF=--disable-mozilla-plugin .include .if ${PORT_OPTIONS:MGNUMERIC} || exists(${LOCALBASE}/lib/libspreadsheet.so) LIB_DEPENDS+= libspreadsheet.so:math/gnumeric PLIST_SUB+= GNUMERIC="" .else PLIST_SUB+= GNUMERIC="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/libs/gcp/Makefile.in post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.* @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*/*/*/*/*.so .include Index: head/science/gchemutils/distinfo =================================================================== --- head/science/gchemutils/distinfo (revision 430153) +++ head/science/gchemutils/distinfo (revision 430154) @@ -1,2 +1,3 @@ -SHA256 (gnome-chemistry-utils-0.14.10.tar.xz) = 425d2f89eeb4b1aa41e74e29e7dd958d515805a7235d65d269145d95d988e7ac -SIZE (gnome-chemistry-utils-0.14.10.tar.xz) = 5783360 +TIMESTAMP = 1483200443 +SHA256 (gnome-chemistry-utils-0.14.16.tar.xz) = 762effe8af6df568b824dbc9daef187fdf98c4a19edd31b4dd441ff4b7641741 +SIZE (gnome-chemistry-utils-0.14.16.tar.xz) = 5901656 Index: head/science/gchemutils/files/patch-libs_gccv_text.cc =================================================================== --- head/science/gchemutils/files/patch-libs_gccv_text.cc (revision 430153) +++ head/science/gchemutils/files/patch-libs_gccv_text.cc (nonexistent) @@ -1,26 +0,0 @@ ---- libs/gccv/text.cc 2016/03/26 17:11:08 2017 -+++ libs/gccv/text.cc 2016/10/31 07:44:34 2055 -@@ -1213,7 +1213,10 @@ - case GDK_KEY_Delete: - case GDK_KEY_KP_Delete: { - if (m_CurPos != m_StartSel) { -- ReplaceText (empty_st, MIN (m_CurPos, m_StartSel), abs (m_CurPos - m_StartSel)); -+ if (m_CurPos > m_StartSel) -+ ReplaceText (empty_st, m_StartSel, m_CurPos - m_StartSel); -+ else -+ ReplaceText (empty_st, m_CurPos, m_StartSel - m_CurPos); - if (client) - client->TextChanged (m_CurPos); - break; -@@ -1233,7 +1236,10 @@ - break; - case GDK_KEY_BackSpace: { - if (m_CurPos != m_StartSel) { -- ReplaceText (empty_st, MIN (m_CurPos, m_StartSel), abs (m_CurPos - m_StartSel)); -+ if (m_CurPos > m_StartSel) -+ ReplaceText (empty_st, m_StartSel, m_CurPos - m_StartSel); -+ else -+ ReplaceText (empty_st, m_CurPos, m_StartSel - m_CurPos); - if (client) - client->TextChanged (m_CurPos); - break; Property changes on: head/science/gchemutils/files/patch-libs_gccv_text.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/science/gchemutils/pkg-plist =================================================================== --- head/science/gchemutils/pkg-plist (revision 430153) +++ head/science/gchemutils/pkg-plist (revision 430154) @@ -1,332 +1,336 @@ bin/gchem3d bin/gchem3d-%%VER%% bin/gchemcalc bin/gchemcalc-%%VER%% bin/gchempaint bin/gchempaint-%%VER%% bin/gchemtable bin/gchemtable-%%VER%% bin/gcrystal bin/gcrystal-%%VER%% bin/gspectrum bin/gspectrum-%%VER%% lib/gchemutils/%%VER%%/plugins/cdxml/cdxml.la lib/gchemutils/%%VER%%/plugins/cdxml/cdxml.so lib/gchemutils/%%VER%%/plugins/cdxml/plugin.xml lib/gchemutils/%%VER%%/plugins/cdx/cdx.la lib/gchemutils/%%VER%%/plugins/cdx/cdx.so lib/gchemutils/%%VER%%/plugins/cdx/plugin.xml lib/gchemutils/%%VER%%/plugins/nuts/nuts.la lib/gchemutils/%%VER%%/plugins/nuts/nuts.so lib/gchemutils/%%VER%%/plugins/nuts/plugin.xml lib/gchemutils/%%VER%%/plugins/paint/arrows.la lib/gchemutils/%%VER%%/plugins/paint/arrows.so lib/gchemutils/%%VER%%/plugins/paint/atoms.la lib/gchemutils/%%VER%%/plugins/paint/atoms.so lib/gchemutils/%%VER%%/plugins/paint/bonds.la lib/gchemutils/%%VER%%/plugins/paint/bonds.so lib/gchemutils/%%VER%%/plugins/cif/cif.la lib/gchemutils/%%VER%%/plugins/cif/cif.so lib/gchemutils/%%VER%%/plugins/cif/plugin.xml lib/gchemutils/%%VER%%/plugins/cml/cml.la lib/gchemutils/%%VER%%/plugins/cml/cml.so lib/gchemutils/%%VER%%/plugins/cml/plugin.xml lib/gchemutils/%%VER%%/plugins/paint/cycles.la lib/gchemutils/%%VER%%/plugins/paint/cycles.so lib/gchemutils/%%VER%%/plugins/paint/residues.la lib/gchemutils/%%VER%%/plugins/paint/residues.so lib/gchemutils/%%VER%%/plugins/paint/selection.la lib/gchemutils/%%VER%%/plugins/paint/selection.so lib/gchemutils/%%VER%%/plugins/paint/templates.la lib/gchemutils/%%VER%%/plugins/paint/templates.so lib/gchemutils/%%VER%%/plugins/paint/text.la lib/gchemutils/%%VER%%/plugins/paint/text.so lib/goffice/%%GOFFICE%%/plugins/gchemutils/gchemutils.la lib/goffice/%%GOFFICE%%/plugins/gchemutils/gchemutils.so lib/goffice/%%GOFFICE%%/plugins/gchemutils/plugin.xml %%GNUMERIC%%lib/gnumeric/1.12/plugins/gchemutils/plugin.la %%GNUMERIC%%lib/gnumeric/1.12/plugins/gchemutils/plugin.so %%GNUMERIC%%lib/gnumeric/1.12/plugins/gchemutils/plugin.xml lib/libgccv-%%VER%%.la lib/libgccv-%%VER%%.so lib/libgccv-%%VER%%.so.0 lib/libgccv-%%VER%%.so.%%VERSION%% lib/libgcugtk-%%VER%%.la lib/libgcugtk-%%VER%%.so lib/libgcugtk-%%VER%%.so.0 lib/libgcugtk-%%VER%%.so.%%VERSION%% lib/libgcp-%%VER%%.la lib/libgcp-%%VER%%.so lib/libgcp-%%VER%%.so.0 lib/libgcp-%%VER%%.so.%%VERSION%% lib/libgcrystal-%%VER%%.la lib/libgcrystal-%%VER%%.so lib/libgcrystal-%%VER%%.so.0 lib/libgcrystal-%%VER%%.so.%%VERSION%% lib/libgcu-%%VER%%.la lib/libgcu-%%VER%%.so lib/libgcu-%%VER%%.so.0 lib/libgcu-%%VER%%.so.%%VERSION%% %%XUL%%lib/xulrunner/plugins/libmozgcu.la %%XUL%%lib/xulrunner/plugins/libmozgcu.so %%XUL%%libexec/chem-viewer libexec/babelserver man/man1/gchem3d.1.gz man/man1/gchemcalc.1.gz man/man1/gchempaint.1.gz man/man1/gchemtable.1.gz man/man1/gcrystal.1.gz man/man1/gspectrum.1.gz share/appdata/gchem3d.appdata.xml share/appdata/gchemcalc.appdata.xml share/appdata/gchempaint.appdata.xml share/appdata/gchemtable.appdata.xml share/appdata/gcrystal.appdata.xml share/appdata/gspectrum.appdata.xml share/applications/gchem3d-%%VER%%.desktop share/applications/gchemcalc-%%VER%%.desktop share/applications/gcrystal-%%VER%%.desktop share/applications/gchempaint-%%VER%%.desktop share/applications/gspectrum-%%VER%%.desktop share/applications/gchemtable-%%VER%%.desktop share/gchemutils/%%VER%%/databases.xml share/gchemutils/%%VER%%/elecprops.xml share/gchemutils/%%VER%%/elements.xml share/gchemutils/%%VER%%/space-groups.xml share/gchemutils/%%VER%%/ui/calc/gchemcalc.ui share/gchemutils/%%VER%%/ui/crystal/atoms.ui share/gchemutils/%%VER%%/ui/crystal/bonds.ui share/gchemutils/%%VER%%/ui/crystal/cell.ui share/gchemutils/%%VER%%/ui/crystal/cleavages.ui share/gchemutils/%%VER%%/ui/crystal/docprop.ui share/gchemutils/%%VER%%/ui/crystal/lines.ui share/gchemutils/%%VER%%/ui/crystal/prefs.ui share/gchemutils/%%VER%%/ui/crystal/size.ui share/gchemutils/%%VER%%/ui/crystal/view-settings.ui share/gchemutils/%%VER%%/ui/libgcu/gcuperiodic.ui share/gchemutils/%%VER%%/ui/libgcu/image-resolution.ui share/gchemutils/%%VER%%/ui/libgcu/image-size.ui share/gchemutils/%%VER%%/ui/libgcu/print-setup.ui share/gchemutils/%%VER%%/ui/libgcu/stringdlg.ui share/gchemutils/%%VER%%/ui/libgcu/stringinputdlg.ui share/gchemutils/%%VER%%/ui/paint/H-pos.ui share/gchemutils/%%VER%%/ui/paint/arrow-object.ui share/gchemutils/%%VER%%/ui/paint/arrow.png share/gchemutils/%%VER%%/ui/paint/docprop.ui share/gchemutils/%%VER%%/ui/paint/newfiledlg.ui share/gchemutils/%%VER%%/ui/paint/plugins/arrows/arrowtool.ui share/gchemutils/%%VER%%/ui/paint/plugins/arrows/curvedarrowtool.ui share/gchemutils/%%VER%%/ui/paint/plugins/atoms/orbital-prop.ui share/gchemutils/%%VER%%/ui/paint/plugins/atoms/orbital.ui share/gchemutils/%%VER%%/ui/paint/plugins/bonds/bond.ui share/gchemutils/%%VER%%/ui/paint/plugins/bonds/chain.ui share/gchemutils/%%VER%%/ui/paint/plugins/bonds/newman.ui share/gchemutils/%%VER%%/ui/paint/plugins/cycles/cycle.ui share/gchemutils/%%VER%%/ui/paint/plugins/cycles/cyclen.ui share/gchemutils/%%VER%%/ui/paint/plugins/residues/residues.ui share/gchemutils/%%VER%%/ui/paint/plugins/selection/brackets.ui share/gchemutils/%%VER%%/ui/paint/plugins/selection/group.ui share/gchemutils/%%VER%%/ui/paint/plugins/templates/new-template.ui share/gchemutils/%%VER%%/ui/paint/plugins/templates/templates.ui +share/gchemutils/%%VER%%/ui/paint/plugins/text/eq-props.ui share/gchemutils/%%VER%%/ui/paint/plugins/text/fontsel.ui share/gchemutils/%%VER%%/ui/paint/preferences.ui share/gchemutils/%%VER%%/ui/paint/tools.ui share/gchemutils/%%VER%%/ui/paint/zoom.ui share/gchemutils/%%VER%%/ui/table/acidity.ui share/gchemutils/%%VER%%/ui/table/block.ui share/gchemutils/%%VER%%/ui/table/curve.ui share/gchemutils/%%VER%%/ui/table/eltpage.ui share/gchemutils/%%VER%%/ui/table/family.ui share/gchemutils/%%VER%%/ui/table/state-thermometer.ui share/gchemutils/%%VER%%/isotopes.xml share/gchemutils/%%VER%%/paint/templates/haworth.xml share/gchemutils/%%VER%%/paint/templates/templates.xml share/gchemutils/%%VER%%/paint/themes/ACS_Document_1996 share/gchemutils/%%VER%%/paint/themes/Gcp-Modern share/gchemutils/%%VER%%/paint/themes/Wikipedia share/gchemutils/%%VER%%/pixmaps/gcrystal_logo.png share/gchemutils/%%VER%%/pixmaps/gchempaint_logo.png share/gchemutils/%%VER%%/radii.xml share/gchemutils/%%VER%%/residues.xml share/gnome/help/gchem3d-%%VER%%/C/figures/ball-and-stick.png share/gnome/help/gchem3d-%%VER%%/C/figures/cylinders.png share/gnome/help/gchem3d-%%VER%%/C/figures/gchemcalc.png share/gnome/help/gchem3d-%%VER%%/C/figures/gchempaint1.png share/gnome/help/gchem3d-%%VER%%/C/figures/gchempaint2.png share/gnome/help/gchem3d-%%VER%%/C/figures/main-window.png share/gnome/help/gchem3d-%%VER%%/C/figures/page-setup.png share/gnome/help/gchem3d-%%VER%%/C/figures/print-scale.png share/gnome/help/gchem3d-%%VER%%/C/figures/smiles1.png share/gnome/help/gchem3d-%%VER%%/C/figures/smiles2.png share/gnome/help/gchem3d-%%VER%%/C/figures/smiles3.png share/gnome/help/gchem3d-%%VER%%/C/figures/spacefill.png share/gnome/help/gchem3d-%%VER%%/C/figures/wireframe.png share/gnome/help/gchem3d-%%VER%%/C/gchem3d-%%VER%%.xml share/gnome/help/gchem3d-%%VER%%/C/legal.xml share/gnome/help/gchemcalc-%%VER%%/C/figures/braces.png share/gnome/help/gchemcalc-%%VER%%/C/figures/composition.png share/gnome/help/gchemcalc-%%VER%%/C/figures/formula.png share/gnome/help/gchemcalc-%%VER%%/C/figures/page-setup.png share/gnome/help/gchemcalc-%%VER%%/C/figures/pattern.png share/gnome/help/gchemcalc-%%VER%%/C/figures/print-scale.png share/gnome/help/gchemcalc-%%VER%%/C/figures/start.png share/gnome/help/gchemcalc-%%VER%%/C/gchemcalc-%%VER%%.xml share/gnome/help/gchemcalc-%%VER%%/C/legal.xml share/gnome/help/gchempaint-%%VER%%/C/figures/Hposdlg.png share/gnome/help/gchempaint-%%VER%%/C/figures/arrow-heads.png share/gnome/help/gchempaint-%%VER%%/C/figures/arrow-object-dlg.png share/gnome/help/gchempaint-%%VER%%/C/figures/arrow-object1.png share/gnome/help/gchempaint-%%VER%%/C/figures/arrow-object2.png share/gnome/help/gchempaint-%%VER%%/C/figures/arrow-object3.png share/gnome/help/gchempaint-%%VER%%/C/figures/arrow-opts.png share/gnome/help/gchempaint-%%VER%%/C/figures/arrows.png share/gnome/help/gchempaint-%%VER%%/C/figures/bond-opts.png share/gnome/help/gchempaint-%%VER%%/C/figures/bond.png share/gnome/help/gchempaint-%%VER%%/C/figures/brackets-opt.png share/gnome/help/gchempaint-%%VER%%/C/figures/brackets.png share/gnome/help/gchempaint-%%VER%%/C/figures/chain-opt.png share/gnome/help/gchempaint-%%VER%%/C/figures/chain.png share/gnome/help/gchempaint-%%VER%%/C/figures/charges.png share/gnome/help/gchempaint-%%VER%%/C/figures/choose-elt.png share/gnome/help/gchempaint-%%VER%%/C/figures/curved-arrow-end.png share/gnome/help/gchempaint-%%VER%%/C/figures/curved-arrow-opts.png share/gnome/help/gchempaint-%%VER%%/C/figures/curved-arrow.png share/gnome/help/gchempaint-%%VER%%/C/figures/cycle-opt.png share/gnome/help/gchempaint-%%VER%%/C/figures/cyclentool-opt.png share/gnome/help/gchempaint-%%VER%%/C/figures/cyclentool.png share/gnome/help/gchempaint-%%VER%%/C/figures/cycletools.png share/gnome/help/gchempaint-%%VER%%/C/figures/downbond.png +share/gnome/help/gchempaint-%%VER%%/C/figures/einstein.png share/gnome/help/gchempaint-%%VER%%/C/figures/electrons.png share/gnome/help/gchempaint-%%VER%%/C/figures/element.png share/gnome/help/gchempaint-%%VER%%/C/figures/elt-menu.png +share/gnome/help/gchempaint-%%VER%%/C/figures/equation-props.png +share/gnome/help/gchempaint-%%VER%%/C/figures/equation.png share/gnome/help/gchempaint-%%VER%%/C/figures/eraser.png share/gnome/help/gchempaint-%%VER%%/C/figures/fragment.png share/gnome/help/gchempaint-%%VER%%/C/figures/ghemical.png share/gnome/help/gchempaint-%%VER%%/C/figures/group.png share/gnome/help/gchempaint-%%VER%%/C/figures/lasso-prop.png share/gnome/help/gchempaint-%%VER%%/C/figures/lasso.png share/gnome/help/gchempaint-%%VER%%/C/figures/main-window.png share/gnome/help/gchempaint-%%VER%%/C/figures/merge.png share/gnome/help/gchempaint-%%VER%%/C/figures/merge1.png share/gnome/help/gchempaint-%%VER%%/C/figures/merge2.png share/gnome/help/gchempaint-%%VER%%/C/figures/merge3.png share/gnome/help/gchempaint-%%VER%%/C/figures/mesomery-arrow.png share/gnome/help/gchempaint-%%VER%%/C/figures/mesomery1.png share/gnome/help/gchempaint-%%VER%%/C/figures/mesomery2.png share/gnome/help/gchempaint-%%VER%%/C/figures/mesomery3.png share/gnome/help/gchempaint-%%VER%%/C/figures/mol-menu-bases.png share/gnome/help/gchempaint-%%VER%%/C/figures/mol-menu.png share/gnome/help/gchempaint-%%VER%%/C/figures/mol-menu3d.png share/gnome/help/gchempaint-%%VER%%/C/figures/new-template.png share/gnome/help/gchempaint-%%VER%%/C/figures/newfile.png share/gnome/help/gchempaint-%%VER%%/C/figures/newman-opt.png share/gnome/help/gchempaint-%%VER%%/C/figures/newman.png share/gnome/help/gchempaint-%%VER%%/C/figures/orbital-prop.png share/gnome/help/gchempaint-%%VER%%/C/figures/orbital-sample.png share/gnome/help/gchempaint-%%VER%%/C/figures/orbital-toolbox.png share/gnome/help/gchempaint-%%VER%%/C/figures/orbital.png share/gnome/help/gchempaint-%%VER%%/C/figures/page-setup.png share/gnome/help/gchempaint-%%VER%%/C/figures/phenyl-residue.png share/gnome/help/gchempaint-%%VER%%/C/figures/phenyl-structure.png share/gnome/help/gchempaint-%%VER%%/C/figures/preferences.png share/gnome/help/gchempaint-%%VER%%/C/figures/prefs-arrows.png share/gnome/help/gchempaint-%%VER%%/C/figures/prefs-atoms-font.png share/gnome/help/gchempaint-%%VER%%/C/figures/prefs-atoms-other.png share/gnome/help/gchempaint-%%VER%%/C/figures/prefs-bonds.png share/gnome/help/gchempaint-%%VER%%/C/figures/prefs-text.png share/gnome/help/gchempaint-%%VER%%/C/figures/print-scale.png share/gnome/help/gchempaint-%%VER%%/C/figures/properties.png share/gnome/help/gchempaint-%%VER%%/C/figures/reaction-arrows.png share/gnome/help/gchempaint-%%VER%%/C/figures/reaction1.png share/gnome/help/gchempaint-%%VER%%/C/figures/reaction2.png share/gnome/help/gchempaint-%%VER%%/C/figures/reaction3.png share/gnome/help/gchempaint-%%VER%%/C/figures/reaction4.png share/gnome/help/gchempaint-%%VER%%/C/figures/reaction5.png share/gnome/help/gchempaint-%%VER%%/C/figures/residues.png share/gnome/help/gchempaint-%%VER%%/C/figures/retrosynthesis.png share/gnome/help/gchempaint-%%VER%%/C/figures/retrosynthesis1.png share/gnome/help/gchempaint-%%VER%%/C/figures/retrosynthesis2.png share/gnome/help/gchempaint-%%VER%%/C/figures/retrosynthesis3.png share/gnome/help/gchempaint-%%VER%%/C/figures/retrosynthesis4.png share/gnome/help/gchempaint-%%VER%%/C/figures/rotate.png share/gnome/help/gchempaint-%%VER%%/C/figures/selection.png share/gnome/help/gchempaint-%%VER%%/C/figures/stereobonds.png share/gnome/help/gchempaint-%%VER%%/C/figures/templates-tools.png share/gnome/help/gchempaint-%%VER%%/C/figures/templates.png share/gnome/help/gchempaint-%%VER%%/C/figures/text-opt.png share/gnome/help/gchempaint-%%VER%%/C/figures/text.png share/gnome/help/gchempaint-%%VER%%/C/figures/toolbox.png share/gnome/help/gchempaint-%%VER%%/C/gchempaint-%%VER%%.xml share/gnome/help/gchempaint-%%VER%%/C/legal.xml share/gnome/help/gchemtable-%%VER%%/C/figures/add-plot.png share/gnome/help/gchemtable-%%VER%%/C/figures/atomic-radii.png share/gnome/help/gchemtable-%%VER%%/C/figures/blocs.png share/gnome/help/gchemtable-%%VER%%/C/figures/choose-data.png share/gnome/help/gchemtable-%%VER%%/C/figures/curve.png share/gnome/help/gchemtable-%%VER%%/C/figures/elec.png share/gnome/help/gchemtable-%%VER%%/C/figures/electronegativity.png share/gnome/help/gchemtable-%%VER%%/C/figures/family.png share/gnome/help/gchemtable-%%VER%%/C/figures/graph-guru.png share/gnome/help/gchemtable-%%VER%%/C/figures/main.png share/gnome/help/gchemtable-%%VER%%/C/figures/new-chart-guru.png share/gnome/help/gchemtable-%%VER%%/C/figures/new-chart.png share/gnome/help/gchemtable-%%VER%%/C/figures/page-setup.png share/gnome/help/gchemtable-%%VER%%/C/figures/print-scale.png share/gnome/help/gchemtable-%%VER%%/C/figures/radii.png share/gnome/help/gchemtable-%%VER%%/C/figures/start.png share/gnome/help/gchemtable-%%VER%%/C/figures/state.png share/gnome/help/gchemtable-%%VER%%/C/figures/thermo.png share/gnome/help/gchemtable-%%VER%%/C/figures/tip.png share/gnome/help/gchemtable-%%VER%%/C/gchemtable-%%VER%%.xml share/gnome/help/gchemtable-%%VER%%/C/legal.xml share/gnome/help/gcrystal-%%VER%%/C/figures/atoms-dlg.png share/gnome/help/gcrystal-%%VER%%/C/figures/cleavages-dlg.png share/gnome/help/gcrystal-%%VER%%/C/figures/default-view.png share/gnome/help/gcrystal-%%VER%%/C/figures/lattice-dlg.png share/gnome/help/gcrystal-%%VER%%/C/figures/lines-dlg.png share/gnome/help/gcrystal-%%VER%%/C/figures/main-window.png share/gnome/help/gcrystal-%%VER%%/C/figures/page-setup.png share/gnome/help/gcrystal-%%VER%%/C/figures/print-res.png share/gnome/help/gcrystal-%%VER%%/C/figures/print-scale.png share/gnome/help/gcrystal-%%VER%%/C/figures/size-dlg.png share/gnome/help/gcrystal-%%VER%%/C/figures/view-settings.png share/gnome/help/gcrystal-%%VER%%/C/gcrystal-%%VER%%.xml share/gnome/help/gcrystal-%%VER%%/C/legal.xml share/gnome/help/gspectrum-%%VER%%/C/figures/fid-tools.png share/gnome/help/gspectrum-%%VER%%/C/figures/gspectrum.png share/gnome/help/gspectrum-%%VER%%/C/figures/ir-tools.png share/gnome/help/gspectrum-%%VER%%/C/figures/nmr-tools.png share/gnome/help/gspectrum-%%VER%%/C/figures/page-setup.png share/gnome/help/gspectrum-%%VER%%/C/figures/print-scale.png share/gnome/help/gspectrum-%%VER%%/C/figures/simple-toolbar.png share/gnome/help/gspectrum-%%VER%%/C/figures/uv-vis-tools.png share/gnome/help/gspectrum-%%VER%%/C/gspectrum-%%VER%%.xml share/gnome/help/gspectrum-%%VER%%/C/legal.xml share/omf/gchem3d-%%VER%%/gchem3d-%%VER%%-C.omf share/omf/gchemcalc-%%VER%%/gchemcalc-%%VER%%-C.omf share/omf/gchempaint-%%VER%%/gchempaint-%%VER%%-C.omf share/omf/gchemtable-%%VER%%/gchemtable-%%VER%%-C.omf share/omf/gcrystal-%%VER%%/gcrystal-%%VER%%-C.omf share/omf/gspectrum-%%VER%%/gspectrum-%%VER%%-C.omf share/mimelnk/application/x-gchempaint.desktop share/mimelnk/application/x-gcrystal.desktop share/icons/hicolor/scalable/apps/gchem3d.svg share/icons/hicolor/scalable/apps/gchemcalc.svg share/icons/hicolor/scalable/apps/gchempaint.svg share/icons/hicolor/scalable/apps/gchemtable.svg share/icons/hicolor/scalable/apps/gcrystal.svg share/icons/hicolor/scalable/apps/gspectrum.svg share/icons/hicolor/scalable/mimetypes/application-x-gcrystal.svg share/icons/hicolor/scalable/mimetypes/application-x-gchempaint.svg share/locale/de/LC_MESSAGES/gchemutils-%%VER%%.mo share/locale/el/LC_MESSAGES/gchemutils-%%VER%%.mo share/locale/es/LC_MESSAGES/gchemutils-%%VER%%.mo share/locale/eu/LC_MESSAGES/gchemutils-%%VER%%.mo share/locale/fr/LC_MESSAGES/gchemutils-%%VER%%.mo share/locale/it/LC_MESSAGES/gchemutils-%%VER%%.mo share/locale/pl/LC_MESSAGES/gchemutils-%%VER%%.mo share/locale/pt_BR/LC_MESSAGES/gchemutils-%%VER%%.mo share/locale/ru/LC_MESSAGES/gchemutils-%%VER%%.mo share/locale/zh_CN/LC_MESSAGES/gchemutils-%%VER%%.mo share/locale/zh_TW/LC_MESSAGES/gchemutils-%%VER%%.mo share/mime/packages/gchemutils.xml