diff options
author | kwm <kwm@FreeBSD.org> | 2010-07-25 18:37:47 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2010-07-25 18:37:47 +0800 |
commit | 6f010280cff84ffa6e1fbb8a173c641cdfca23ac (patch) | |
tree | eeac0947eaed048223e58a5fa89aa1a707a3e2fc /science | |
parent | bd820afcf80f8d65f0d53d892c213cf8cbb197c6 (diff) | |
download | freebsd-ports-gnome-6f010280cff84ffa6e1fbb8a173c641cdfca23ac.tar.gz freebsd-ports-gnome-6f010280cff84ffa6e1fbb8a173c641cdfca23ac.tar.zst freebsd-ports-gnome-6f010280cff84ffa6e1fbb8a173c641cdfca23ac.zip |
Update to 0.12.1.
Add license.
Diffstat (limited to 'science')
-rw-r--r-- | science/gchemutils/Makefile | 27 | ||||
-rw-r--r-- | science/gchemutils/distinfo | 6 | ||||
-rw-r--r-- | science/gchemutils/files/patch-configure | 11 | ||||
-rw-r--r-- | science/gchemutils/files/patch-libs_gcu_goffice-compat.h | 22 | ||||
-rw-r--r-- | science/gchemutils/pkg-plist | 161 |
5 files changed, 115 insertions, 112 deletions
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index 57fe1e48b743..a4b200076b43 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -6,11 +6,11 @@ # PORTNAME= gchemutils -PORTVERSION= 0.10.12 -PORTREVISION= 3 +PORTVERSION= 0.12.1 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME}/0.10 +MASTER_SITE_SUBDIR= ${PORTNAME}/0.12 DISTNAME= gnome-chemistry-utils-${PORTVERSION} MAINTAINER= pav@FreeBSD.org @@ -25,7 +25,8 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/bodr.pc:${PORTSDIR}/science/bodr \ ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:${PORTSDIR}/science/chemical-mime-data USE_BZIP2= yes -USE_GNOME= gnomehack intlhack libglade2 gnomedocutils libgnomecanvas +USE_XORG= x11 +USE_GNOME= gnomehack intlhack gnomedocutils gtk20 libgsf USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -33,11 +34,13 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-omf-dir=${PREFIX}/share/omf INSTALLS_ICONS= yes INSTALLS_OMF= yes -GCONF_SCHEMAS= gcrystal.schemas gchempaint.schemas gchempaint-arrows.schemas gchemutils.schemas +GCONF_SCHEMAS= gcrystal.schemas gchempaint.schemas gchempaint-arrows.schemas \ + gchemutils.schemas -MAN1= gchem3d.1 gchemcalc.1 gchempaint.1 gchemtable.1 gcrystal.1 gspectrum.1 +MAN1= gchem3d.1 gchemcalc.1 gchempaint.1 gchemtable.1 gcrystal.1 \ + gspectrum.1 -PLIST_SUB= VER=0.10 GOFFICE=0.8.5 +PLIST_SUB= VER=0.12 GOFFICE=0.8.7 GNUMERIC_VER=1.10.7 OPTIONS= XUL "Build browser plugin (requires Xulrunner)" off @@ -52,8 +55,18 @@ CONFIGURE_ARGS+=--disable-mozilla-plugin PLIST_SUB+= XUL="@comment " .endif +.if exists(${LOCALBASE}/bin/gnumeric) +RUN_DEPENDS+= gnumeric:${PORTSDIRS}/math/gnumeric +PLIST_SUB+= GNUMERIC="" +.else +PLIST_SUB+= GNUMERIC="@comment " +.endif + .if ${OSVERSION} < 700043 BROKEN= does not compile .endif +post-patch: + @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/libs/gcp/Makefile.in + .include <bsd.port.post.mk> diff --git a/science/gchemutils/distinfo b/science/gchemutils/distinfo index 9d84f1bef390..78d2ec29271a 100644 --- a/science/gchemutils/distinfo +++ b/science/gchemutils/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome-chemistry-utils-0.10.12.tar.bz2) = 3a85cfb5ad70a71fa77ab6a1af7adfd2 -SHA256 (gnome-chemistry-utils-0.10.12.tar.bz2) = 43cb2816b3fe175e017b00244a331bf5b98e286a71de692d65d333502ad90e92 -SIZE (gnome-chemistry-utils-0.10.12.tar.bz2) = 4228290 +MD5 (gnome-chemistry-utils-0.12.1.tar.bz2) = a4cf96eac7e79638bc1e227602dc6569 +SHA256 (gnome-chemistry-utils-0.12.1.tar.bz2) = b20fedb7986853844fd4c327febcc1441b38aaa666fd10da26e9069f3ff424dd +SIZE (gnome-chemistry-utils-0.12.1.tar.bz2) = 4925199 diff --git a/science/gchemutils/files/patch-configure b/science/gchemutils/files/patch-configure index 541ee0bfc2e8..e69de29bb2d1 100644 --- a/science/gchemutils/files/patch-configure +++ b/science/gchemutils/files/patch-configure @@ -1,11 +0,0 @@ ---- configure.orig 2009-01-13 16:00:51.000000000 +0100 -+++ configure 2009-01-13 16:09:07.000000000 +0100 -@@ -21025,7 +21025,7 @@ - GCU_MAJOR_VERSION=`echo $GCU_VERSION | awk -F . '{ print $1}'` - GCU_MINOR_VERSION=`echo $GCU_VERSION | awk -F . '{ print $2}'` - GCU_MICRO_VERSION=`echo $GCU_VERSION | awk -F . '{ print $3}'` --let GCU_API_MINOR_VERSION=($GCU_MINOR_VERSION+1)/2*2 -+let GCU_API_MINOR_VERSION=\($GCU_MINOR_VERSION+1\)/2*2 > /dev/null - - GCU_API_VER="$GCU_MAJOR_VERSION.$GCU_API_MINOR_VERSION" - diff --git a/science/gchemutils/files/patch-libs_gcu_goffice-compat.h b/science/gchemutils/files/patch-libs_gcu_goffice-compat.h index 779345845d17..e69de29bb2d1 100644 --- a/science/gchemutils/files/patch-libs_gcu_goffice-compat.h +++ b/science/gchemutils/files/patch-libs_gcu_goffice-compat.h @@ -1,22 +0,0 @@ ---- libs/gcu/goffice-compat.h.orig 2009-09-06 12:06:55.000000000 +0200 -+++ libs/gcu/goffice-compat.h 2009-09-06 12:07:48.000000000 +0200 -@@ -48,6 +48,19 @@ - # define DOUBLE_RGBA_B GO_DOUBLE_RGBA_B - # define DOUBLE_RGBA_A GO_DOUBLE_RGBA_A - #endif -+#ifdef GO_COLOR_FROM_RGBA -+# define RGBA_TO_UINT GO_COLOR_FROM_RGBA -+# define RGBA_BLACK GO_COLOR_BLACK -+# define RGBA_RED GO_COLOR_RED -+# define UINT_RGBA_R GO_COLOR_UINT_R -+# define UINT_RGBA_G GO_COLOR_UINT_G -+# define UINT_RGBA_B GO_COLOR_UINT_B -+# define UINT_RGBA_A GO_COLOR_UINT_A -+# define DOUBLE_RGBA_R GO_COLOR_DOUBLE_R -+# define DOUBLE_RGBA_G GO_COLOR_DOUBLE_G -+# define DOUBLE_RGBA_B GO_COLOR_DOUBLE_B -+# define DOUBLE_RGBA_A GO_COLOR_DOUBLE_A -+#endif - - #ifdef GO_PLUGIN_SERVICE_CLASS - # define GPS_CLASS GO_PLUGIN_SERVICE_CLASS diff --git a/science/gchemutils/pkg-plist b/science/gchemutils/pkg-plist index 0ce8b7993890..afab9c19586e 100644 --- a/science/gchemutils/pkg-plist +++ b/science/gchemutils/pkg-plist @@ -10,15 +10,6 @@ bin/gcrystal bin/gcrystal-%%VER%% bin/gspectrum bin/gspectrum-%%VER%% -lib/libgchempaint-%%VER%%.la -lib/libgchempaint-%%VER%%.so -lib/libgchempaint-%%VER%%.so.10 -lib/libgcpcanvas-%%VER%%.la -lib/libgcpcanvas-%%VER%%.so -lib/libgcpcanvas-%%VER%%.so.10 -lib/libgcu-%%VER%%.la -lib/libgcu-%%VER%%.so -lib/libgcu-%%VER%%.so.10 lib/gchemutils/%%VER%%/plugins/cdxml/cdxml.la lib/gchemutils/%%VER%%/plugins/cdxml/cdxml.so lib/gchemutils/%%VER%%/plugins/cdxml/plugin.xml @@ -31,6 +22,12 @@ 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 @@ -43,9 +40,21 @@ lib/gchemutils/%%VER%%/plugins/paint/text.la lib/gchemutils/%%VER%%/plugins/paint/text.so lib/gchemutils/%%VER%%/plugins/paint/wikipedia.la lib/gchemutils/%%VER%%/plugins/paint/wikipedia.so +%%GNUMERIC%%lib/gnumeric/%%GNUMERIC_VER%%/plugins/gchemutils/plugin.la +%%GNUMERIC%%lib/gnumeric/%%GNUMERIC_VER%%/plugins/gchemutils/plugin.so +%%GNUMERIC%%lib/gnumeric/%%GNUMERIC_VER%%/plugins/gchemutils/plugin.xml lib/goffice/%%GOFFICE%%/plugins/gchemutils/gchemutils.la lib/goffice/%%GOFFICE%%/plugins/gchemutils/gchemutils.so lib/goffice/%%GOFFICE%%/plugins/gchemutils/plugin.xml +lib/libgccv-%%VER%%.la +lib/libgccv-%%VER%%.so +lib/libgccv-%%VER%%.so.12 +lib/libgcp-%%VER%%.la +lib/libgcp-%%VER%%.so +lib/libgcp-%%VER%%.so.12 +lib/libgcu-%%VER%%.la +lib/libgcu-%%VER%%.so +lib/libgcu-%%VER%%.so.12 %%XUL%%lib/xulrunner/plugins/libmozgcu.la %%XUL%%lib/xulrunner/plugins/libmozgcu.so %%XUL%%libexec/chem-viewer @@ -57,45 +66,49 @@ share/applications/gspectrum-%%VER%%.desktop share/applications/gchemtable-%%VER%%.desktop share/gchemutils/%%VER%%/elecprops.xml share/gchemutils/%%VER%%/elements.xml -share/gchemutils/%%VER%%/glade/crystal/atoms.glade -share/gchemutils/%%VER%%/glade/crystal/bonds.glade -share/gchemutils/%%VER%%/glade/crystal/cell.glade -share/gchemutils/%%VER%%/glade/crystal/cleavages.glade -share/gchemutils/%%VER%%/glade/crystal/docprop.glade -share/gchemutils/%%VER%%/glade/crystal/lines.glade -share/gchemutils/%%VER%%/glade/crystal/prefs.glade -share/gchemutils/%%VER%%/glade/crystal/size.glade -share/gchemutils/%%VER%%/glade/crystal/view-settings.glade -share/gchemutils/%%VER%%/glade/gchemcalc.glade -share/gchemutils/%%VER%%/glade/gtkperiodic.glade -share/gchemutils/%%VER%%/glade/image-resolution.glade -share/gchemutils/%%VER%%/glade/image-size.glade -share/gchemutils/%%VER%%/glade/paint/arrow.png -share/gchemutils/%%VER%%/glade/paint/arrow-object.glade -share/gchemutils/%%VER%%/glade/paint/docprop.glade -share/gchemutils/%%VER%%/glade/paint/H-pos.glade -share/gchemutils/%%VER%%/glade/paint/newfiledlg.glade -share/gchemutils/%%VER%%/glade/paint/plugins/arrows/arrowtool.glade -share/gchemutils/%%VER%%/glade/paint/plugins/bonds/bond.glade -share/gchemutils/%%VER%%/glade/paint/plugins/bonds/chain.glade -share/gchemutils/%%VER%%/glade/paint/plugins/cycles/cyclen.glade -share/gchemutils/%%VER%%/glade/paint/plugins/cycles/cycle.glade -share/gchemutils/%%VER%%/glade/paint/plugins/residues/residues.glade -share/gchemutils/%%VER%%/glade/paint/plugins/selection/group.glade -share/gchemutils/%%VER%%/glade/paint/plugins/templates/new-template.glade -share/gchemutils/%%VER%%/glade/paint/plugins/templates/templates.glade -share/gchemutils/%%VER%%/glade/paint/plugins/text/fontsel.glade -share/gchemutils/%%VER%%/glade/paint/preferences.glade -share/gchemutils/%%VER%%/glade/paint/stringdlg.glade -share/gchemutils/%%VER%%/glade/paint/tools.glade -share/gchemutils/%%VER%%/glade/paint/zoom.glade -share/gchemutils/%%VER%%/glade/print-setup.glade -share/gchemutils/%%VER%%/glade/table/acidity.glade -share/gchemutils/%%VER%%/glade/table/block.glade -share/gchemutils/%%VER%%/glade/table/curve.glade -share/gchemutils/%%VER%%/glade/table/eltpage.glade -share/gchemutils/%%VER%%/glade/table/family.glade -share/gchemutils/%%VER%%/glade/table/state-thermometer.glade +share/gchemutils/%%VER%%/space-groups.xml +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/gchemcalc.ui +share/gchemutils/%%VER%%/ui/gcuperiodic.ui +share/gchemutils/%%VER%%/ui/image-resolution.ui +share/gchemutils/%%VER%%/ui/image-size.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/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/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/fontsel.ui +share/gchemutils/%%VER%%/ui/paint/preferences.ui +share/gchemutils/%%VER%%/ui/paint/stringdlg.ui +share/gchemutils/%%VER%%/ui/paint/tools.ui +share/gchemutils/%%VER%%/ui/paint/zoom.ui +share/gchemutils/%%VER%%/ui/print-setup.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 @@ -168,7 +181,6 @@ share/gnome/help/gchempaint-%%VER%%/C/figures/ghemical3.png share/gnome/help/gchempaint-%%VER%%/C/figures/group.png share/gnome/help/gchempaint-%%VER%%/C/figures/main-window.png share/gnome/help/gchempaint-%%VER%%/C/figures/mechanism-arrows.png -share/gnome/help/gchempaint-%%VER%%/C/figures/mendeleiev.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 @@ -229,6 +241,10 @@ 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/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/downbond.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 @@ -236,6 +252,10 @@ 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/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/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 @@ -250,32 +270,32 @@ 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/32x32/mimetypes/gnome-mime-application-x-gchempaint.png -share/icons/hicolor/32x32/mimetypes/gnome-mime-application-x-gcrystal.png +share/icons/hicolor/128x128/mimetypes/application-x-gchempaint.png +share/icons/hicolor/128x128/mimetypes/application-x-gcrystal.png share/icons/hicolor/32x32/apps/gchem3d.png share/icons/hicolor/32x32/apps/gchemcalc.png share/icons/hicolor/32x32/apps/gchempaint.png share/icons/hicolor/32x32/apps/gchemtable.png share/icons/hicolor/32x32/apps/gcrystal.png share/icons/hicolor/32x32/apps/gspectrum.png -share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-gchempaint.png -share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-gcrystal.png +share/icons/hicolor/32x32/mimetypes/application-x-gchempaint.png +share/icons/hicolor/32x32/mimetypes/application-x-gcrystal.png share/icons/hicolor/48x48/apps/gchem3d.png share/icons/hicolor/48x48/apps/gchemcalc.png share/icons/hicolor/48x48/apps/gchempaint.png share/icons/hicolor/48x48/apps/gchemtable.png share/icons/hicolor/48x48/apps/gcrystal.png share/icons/hicolor/48x48/apps/gspectrum.png -share/icons/hicolor/72x72/mimetypes/gnome-mime-application-x-gchempaint.png -share/icons/hicolor/72x72/mimetypes/gnome-mime-application-x-gcrystal.png +share/icons/hicolor/48x48/mimetypes/application-x-gchempaint.png +share/icons/hicolor/48x48/mimetypes/application-x-gcrystal.png share/icons/hicolor/72x72/apps/gchem3d.png share/icons/hicolor/72x72/apps/gchemcalc.png share/icons/hicolor/72x72/apps/gchempaint.png share/icons/hicolor/72x72/apps/gchemtable.png share/icons/hicolor/72x72/apps/gcrystal.png share/icons/hicolor/72x72/apps/gspectrum.png -share/icons/hicolor/128x128/mimetypes/gnome-mime-application-x-gchempaint.png -share/icons/hicolor/128x128/mimetypes/gnome-mime-application-x-gcrystal.png +share/icons/hicolor/72x72/mimetypes/application-x-gchempaint.png +share/icons/hicolor/72x72/mimetypes/application-x-gcrystal.png share/icons/hicolor/128x128/apps/gchem3d.png share/icons/hicolor/128x128/apps/gchemcalc.png share/icons/hicolor/128x128/apps/gchempaint.png @@ -293,22 +313,23 @@ share/locale/zh_CN/LC_MESSAGES/gchemutils-%%VER%%.mo share/locale/zh_TW/LC_MESSAGES/gchemutils-%%VER%%.mo share/mime/packages/gchemutils.xml @dirrmtry share/applications +@dirrm share/gchemutils/%%VER%%/ui/crystal +@dirrm share/gchemutils/%%VER%%/ui/table +@dirrm share/gchemutils/%%VER%%/ui/paint/plugins/text +@dirrm share/gchemutils/%%VER%%/ui/paint/plugins/templates +@dirrm share/gchemutils/%%VER%%/ui/paint/plugins/selection +@dirrm share/gchemutils/%%VER%%/ui/paint/plugins/residues +@dirrm share/gchemutils/%%VER%%/ui/paint/plugins/cycles +@dirrm share/gchemutils/%%VER%%/ui/paint/plugins/bonds +@dirrm share/gchemutils/%%VER%%/ui/paint/plugins/atoms +@dirrm share/gchemutils/%%VER%%/ui/paint/plugins/arrows +@dirrm share/gchemutils/%%VER%%/ui/paint/plugins +@dirrm share/gchemutils/%%VER%%/ui/paint +@dirrm share/gchemutils/%%VER%%/ui @dirrm share/gchemutils/%%VER%%/pixmaps @dirrm share/gchemutils/%%VER%%/paint/themes @dirrm share/gchemutils/%%VER%%/paint/templates @dirrm share/gchemutils/%%VER%%/paint -@dirrm share/gchemutils/%%VER%%/glade/crystal -@dirrm share/gchemutils/%%VER%%/glade/table -@dirrm share/gchemutils/%%VER%%/glade/paint/plugins/text -@dirrm share/gchemutils/%%VER%%/glade/paint/plugins/templates -@dirrm share/gchemutils/%%VER%%/glade/paint/plugins/selection -@dirrm share/gchemutils/%%VER%%/glade/paint/plugins/residues -@dirrm share/gchemutils/%%VER%%/glade/paint/plugins/cycles -@dirrm share/gchemutils/%%VER%%/glade/paint/plugins/bonds -@dirrm share/gchemutils/%%VER%%/glade/paint/plugins/arrows -@dirrm share/gchemutils/%%VER%%/glade/paint/plugins -@dirrm share/gchemutils/%%VER%%/glade/paint -@dirrm share/gchemutils/%%VER%%/glade @dirrm share/gchemutils/%%VER%% @dirrm share/gchemutils @dirrm share/omf/gchem3d-%%VER%% @@ -340,6 +361,8 @@ share/mime/packages/gchemutils.xml @dirrmtry share/mimelnk @dirrm lib/goffice/%%GOFFICE%%/plugins/gchemutils @dirrm lib/gchemutils/%%VER%%/plugins/paint +@dirrm lib/gchemutils/%%VER%%/plugins/cml +@dirrm lib/gchemutils/%%VER%%/plugins/cif @dirrm lib/gchemutils/%%VER%%/plugins/cdxml @dirrm lib/gchemutils/%%VER%%/plugins/cdx @dirrm lib/gchemutils/%%VER%%/plugins |