diff options
Diffstat (limited to 'graphics')
73 files changed, 3206 insertions, 2926 deletions
diff --git a/graphics/agave/Makefile b/graphics/agave/Makefile index 147fb75663a3..0677d4450f2f 100644 --- a/graphics/agave/Makefile +++ b/graphics/agave/Makefile @@ -7,7 +7,7 @@ PORTNAME= agave PORTVERSION= 0.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= http://download.gna.org/colorscheme/releases/ diff --git a/graphics/agave/pkg-plist b/graphics/agave/pkg-plist index 78739bd59847..006094a7d222 100644 --- a/graphics/agave/pkg-plist +++ b/graphics/agave/pkg-plist @@ -1,21 +1,21 @@ bin/agave -share/gnome/applications/agave.desktop -share/gnome/agave/palettes/Gnome-Palette.gpl -share/gnome/agave/palettes/Tango-Palette.gpl -share/gnome/agave/palettes/Visibone.gpl -share/gnome/agave/palettes/Web.gpl -share/gnome/agave/pixmaps/darken.png -share/gnome/agave/pixmaps/desaturate.png -share/gnome/agave/pixmaps/lighten.png -share/gnome/agave/pixmaps/saturate.png -share/gnome/agave/ui/agave.glade -share/gnome/agave/ui/agave.ui -share/gnome/agave/ui/bookmarkspopup.ui +share/applications/agave.desktop +share/agave/palettes/Gnome-Palette.gpl +share/agave/palettes/Tango-Palette.gpl +share/agave/palettes/Visibone.gpl +share/agave/palettes/Web.gpl +share/agave/pixmaps/darken.png +share/agave/pixmaps/desaturate.png +share/agave/pixmaps/lighten.png +share/agave/pixmaps/saturate.png +share/agave/ui/agave.glade +share/agave/ui/agave.ui +share/agave/ui/bookmarkspopup.ui share/gnome/help/agave/C/agave.xml share/gnome/help/agave/C/figures/gtk-color-selector.png share/gnome/help/agave/C/figures/main-window.png share/gnome/help/agave/C/legal.xml -share/gnome/omf/agave/agave-C.omf +share/omf/agave/agave-C.omf share/icons/hicolor/48x48/apps/agave-icon.png share/icons/hicolor/scalable/apps/agave-icon.svg share/locale/bg/LC_MESSAGES/agave.mo @@ -29,11 +29,12 @@ share/locale/pt_BR/LC_MESSAGES/agave.mo share/locale/ru/LC_MESSAGES/agave.mo share/locale/sv/LC_MESSAGES/agave.mo share/locale/zh_TW/LC_MESSAGES/agave.mo -@dirrm share/gnome/omf/agave +@dirrm share/omf/agave @dirrm share/gnome/help/agave/C/figures @dirrm share/gnome/help/agave/C @dirrm share/gnome/help/agave -@dirrm share/gnome/agave/ui -@dirrm share/gnome/agave/pixmaps -@dirrm share/gnome/agave/palettes -@dirrm share/gnome/agave +@dirrm share/agave/ui +@dirrm share/agave/pixmaps +@dirrm share/agave/palettes +@dirrm share/agave +@dirrmtry share/applications diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 28f8ac235366..5e042882f5ea 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -3,12 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/cairo/Makefile,v 1.56 2007/03/06 13:39:18 ahze Exp $ +# $MCom: ports/graphics/cairo/Makefile,v 1.59 2007/09/09 22:45:26 mezz Exp $ # PORTNAME= cairo PORTVERSION= 1.4.10 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ #MASTER_SITES= http://cairographics.org/snapshots/ @@ -32,6 +32,14 @@ USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include" \ LDFLAGS="${PTHREAD_LIBS}" +.if defined(WITHOUT_X11) +CONFIGURE_ARGS+=--disable-xlib +PLIST_SUB+= X11="@comment " +.else +USE_XORG+= xrender +PLIST_SUB+= X11="" +.endif + OPTIONS+= GLITZ "Enable Glitz OpenGL Support" Off .include <bsd.port.pre.mk> @@ -45,14 +53,6 @@ CONFIGURE_ARGS+= --disable-glitz PLIST_SUB+= GLITZ="@comment " .endif -.if defined(WITHOUT_X11) -CONFIGURE_ARGS+=--disable-xlib -PLIST_SUB+= X11="@comment " -.else -USE_XLIB= yes -PLIST_SUB+= X11="" -.endif - post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ ${WRKSRC}/test/Makefile.in diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index e5e1dab67ed0..c63fb10bdfcc 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -3,11 +3,12 @@ # Whom: saper@system.pl # # $FreeBSD$ +# $MCom: ports/graphics/dia/Makefile,v 1.16 2007/10/11 02:49:12 mezz Exp $ # PORTNAME= dia DISTVERSION= 0.96.1 -PORTREVISION= 1 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -49,9 +50,15 @@ PLIST_SUB= PYTHON:="@comment " USE_GNOME+= libgnomeui CONFIGURE_ARGS+= --enable-gnome --enable-bonobo PKGNAMESUFFIX= -gnome -.else +GNOME_ENABLED= yes +.endif post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ + ${WRKSRC}/lib/intl.c + @${REINPLACE_CMD} -e 's|[(]pkgdatadir[)]/help|(datadir)/gnome/help/dia|g' \ + ${WRKSRC}/doc/Makefile.in +.ifndef (GNOME_ENABLED) @${FIND} ${WRKSRC} -name Makefile.in | \ ${XARGS} ${REINPLACE_CMD} -e \ 's,\(^GTK_LIBS.*\),\1 ${PTHREAD_LIBS}, ; \ @@ -64,7 +71,7 @@ pre-configure: ${WRKSRC}/configure post-install: - @${INSTALL_DATA} ${WRKSRC}/dia.xpm ${PREFIX}/share/gnome/dia/ + @${INSTALL_DATA} ${WRKSRC}/dia.xpm ${PREFIX}/share/dia/ @-update-desktop-database .include <bsd.port.post.mk> diff --git a/graphics/dia/files/patch-ad b/graphics/dia/files/patch-ad index 4c8240597995..5dd3b4efb4d5 100644 --- a/graphics/dia/files/patch-ad +++ b/graphics/dia/files/patch-ad @@ -9,15 +9,6 @@ pkg_failed=no echo "$as_me:$LINENO: checking for PANGOFT2" >&5 -@@ -20835,7 +20835,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define GNOME_ICONDIR "${prefix}/share/pixmaps" -+#define GNOME_ICONDIR "${datadir}/pixmaps" - _ACEOF - - have_gnome=true @@ -20989,7 +20989,7 @@ if test "${with_gnomeprint+set}" = set; else with_gnomeprint=no diff --git a/graphics/dia/files/patch-doc_Makefile.in b/graphics/dia/files/patch-doc_Makefile.in deleted file mode 100644 index 7fa6b84a5358..000000000000 --- a/graphics/dia/files/patch-doc_Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- doc/Makefile.in.orig Thu Aug 19 23:46:25 2004 -+++ doc/Makefile.in Thu Aug 19 23:48:00 2004 -@@ -257,8 +257,7 @@ - shape.dtd \ - sheet.dtd - --@HAVE_GNOME_FALSE@helpdir = $(pkgdatadir)/help --@HAVE_GNOME_TRUE@helpdir = $(datadir)/help/dia -+helpdir = $(datadir)/help/dia - all: all-recursive - - .SUFFIXES: diff --git a/graphics/dia/files/patch-lib_intl.c b/graphics/dia/files/patch-lib_intl.c deleted file mode 100644 index 5449af46de43..000000000000 --- a/graphics/dia/files/patch-lib_intl.c +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/intl.c.orig Mon Mar 17 14:06:02 2003 -+++ lib/intl.c Mon Mar 17 14:07:10 2003 -@@ -65,6 +65,7 @@ - read_aliases ("/usr/share/locale/locale.alias"); - read_aliases ("/usr/local/share/locale/locale.alias"); - read_aliases ("/usr/lib/X11/locale/locale.alias"); -+ read_aliases ("/usr/X11R6/lib/X11/locale/locale.alias"); - read_aliases ("/usr/openwin/lib/locale/locale.alias"); - } - while((p=g_hash_table_lookup(alias_table,lang)) && strcmp(p, lang)) diff --git a/graphics/dia/pkg-plist b/graphics/dia/pkg-plist index 6c68401802d4..a90d61dcc0f8 100644 --- a/graphics/dia/pkg-plist +++ b/graphics/dia/pkg-plist @@ -63,1620 +63,1620 @@ lib/dia/libxfig_filter.la lib/dia/libxfig_filter.so lib/dia/libxslt_filter.la lib/dia/libxslt_filter.so -share/gnome/applications/dia.desktop -share/gnome/dia/dia.xpm -share/gnome/dia/dia_logo.png -%%PYTHON:%%share/gnome/dia/python-startup.py -%%PYTHON:%%share/gnome/dia/python/aobjects.py -%%PYTHON:%%share/gnome/dia/python/codegen.py -%%PYTHON:%%share/gnome/dia/python/diasvg.py -%%PYTHON:%%share/gnome/dia/python/diasvg_import.py -%%PYTHON:%%share/gnome/dia/python/dot.py -%%PYTHON:%%share/gnome/dia/python/doxrev.py -%%PYTHON:%%share/gnome/dia/python/group_props.py -%%PYTHON:%%share/gnome/dia/python/gtkcons.py -%%PYTHON:%%share/gnome/dia/python/otypes.py -%%PYTHON:%%share/gnome/dia/python/pydiadoc.py -%%PYTHON:%%share/gnome/dia/python/scascale.py -%%PYTHON:%%share/gnome/dia/python/select_by.py -share/gnome/dia/shapes/Assorted/arrow-chevron.png -share/gnome/dia/shapes/Assorted/arrow-chevron.shape -share/gnome/dia/shapes/Assorted/arrow-down.png -share/gnome/dia/shapes/Assorted/arrow-down.shape -share/gnome/dia/shapes/Assorted/arrow-left-notched.png -share/gnome/dia/shapes/Assorted/arrow-left-notched.shape -share/gnome/dia/shapes/Assorted/arrow-left-right-up.png -share/gnome/dia/shapes/Assorted/arrow-left-right-up.shape -share/gnome/dia/shapes/Assorted/arrow-left-right.png -share/gnome/dia/shapes/Assorted/arrow-left-right.shape -share/gnome/dia/shapes/Assorted/arrow-left-up.png -share/gnome/dia/shapes/Assorted/arrow-left-up.shape -share/gnome/dia/shapes/Assorted/arrow-left.png -share/gnome/dia/shapes/Assorted/arrow-left.shape -share/gnome/dia/shapes/Assorted/arrow-pentagon.png -share/gnome/dia/shapes/Assorted/arrow-pentagon.shape -share/gnome/dia/shapes/Assorted/arrow-quad.png -share/gnome/dia/shapes/Assorted/arrow-quad.shape -share/gnome/dia/shapes/Assorted/arrow-right-notched.png -share/gnome/dia/shapes/Assorted/arrow-right-notched.shape -share/gnome/dia/shapes/Assorted/arrow-right.png -share/gnome/dia/shapes/Assorted/arrow-right.shape -share/gnome/dia/shapes/Assorted/arrow-turn-up.png -share/gnome/dia/shapes/Assorted/arrow-turn-up.shape -share/gnome/dia/shapes/Assorted/arrow-up-down-left.png -share/gnome/dia/shapes/Assorted/arrow-up-down-left.shape -share/gnome/dia/shapes/Assorted/arrow-up-down.png -share/gnome/dia/shapes/Assorted/arrow-up-down.shape -share/gnome/dia/shapes/Assorted/arrow-up.png -share/gnome/dia/shapes/Assorted/arrow-up.shape -share/gnome/dia/shapes/Assorted/circle-quarter.png -share/gnome/dia/shapes/Assorted/circle-quarter.shape -share/gnome/dia/shapes/Assorted/circle.png -share/gnome/dia/shapes/Assorted/circle.shape -share/gnome/dia/shapes/Assorted/cross-maltese.png -share/gnome/dia/shapes/Assorted/cross-maltese.shape -share/gnome/dia/shapes/Assorted/cross-swiss.png -share/gnome/dia/shapes/Assorted/cross-swiss.shape -share/gnome/dia/shapes/Assorted/diamond.png -share/gnome/dia/shapes/Assorted/diamond.shape -share/gnome/dia/shapes/Assorted/heart.png -share/gnome/dia/shapes/Assorted/heart.shape -share/gnome/dia/shapes/Assorted/heptagon.png -share/gnome/dia/shapes/Assorted/heptagon.shape -share/gnome/dia/shapes/Assorted/hexagon.png -share/gnome/dia/shapes/Assorted/hexagon.shape -share/gnome/dia/shapes/Assorted/moon-quarter.png -share/gnome/dia/shapes/Assorted/moon-quarter.shape -share/gnome/dia/shapes/Assorted/octagon.png -share/gnome/dia/shapes/Assorted/octagon.shape -share/gnome/dia/shapes/Assorted/parallelogram-horizontal.png -share/gnome/dia/shapes/Assorted/parallelogram-horizontal.shape -share/gnome/dia/shapes/Assorted/parallelogram-vertical.png -share/gnome/dia/shapes/Assorted/parallelogram-vertical.shape -share/gnome/dia/shapes/Assorted/pentagon.png -share/gnome/dia/shapes/Assorted/pentagon.shape -share/gnome/dia/shapes/Assorted/square.png -share/gnome/dia/shapes/Assorted/square.shape -share/gnome/dia/shapes/Assorted/star4.png -share/gnome/dia/shapes/Assorted/star4.shape -share/gnome/dia/shapes/Assorted/star4curved.png -share/gnome/dia/shapes/Assorted/star4curved.shape -share/gnome/dia/shapes/Assorted/star5.png -share/gnome/dia/shapes/Assorted/star5.shape -share/gnome/dia/shapes/Assorted/star6.png -share/gnome/dia/shapes/Assorted/star6.shape -share/gnome/dia/shapes/Assorted/star7.png -share/gnome/dia/shapes/Assorted/star7.shape -share/gnome/dia/shapes/Assorted/star8.png -share/gnome/dia/shapes/Assorted/star8.shape -share/gnome/dia/shapes/Assorted/star8curved.png -share/gnome/dia/shapes/Assorted/star8curved.shape -share/gnome/dia/shapes/Assorted/star8sharp.png -share/gnome/dia/shapes/Assorted/star8sharp.shape -share/gnome/dia/shapes/Assorted/sun.png -share/gnome/dia/shapes/Assorted/sun.shape -share/gnome/dia/shapes/Assorted/trapezoid.png -share/gnome/dia/shapes/Assorted/trapezoid.shape -share/gnome/dia/shapes/Assorted/triangle-isoceles.png -share/gnome/dia/shapes/Assorted/triangle-isoceles.shape -share/gnome/dia/shapes/Assorted/triangle-rightangle.png -share/gnome/dia/shapes/Assorted/triangle-rightangle.shape -share/gnome/dia/shapes/BPMN/Activity-Looping.png -share/gnome/dia/shapes/BPMN/Activity-Looping.shape -share/gnome/dia/shapes/BPMN/Ad-Hoc-Collapsed-Sub-Process.png -share/gnome/dia/shapes/BPMN/Ad-Hoc-Collapsed-Sub-Process.shape -share/gnome/dia/shapes/BPMN/Collapsed-Sub-Process.png -share/gnome/dia/shapes/BPMN/Collapsed-Sub-Process.shape -share/gnome/dia/shapes/BPMN/Compensation-Collapsed-Sub-Process.png -share/gnome/dia/shapes/BPMN/Compensation-Collapsed-Sub-Process.shape -share/gnome/dia/shapes/BPMN/Compensation.png -share/gnome/dia/shapes/BPMN/Compensation.shape -share/gnome/dia/shapes/BPMN/Data-Object.png -share/gnome/dia/shapes/BPMN/Data-Object.shape -share/gnome/dia/shapes/BPMN/End-Event-Cancel.png -share/gnome/dia/shapes/BPMN/End-Event-Cancel.shape -share/gnome/dia/shapes/BPMN/End-Event-Compensation.png -share/gnome/dia/shapes/BPMN/End-Event-Compensation.shape -share/gnome/dia/shapes/BPMN/End-Event-Error.png -share/gnome/dia/shapes/BPMN/End-Event-Error.shape -share/gnome/dia/shapes/BPMN/End-Event-Link.png -share/gnome/dia/shapes/BPMN/End-Event-Link.shape -share/gnome/dia/shapes/BPMN/End-Event-Message.png -share/gnome/dia/shapes/BPMN/End-Event-Message.shape -share/gnome/dia/shapes/BPMN/End-Event-Multiple.png -share/gnome/dia/shapes/BPMN/End-Event-Multiple.shape -share/gnome/dia/shapes/BPMN/End-Event-Terminate.png -share/gnome/dia/shapes/BPMN/End-Event-Terminate.shape -share/gnome/dia/shapes/BPMN/End-Event.png -share/gnome/dia/shapes/BPMN/End-Event.shape -share/gnome/dia/shapes/BPMN/Gateway-Complex.png -share/gnome/dia/shapes/BPMN/Gateway-Complex.shape -share/gnome/dia/shapes/BPMN/Gateway-Exclusive-XOR-Data-Based.png -share/gnome/dia/shapes/BPMN/Gateway-Exclusive-XOR-Data-Based.shape -share/gnome/dia/shapes/BPMN/Gateway-Exclusive-XOR-Event-Based.png -share/gnome/dia/shapes/BPMN/Gateway-Exclusive-XOR-Event-Based.shape -share/gnome/dia/shapes/BPMN/Gateway-Inclusive-OR.png -share/gnome/dia/shapes/BPMN/Gateway-Inclusive-OR.shape -share/gnome/dia/shapes/BPMN/Gateway-Parallel-AND.png -share/gnome/dia/shapes/BPMN/Gateway-Parallel-AND.shape -share/gnome/dia/shapes/BPMN/Gateway.png -share/gnome/dia/shapes/BPMN/Gateway.shape -share/gnome/dia/shapes/BPMN/Group.png -share/gnome/dia/shapes/BPMN/Group.shape -share/gnome/dia/shapes/BPMN/Intermediate-Event-Cancel.png -share/gnome/dia/shapes/BPMN/Intermediate-Event-Cancel.shape -share/gnome/dia/shapes/BPMN/Intermediate-Event-Compensation.png -share/gnome/dia/shapes/BPMN/Intermediate-Event-Compensation.shape -share/gnome/dia/shapes/BPMN/Intermediate-Event-Error.png -share/gnome/dia/shapes/BPMN/Intermediate-Event-Error.shape -share/gnome/dia/shapes/BPMN/Intermediate-Event-Link.png -share/gnome/dia/shapes/BPMN/Intermediate-Event-Link.shape -share/gnome/dia/shapes/BPMN/Intermediate-Event-Message.png -share/gnome/dia/shapes/BPMN/Intermediate-Event-Message.shape -share/gnome/dia/shapes/BPMN/Intermediate-Event-Multiple.png -share/gnome/dia/shapes/BPMN/Intermediate-Event-Multiple.shape -share/gnome/dia/shapes/BPMN/Intermediate-Event-Rule.png -share/gnome/dia/shapes/BPMN/Intermediate-Event-Rule.shape -share/gnome/dia/shapes/BPMN/Intermediate-Event-Timer.png -share/gnome/dia/shapes/BPMN/Intermediate-Event-Timer.shape -share/gnome/dia/shapes/BPMN/Intermediate-Event.png -share/gnome/dia/shapes/BPMN/Intermediate-Event.shape -share/gnome/dia/shapes/BPMN/Looping-Collapsed-Sub-Process.png -share/gnome/dia/shapes/BPMN/Looping-Collapsed-Sub-Process.shape -share/gnome/dia/shapes/BPMN/Multiple-Instance-Collapsed-Sub-Process.png -share/gnome/dia/shapes/BPMN/Multiple-Instance-Collapsed-Sub-Process.shape -share/gnome/dia/shapes/BPMN/Multiple-Instance-Task.png -share/gnome/dia/shapes/BPMN/Multiple-Instance-Task.shape -share/gnome/dia/shapes/BPMN/Start-Event-Link.png -share/gnome/dia/shapes/BPMN/Start-Event-Link.shape -share/gnome/dia/shapes/BPMN/Start-Event-Message.png -share/gnome/dia/shapes/BPMN/Start-Event-Message.shape -share/gnome/dia/shapes/BPMN/Start-Event-Multiple.png -share/gnome/dia/shapes/BPMN/Start-Event-Multiple.shape -share/gnome/dia/shapes/BPMN/Start-Event-Rule.png -share/gnome/dia/shapes/BPMN/Start-Event-Rule.shape -share/gnome/dia/shapes/BPMN/Start-Event-Timer.png -share/gnome/dia/shapes/BPMN/Start-Event-Timer.shape -share/gnome/dia/shapes/BPMN/Start-Event.png -share/gnome/dia/shapes/BPMN/Start-Event.shape -share/gnome/dia/shapes/BPMN/Task.png -share/gnome/dia/shapes/BPMN/Task.shape -share/gnome/dia/shapes/BPMN/Text-Annotation.png -share/gnome/dia/shapes/BPMN/Text-Annotation.shape -share/gnome/dia/shapes/BPMN/Transaction.png -share/gnome/dia/shapes/BPMN/Transaction.shape -share/gnome/dia/shapes/ChemEng/ACgen.png -share/gnome/dia/shapes/ChemEng/ACgen.shape -share/gnome/dia/shapes/ChemEng/SaT-fixedtube.png -share/gnome/dia/shapes/ChemEng/SaT-fixedtube.shape -share/gnome/dia/shapes/ChemEng/SaT-floatinghead.png -share/gnome/dia/shapes/ChemEng/SaT-floatinghead.shape -share/gnome/dia/shapes/ChemEng/aircooler.png -share/gnome/dia/shapes/ChemEng/aircooler.shape -share/gnome/dia/shapes/ChemEng/airforced.png -share/gnome/dia/shapes/ChemEng/airforced.shape -share/gnome/dia/shapes/ChemEng/airinduced.png -share/gnome/dia/shapes/ChemEng/airinduced.shape -share/gnome/dia/shapes/ChemEng/autoclave.png -share/gnome/dia/shapes/ChemEng/autoclave.shape -share/gnome/dia/shapes/ChemEng/bigtraycol.png -share/gnome/dia/shapes/ChemEng/bigtraycol.shape -share/gnome/dia/shapes/ChemEng/centrifuge.png -share/gnome/dia/shapes/ChemEng/centrifuge.shape -share/gnome/dia/shapes/ChemEng/coil.png -share/gnome/dia/shapes/ChemEng/coil.shape -share/gnome/dia/shapes/ChemEng/coilv.png -share/gnome/dia/shapes/ChemEng/coilv.shape -share/gnome/dia/shapes/ChemEng/compr.png -share/gnome/dia/shapes/ChemEng/compr.shape -share/gnome/dia/shapes/ChemEng/coveredtank.png -share/gnome/dia/shapes/ChemEng/coveredtank.shape -share/gnome/dia/shapes/ChemEng/cyclone.png -share/gnome/dia/shapes/ChemEng/cyclone.shape -share/gnome/dia/shapes/ChemEng/displa.png -share/gnome/dia/shapes/ChemEng/displa.shape -share/gnome/dia/shapes/ChemEng/doublepipe.png -share/gnome/dia/shapes/ChemEng/doublepipe.shape -share/gnome/dia/shapes/ChemEng/ejector.png -share/gnome/dia/shapes/ChemEng/ejector.shape -share/gnome/dia/shapes/ChemEng/fan.png -share/gnome/dia/shapes/ChemEng/fan.shape -share/gnome/dia/shapes/ChemEng/filter.png -share/gnome/dia/shapes/ChemEng/filter.shape -share/gnome/dia/shapes/ChemEng/fixedroof.png -share/gnome/dia/shapes/ChemEng/fixedroof.shape -share/gnome/dia/shapes/ChemEng/floatingroof.png -share/gnome/dia/shapes/ChemEng/floatingroof.shape -share/gnome/dia/shapes/ChemEng/flowfan.png -share/gnome/dia/shapes/ChemEng/flowfan.shape -share/gnome/dia/shapes/ChemEng/fluidcont.png -share/gnome/dia/shapes/ChemEng/fluidcont.shape -share/gnome/dia/shapes/ChemEng/furnace.png -share/gnome/dia/shapes/ChemEng/furnace.shape -share/gnome/dia/shapes/ChemEng/gasholder.png -share/gnome/dia/shapes/ChemEng/gasholder.shape -share/gnome/dia/shapes/ChemEng/hx.png -share/gnome/dia/shapes/ChemEng/hx.shape -share/gnome/dia/shapes/ChemEng/hxv.png -share/gnome/dia/shapes/ChemEng/hxv.shape -share/gnome/dia/shapes/ChemEng/kettle.png -share/gnome/dia/shapes/ChemEng/kettle.shape -share/gnome/dia/shapes/ChemEng/knockout.png -share/gnome/dia/shapes/ChemEng/knockout.shape -share/gnome/dia/shapes/ChemEng/measure.png -share/gnome/dia/shapes/ChemEng/measure.shape -share/gnome/dia/shapes/ChemEng/mixer.png -share/gnome/dia/shapes/ChemEng/mixer.shape -share/gnome/dia/shapes/ChemEng/plate.png -share/gnome/dia/shapes/ChemEng/plate.shape -share/gnome/dia/shapes/ChemEng/pneum.png -share/gnome/dia/shapes/ChemEng/pneum.shape -share/gnome/dia/shapes/ChemEng/pneumv.png -share/gnome/dia/shapes/ChemEng/pneumv.shape -share/gnome/dia/shapes/ChemEng/pnuemv.png -share/gnome/dia/shapes/ChemEng/pnuemv.shape -share/gnome/dia/shapes/ChemEng/pump.png -share/gnome/dia/shapes/ChemEng/pump.shape -share/gnome/dia/shapes/ChemEng/reactor.png -share/gnome/dia/shapes/ChemEng/reactor.shape -share/gnome/dia/shapes/ChemEng/recipr.png -share/gnome/dia/shapes/ChemEng/recipr.shape -share/gnome/dia/shapes/ChemEng/regval.png -share/gnome/dia/shapes/ChemEng/regval.shape -share/gnome/dia/shapes/ChemEng/regvalv.png -share/gnome/dia/shapes/ChemEng/regvalv.shape -share/gnome/dia/shapes/ChemEng/sealedtank.png -share/gnome/dia/shapes/ChemEng/sealedtank.shape -share/gnome/dia/shapes/ChemEng/settling.png -share/gnome/dia/shapes/ChemEng/settling.shape -share/gnome/dia/shapes/ChemEng/spray.png -share/gnome/dia/shapes/ChemEng/spray.shape -share/gnome/dia/shapes/ChemEng/spraydrier.png -share/gnome/dia/shapes/ChemEng/spraydrier.shape -share/gnome/dia/shapes/ChemEng/storagesphere.png -share/gnome/dia/shapes/ChemEng/storagesphere.shape -share/gnome/dia/shapes/ChemEng/tank.png -share/gnome/dia/shapes/ChemEng/tank.shape -share/gnome/dia/shapes/ChemEng/traycol.png -share/gnome/dia/shapes/ChemEng/traycol.shape -share/gnome/dia/shapes/ChemEng/val.png -share/gnome/dia/shapes/ChemEng/val.shape -share/gnome/dia/shapes/ChemEng/valv.png -share/gnome/dia/shapes/ChemEng/valv.shape -share/gnome/dia/shapes/ChemEng/vessel.png -share/gnome/dia/shapes/ChemEng/vessel.shape -share/gnome/dia/shapes/ChemEng/wcool.png -share/gnome/dia/shapes/ChemEng/wcool.shape -share/gnome/dia/shapes/ChemEng/wcoolv.png -share/gnome/dia/shapes/ChemEng/wcoolv.shape -share/gnome/dia/shapes/Circuit/ground.png -share/gnome/dia/shapes/Circuit/ground.shape -share/gnome/dia/shapes/Circuit/hcapacitor.png -share/gnome/dia/shapes/Circuit/hcapacitor.shape -share/gnome/dia/shapes/Circuit/hdiode.png -share/gnome/dia/shapes/Circuit/hdiode.shape -share/gnome/dia/shapes/Circuit/hfuse_de.png -share/gnome/dia/shapes/Circuit/hfuse_de.shape -share/gnome/dia/shapes/Circuit/hinductor.png -share/gnome/dia/shapes/Circuit/hinductor.shape -share/gnome/dia/shapes/Circuit/hinductor_de.png -share/gnome/dia/shapes/Circuit/hinductor_de.shape -share/gnome/dia/shapes/Circuit/hjumper.png -share/gnome/dia/shapes/Circuit/hjumper.shape -share/gnome/dia/shapes/Circuit/hled_de.png -share/gnome/dia/shapes/Circuit/hled_de.shape -share/gnome/dia/shapes/Circuit/hpowersource_de.png -share/gnome/dia/shapes/Circuit/hpowersource_de.shape -share/gnome/dia/shapes/Circuit/hresistor.png -share/gnome/dia/shapes/Circuit/hresistor.shape -share/gnome/dia/shapes/Circuit/hresistor_de.png -share/gnome/dia/shapes/Circuit/hresistor_de.shape -share/gnome/dia/shapes/Circuit/hzener.png -share/gnome/dia/shapes/Circuit/hzener.shape -share/gnome/dia/shapes/Circuit/lamp_de.png -share/gnome/dia/shapes/Circuit/lamp_de.shape -share/gnome/dia/shapes/Circuit/microphone_de.png -share/gnome/dia/shapes/Circuit/microphone_de.shape -share/gnome/dia/shapes/Circuit/nmos_de.png -share/gnome/dia/shapes/Circuit/nmos_de.shape -share/gnome/dia/shapes/Circuit/npn.png -share/gnome/dia/shapes/Circuit/npn.shape -share/gnome/dia/shapes/Circuit/opamp.png -share/gnome/dia/shapes/Circuit/opamp.shape -share/gnome/dia/shapes/Circuit/pmos_de.png -share/gnome/dia/shapes/Circuit/pmos_de.shape -share/gnome/dia/shapes/Circuit/pnp.png -share/gnome/dia/shapes/Circuit/pnp.shape -share/gnome/dia/shapes/Circuit/speaker_de.png -share/gnome/dia/shapes/Circuit/speaker_de.shape -share/gnome/dia/shapes/Circuit/vcapacitor.png -share/gnome/dia/shapes/Circuit/vcapacitor.shape -share/gnome/dia/shapes/Circuit/vdiode.png -share/gnome/dia/shapes/Circuit/vdiode.shape -share/gnome/dia/shapes/Circuit/vfuse_de.png -share/gnome/dia/shapes/Circuit/vfuse_de.shape -share/gnome/dia/shapes/Circuit/vinductor.png -share/gnome/dia/shapes/Circuit/vinductor.shape -share/gnome/dia/shapes/Circuit/vinductor_de.png -share/gnome/dia/shapes/Circuit/vinductor_de.shape -share/gnome/dia/shapes/Circuit/vled_de.png -share/gnome/dia/shapes/Circuit/vled_de.shape -share/gnome/dia/shapes/Circuit/vpowersource_de.png -share/gnome/dia/shapes/Circuit/vpowersource_de.shape -share/gnome/dia/shapes/Circuit/vresistor.png -share/gnome/dia/shapes/Circuit/vresistor.shape -share/gnome/dia/shapes/Circuit/vresistor_de.png -share/gnome/dia/shapes/Circuit/vresistor_de.shape -share/gnome/dia/shapes/Circuit/vzener.png -share/gnome/dia/shapes/Circuit/vzener.shape -share/gnome/dia/shapes/Cisco/1000.png -share/gnome/dia/shapes/Cisco/1000.shape -share/gnome/dia/shapes/Cisco/100baset_hub.png -share/gnome/dia/shapes/Cisco/100baset_hub.shape -share/gnome/dia/shapes/Cisco/10700.png -share/gnome/dia/shapes/Cisco/10700.shape -share/gnome/dia/shapes/Cisco/15200.png -share/gnome/dia/shapes/Cisco/15200.shape -share/gnome/dia/shapes/Cisco/15800.png -share/gnome/dia/shapes/Cisco/15800.shape -share/gnome/dia/shapes/Cisco/3174.png -share/gnome/dia/shapes/Cisco/3174.shape -share/gnome/dia/shapes/Cisco/3x74.png -share/gnome/dia/shapes/Cisco/3x74.shape -share/gnome/dia/shapes/Cisco/5000.png -share/gnome/dia/shapes/Cisco/5000.shape -share/gnome/dia/shapes/Cisco/5002.png -share/gnome/dia/shapes/Cisco/5002.shape -share/gnome/dia/shapes/Cisco/5500.png -share/gnome/dia/shapes/Cisco/5500.shape -share/gnome/dia/shapes/Cisco/6701.png -share/gnome/dia/shapes/Cisco/6701.shape -share/gnome/dia/shapes/Cisco/6705.png -share/gnome/dia/shapes/Cisco/6705.shape -share/gnome/dia/shapes/Cisco/6732.png -share/gnome/dia/shapes/Cisco/6732.shape -share/gnome/dia/shapes/Cisco/7500ars.png -share/gnome/dia/shapes/Cisco/7500ars.shape -share/gnome/dia/shapes/Cisco/7505.png -share/gnome/dia/shapes/Cisco/7505.shape -share/gnome/dia/shapes/Cisco/7507.png -share/gnome/dia/shapes/Cisco/7507.shape -share/gnome/dia/shapes/Cisco/access_gateway.png -share/gnome/dia/shapes/Cisco/access_gateway.shape -share/gnome/dia/shapes/Cisco/access_server.png -share/gnome/dia/shapes/Cisco/access_server.shape -share/gnome/dia/shapes/Cisco/accesspoint.png -share/gnome/dia/shapes/Cisco/accesspoint.shape -share/gnome/dia/shapes/Cisco/adm.png -share/gnome/dia/shapes/Cisco/adm.shape -share/gnome/dia/shapes/Cisco/androgynous_person.png -share/gnome/dia/shapes/Cisco/androgynous_person.shape -share/gnome/dia/shapes/Cisco/antenna.png -share/gnome/dia/shapes/Cisco/antenna.shape -share/gnome/dia/shapes/Cisco/asic.png -share/gnome/dia/shapes/Cisco/asic.shape -share/gnome/dia/shapes/Cisco/ata.png -share/gnome/dia/shapes/Cisco/ata.shape -share/gnome/dia/shapes/Cisco/atm3800.png -share/gnome/dia/shapes/Cisco/atm3800.shape -share/gnome/dia/shapes/Cisco/atm_fast_gigabit_etherswitch.png -share/gnome/dia/shapes/Cisco/atm_fast_gigabit_etherswitch.shape -share/gnome/dia/shapes/Cisco/atm_router.shape -share/gnome/dia/shapes/Cisco/atm_switch.png -share/gnome/dia/shapes/Cisco/atm_switch.shape -share/gnome/dia/shapes/Cisco/atm_tag_switch_router.png -share/gnome/dia/shapes/Cisco/atm_tag_switch_router.shape -share/gnome/dia/shapes/Cisco/automatic_protection_switching.png -share/gnome/dia/shapes/Cisco/automatic_protection_switching.shape -share/gnome/dia/shapes/Cisco/bbfw.png -share/gnome/dia/shapes/Cisco/bbfw.shape -share/gnome/dia/shapes/Cisco/bbfw_media.png -share/gnome/dia/shapes/Cisco/bbfw_media.shape -share/gnome/dia/shapes/Cisco/bbs.png -share/gnome/dia/shapes/Cisco/bbs.shape -share/gnome/dia/shapes/Cisco/bbsm.png -share/gnome/dia/shapes/Cisco/bbsm.shape -share/gnome/dia/shapes/Cisco/branch_office.png -share/gnome/dia/shapes/Cisco/branch_office.shape -share/gnome/dia/shapes/Cisco/branch_office_blue.png -share/gnome/dia/shapes/Cisco/branch_office_blue.shape -share/gnome/dia/shapes/Cisco/branch_office_subdued.png -share/gnome/dia/shapes/Cisco/branch_office_subdued.shape -share/gnome/dia/shapes/Cisco/breakout_box.png -share/gnome/dia/shapes/Cisco/breakout_box.shape -share/gnome/dia/shapes/Cisco/bridge.png -share/gnome/dia/shapes/Cisco/bridge.shape -share/gnome/dia/shapes/Cisco/broadband_router.png -share/gnome/dia/shapes/Cisco/broadband_router.shape -share/gnome/dia/shapes/Cisco/bts10200.png -share/gnome/dia/shapes/Cisco/bts10200.shape -share/gnome/dia/shapes/Cisco/ca.png -share/gnome/dia/shapes/Cisco/ca.shape -share/gnome/dia/shapes/Cisco/cable_modem.png -share/gnome/dia/shapes/Cisco/cable_modem.shape -share/gnome/dia/shapes/Cisco/callmanager.png -share/gnome/dia/shapes/Cisco/callmanager.shape -share/gnome/dia/shapes/Cisco/car.png -share/gnome/dia/shapes/Cisco/car.shape -share/gnome/dia/shapes/Cisco/carrier_routing_system.png -share/gnome/dia/shapes/Cisco/carrier_routing_system.shape -share/gnome/dia/shapes/Cisco/catalyst_access_gateway.png -share/gnome/dia/shapes/Cisco/catalyst_access_gateway.shape -share/gnome/dia/shapes/Cisco/cddi_fddi_concentrator.png -share/gnome/dia/shapes/Cisco/cddi_fddi_concentrator.shape -share/gnome/dia/shapes/Cisco/cdm.png -share/gnome/dia/shapes/Cisco/cdm.shape -share/gnome/dia/shapes/Cisco/cellular_phone.png -share/gnome/dia/shapes/Cisco/cellular_phone.shape -share/gnome/dia/shapes/Cisco/centri_firewall.png -share/gnome/dia/shapes/Cisco/centri_firewall.shape -share/gnome/dia/shapes/Cisco/channelized_pipe.png -share/gnome/dia/shapes/Cisco/channelized_pipe.shape -share/gnome/dia/shapes/Cisco/cisco_hub.png -share/gnome/dia/shapes/Cisco/cisco_hub.shape -share/gnome/dia/shapes/Cisco/ciscosecurity.png -share/gnome/dia/shapes/Cisco/ciscosecurity.shape -share/gnome/dia/shapes/Cisco/ciscoworks.png -share/gnome/dia/shapes/Cisco/ciscoworks.shape -share/gnome/dia/shapes/Cisco/ciscoworks_man.png -share/gnome/dia/shapes/Cisco/ciscoworks_man.shape -share/gnome/dia/shapes/Cisco/class45_switch.png -share/gnome/dia/shapes/Cisco/class45_switch.shape -share/gnome/dia/shapes/Cisco/cloud.png -share/gnome/dia/shapes/Cisco/cloud.shape -share/gnome/dia/shapes/Cisco/cloud_dark.png -share/gnome/dia/shapes/Cisco/cloud_dark.shape -share/gnome/dia/shapes/Cisco/cloud_gold.png -share/gnome/dia/shapes/Cisco/cloud_gold.shape -share/gnome/dia/shapes/Cisco/cloud_white.png -share/gnome/dia/shapes/Cisco/cloud_white.shape -share/gnome/dia/shapes/Cisco/communications_server.png -share/gnome/dia/shapes/Cisco/communications_server.shape -share/gnome/dia/shapes/Cisco/concatenated_payload.png -share/gnome/dia/shapes/Cisco/concatenated_payload.shape -share/gnome/dia/shapes/Cisco/content_engine.png -share/gnome/dia/shapes/Cisco/content_engine.shape -share/gnome/dia/shapes/Cisco/content_router.png -share/gnome/dia/shapes/Cisco/content_router.shape -share/gnome/dia/shapes/Cisco/content_service_module.png -share/gnome/dia/shapes/Cisco/content_service_module.shape -share/gnome/dia/shapes/Cisco/content_switch.png -share/gnome/dia/shapes/Cisco/content_switch.shape -share/gnome/dia/shapes/Cisco/csm-s.png -share/gnome/dia/shapes/Cisco/csm-s.shape -share/gnome/dia/shapes/Cisco/css1100.png -share/gnome/dia/shapes/Cisco/css1100.shape -share/gnome/dia/shapes/Cisco/csu_dsu.png -share/gnome/dia/shapes/Cisco/csu_dsu.shape -share/gnome/dia/shapes/Cisco/cte.png -share/gnome/dia/shapes/Cisco/cte.shape -share/gnome/dia/shapes/Cisco/data_center_switch.png -share/gnome/dia/shapes/Cisco/data_center_switch.shape -share/gnome/dia/shapes/Cisco/data_center_switch_reversed.png -share/gnome/dia/shapes/Cisco/data_center_switch_reversed.shape -share/gnome/dia/shapes/Cisco/data_switch_processor.png -share/gnome/dia/shapes/Cisco/data_switch_processor.shape -share/gnome/dia/shapes/Cisco/detector.png -share/gnome/dia/shapes/Cisco/detector.shape -share/gnome/dia/shapes/Cisco/digital_cross-connect.png -share/gnome/dia/shapes/Cisco/digital_cross-connect.shape -share/gnome/dia/shapes/Cisco/director_fcis.png -share/gnome/dia/shapes/Cisco/director_fcis.shape -share/gnome/dia/shapes/Cisco/directory_server.png -share/gnome/dia/shapes/Cisco/directory_server.shape -share/gnome/dia/shapes/Cisco/disk_subsystem.png -share/gnome/dia/shapes/Cisco/disk_subsystem.shape -share/gnome/dia/shapes/Cisco/diskette.png -share/gnome/dia/shapes/Cisco/diskette.shape -share/gnome/dia/shapes/Cisco/distributed_director.png -share/gnome/dia/shapes/Cisco/distributed_director.shape -share/gnome/dia/shapes/Cisco/dot_dot.png -share/gnome/dia/shapes/Cisco/dot_dot.shape -share/gnome/dia/shapes/Cisco/dpt.png -share/gnome/dia/shapes/Cisco/dpt.shape -share/gnome/dia/shapes/Cisco/dslam.png -share/gnome/dia/shapes/Cisco/dslam.shape -share/gnome/dia/shapes/Cisco/dual_mode_accesspoint.png -share/gnome/dia/shapes/Cisco/dual_mode_accesspoint.shape -share/gnome/dia/shapes/Cisco/dwdm_filter.png -share/gnome/dia/shapes/Cisco/dwdm_filter.shape -share/gnome/dia/shapes/Cisco/edge_label_switch_router.png -share/gnome/dia/shapes/Cisco/edge_label_switch_router_with_netflow.png -share/gnome/dia/shapes/Cisco/edge_label_switch_router_with_netflow.shape -share/gnome/dia/shapes/Cisco/end_office.png -share/gnome/dia/shapes/Cisco/end_office.shape -share/gnome/dia/shapes/Cisco/etherclient.png -share/gnome/dia/shapes/Cisco/etherclient.shape -share/gnome/dia/shapes/Cisco/fax.png -share/gnome/dia/shapes/Cisco/fax.shape -share/gnome/dia/shapes/Cisco/fc_storage.png -share/gnome/dia/shapes/Cisco/fc_storage.shape -share/gnome/dia/shapes/Cisco/fddi_ring.png -share/gnome/dia/shapes/Cisco/fddi_ring.shape -share/gnome/dia/shapes/Cisco/file_cabinet.png -share/gnome/dia/shapes/Cisco/file_cabinet.shape -share/gnome/dia/shapes/Cisco/file_engine.png -share/gnome/dia/shapes/Cisco/file_engine.shape -share/gnome/dia/shapes/Cisco/file_server.png -share/gnome/dia/shapes/Cisco/file_server.shape -share/gnome/dia/shapes/Cisco/firewall.png -share/gnome/dia/shapes/Cisco/firewall.shape -share/gnome/dia/shapes/Cisco/firewall_horizontal.png -share/gnome/dia/shapes/Cisco/firewall_horizontal.shape -share/gnome/dia/shapes/Cisco/firewall_subdued.png -share/gnome/dia/shapes/Cisco/firewall_subdued.shape -share/gnome/dia/shapes/Cisco/front_end_processor.png -share/gnome/dia/shapes/Cisco/front_end_processor.shape -share/gnome/dia/shapes/Cisco/fwsm.png -share/gnome/dia/shapes/Cisco/fwsm.shape -share/gnome/dia/shapes/Cisco/general_appliance.png -share/gnome/dia/shapes/Cisco/general_appliance.shape -share/gnome/dia/shapes/Cisco/generic_building.png -share/gnome/dia/shapes/Cisco/generic_building.shape -share/gnome/dia/shapes/Cisco/generic_building_blue.png -share/gnome/dia/shapes/Cisco/generic_building_blue.shape -share/gnome/dia/shapes/Cisco/generic_building_subdued.png -share/gnome/dia/shapes/Cisco/generic_building_subdued.shape -share/gnome/dia/shapes/Cisco/generic_gateway.png -share/gnome/dia/shapes/Cisco/generic_gateway.shape -share/gnome/dia/shapes/Cisco/generic_processor.png -share/gnome/dia/shapes/Cisco/generic_processor.shape -share/gnome/dia/shapes/Cisco/generic_softswitch.png -share/gnome/dia/shapes/Cisco/generic_softswitch.shape -share/gnome/dia/shapes/Cisco/gigabit_switch_router_atm_tag.png -share/gnome/dia/shapes/Cisco/gigabit_switch_router_atm_tag.shape -share/gnome/dia/shapes/Cisco/government_building.png -share/gnome/dia/shapes/Cisco/government_building.shape -share/gnome/dia/shapes/Cisco/guard.png -share/gnome/dia/shapes/Cisco/guard.shape -share/gnome/dia/shapes/Cisco/h323.png -share/gnome/dia/shapes/Cisco/h323.shape -share/gnome/dia/shapes/Cisco/handheld.png -share/gnome/dia/shapes/Cisco/handheld.shape -share/gnome/dia/shapes/Cisco/headphones.png -share/gnome/dia/shapes/Cisco/headphones.shape -share/gnome/dia/shapes/Cisco/home_office.png -share/gnome/dia/shapes/Cisco/home_office.shape -share/gnome/dia/shapes/Cisco/hootphone.png -share/gnome/dia/shapes/Cisco/hootphone.shape -share/gnome/dia/shapes/Cisco/host.png -share/gnome/dia/shapes/Cisco/host.shape -share/gnome/dia/shapes/Cisco/house.png -share/gnome/dia/shapes/Cisco/house.shape -share/gnome/dia/shapes/Cisco/house_blue.png -share/gnome/dia/shapes/Cisco/house_blue.shape -share/gnome/dia/shapes/Cisco/hp_mini.png -share/gnome/dia/shapes/Cisco/hp_mini.shape -share/gnome/dia/shapes/Cisco/hub.png -share/gnome/dia/shapes/Cisco/hub.shape -share/gnome/dia/shapes/Cisco/hub_subdued.png -share/gnome/dia/shapes/Cisco/hub_subdued.shape -share/gnome/dia/shapes/Cisco/iad_router.png -share/gnome/dia/shapes/Cisco/iad_router.shape -share/gnome/dia/shapes/Cisco/ibm_mainframe.png -share/gnome/dia/shapes/Cisco/ibm_mainframe.shape -share/gnome/dia/shapes/Cisco/ibm_mainframe_with_fep.png -share/gnome/dia/shapes/Cisco/ibm_mainframe_with_fep.shape -share/gnome/dia/shapes/Cisco/ibm_mini.png -share/gnome/dia/shapes/Cisco/ibm_mini.shape -share/gnome/dia/shapes/Cisco/ibm_tower.png -share/gnome/dia/shapes/Cisco/ibm_tower.shape -share/gnome/dia/shapes/Cisco/icm.png -share/gnome/dia/shapes/Cisco/icm.shape -share/gnome/dia/shapes/Cisco/ics.png -share/gnome/dia/shapes/Cisco/ics.shape -share/gnome/dia/shapes/Cisco/intelliswitch_stack.png -share/gnome/dia/shapes/Cisco/intelliswitch_stack.shape -share/gnome/dia/shapes/Cisco/ios_firewall.png -share/gnome/dia/shapes/Cisco/ios_firewall.shape -share/gnome/dia/shapes/Cisco/ios_slb.png -share/gnome/dia/shapes/Cisco/ios_slb.shape -share/gnome/dia/shapes/Cisco/ip.png -share/gnome/dia/shapes/Cisco/ip.shape -share/gnome/dia/shapes/Cisco/ip_dsl.png -share/gnome/dia/shapes/Cisco/ip_dsl.shape -share/gnome/dia/shapes/Cisco/ip_old-style.png -share/gnome/dia/shapes/Cisco/ip_old-style.shape -share/gnome/dia/shapes/Cisco/ip_phone.png -share/gnome/dia/shapes/Cisco/ip_phone.shape -share/gnome/dia/shapes/Cisco/ip_softphone.png -share/gnome/dia/shapes/Cisco/ip_softphone.shape -share/gnome/dia/shapes/Cisco/ip_telephony_router.png -share/gnome/dia/shapes/Cisco/ip_telephony_router.shape -share/gnome/dia/shapes/Cisco/ip_transport_concentrator.png -share/gnome/dia/shapes/Cisco/ip_transport_concentrator.shape -share/gnome/dia/shapes/Cisco/iptv_broadcast_server.png -share/gnome/dia/shapes/Cisco/iptv_broadcast_server.shape -share/gnome/dia/shapes/Cisco/iptv_content_manager.png -share/gnome/dia/shapes/Cisco/iptv_content_manager.shape -share/gnome/dia/shapes/Cisco/iscsi_switch.png -share/gnome/dia/shapes/Cisco/iscsi_switch.shape -share/gnome/dia/shapes/Cisco/isdn_switch.png -share/gnome/dia/shapes/Cisco/isdn_switch.shape -share/gnome/dia/shapes/Cisco/itp.png -share/gnome/dia/shapes/Cisco/itp.shape -share/gnome/dia/shapes/Cisco/jbod.png -share/gnome/dia/shapes/Cisco/jbod.shape -share/gnome/dia/shapes/Cisco/key.png -share/gnome/dia/shapes/Cisco/key.shape -share/gnome/dia/shapes/Cisco/label_switch_router.png -share/gnome/dia/shapes/Cisco/label_switch_router.shape -share/gnome/dia/shapes/Cisco/lan2lan_switch.png -share/gnome/dia/shapes/Cisco/lan2lan_switch.shape -share/gnome/dia/shapes/Cisco/lan_to_lan.png -share/gnome/dia/shapes/Cisco/lan_to_lan.shape -share/gnome/dia/shapes/Cisco/laptop.png -share/gnome/dia/shapes/Cisco/laptop.shape -share/gnome/dia/shapes/Cisco/layer3_switch.png -share/gnome/dia/shapes/Cisco/layer3_switch.shape -share/gnome/dia/shapes/Cisco/layer_2_remote_switch.png -share/gnome/dia/shapes/Cisco/layer_2_remote_switch.shape -share/gnome/dia/shapes/Cisco/lightweight_ap.png -share/gnome/dia/shapes/Cisco/lightweight_ap.shape -share/gnome/dia/shapes/Cisco/localdirector.png -share/gnome/dia/shapes/Cisco/localdirector.shape -share/gnome/dia/shapes/Cisco/location_server.png -share/gnome/dia/shapes/Cisco/location_server.shape -share/gnome/dia/shapes/Cisco/lock.png -share/gnome/dia/shapes/Cisco/lock.shape -share/gnome/dia/shapes/Cisco/lock_and_key.png -share/gnome/dia/shapes/Cisco/lock_and_key.shape -share/gnome/dia/shapes/Cisco/longreach_cpe.png -share/gnome/dia/shapes/Cisco/longreach_cpe.shape -share/gnome/dia/shapes/Cisco/mac_woman.png -share/gnome/dia/shapes/Cisco/mac_woman.shape -share/gnome/dia/shapes/Cisco/mac_woman_right.png -share/gnome/dia/shapes/Cisco/mac_woman_right.shape -share/gnome/dia/shapes/Cisco/macintosh.png -share/gnome/dia/shapes/Cisco/macintosh.shape -share/gnome/dia/shapes/Cisco/man.png -share/gnome/dia/shapes/Cisco/man.shape -share/gnome/dia/shapes/Cisco/man_blue.png -share/gnome/dia/shapes/Cisco/man_blue.shape -share/gnome/dia/shapes/Cisco/man_gold.png -share/gnome/dia/shapes/Cisco/man_gold.shape -share/gnome/dia/shapes/Cisco/man_red.png -share/gnome/dia/shapes/Cisco/man_red.shape -share/gnome/dia/shapes/Cisco/man_woman.png -share/gnome/dia/shapes/Cisco/man_woman.shape -share/gnome/dia/shapes/Cisco/mas_gateway.png -share/gnome/dia/shapes/Cisco/mas_gateway.shape -share/gnome/dia/shapes/Cisco/mau.png -share/gnome/dia/shapes/Cisco/mau.shape -share/gnome/dia/shapes/Cisco/mcu.png -share/gnome/dia/shapes/Cisco/mcu.shape -share/gnome/dia/shapes/Cisco/mdu.png -share/gnome/dia/shapes/Cisco/mdu.shape -share/gnome/dia/shapes/Cisco/me1100.png -share/gnome/dia/shapes/Cisco/me1100.shape -share/gnome/dia/shapes/Cisco/medium_building.png -share/gnome/dia/shapes/Cisco/medium_building.shape -share/gnome/dia/shapes/Cisco/medium_building_blue.png -share/gnome/dia/shapes/Cisco/medium_building_blue.shape -share/gnome/dia/shapes/Cisco/medium_building_subdued.png -share/gnome/dia/shapes/Cisco/medium_building_subdued.shape -share/gnome/dia/shapes/Cisco/metro1500.png -share/gnome/dia/shapes/Cisco/metro1500.shape -share/gnome/dia/shapes/Cisco/mgx8220.png -share/gnome/dia/shapes/Cisco/mgx8220.shape -share/gnome/dia/shapes/Cisco/mgx8240.png -share/gnome/dia/shapes/Cisco/mgx8240.shape -share/gnome/dia/shapes/Cisco/mgx8260.png -share/gnome/dia/shapes/Cisco/mgx8260.shape -share/gnome/dia/shapes/Cisco/mgx_8000_series_voice_gateway.png -share/gnome/dia/shapes/Cisco/mgx_8000_series_voice_gateway.shape -share/gnome/dia/shapes/Cisco/microphone.png -share/gnome/dia/shapes/Cisco/microphone.shape -share/gnome/dia/shapes/Cisco/microwebserver.png -share/gnome/dia/shapes/Cisco/microwebserver.shape -share/gnome/dia/shapes/Cisco/mini_vax.png -share/gnome/dia/shapes/Cisco/mini_vax.shape -share/gnome/dia/shapes/Cisco/mobile_access_ip_phone.png -share/gnome/dia/shapes/Cisco/mobile_access_ip_phone.shape -share/gnome/dia/shapes/Cisco/mobile_access_router.png -share/gnome/dia/shapes/Cisco/mobile_access_router.shape -share/gnome/dia/shapes/Cisco/modem.png -share/gnome/dia/shapes/Cisco/modem.shape -share/gnome/dia/shapes/Cisco/moh_server.png -share/gnome/dia/shapes/Cisco/moh_server.shape -share/gnome/dia/shapes/Cisco/monitor.png -share/gnome/dia/shapes/Cisco/monitor.shape -share/gnome/dia/shapes/Cisco/multi-fabric_server_switch.png -share/gnome/dia/shapes/Cisco/multi-fabric_server_switch.shape -share/gnome/dia/shapes/Cisco/multilayer_remote_switch.png -share/gnome/dia/shapes/Cisco/multilayer_remote_switch.shape -share/gnome/dia/shapes/Cisco/multilayer_switch.png -share/gnome/dia/shapes/Cisco/multilayer_switch.shape -share/gnome/dia/shapes/Cisco/multilayer_switch_with_silicon.png -share/gnome/dia/shapes/Cisco/multilayer_switch_with_silicon.shape -share/gnome/dia/shapes/Cisco/multilayer_switch_with_silicon_subdued.png -share/gnome/dia/shapes/Cisco/multilayer_switch_with_silicon_subdued.shape -share/gnome/dia/shapes/Cisco/multiswitch_device.png -share/gnome/dia/shapes/Cisco/multiswitch_device.shape -share/gnome/dia/shapes/Cisco/mux.png -share/gnome/dia/shapes/Cisco/mux.shape -share/gnome/dia/shapes/Cisco/nat.png -share/gnome/dia/shapes/Cisco/nat.shape -share/gnome/dia/shapes/Cisco/netflow_router.png -share/gnome/dia/shapes/Cisco/netflow_router.shape -share/gnome/dia/shapes/Cisco/netranger.png -share/gnome/dia/shapes/Cisco/netranger.shape -share/gnome/dia/shapes/Cisco/netsonar.png -share/gnome/dia/shapes/Cisco/netsonar.shape -share/gnome/dia/shapes/Cisco/network_management.png -share/gnome/dia/shapes/Cisco/network_management.shape -share/gnome/dia/shapes/Cisco/newton.png -share/gnome/dia/shapes/Cisco/newton.shape -share/gnome/dia/shapes/Cisco/octel.png -share/gnome/dia/shapes/Cisco/octel.shape -share/gnome/dia/shapes/Cisco/ons15104.png -share/gnome/dia/shapes/Cisco/ons15104.shape -share/gnome/dia/shapes/Cisco/ons15540.png -share/gnome/dia/shapes/Cisco/ons15540.shape -share/gnome/dia/shapes/Cisco/optical_amplifier.png -share/gnome/dia/shapes/Cisco/optical_amplifier.shape -share/gnome/dia/shapes/Cisco/optical_cross-connect.png -share/gnome/dia/shapes/Cisco/optical_cross-connect.shape -share/gnome/dia/shapes/Cisco/optical_fiber.png -share/gnome/dia/shapes/Cisco/optical_fiber.shape -share/gnome/dia/shapes/Cisco/optical_services_router.png -share/gnome/dia/shapes/Cisco/optical_services_router.shape -share/gnome/dia/shapes/Cisco/optical_transport.png -share/gnome/dia/shapes/Cisco/optical_transport.shape -share/gnome/dia/shapes/Cisco/pad.png -share/gnome/dia/shapes/Cisco/pad.shape -share/gnome/dia/shapes/Cisco/pager.png -share/gnome/dia/shapes/Cisco/pager.shape -share/gnome/dia/shapes/Cisco/pbx.png -share/gnome/dia/shapes/Cisco/pbx.shape -share/gnome/dia/shapes/Cisco/pbx_switch.png -share/gnome/dia/shapes/Cisco/pbx_switch.shape -share/gnome/dia/shapes/Cisco/pc.png -share/gnome/dia/shapes/Cisco/pc.shape -share/gnome/dia/shapes/Cisco/pc_adapter_card.png -share/gnome/dia/shapes/Cisco/pc_adapter_card.shape -share/gnome/dia/shapes/Cisco/pc_card.png -share/gnome/dia/shapes/Cisco/pc_card.shape -share/gnome/dia/shapes/Cisco/pc_man.png -share/gnome/dia/shapes/Cisco/pc_man.shape -share/gnome/dia/shapes/Cisco/pc_man_left.png -share/gnome/dia/shapes/Cisco/pc_man_left.shape -share/gnome/dia/shapes/Cisco/pc_router_card.png -share/gnome/dia/shapes/Cisco/pc_router_card.shape -share/gnome/dia/shapes/Cisco/pc_software.png -share/gnome/dia/shapes/Cisco/pc_software.shape -share/gnome/dia/shapes/Cisco/pc_video.png -share/gnome/dia/shapes/Cisco/pc_video.shape -share/gnome/dia/shapes/Cisco/pc_with_router-based_software.png -share/gnome/dia/shapes/Cisco/pc_with_router-based_software.shape -share/gnome/dia/shapes/Cisco/pda.png -share/gnome/dia/shapes/Cisco/pda.shape -share/gnome/dia/shapes/Cisco/phone.png -share/gnome/dia/shapes/Cisco/phone.shape -share/gnome/dia/shapes/Cisco/phone_2.png -share/gnome/dia/shapes/Cisco/phone_2.shape -share/gnome/dia/shapes/Cisco/phone_appliance.png -share/gnome/dia/shapes/Cisco/phone_appliance.shape -share/gnome/dia/shapes/Cisco/phone_ethernet.png -share/gnome/dia/shapes/Cisco/phone_ethernet.shape -share/gnome/dia/shapes/Cisco/phone_fax.png -share/gnome/dia/shapes/Cisco/phone_fax.shape -share/gnome/dia/shapes/Cisco/phone_feature.png -share/gnome/dia/shapes/Cisco/phone_feature.shape -share/gnome/dia/shapes/Cisco/pix_firewall.png -share/gnome/dia/shapes/Cisco/pix_firewall.shape -share/gnome/dia/shapes/Cisco/pix_firewall_left.png -share/gnome/dia/shapes/Cisco/pix_firewall_left.shape -share/gnome/dia/shapes/Cisco/printer.png -share/gnome/dia/shapes/Cisco/printer.shape -share/gnome/dia/shapes/Cisco/programmable_switch.png -share/gnome/dia/shapes/Cisco/programmable_switch.shape -share/gnome/dia/shapes/Cisco/protocol_translator.png -share/gnome/dia/shapes/Cisco/protocol_translator.shape -share/gnome/dia/shapes/Cisco/pxf.png -share/gnome/dia/shapes/Cisco/pxf.shape -share/gnome/dia/shapes/Cisco/radio_tower.png -share/gnome/dia/shapes/Cisco/radio_tower.shape -share/gnome/dia/shapes/Cisco/ratemux.png -share/gnome/dia/shapes/Cisco/ratemux.shape -share/gnome/dia/shapes/Cisco/relational_database.png -share/gnome/dia/shapes/Cisco/relational_database.shape -share/gnome/dia/shapes/Cisco/repeater.png -share/gnome/dia/shapes/Cisco/repeater.shape -share/gnome/dia/shapes/Cisco/route_switch_processor.png -share/gnome/dia/shapes/Cisco/route_switch_processor.shape -share/gnome/dia/shapes/Cisco/route_switch_processor_with_si.png -share/gnome/dia/shapes/Cisco/route_switch_processor_with_si.shape -share/gnome/dia/shapes/Cisco/router.png -share/gnome/dia/shapes/Cisco/router.shape -share/gnome/dia/shapes/Cisco/router_in_building.png -share/gnome/dia/shapes/Cisco/router_in_building.shape -share/gnome/dia/shapes/Cisco/router_subdued.png -share/gnome/dia/shapes/Cisco/router_subdued.shape -share/gnome/dia/shapes/Cisco/router_with_firewall.png -share/gnome/dia/shapes/Cisco/router_with_firewall.shape -share/gnome/dia/shapes/Cisco/router_with_silicon_switch.png -share/gnome/dia/shapes/Cisco/router_with_silicon_switch.shape -share/gnome/dia/shapes/Cisco/rps.png -share/gnome/dia/shapes/Cisco/rps.shape -share/gnome/dia/shapes/Cisco/running_man.png -share/gnome/dia/shapes/Cisco/running_man.shape -share/gnome/dia/shapes/Cisco/running_man_subdued.png -share/gnome/dia/shapes/Cisco/running_man_subdued.shape -share/gnome/dia/shapes/Cisco/running_woman.png -share/gnome/dia/shapes/Cisco/running_woman.shape -share/gnome/dia/shapes/Cisco/satellite.png -share/gnome/dia/shapes/Cisco/satellite.shape -share/gnome/dia/shapes/Cisco/satellite_dish.png -share/gnome/dia/shapes/Cisco/satellite_dish.shape -share/gnome/dia/shapes/Cisco/sc2200.png -share/gnome/dia/shapes/Cisco/sc2200.shape -share/gnome/dia/shapes/Cisco/sc2200_vsc3000_host.png -share/gnome/dia/shapes/Cisco/sc2200_vsc3000_host.shape -share/gnome/dia/shapes/Cisco/scanner.png -share/gnome/dia/shapes/Cisco/scanner.shape -share/gnome/dia/shapes/Cisco/security_appliance.png -share/gnome/dia/shapes/Cisco/security_appliance.shape -share/gnome/dia/shapes/Cisco/server_switch.png -share/gnome/dia/shapes/Cisco/server_switch.shape -share/gnome/dia/shapes/Cisco/server_with_pc_router.png -share/gnome/dia/shapes/Cisco/server_with_pc_router.shape -share/gnome/dia/shapes/Cisco/service_control.png -share/gnome/dia/shapes/Cisco/service_control.shape -share/gnome/dia/shapes/Cisco/sip_proxy_server.png -share/gnome/dia/shapes/Cisco/sip_proxy_server.shape -share/gnome/dia/shapes/Cisco/sitting_woman.png -share/gnome/dia/shapes/Cisco/sitting_woman.shape -share/gnome/dia/shapes/Cisco/small_business.png -share/gnome/dia/shapes/Cisco/small_business.shape -share/gnome/dia/shapes/Cisco/small_hub.png -share/gnome/dia/shapes/Cisco/small_hub.shape -share/gnome/dia/shapes/Cisco/softphone.png -share/gnome/dia/shapes/Cisco/softphone.shape -share/gnome/dia/shapes/Cisco/software-based_router_on_file_server.png -share/gnome/dia/shapes/Cisco/software-based_router_on_file_server.shape -share/gnome/dia/shapes/Cisco/sonet_mux.png -share/gnome/dia/shapes/Cisco/sonet_mux.shape -share/gnome/dia/shapes/Cisco/speaker.png -share/gnome/dia/shapes/Cisco/speaker.shape -share/gnome/dia/shapes/Cisco/ssl_terminator.png -share/gnome/dia/shapes/Cisco/ssl_terminator.shape -share/gnome/dia/shapes/Cisco/standing_man.png -share/gnome/dia/shapes/Cisco/standing_man.shape -share/gnome/dia/shapes/Cisco/stb.png -share/gnome/dia/shapes/Cisco/stb.shape -share/gnome/dia/shapes/Cisco/storage_array.png -share/gnome/dia/shapes/Cisco/storage_array.shape -share/gnome/dia/shapes/Cisco/storage_router.png -share/gnome/dia/shapes/Cisco/storage_router.shape -share/gnome/dia/shapes/Cisco/storage_solution_engine.png -share/gnome/dia/shapes/Cisco/storage_solution_engine.shape -share/gnome/dia/shapes/Cisco/stp.png -share/gnome/dia/shapes/Cisco/stp.shape -share/gnome/dia/shapes/Cisco/sun_workstation.png -share/gnome/dia/shapes/Cisco/sun_workstation.shape -share/gnome/dia/shapes/Cisco/supercomputer.png -share/gnome/dia/shapes/Cisco/supercomputer.shape -share/gnome/dia/shapes/Cisco/svx.png -share/gnome/dia/shapes/Cisco/svx.shape -share/gnome/dia/shapes/Cisco/switch_processor.png -share/gnome/dia/shapes/Cisco/switch_processor.shape -share/gnome/dia/shapes/Cisco/system_controller.png -share/gnome/dia/shapes/Cisco/system_controller.shape -share/gnome/dia/shapes/Cisco/tablet.png -share/gnome/dia/shapes/Cisco/tablet.shape -share/gnome/dia/shapes/Cisco/tape_array.png -share/gnome/dia/shapes/Cisco/tape_array.shape -share/gnome/dia/shapes/Cisco/tdm_router.png -share/gnome/dia/shapes/Cisco/tdm_router.shape -share/gnome/dia/shapes/Cisco/telecommuter.png -share/gnome/dia/shapes/Cisco/telecommuter.shape -share/gnome/dia/shapes/Cisco/telecommuter_house.png -share/gnome/dia/shapes/Cisco/telecommuter_house.shape -share/gnome/dia/shapes/Cisco/telecommuter_house_router.png -share/gnome/dia/shapes/Cisco/telecommuter_house_router.shape -share/gnome/dia/shapes/Cisco/telecommuter_house_subdued.png -share/gnome/dia/shapes/Cisco/telecommuter_house_subdued.shape -share/gnome/dia/shapes/Cisco/terminal.png -share/gnome/dia/shapes/Cisco/terminal.shape -share/gnome/dia/shapes/Cisco/terminal_server.png -share/gnome/dia/shapes/Cisco/terminal_server.shape -share/gnome/dia/shapes/Cisco/tokenring.png -share/gnome/dia/shapes/Cisco/tokenring.shape -share/gnome/dia/shapes/Cisco/transpath.png -share/gnome/dia/shapes/Cisco/transpath.shape -share/gnome/dia/shapes/Cisco/truck.png -share/gnome/dia/shapes/Cisco/truck.shape -share/gnome/dia/shapes/Cisco/turret.png -share/gnome/dia/shapes/Cisco/turret.shape -share/gnome/dia/shapes/Cisco/tv.png -share/gnome/dia/shapes/Cisco/tv.shape -share/gnome/dia/shapes/Cisco/ubr910_cable_dsu.png -share/gnome/dia/shapes/Cisco/ubr910_cable_dsu.shape -share/gnome/dia/shapes/Cisco/umg_series.png -share/gnome/dia/shapes/Cisco/umg_series.shape -share/gnome/dia/shapes/Cisco/unity_express.png -share/gnome/dia/shapes/Cisco/unity_express.shape -share/gnome/dia/shapes/Cisco/unity_server.png -share/gnome/dia/shapes/Cisco/unity_server.shape -share/gnome/dia/shapes/Cisco/universal_gateway.png -share/gnome/dia/shapes/Cisco/universal_gateway.shape -share/gnome/dia/shapes/Cisco/university.png -share/gnome/dia/shapes/Cisco/university.shape -share/gnome/dia/shapes/Cisco/ups.png -share/gnome/dia/shapes/Cisco/ups.shape -share/gnome/dia/shapes/Cisco/video_camera.png -share/gnome/dia/shapes/Cisco/video_camera.shape -share/gnome/dia/shapes/Cisco/video_camera_right.png -share/gnome/dia/shapes/Cisco/video_camera_right.shape -share/gnome/dia/shapes/Cisco/vip.png -share/gnome/dia/shapes/Cisco/vip.shape -share/gnome/dia/shapes/Cisco/virtual_layer_switch.png -share/gnome/dia/shapes/Cisco/virtual_layer_switch.shape -share/gnome/dia/shapes/Cisco/vn2900.png -share/gnome/dia/shapes/Cisco/vn2900.shape -share/gnome/dia/shapes/Cisco/vn5900.png -share/gnome/dia/shapes/Cisco/vn5900.shape -share/gnome/dia/shapes/Cisco/vn5902.png -share/gnome/dia/shapes/Cisco/vn5902.shape -share/gnome/dia/shapes/Cisco/voice-enabled_access_server.png -share/gnome/dia/shapes/Cisco/voice-enabled_access_server.shape -share/gnome/dia/shapes/Cisco/voice-enabled_atm_switch.png -share/gnome/dia/shapes/Cisco/voice-enabled_atm_switch.shape -share/gnome/dia/shapes/Cisco/voice-enabled_router.png -share/gnome/dia/shapes/Cisco/voice-enabled_router.shape -share/gnome/dia/shapes/Cisco/voice_switch2.png -share/gnome/dia/shapes/Cisco/voice_switch2.shape -share/gnome/dia/shapes/Cisco/vpn_concentrator.png -share/gnome/dia/shapes/Cisco/vpn_concentrator.shape -share/gnome/dia/shapes/Cisco/vpn_gateway.png -share/gnome/dia/shapes/Cisco/vpn_gateway.shape -share/gnome/dia/shapes/Cisco/vsc3000.png -share/gnome/dia/shapes/Cisco/vsc3000.shape -share/gnome/dia/shapes/Cisco/wan.png -share/gnome/dia/shapes/Cisco/wan.shape -share/gnome/dia/shapes/Cisco/wavelength_router.png -share/gnome/dia/shapes/Cisco/wavelength_router.shape -share/gnome/dia/shapes/Cisco/wdm.png -share/gnome/dia/shapes/Cisco/wdm.shape -share/gnome/dia/shapes/Cisco/web_browser.png -share/gnome/dia/shapes/Cisco/web_browser.shape -share/gnome/dia/shapes/Cisco/web_cluster.png -share/gnome/dia/shapes/Cisco/web_cluster.shape -share/gnome/dia/shapes/Cisco/wi-fi_tag.png -share/gnome/dia/shapes/Cisco/wi-fi_tag.shape -share/gnome/dia/shapes/Cisco/wireless.png -share/gnome/dia/shapes/Cisco/wireless.shape -share/gnome/dia/shapes/Cisco/wireless_bridge.png -share/gnome/dia/shapes/Cisco/wireless_bridge.shape -share/gnome/dia/shapes/Cisco/wireless_connectivity.png -share/gnome/dia/shapes/Cisco/wireless_connectivity.shape -share/gnome/dia/shapes/Cisco/wireless_location_appliance.png -share/gnome/dia/shapes/Cisco/wireless_location_appliance.shape -share/gnome/dia/shapes/Cisco/wireless_router.png -share/gnome/dia/shapes/Cisco/wireless_router.shape -share/gnome/dia/shapes/Cisco/wireless_transport.png -share/gnome/dia/shapes/Cisco/wireless_transport.shape -share/gnome/dia/shapes/Cisco/wlan_controller.png -share/gnome/dia/shapes/Cisco/wlan_controller.shape -share/gnome/dia/shapes/Cisco/woman.png -share/gnome/dia/shapes/Cisco/woman.shape -share/gnome/dia/shapes/Cisco/woman_blue.png -share/gnome/dia/shapes/Cisco/woman_blue.shape -share/gnome/dia/shapes/Cisco/woman_gold.png -share/gnome/dia/shapes/Cisco/woman_gold.shape -share/gnome/dia/shapes/Cisco/woman_red.png -share/gnome/dia/shapes/Cisco/woman_red.shape -share/gnome/dia/shapes/Cisco/workgroup_director.png -share/gnome/dia/shapes/Cisco/workgroup_director.shape -share/gnome/dia/shapes/Cisco/workgroup_fcis.png -share/gnome/dia/shapes/Cisco/workgroup_fcis.shape -share/gnome/dia/shapes/Cisco/workgroup_switch.png -share/gnome/dia/shapes/Cisco/workgroup_switch.shape -share/gnome/dia/shapes/Cisco/workgroup_switch_subdued.png -share/gnome/dia/shapes/Cisco/workgroup_switch_subdued.shape -share/gnome/dia/shapes/Cisco/workgroup_switch_voice-enabled.png -share/gnome/dia/shapes/Cisco/workgroup_switch_voice-enabled.shape -share/gnome/dia/shapes/Cisco/workstation.png -share/gnome/dia/shapes/Cisco/workstation.shape -share/gnome/dia/shapes/Cisco/www_server.png -share/gnome/dia/shapes/Cisco/www_server.shape -share/gnome/dia/shapes/Civil/bvrest.png -share/gnome/dia/shapes/Civil/bvrest.shape -share/gnome/dia/shapes/Civil/civil_aerator.png -share/gnome/dia/shapes/Civil/civil_aerator.shape -share/gnome/dia/shapes/Civil/civil_arrow_right.png -share/gnome/dia/shapes/Civil/civil_arrow_right.shape -share/gnome/dia/shapes/Civil/civil_arrow_up.png -share/gnome/dia/shapes/Civil/civil_arrow_up.shape -share/gnome/dia/shapes/Civil/civil_backflow_preventer.png -share/gnome/dia/shapes/Civil/civil_backflow_preventer.shape -share/gnome/dia/shapes/Civil/civil_basin.png -share/gnome/dia/shapes/Civil/civil_basin.shape -share/gnome/dia/shapes/Civil/civil_container.png -share/gnome/dia/shapes/Civil/civil_container.shape -share/gnome/dia/shapes/Civil/civil_final-settling_basin.png -share/gnome/dia/shapes/Civil/civil_final-settling_basin.shape -share/gnome/dia/shapes/Civil/civil_frequency_converter.png -share/gnome/dia/shapes/Civil/civil_frequency_converter.shape -share/gnome/dia/shapes/Civil/civil_gas_bottle.png -share/gnome/dia/shapes/Civil/civil_gas_bottle.shape -share/gnome/dia/shapes/Civil/civil_horizontal_limiting_line.png -share/gnome/dia/shapes/Civil/civil_horizontal_limiting_line.shape -share/gnome/dia/shapes/Civil/civil_horizontal_valve.png -share/gnome/dia/shapes/Civil/civil_horizontal_valve.shape -share/gnome/dia/shapes/Civil/civil_motor.png -share/gnome/dia/shapes/Civil/civil_motor.shape -share/gnome/dia/shapes/Civil/civil_preliminary_clarification_tank.png -share/gnome/dia/shapes/Civil/civil_preliminary_clarification_tank.shape -share/gnome/dia/shapes/Civil/civil_rotor.png -share/gnome/dia/shapes/Civil/civil_rotor.shape -share/gnome/dia/shapes/Civil/civil_soil.png -share/gnome/dia/shapes/Civil/civil_soil.shape -share/gnome/dia/shapes/Civil/civil_vertical_limiting_line.png -share/gnome/dia/shapes/Civil/civil_vertical_limiting_line.shape -share/gnome/dia/shapes/Civil/civil_vertical_propeller.png -share/gnome/dia/shapes/Civil/civil_vertical_propeller.shape -share/gnome/dia/shapes/Civil/hcompressor.png -share/gnome/dia/shapes/Civil/hcompressor.shape -share/gnome/dia/shapes/Civil/hpump.png -share/gnome/dia/shapes/Civil/hpump.shape -share/gnome/dia/shapes/Civil/hrest.png -share/gnome/dia/shapes/Civil/hrest.shape -share/gnome/dia/shapes/Civil/line.png -share/gnome/dia/shapes/Civil/line.shape -share/gnome/dia/shapes/Civil/vcompressor.png -share/gnome/dia/shapes/Civil/vcompressor.shape -share/gnome/dia/shapes/Civil/vpump.png -share/gnome/dia/shapes/Civil/vpump.shape -share/gnome/dia/shapes/Civil/vrest.png -share/gnome/dia/shapes/Civil/vrest.shape -share/gnome/dia/shapes/Civil/water_level.png -share/gnome/dia/shapes/Civil/water_level.shape -share/gnome/dia/shapes/Contact/c_if.png -share/gnome/dia/shapes/Contact/c_if.shape -share/gnome/dia/shapes/Contact/c_ifnot.png -share/gnome/dia/shapes/Contact/c_ifnot.shape -share/gnome/dia/shapes/Contact/c_lamp.png -share/gnome/dia/shapes/Contact/c_lamp.shape -share/gnome/dia/shapes/Contact/c_relay.png -share/gnome/dia/shapes/Contact/c_relay.shape -share/gnome/dia/shapes/Contact/l_if.png -share/gnome/dia/shapes/Contact/l_if.shape -share/gnome/dia/shapes/Contact/l_ifnot.png -share/gnome/dia/shapes/Contact/l_ifnot.shape -share/gnome/dia/shapes/Contact/l_out.png -share/gnome/dia/shapes/Contact/l_out.shape -share/gnome/dia/shapes/Contact/l_outj.png -share/gnome/dia/shapes/Contact/l_outj.shape -share/gnome/dia/shapes/Contact/l_outnot.png -share/gnome/dia/shapes/Contact/l_outnot.shape -share/gnome/dia/shapes/Contact/l_outr.png -share/gnome/dia/shapes/Contact/l_outr.shape -share/gnome/dia/shapes/Contact/l_outrcep.png -share/gnome/dia/shapes/Contact/l_outrcep.shape -share/gnome/dia/shapes/Contact/l_outs.png -share/gnome/dia/shapes/Contact/l_outs.shape -share/gnome/dia/shapes/Contact/l_sout.png -share/gnome/dia/shapes/Contact/l_sout.shape -share/gnome/dia/shapes/Contact/l_soutnot.png -share/gnome/dia/shapes/Contact/l_soutnot.shape -share/gnome/dia/shapes/Contact/l_soutr.png -share/gnome/dia/shapes/Contact/l_soutr.shape -share/gnome/dia/shapes/Contact/l_souts.png -share/gnome/dia/shapes/Contact/l_souts.shape -share/gnome/dia/shapes/Cybernetics/b-integrator.png -share/gnome/dia/shapes/Cybernetics/b-integrator.shape -share/gnome/dia/shapes/Cybernetics/b-minus.png -share/gnome/dia/shapes/Cybernetics/b-minus.shape -share/gnome/dia/shapes/Cybernetics/b-sens.png -share/gnome/dia/shapes/Cybernetics/b-sens.shape -share/gnome/dia/shapes/Cybernetics/delta-t.png -share/gnome/dia/shapes/Cybernetics/delta-t.shape -share/gnome/dia/shapes/Cybernetics/empty-func.png -share/gnome/dia/shapes/Cybernetics/empty-func.shape -share/gnome/dia/shapes/Cybernetics/factor-0to-1.png -share/gnome/dia/shapes/Cybernetics/factor-0to-1.shape -share/gnome/dia/shapes/Cybernetics/factor-0to1.png -share/gnome/dia/shapes/Cybernetics/factor-0to1.shape -share/gnome/dia/shapes/Cybernetics/factor-greater1.png -share/gnome/dia/shapes/Cybernetics/factor-greater1.shape -share/gnome/dia/shapes/Cybernetics/factor-smaller-1.png -share/gnome/dia/shapes/Cybernetics/factor-smaller-1.shape -share/gnome/dia/shapes/Cybernetics/full-wave-rectifier.png -share/gnome/dia/shapes/Cybernetics/full-wave-rectifier.shape -share/gnome/dia/shapes/Cybernetics/half-wave-rectifier.png -share/gnome/dia/shapes/Cybernetics/half-wave-rectifier.shape -share/gnome/dia/shapes/Cybernetics/hpf.png -share/gnome/dia/shapes/Cybernetics/hpf.shape -share/gnome/dia/shapes/Cybernetics/l-integrator.png -share/gnome/dia/shapes/Cybernetics/l-integrator.shape -share/gnome/dia/shapes/Cybernetics/l-minus.png -share/gnome/dia/shapes/Cybernetics/l-minus.shape -share/gnome/dia/shapes/Cybernetics/l-sens.png -share/gnome/dia/shapes/Cybernetics/l-sens.shape -share/gnome/dia/shapes/Cybernetics/lpf.png -share/gnome/dia/shapes/Cybernetics/lpf.shape -share/gnome/dia/shapes/Cybernetics/negative-shift.png -share/gnome/dia/shapes/Cybernetics/negative-shift.shape -share/gnome/dia/shapes/Cybernetics/positive-shift.png -share/gnome/dia/shapes/Cybernetics/positive-shift.shape -share/gnome/dia/shapes/Cybernetics/product.png -share/gnome/dia/shapes/Cybernetics/product.shape -share/gnome/dia/shapes/Cybernetics/r-integrator.png -share/gnome/dia/shapes/Cybernetics/r-integrator.shape -share/gnome/dia/shapes/Cybernetics/r-minus.png -share/gnome/dia/shapes/Cybernetics/r-minus.shape -share/gnome/dia/shapes/Cybernetics/r-sens.png -share/gnome/dia/shapes/Cybernetics/r-sens.shape -share/gnome/dia/shapes/Cybernetics/relay.png -share/gnome/dia/shapes/Cybernetics/relay.shape -share/gnome/dia/shapes/Cybernetics/saturation.png -share/gnome/dia/shapes/Cybernetics/saturation.shape -share/gnome/dia/shapes/Cybernetics/sigmoid.png -share/gnome/dia/shapes/Cybernetics/sigmoid.shape -share/gnome/dia/shapes/Cybernetics/sine.png -share/gnome/dia/shapes/Cybernetics/sine.shape -share/gnome/dia/shapes/Cybernetics/sum.png -share/gnome/dia/shapes/Cybernetics/sum.shape -share/gnome/dia/shapes/Cybernetics/t-integrator.png -share/gnome/dia/shapes/Cybernetics/t-integrator.shape -share/gnome/dia/shapes/Cybernetics/t-minus.png -share/gnome/dia/shapes/Cybernetics/t-minus.shape -share/gnome/dia/shapes/Cybernetics/t-sens.png -share/gnome/dia/shapes/Cybernetics/t-sens.shape -share/gnome/dia/shapes/Electric/cnx.png -share/gnome/dia/shapes/Electric/cnx.shape -share/gnome/dia/shapes/Electric/command.png -share/gnome/dia/shapes/Electric/command.shape -share/gnome/dia/shapes/Electric/contact_f.png -share/gnome/dia/shapes/Electric/contact_f.shape -share/gnome/dia/shapes/Electric/contact_o.png -share/gnome/dia/shapes/Electric/contact_o.shape -share/gnome/dia/shapes/Electric/intpos_f.png -share/gnome/dia/shapes/Electric/intpos_f.shape -share/gnome/dia/shapes/Electric/intpos_o.png -share/gnome/dia/shapes/Electric/intpos_o.shape -share/gnome/dia/shapes/Electric/lamp.png -share/gnome/dia/shapes/Electric/lamp.shape -share/gnome/dia/shapes/Electric/relay.png -share/gnome/dia/shapes/Electric/relay.shape -share/gnome/dia/shapes/Electric/vcommand.png -share/gnome/dia/shapes/Electric/vcommand.shape -share/gnome/dia/shapes/Electric/vcontact_f.png -share/gnome/dia/shapes/Electric/vcontact_f.shape -share/gnome/dia/shapes/Electric/vcontact_o.png -share/gnome/dia/shapes/Electric/vcontact_o.shape -share/gnome/dia/shapes/Electric/vintpos_f.png -share/gnome/dia/shapes/Electric/vintpos_f.shape -share/gnome/dia/shapes/Electric/vintpos_o.png -share/gnome/dia/shapes/Electric/vintpos_o.shape -share/gnome/dia/shapes/Electric/vlamp.png -share/gnome/dia/shapes/Electric/vlamp.shape -share/gnome/dia/shapes/Electric/vrelay.png -share/gnome/dia/shapes/Electric/vrelay.shape -share/gnome/dia/shapes/Flowchart/collate.png -share/gnome/dia/shapes/Flowchart/collate.shape -share/gnome/dia/shapes/Flowchart/datasource.png -share/gnome/dia/shapes/Flowchart/datasource.shape -share/gnome/dia/shapes/Flowchart/delay.png -share/gnome/dia/shapes/Flowchart/delay.shape -share/gnome/dia/shapes/Flowchart/display.png -share/gnome/dia/shapes/Flowchart/display.shape -share/gnome/dia/shapes/Flowchart/document.png -share/gnome/dia/shapes/Flowchart/document.shape -share/gnome/dia/shapes/Flowchart/extract.png -share/gnome/dia/shapes/Flowchart/extract.shape -share/gnome/dia/shapes/Flowchart/intstorage.png -share/gnome/dia/shapes/Flowchart/intstorage.shape -share/gnome/dia/shapes/Flowchart/magdisk.png -share/gnome/dia/shapes/Flowchart/magdisk.shape -share/gnome/dia/shapes/Flowchart/magdrum.png -share/gnome/dia/shapes/Flowchart/magdrum.shape -share/gnome/dia/shapes/Flowchart/magtape.png -share/gnome/dia/shapes/Flowchart/magtape.shape -share/gnome/dia/shapes/Flowchart/manualinput.png -share/gnome/dia/shapes/Flowchart/manualinput.shape -share/gnome/dia/shapes/Flowchart/manualop.png -share/gnome/dia/shapes/Flowchart/manualop.shape -share/gnome/dia/shapes/Flowchart/merge.png -share/gnome/dia/shapes/Flowchart/merge.shape -share/gnome/dia/shapes/Flowchart/offlinestore.png -share/gnome/dia/shapes/Flowchart/offlinestore.shape -share/gnome/dia/shapes/Flowchart/offpageconn.png -share/gnome/dia/shapes/Flowchart/offpageconn.shape -share/gnome/dia/shapes/Flowchart/or.png -share/gnome/dia/shapes/Flowchart/or.shape -share/gnome/dia/shapes/Flowchart/predefdproc.png -share/gnome/dia/shapes/Flowchart/predefdproc.shape -share/gnome/dia/shapes/Flowchart/preparation.png -share/gnome/dia/shapes/Flowchart/preparation.shape -share/gnome/dia/shapes/Flowchart/punchedcard.png -share/gnome/dia/shapes/Flowchart/punchedcard.shape -share/gnome/dia/shapes/Flowchart/punchedtape.png -share/gnome/dia/shapes/Flowchart/punchedtape.shape -share/gnome/dia/shapes/Flowchart/sort.png -share/gnome/dia/shapes/Flowchart/sort.shape -share/gnome/dia/shapes/Flowchart/sumjunction.png -share/gnome/dia/shapes/Flowchart/sumjunction.shape -share/gnome/dia/shapes/Flowchart/terminal.png -share/gnome/dia/shapes/Flowchart/terminal.shape -share/gnome/dia/shapes/Flowchart/transaction.png -share/gnome/dia/shapes/Flowchart/transaction.shape -share/gnome/dia/shapes/Flowchart/transmittape.png -share/gnome/dia/shapes/Flowchart/transmittape.shape -share/gnome/dia/shapes/Gane_and_Sarson/alt-entity.png -share/gnome/dia/shapes/Gane_and_Sarson/alt-entity.shape -share/gnome/dia/shapes/Gane_and_Sarson/data_store.png -share/gnome/dia/shapes/Gane_and_Sarson/data_store.shape -share/gnome/dia/shapes/Gane_and_Sarson/entity.png -share/gnome/dia/shapes/Gane_and_Sarson/entity.shape -share/gnome/dia/shapes/Gane_and_Sarson/process.png -share/gnome/dia/shapes/Gane_and_Sarson/process.shape -share/gnome/dia/shapes/Logic/and.png -share/gnome/dia/shapes/Logic/and.shape -share/gnome/dia/shapes/Logic/buffer.png -share/gnome/dia/shapes/Logic/buffer.shape -share/gnome/dia/shapes/Logic/connector.png -share/gnome/dia/shapes/Logic/connector.shape -share/gnome/dia/shapes/Logic/inverter.png -share/gnome/dia/shapes/Logic/inverter.shape -share/gnome/dia/shapes/Logic/nand.png -share/gnome/dia/shapes/Logic/nand.shape -share/gnome/dia/shapes/Logic/nor.png -share/gnome/dia/shapes/Logic/nor.shape -share/gnome/dia/shapes/Logic/not.png -share/gnome/dia/shapes/Logic/not.shape -share/gnome/dia/shapes/Logic/or.png -share/gnome/dia/shapes/Logic/or.shape -share/gnome/dia/shapes/Logic/xor.png -share/gnome/dia/shapes/Logic/xor.shape -share/gnome/dia/shapes/MSE/demultiplexer.png -share/gnome/dia/shapes/MSE/demultiplexer.shape -share/gnome/dia/shapes/MSE/large_extension_node.png -share/gnome/dia/shapes/MSE/large_extension_node.shape -share/gnome/dia/shapes/MSE/multiplexer.png -share/gnome/dia/shapes/MSE/multiplexer.shape -share/gnome/dia/shapes/MSE/node_center.png -share/gnome/dia/shapes/MSE/node_center.shape -share/gnome/dia/shapes/MSE/small_extension_node.png -share/gnome/dia/shapes/MSE/small_extension_node.shape -share/gnome/dia/shapes/MSE/tacsat.png -share/gnome/dia/shapes/MSE/tacsat.shape -share/gnome/dia/shapes/Map/Isometric/Block1.png -share/gnome/dia/shapes/Map/Isometric/Block1.shape -share/gnome/dia/shapes/Map/Isometric/Block2.png -share/gnome/dia/shapes/Map/Isometric/Block2.shape -share/gnome/dia/shapes/Map/Isometric/Block3.png -share/gnome/dia/shapes/Map/Isometric/Block3.shape -share/gnome/dia/shapes/Map/Isometric/Block4.png -share/gnome/dia/shapes/Map/Isometric/Block4.shape -share/gnome/dia/shapes/Map/Isometric/Block5.png -share/gnome/dia/shapes/Map/Isometric/Block5.shape -share/gnome/dia/shapes/Map/Isometric/Block6.png -share/gnome/dia/shapes/Map/Isometric/Block6.shape -share/gnome/dia/shapes/Map/Isometric/Block7.png -share/gnome/dia/shapes/Map/Isometric/Block7.shape -share/gnome/dia/shapes/Map/Isometric/Car1.png -share/gnome/dia/shapes/Map/Isometric/Car1.shape -share/gnome/dia/shapes/Map/Isometric/Car2.png -share/gnome/dia/shapes/Map/Isometric/Car2.shape -share/gnome/dia/shapes/Map/Isometric/Corner1.png -share/gnome/dia/shapes/Map/Isometric/Corner1.shape -share/gnome/dia/shapes/Map/Isometric/Corner2.png -share/gnome/dia/shapes/Map/Isometric/Corner2.shape -share/gnome/dia/shapes/Map/Isometric/Crossroads.png -share/gnome/dia/shapes/Map/Isometric/Crossroads.shape -share/gnome/dia/shapes/Map/Isometric/Elevated.png -share/gnome/dia/shapes/Map/Isometric/Elevated.shape -share/gnome/dia/shapes/Map/Isometric/Factory.png -share/gnome/dia/shapes/Map/Isometric/Factory.shape -share/gnome/dia/shapes/Map/Isometric/FootBridge.png -share/gnome/dia/shapes/Map/Isometric/FootBridge.shape -share/gnome/dia/shapes/Map/Isometric/OneWay.png -share/gnome/dia/shapes/Map/Isometric/OneWay.shape -share/gnome/dia/shapes/Map/Isometric/RedCar.png -share/gnome/dia/shapes/Map/Isometric/RedCar.shape -share/gnome/dia/shapes/Map/Isometric/River.png -share/gnome/dia/shapes/Map/Isometric/River.shape -share/gnome/dia/shapes/Map/Isometric/Road1.png -share/gnome/dia/shapes/Map/Isometric/Road1.shape -share/gnome/dia/shapes/Map/Isometric/Roof1.png -share/gnome/dia/shapes/Map/Isometric/Roof1.shape -share/gnome/dia/shapes/Map/Isometric/StraightRoad1.png -share/gnome/dia/shapes/Map/Isometric/StraightRoad1.shape -share/gnome/dia/shapes/Map/Isometric/T-Junction.png -share/gnome/dia/shapes/Map/Isometric/T-Junction.shape -share/gnome/dia/shapes/Map/Isometric/Train1.png -share/gnome/dia/shapes/Map/Isometric/Train1.shape -share/gnome/dia/shapes/Map/Isometric/Train2.png -share/gnome/dia/shapes/Map/Isometric/Train2.shape -share/gnome/dia/shapes/Map/Isometric/Tree1.png -share/gnome/dia/shapes/Map/Isometric/Tree1.shape -share/gnome/dia/shapes/Misc/file.png -share/gnome/dia/shapes/Misc/file.shape -share/gnome/dia/shapes/Misc/folder.png -share/gnome/dia/shapes/Misc/folder.shape -share/gnome/dia/shapes/Network/antenna.png -share/gnome/dia/shapes/Network/antenna.shape -share/gnome/dia/shapes/Network/computer.png -share/gnome/dia/shapes/Network/computer.shape -share/gnome/dia/shapes/Network/dat_external.png -share/gnome/dia/shapes/Network/dat_external.shape -share/gnome/dia/shapes/Network/digitizing_board.png -share/gnome/dia/shapes/Network/digitizing_board.shape -share/gnome/dia/shapes/Network/disc.png -share/gnome/dia/shapes/Network/disc.shape -share/gnome/dia/shapes/Network/diskette.png -share/gnome/dia/shapes/Network/diskette.shape -share/gnome/dia/shapes/Network/firewall.png -share/gnome/dia/shapes/Network/firewall.shape -share/gnome/dia/shapes/Network/flash.png -share/gnome/dia/shapes/Network/flash.shape -share/gnome/dia/shapes/Network/genmonitor.png -share/gnome/dia/shapes/Network/genmonitor.shape -share/gnome/dia/shapes/Network/hub.png -share/gnome/dia/shapes/Network/hub.shape -share/gnome/dia/shapes/Network/mobile_phone.png -share/gnome/dia/shapes/Network/mobile_phone.shape -share/gnome/dia/shapes/Network/modem.png -share/gnome/dia/shapes/Network/modem.shape -share/gnome/dia/shapes/Network/modularswitch.png -share/gnome/dia/shapes/Network/modularswitch.shape -share/gnome/dia/shapes/Network/monitor.png -share/gnome/dia/shapes/Network/monitor.shape -share/gnome/dia/shapes/Network/nwcloud.png -share/gnome/dia/shapes/Network/nwcloud.shape -share/gnome/dia/shapes/Network/patch-panel.png -share/gnome/dia/shapes/Network/patch-panel.shape -share/gnome/dia/shapes/Network/pc_bigtower.png -share/gnome/dia/shapes/Network/pc_bigtower.shape -share/gnome/dia/shapes/Network/pc_desktop.png -share/gnome/dia/shapes/Network/pc_desktop.shape -share/gnome/dia/shapes/Network/pc_miditower.png -share/gnome/dia/shapes/Network/pc_miditower.shape -share/gnome/dia/shapes/Network/pc_minitower.png -share/gnome/dia/shapes/Network/pc_minitower.shape -share/gnome/dia/shapes/Network/plotter.png -share/gnome/dia/shapes/Network/plotter.shape -share/gnome/dia/shapes/Network/printer.png -share/gnome/dia/shapes/Network/printer.shape -share/gnome/dia/shapes/Network/rj45plug.png -share/gnome/dia/shapes/Network/rj45plug.shape -share/gnome/dia/shapes/Network/router-symbol.png -share/gnome/dia/shapes/Network/router-symbol.shape -share/gnome/dia/shapes/Network/sceadplug.png -share/gnome/dia/shapes/Network/sceadplug.shape -share/gnome/dia/shapes/Network/speaker.png -share/gnome/dia/shapes/Network/speaker.shape -share/gnome/dia/shapes/Network/speaker_amp.png -share/gnome/dia/shapes/Network/speaker_amp.shape -share/gnome/dia/shapes/Network/switch-atm-symbol.png -share/gnome/dia/shapes/Network/switch-atm-symbol.shape -share/gnome/dia/shapes/Network/switch-symbol.png -share/gnome/dia/shapes/Network/switch-symbol.shape -share/gnome/dia/shapes/Network/telephone.png -share/gnome/dia/shapes/Network/telephone.shape -share/gnome/dia/shapes/Network/workstation.png -share/gnome/dia/shapes/Network/workstation.shape -share/gnome/dia/shapes/Network/zip-disk.png -share/gnome/dia/shapes/Network/zip-disk.shape -share/gnome/dia/shapes/Pneumatic/cnx.png -share/gnome/dia/shapes/Pneumatic/cnx.shape -share/gnome/dia/shapes/Pneumatic/comelec1.png -share/gnome/dia/shapes/Pneumatic/comelec1.shape -share/gnome/dia/shapes/Pneumatic/comelec2.png -share/gnome/dia/shapes/Pneumatic/comelec2.shape -share/gnome/dia/shapes/Pneumatic/commusc.png -share/gnome/dia/shapes/Pneumatic/commusc.shape -share/gnome/dia/shapes/Pneumatic/compb.png -share/gnome/dia/shapes/Pneumatic/compb.shape -share/gnome/dia/shapes/Pneumatic/compilh.png -share/gnome/dia/shapes/Pneumatic/compilh.shape -share/gnome/dia/shapes/Pneumatic/compilp.png -share/gnome/dia/shapes/Pneumatic/compilp.shape -share/gnome/dia/shapes/Pneumatic/compush.png -share/gnome/dia/shapes/Pneumatic/compush.shape -share/gnome/dia/shapes/Pneumatic/comspr.png -share/gnome/dia/shapes/Pneumatic/comspr.shape -share/gnome/dia/shapes/Pneumatic/dejack.png -share/gnome/dia/shapes/Pneumatic/dejack.shape -share/gnome/dia/shapes/Pneumatic/dist22.png -share/gnome/dia/shapes/Pneumatic/dist22.shape -share/gnome/dia/shapes/Pneumatic/dist32.png -share/gnome/dia/shapes/Pneumatic/dist32.shape -share/gnome/dia/shapes/Pneumatic/dist42.png -share/gnome/dia/shapes/Pneumatic/dist42.shape -share/gnome/dia/shapes/Pneumatic/dist52.png -share/gnome/dia/shapes/Pneumatic/dist52.shape -share/gnome/dia/shapes/Pneumatic/drain.png -share/gnome/dia/shapes/Pneumatic/drain.shape -share/gnome/dia/shapes/Pneumatic/press.png -share/gnome/dia/shapes/Pneumatic/press.shape -share/gnome/dia/shapes/Pneumatic/presshy.png -share/gnome/dia/shapes/Pneumatic/presshy.shape -share/gnome/dia/shapes/Pneumatic/presspn.png -share/gnome/dia/shapes/Pneumatic/presspn.shape -share/gnome/dia/shapes/Pneumatic/seijack.png -share/gnome/dia/shapes/Pneumatic/seijack.shape -share/gnome/dia/shapes/Pneumatic/seojack.png -share/gnome/dia/shapes/Pneumatic/seojack.shape -share/gnome/dia/shapes/RDP/arc.png -share/gnome/dia/shapes/RDP/arc_inhibiteur.png -share/gnome/dia/shapes/RDP/place.png -share/gnome/dia/shapes/RDP/place.shape -share/gnome/dia/shapes/RDP/place_marquee.png -share/gnome/dia/shapes/RDP/place_marquee.shape -share/gnome/dia/shapes/RDP/t_transition.png -share/gnome/dia/shapes/RDP/t_transition.shape -share/gnome/dia/shapes/RDP/transition.png -share/gnome/dia/shapes/RDP/transition.shape -share/gnome/dia/shapes/SDL/block.png -share/gnome/dia/shapes/SDL/block.shape -share/gnome/dia/shapes/SDL/comment.png -share/gnome/dia/shapes/SDL/comment.shape -share/gnome/dia/shapes/SDL/decision.png -share/gnome/dia/shapes/SDL/decision.shape -share/gnome/dia/shapes/SDL/function.png -share/gnome/dia/shapes/SDL/function.shape -share/gnome/dia/shapes/SDL/header.png -share/gnome/dia/shapes/SDL/header.shape -share/gnome/dia/shapes/SDL/inout.png -share/gnome/dia/shapes/SDL/inout.shape -share/gnome/dia/shapes/SDL/macro.png -share/gnome/dia/shapes/SDL/macro.shape -share/gnome/dia/shapes/SDL/note.png -share/gnome/dia/shapes/SDL/note.shape -share/gnome/dia/shapes/SDL/process.png -share/gnome/dia/shapes/SDL/process.shape -share/gnome/dia/shapes/SDL/receive.png -share/gnome/dia/shapes/SDL/receive.shape -share/gnome/dia/shapes/SDL/return.png -share/gnome/dia/shapes/SDL/return.shape -share/gnome/dia/shapes/SDL/save.png -share/gnome/dia/shapes/SDL/save.shape -share/gnome/dia/shapes/SDL/send.png -share/gnome/dia/shapes/SDL/send.shape -share/gnome/dia/shapes/SDL/service.png -share/gnome/dia/shapes/SDL/service.shape -share/gnome/dia/shapes/SDL/state.png -share/gnome/dia/shapes/SDL/state.shape -share/gnome/dia/shapes/SDL/stop.png -share/gnome/dia/shapes/SDL/stop.shape -share/gnome/dia/shapes/SDL/task.png -share/gnome/dia/shapes/SDL/task.shape -share/gnome/dia/shapes/jigsaw/part_iiii.png -share/gnome/dia/shapes/jigsaw/part_iiii.shape -share/gnome/dia/shapes/jigsaw/part_iiio.png -share/gnome/dia/shapes/jigsaw/part_iiio.shape -share/gnome/dia/shapes/jigsaw/part_iioi.png -share/gnome/dia/shapes/jigsaw/part_iioi.shape -share/gnome/dia/shapes/jigsaw/part_iioo.png -share/gnome/dia/shapes/jigsaw/part_iioo.shape -share/gnome/dia/shapes/jigsaw/part_ioii.png -share/gnome/dia/shapes/jigsaw/part_ioii.shape -share/gnome/dia/shapes/jigsaw/part_ioio.png -share/gnome/dia/shapes/jigsaw/part_ioio.shape -share/gnome/dia/shapes/jigsaw/part_iooi.png -share/gnome/dia/shapes/jigsaw/part_iooi.shape -share/gnome/dia/shapes/jigsaw/part_iooo.png -share/gnome/dia/shapes/jigsaw/part_iooo.shape -share/gnome/dia/shapes/jigsaw/part_oiii.png -share/gnome/dia/shapes/jigsaw/part_oiii.shape -share/gnome/dia/shapes/jigsaw/part_oiio.png -share/gnome/dia/shapes/jigsaw/part_oiio.shape -share/gnome/dia/shapes/jigsaw/part_oioi.png -share/gnome/dia/shapes/jigsaw/part_oioi.shape -share/gnome/dia/shapes/jigsaw/part_oioo.png -share/gnome/dia/shapes/jigsaw/part_oioo.shape -share/gnome/dia/shapes/jigsaw/part_ooii.png -share/gnome/dia/shapes/jigsaw/part_ooii.shape -share/gnome/dia/shapes/jigsaw/part_ooio.png -share/gnome/dia/shapes/jigsaw/part_ooio.shape -share/gnome/dia/shapes/jigsaw/part_oooi.png -share/gnome/dia/shapes/jigsaw/part_oooi.shape -share/gnome/dia/shapes/jigsaw/part_oooo.png -share/gnome/dia/shapes/jigsaw/part_oooo.shape -share/gnome/dia/shapes/sybase/client.png -share/gnome/dia/shapes/sybase/client.shape -share/gnome/dia/shapes/sybase/dataserver.png -share/gnome/dia/shapes/sybase/dataserver.shape -share/gnome/dia/shapes/sybase/ltm.png -share/gnome/dia/shapes/sybase/ltm.shape -share/gnome/dia/shapes/sybase/repserver.png -share/gnome/dia/shapes/sybase/repserver.shape -share/gnome/dia/shapes/sybase/rsm.png -share/gnome/dia/shapes/sybase/rsm.shape -share/gnome/dia/shapes/sybase/stableq.png -share/gnome/dia/shapes/sybase/stableq.shape -share/gnome/dia/sheets/AADL.sheet -share/gnome/dia/sheets/Assorted.sheet -share/gnome/dia/sheets/BPMN.sheet -share/gnome/dia/sheets/ChemEng.sheet -share/gnome/dia/sheets/Circuit.sheet -share/gnome/dia/sheets/Contact.sheet -share/gnome/dia/sheets/Cybernetics.sheet -share/gnome/dia/sheets/ER.sheet -share/gnome/dia/sheets/ER/weakentity.png -share/gnome/dia/sheets/Electric.sheet -share/gnome/dia/sheets/FS.sheet -share/gnome/dia/sheets/Flowchart.sheet -share/gnome/dia/sheets/GRAFCET.sheet -share/gnome/dia/sheets/GRAFCET/etapei.png -share/gnome/dia/sheets/GRAFCET/etapemc.png -share/gnome/dia/sheets/GRAFCET/etapeme.png -share/gnome/dia/sheets/GRAFCET/etapems.png -share/gnome/dia/sheets/GRAFCET/etapesp.png -share/gnome/dia/sheets/GRAFCET/vergent_and.png -share/gnome/dia/sheets/Gane_and_Sarson.sheet -share/gnome/dia/sheets/IsometricMap.sheet -share/gnome/dia/sheets/Istar.sheet -share/gnome/dia/sheets/Istar/agent.png -share/gnome/dia/sheets/Istar/decomposition.png -share/gnome/dia/sheets/Istar/dependency.png -share/gnome/dia/sheets/Istar/goal.png -share/gnome/dia/sheets/Istar/means_ends.png -share/gnome/dia/sheets/Istar/neg_contrib.png -share/gnome/dia/sheets/Istar/pos_contrib.png -share/gnome/dia/sheets/Istar/position.png -share/gnome/dia/sheets/Istar/role.png -share/gnome/dia/sheets/Istar/task.png -share/gnome/dia/sheets/Jackson.sheet -share/gnome/dia/sheets/Jackson/designed_domain.png -share/gnome/dia/sheets/Jackson/machine_domain.png -share/gnome/dia/sheets/Jackson/req_phen.png -share/gnome/dia/sheets/KAOS.sheet -share/gnome/dia/sheets/KAOS/and-complete-ref.png -share/gnome/dia/sheets/KAOS/and-ref.png -share/gnome/dia/sheets/KAOS/assumption.png -share/gnome/dia/sheets/KAOS/capable-of.png -share/gnome/dia/sheets/KAOS/conflicts.png -share/gnome/dia/sheets/KAOS/controls.png -share/gnome/dia/sheets/KAOS/input.png -share/gnome/dia/sheets/KAOS/monitors.png -share/gnome/dia/sheets/KAOS/obstacle.png -share/gnome/dia/sheets/KAOS/obstructs.png -share/gnome/dia/sheets/KAOS/op-ref.png -share/gnome/dia/sheets/KAOS/or-complete-ref.png -share/gnome/dia/sheets/KAOS/or-ref.png -share/gnome/dia/sheets/KAOS/output.png -share/gnome/dia/sheets/KAOS/performs.png -share/gnome/dia/sheets/KAOS/requirement.png -share/gnome/dia/sheets/KAOS/responsibility.png -share/gnome/dia/sheets/KAOS/softgoal.png -share/gnome/dia/sheets/Logic.sheet -share/gnome/dia/sheets/MSE.sheet -share/gnome/dia/sheets/Misc.sheet -share/gnome/dia/sheets/Pneumatic.sheet -share/gnome/dia/sheets/SADT.sheet -share/gnome/dia/sheets/SDL.sheet -share/gnome/dia/sheets/UML.sheet -share/gnome/dia/sheets/UML/aggregation.png -share/gnome/dia/sheets/UML/eventsink.png -share/gnome/dia/sheets/UML/eventsource.png -share/gnome/dia/sheets/UML/receptacle.png -share/gnome/dia/sheets/UML/umlclass_template.png -share/gnome/dia/sheets/chronogram.sheet -share/gnome/dia/sheets/ciscocomputer.sheet -share/gnome/dia/sheets/ciscohub.sheet -share/gnome/dia/sheets/ciscomisc.sheet -share/gnome/dia/sheets/cisconetwork.sheet -share/gnome/dia/sheets/ciscotelephony.sheet -share/gnome/dia/sheets/civil.sheet -share/gnome/dia/sheets/jigsaw.sheet -share/gnome/dia/sheets/network.sheet -share/gnome/dia/sheets/sybase.sheet -share/gnome/dia/ui/display-ui.xml -share/gnome/dia/ui/popup-ui.xml -share/gnome/dia/ui/toolbox-ui.xml -share/gnome/dia/xslt/dia-uml.xsl -share/gnome/dia/xslt/dia-uml2c++.xsl -share/gnome/dia/xslt/dia-uml2componentlist.xsl -share/gnome/dia/xslt/dia-uml2idl.xsl -share/gnome/dia/xslt/dia-uml2java.xsl -share/gnome/dia/xslt/dia-uml2owl.xsl -share/gnome/dia/xslt/dia-uml2python.xsl -share/gnome/dia/xslt/stylesheets.xml +share/applications/dia.desktop +share/dia/dia.xpm +share/dia/dia_logo.png +%%PYTHON:%%share/dia/python-startup.py +%%PYTHON:%%share/dia/python/aobjects.py +%%PYTHON:%%share/dia/python/codegen.py +%%PYTHON:%%share/dia/python/diasvg.py +%%PYTHON:%%share/dia/python/diasvg_import.py +%%PYTHON:%%share/dia/python/dot.py +%%PYTHON:%%share/dia/python/doxrev.py +%%PYTHON:%%share/dia/python/group_props.py +%%PYTHON:%%share/dia/python/gtkcons.py +%%PYTHON:%%share/dia/python/otypes.py +%%PYTHON:%%share/dia/python/pydiadoc.py +%%PYTHON:%%share/dia/python/scascale.py +%%PYTHON:%%share/dia/python/select_by.py +share/dia/shapes/Assorted/arrow-chevron.png +share/dia/shapes/Assorted/arrow-chevron.shape +share/dia/shapes/Assorted/arrow-down.png +share/dia/shapes/Assorted/arrow-down.shape +share/dia/shapes/Assorted/arrow-left-notched.png +share/dia/shapes/Assorted/arrow-left-notched.shape +share/dia/shapes/Assorted/arrow-left-right-up.png +share/dia/shapes/Assorted/arrow-left-right-up.shape +share/dia/shapes/Assorted/arrow-left-right.png +share/dia/shapes/Assorted/arrow-left-right.shape +share/dia/shapes/Assorted/arrow-left-up.png +share/dia/shapes/Assorted/arrow-left-up.shape +share/dia/shapes/Assorted/arrow-left.png +share/dia/shapes/Assorted/arrow-left.shape +share/dia/shapes/Assorted/arrow-pentagon.png +share/dia/shapes/Assorted/arrow-pentagon.shape +share/dia/shapes/Assorted/arrow-quad.png +share/dia/shapes/Assorted/arrow-quad.shape +share/dia/shapes/Assorted/arrow-right-notched.png +share/dia/shapes/Assorted/arrow-right-notched.shape +share/dia/shapes/Assorted/arrow-right.png +share/dia/shapes/Assorted/arrow-right.shape +share/dia/shapes/Assorted/arrow-turn-up.png +share/dia/shapes/Assorted/arrow-turn-up.shape +share/dia/shapes/Assorted/arrow-up-down-left.png +share/dia/shapes/Assorted/arrow-up-down-left.shape +share/dia/shapes/Assorted/arrow-up-down.png +share/dia/shapes/Assorted/arrow-up-down.shape +share/dia/shapes/Assorted/arrow-up.png +share/dia/shapes/Assorted/arrow-up.shape +share/dia/shapes/Assorted/circle-quarter.png +share/dia/shapes/Assorted/circle-quarter.shape +share/dia/shapes/Assorted/circle.png +share/dia/shapes/Assorted/circle.shape +share/dia/shapes/Assorted/cross-maltese.png +share/dia/shapes/Assorted/cross-maltese.shape +share/dia/shapes/Assorted/cross-swiss.png +share/dia/shapes/Assorted/cross-swiss.shape +share/dia/shapes/Assorted/diamond.png +share/dia/shapes/Assorted/diamond.shape +share/dia/shapes/Assorted/heart.png +share/dia/shapes/Assorted/heart.shape +share/dia/shapes/Assorted/heptagon.png +share/dia/shapes/Assorted/heptagon.shape +share/dia/shapes/Assorted/hexagon.png +share/dia/shapes/Assorted/hexagon.shape +share/dia/shapes/Assorted/moon-quarter.png +share/dia/shapes/Assorted/moon-quarter.shape +share/dia/shapes/Assorted/octagon.png +share/dia/shapes/Assorted/octagon.shape +share/dia/shapes/Assorted/parallelogram-horizontal.png +share/dia/shapes/Assorted/parallelogram-horizontal.shape +share/dia/shapes/Assorted/parallelogram-vertical.png +share/dia/shapes/Assorted/parallelogram-vertical.shape +share/dia/shapes/Assorted/pentagon.png +share/dia/shapes/Assorted/pentagon.shape +share/dia/shapes/Assorted/square.png +share/dia/shapes/Assorted/square.shape +share/dia/shapes/Assorted/star4.png +share/dia/shapes/Assorted/star4.shape +share/dia/shapes/Assorted/star4curved.png +share/dia/shapes/Assorted/star4curved.shape +share/dia/shapes/Assorted/star5.png +share/dia/shapes/Assorted/star5.shape +share/dia/shapes/Assorted/star6.png +share/dia/shapes/Assorted/star6.shape +share/dia/shapes/Assorted/star7.png +share/dia/shapes/Assorted/star7.shape +share/dia/shapes/Assorted/star8.png +share/dia/shapes/Assorted/star8.shape +share/dia/shapes/Assorted/star8curved.png +share/dia/shapes/Assorted/star8curved.shape +share/dia/shapes/Assorted/star8sharp.png +share/dia/shapes/Assorted/star8sharp.shape +share/dia/shapes/Assorted/sun.png +share/dia/shapes/Assorted/sun.shape +share/dia/shapes/Assorted/trapezoid.png +share/dia/shapes/Assorted/trapezoid.shape +share/dia/shapes/Assorted/triangle-isoceles.png +share/dia/shapes/Assorted/triangle-isoceles.shape +share/dia/shapes/Assorted/triangle-rightangle.png +share/dia/shapes/Assorted/triangle-rightangle.shape +share/dia/shapes/BPMN/Activity-Looping.png +share/dia/shapes/BPMN/Activity-Looping.shape +share/dia/shapes/BPMN/Ad-Hoc-Collapsed-Sub-Process.png +share/dia/shapes/BPMN/Ad-Hoc-Collapsed-Sub-Process.shape +share/dia/shapes/BPMN/Collapsed-Sub-Process.png +share/dia/shapes/BPMN/Collapsed-Sub-Process.shape +share/dia/shapes/BPMN/Compensation-Collapsed-Sub-Process.png +share/dia/shapes/BPMN/Compensation-Collapsed-Sub-Process.shape +share/dia/shapes/BPMN/Compensation.png +share/dia/shapes/BPMN/Compensation.shape +share/dia/shapes/BPMN/Data-Object.png +share/dia/shapes/BPMN/Data-Object.shape +share/dia/shapes/BPMN/End-Event-Cancel.png +share/dia/shapes/BPMN/End-Event-Cancel.shape +share/dia/shapes/BPMN/End-Event-Compensation.png +share/dia/shapes/BPMN/End-Event-Compensation.shape +share/dia/shapes/BPMN/End-Event-Error.png +share/dia/shapes/BPMN/End-Event-Error.shape +share/dia/shapes/BPMN/End-Event-Link.png +share/dia/shapes/BPMN/End-Event-Link.shape +share/dia/shapes/BPMN/End-Event-Message.png +share/dia/shapes/BPMN/End-Event-Message.shape +share/dia/shapes/BPMN/End-Event-Multiple.png +share/dia/shapes/BPMN/End-Event-Multiple.shape +share/dia/shapes/BPMN/End-Event-Terminate.png +share/dia/shapes/BPMN/End-Event-Terminate.shape +share/dia/shapes/BPMN/End-Event.png +share/dia/shapes/BPMN/End-Event.shape +share/dia/shapes/BPMN/Gateway-Complex.png +share/dia/shapes/BPMN/Gateway-Complex.shape +share/dia/shapes/BPMN/Gateway-Exclusive-XOR-Data-Based.png +share/dia/shapes/BPMN/Gateway-Exclusive-XOR-Data-Based.shape +share/dia/shapes/BPMN/Gateway-Exclusive-XOR-Event-Based.png +share/dia/shapes/BPMN/Gateway-Exclusive-XOR-Event-Based.shape +share/dia/shapes/BPMN/Gateway-Inclusive-OR.png +share/dia/shapes/BPMN/Gateway-Inclusive-OR.shape +share/dia/shapes/BPMN/Gateway-Parallel-AND.png +share/dia/shapes/BPMN/Gateway-Parallel-AND.shape +share/dia/shapes/BPMN/Gateway.png +share/dia/shapes/BPMN/Gateway.shape +share/dia/shapes/BPMN/Group.png +share/dia/shapes/BPMN/Group.shape +share/dia/shapes/BPMN/Intermediate-Event-Cancel.png +share/dia/shapes/BPMN/Intermediate-Event-Cancel.shape +share/dia/shapes/BPMN/Intermediate-Event-Compensation.png +share/dia/shapes/BPMN/Intermediate-Event-Compensation.shape +share/dia/shapes/BPMN/Intermediate-Event-Error.png +share/dia/shapes/BPMN/Intermediate-Event-Error.shape +share/dia/shapes/BPMN/Intermediate-Event-Link.png +share/dia/shapes/BPMN/Intermediate-Event-Link.shape +share/dia/shapes/BPMN/Intermediate-Event-Message.png +share/dia/shapes/BPMN/Intermediate-Event-Message.shape +share/dia/shapes/BPMN/Intermediate-Event-Multiple.png +share/dia/shapes/BPMN/Intermediate-Event-Multiple.shape +share/dia/shapes/BPMN/Intermediate-Event-Rule.png +share/dia/shapes/BPMN/Intermediate-Event-Rule.shape +share/dia/shapes/BPMN/Intermediate-Event-Timer.png +share/dia/shapes/BPMN/Intermediate-Event-Timer.shape +share/dia/shapes/BPMN/Intermediate-Event.png +share/dia/shapes/BPMN/Intermediate-Event.shape +share/dia/shapes/BPMN/Looping-Collapsed-Sub-Process.png +share/dia/shapes/BPMN/Looping-Collapsed-Sub-Process.shape +share/dia/shapes/BPMN/Multiple-Instance-Collapsed-Sub-Process.png +share/dia/shapes/BPMN/Multiple-Instance-Collapsed-Sub-Process.shape +share/dia/shapes/BPMN/Multiple-Instance-Task.png +share/dia/shapes/BPMN/Multiple-Instance-Task.shape +share/dia/shapes/BPMN/Start-Event-Link.png +share/dia/shapes/BPMN/Start-Event-Link.shape +share/dia/shapes/BPMN/Start-Event-Message.png +share/dia/shapes/BPMN/Start-Event-Message.shape +share/dia/shapes/BPMN/Start-Event-Multiple.png +share/dia/shapes/BPMN/Start-Event-Multiple.shape +share/dia/shapes/BPMN/Start-Event-Rule.png +share/dia/shapes/BPMN/Start-Event-Rule.shape +share/dia/shapes/BPMN/Start-Event-Timer.png +share/dia/shapes/BPMN/Start-Event-Timer.shape +share/dia/shapes/BPMN/Start-Event.png +share/dia/shapes/BPMN/Start-Event.shape +share/dia/shapes/BPMN/Task.png +share/dia/shapes/BPMN/Task.shape +share/dia/shapes/BPMN/Text-Annotation.png +share/dia/shapes/BPMN/Text-Annotation.shape +share/dia/shapes/BPMN/Transaction.png +share/dia/shapes/BPMN/Transaction.shape +share/dia/shapes/ChemEng/ACgen.png +share/dia/shapes/ChemEng/ACgen.shape +share/dia/shapes/ChemEng/SaT-fixedtube.png +share/dia/shapes/ChemEng/SaT-fixedtube.shape +share/dia/shapes/ChemEng/SaT-floatinghead.png +share/dia/shapes/ChemEng/SaT-floatinghead.shape +share/dia/shapes/ChemEng/aircooler.png +share/dia/shapes/ChemEng/aircooler.shape +share/dia/shapes/ChemEng/airforced.png +share/dia/shapes/ChemEng/airforced.shape +share/dia/shapes/ChemEng/airinduced.png +share/dia/shapes/ChemEng/airinduced.shape +share/dia/shapes/ChemEng/autoclave.png +share/dia/shapes/ChemEng/autoclave.shape +share/dia/shapes/ChemEng/bigtraycol.png +share/dia/shapes/ChemEng/bigtraycol.shape +share/dia/shapes/ChemEng/centrifuge.png +share/dia/shapes/ChemEng/centrifuge.shape +share/dia/shapes/ChemEng/coil.png +share/dia/shapes/ChemEng/coil.shape +share/dia/shapes/ChemEng/coilv.png +share/dia/shapes/ChemEng/coilv.shape +share/dia/shapes/ChemEng/compr.png +share/dia/shapes/ChemEng/compr.shape +share/dia/shapes/ChemEng/coveredtank.png +share/dia/shapes/ChemEng/coveredtank.shape +share/dia/shapes/ChemEng/cyclone.png +share/dia/shapes/ChemEng/cyclone.shape +share/dia/shapes/ChemEng/displa.png +share/dia/shapes/ChemEng/displa.shape +share/dia/shapes/ChemEng/doublepipe.png +share/dia/shapes/ChemEng/doublepipe.shape +share/dia/shapes/ChemEng/ejector.png +share/dia/shapes/ChemEng/ejector.shape +share/dia/shapes/ChemEng/fan.png +share/dia/shapes/ChemEng/fan.shape +share/dia/shapes/ChemEng/filter.png +share/dia/shapes/ChemEng/filter.shape +share/dia/shapes/ChemEng/fixedroof.png +share/dia/shapes/ChemEng/fixedroof.shape +share/dia/shapes/ChemEng/floatingroof.png +share/dia/shapes/ChemEng/floatingroof.shape +share/dia/shapes/ChemEng/flowfan.png +share/dia/shapes/ChemEng/flowfan.shape +share/dia/shapes/ChemEng/fluidcont.png +share/dia/shapes/ChemEng/fluidcont.shape +share/dia/shapes/ChemEng/furnace.png +share/dia/shapes/ChemEng/furnace.shape +share/dia/shapes/ChemEng/gasholder.png +share/dia/shapes/ChemEng/gasholder.shape +share/dia/shapes/ChemEng/hx.png +share/dia/shapes/ChemEng/hx.shape +share/dia/shapes/ChemEng/hxv.png +share/dia/shapes/ChemEng/hxv.shape +share/dia/shapes/ChemEng/kettle.png +share/dia/shapes/ChemEng/kettle.shape +share/dia/shapes/ChemEng/knockout.png +share/dia/shapes/ChemEng/knockout.shape +share/dia/shapes/ChemEng/measure.png +share/dia/shapes/ChemEng/measure.shape +share/dia/shapes/ChemEng/mixer.png +share/dia/shapes/ChemEng/mixer.shape +share/dia/shapes/ChemEng/plate.png +share/dia/shapes/ChemEng/plate.shape +share/dia/shapes/ChemEng/pneum.png +share/dia/shapes/ChemEng/pneum.shape +share/dia/shapes/ChemEng/pneumv.png +share/dia/shapes/ChemEng/pneumv.shape +share/dia/shapes/ChemEng/pnuemv.png +share/dia/shapes/ChemEng/pnuemv.shape +share/dia/shapes/ChemEng/pump.png +share/dia/shapes/ChemEng/pump.shape +share/dia/shapes/ChemEng/reactor.png +share/dia/shapes/ChemEng/reactor.shape +share/dia/shapes/ChemEng/recipr.png +share/dia/shapes/ChemEng/recipr.shape +share/dia/shapes/ChemEng/regval.png +share/dia/shapes/ChemEng/regval.shape +share/dia/shapes/ChemEng/regvalv.png +share/dia/shapes/ChemEng/regvalv.shape +share/dia/shapes/ChemEng/sealedtank.png +share/dia/shapes/ChemEng/sealedtank.shape +share/dia/shapes/ChemEng/settling.png +share/dia/shapes/ChemEng/settling.shape +share/dia/shapes/ChemEng/spray.png +share/dia/shapes/ChemEng/spray.shape +share/dia/shapes/ChemEng/spraydrier.png +share/dia/shapes/ChemEng/spraydrier.shape +share/dia/shapes/ChemEng/storagesphere.png +share/dia/shapes/ChemEng/storagesphere.shape +share/dia/shapes/ChemEng/tank.png +share/dia/shapes/ChemEng/tank.shape +share/dia/shapes/ChemEng/traycol.png +share/dia/shapes/ChemEng/traycol.shape +share/dia/shapes/ChemEng/val.png +share/dia/shapes/ChemEng/val.shape +share/dia/shapes/ChemEng/valv.png +share/dia/shapes/ChemEng/valv.shape +share/dia/shapes/ChemEng/vessel.png +share/dia/shapes/ChemEng/vessel.shape +share/dia/shapes/ChemEng/wcool.png +share/dia/shapes/ChemEng/wcool.shape +share/dia/shapes/ChemEng/wcoolv.png +share/dia/shapes/ChemEng/wcoolv.shape +share/dia/shapes/Circuit/ground.png +share/dia/shapes/Circuit/ground.shape +share/dia/shapes/Circuit/hcapacitor.png +share/dia/shapes/Circuit/hcapacitor.shape +share/dia/shapes/Circuit/hdiode.png +share/dia/shapes/Circuit/hdiode.shape +share/dia/shapes/Circuit/hfuse_de.png +share/dia/shapes/Circuit/hfuse_de.shape +share/dia/shapes/Circuit/hinductor.png +share/dia/shapes/Circuit/hinductor.shape +share/dia/shapes/Circuit/hinductor_de.png +share/dia/shapes/Circuit/hinductor_de.shape +share/dia/shapes/Circuit/hjumper.png +share/dia/shapes/Circuit/hjumper.shape +share/dia/shapes/Circuit/hled_de.png +share/dia/shapes/Circuit/hled_de.shape +share/dia/shapes/Circuit/hpowersource_de.png +share/dia/shapes/Circuit/hpowersource_de.shape +share/dia/shapes/Circuit/hresistor.png +share/dia/shapes/Circuit/hresistor.shape +share/dia/shapes/Circuit/hresistor_de.png +share/dia/shapes/Circuit/hresistor_de.shape +share/dia/shapes/Circuit/hzener.png +share/dia/shapes/Circuit/hzener.shape +share/dia/shapes/Circuit/lamp_de.png +share/dia/shapes/Circuit/lamp_de.shape +share/dia/shapes/Circuit/microphone_de.png +share/dia/shapes/Circuit/microphone_de.shape +share/dia/shapes/Circuit/nmos_de.png +share/dia/shapes/Circuit/nmos_de.shape +share/dia/shapes/Circuit/npn.png +share/dia/shapes/Circuit/npn.shape +share/dia/shapes/Circuit/opamp.png +share/dia/shapes/Circuit/opamp.shape +share/dia/shapes/Circuit/pmos_de.png +share/dia/shapes/Circuit/pmos_de.shape +share/dia/shapes/Circuit/pnp.png +share/dia/shapes/Circuit/pnp.shape +share/dia/shapes/Circuit/speaker_de.png +share/dia/shapes/Circuit/speaker_de.shape +share/dia/shapes/Circuit/vcapacitor.png +share/dia/shapes/Circuit/vcapacitor.shape +share/dia/shapes/Circuit/vdiode.png +share/dia/shapes/Circuit/vdiode.shape +share/dia/shapes/Circuit/vfuse_de.png +share/dia/shapes/Circuit/vfuse_de.shape +share/dia/shapes/Circuit/vinductor.png +share/dia/shapes/Circuit/vinductor.shape +share/dia/shapes/Circuit/vinductor_de.png +share/dia/shapes/Circuit/vinductor_de.shape +share/dia/shapes/Circuit/vled_de.png +share/dia/shapes/Circuit/vled_de.shape +share/dia/shapes/Circuit/vpowersource_de.png +share/dia/shapes/Circuit/vpowersource_de.shape +share/dia/shapes/Circuit/vresistor.png +share/dia/shapes/Circuit/vresistor.shape +share/dia/shapes/Circuit/vresistor_de.png +share/dia/shapes/Circuit/vresistor_de.shape +share/dia/shapes/Circuit/vzener.png +share/dia/shapes/Circuit/vzener.shape +share/dia/shapes/Cisco/1000.png +share/dia/shapes/Cisco/1000.shape +share/dia/shapes/Cisco/100baset_hub.png +share/dia/shapes/Cisco/100baset_hub.shape +share/dia/shapes/Cisco/10700.png +share/dia/shapes/Cisco/10700.shape +share/dia/shapes/Cisco/15200.png +share/dia/shapes/Cisco/15200.shape +share/dia/shapes/Cisco/15800.png +share/dia/shapes/Cisco/15800.shape +share/dia/shapes/Cisco/3174.png +share/dia/shapes/Cisco/3174.shape +share/dia/shapes/Cisco/3x74.png +share/dia/shapes/Cisco/3x74.shape +share/dia/shapes/Cisco/5000.png +share/dia/shapes/Cisco/5000.shape +share/dia/shapes/Cisco/5002.png +share/dia/shapes/Cisco/5002.shape +share/dia/shapes/Cisco/5500.png +share/dia/shapes/Cisco/5500.shape +share/dia/shapes/Cisco/6701.png +share/dia/shapes/Cisco/6701.shape +share/dia/shapes/Cisco/6705.png +share/dia/shapes/Cisco/6705.shape +share/dia/shapes/Cisco/6732.png +share/dia/shapes/Cisco/6732.shape +share/dia/shapes/Cisco/7500ars.png +share/dia/shapes/Cisco/7500ars.shape +share/dia/shapes/Cisco/7505.png +share/dia/shapes/Cisco/7505.shape +share/dia/shapes/Cisco/7507.png +share/dia/shapes/Cisco/7507.shape +share/dia/shapes/Cisco/access_gateway.png +share/dia/shapes/Cisco/access_gateway.shape +share/dia/shapes/Cisco/access_server.png +share/dia/shapes/Cisco/access_server.shape +share/dia/shapes/Cisco/accesspoint.png +share/dia/shapes/Cisco/accesspoint.shape +share/dia/shapes/Cisco/adm.png +share/dia/shapes/Cisco/adm.shape +share/dia/shapes/Cisco/androgynous_person.png +share/dia/shapes/Cisco/androgynous_person.shape +share/dia/shapes/Cisco/antenna.png +share/dia/shapes/Cisco/antenna.shape +share/dia/shapes/Cisco/asic.png +share/dia/shapes/Cisco/asic.shape +share/dia/shapes/Cisco/ata.png +share/dia/shapes/Cisco/ata.shape +share/dia/shapes/Cisco/atm3800.png +share/dia/shapes/Cisco/atm3800.shape +share/dia/shapes/Cisco/atm_fast_gigabit_etherswitch.png +share/dia/shapes/Cisco/atm_fast_gigabit_etherswitch.shape +share/dia/shapes/Cisco/atm_router.shape +share/dia/shapes/Cisco/atm_switch.png +share/dia/shapes/Cisco/atm_switch.shape +share/dia/shapes/Cisco/atm_tag_switch_router.png +share/dia/shapes/Cisco/atm_tag_switch_router.shape +share/dia/shapes/Cisco/automatic_protection_switching.png +share/dia/shapes/Cisco/automatic_protection_switching.shape +share/dia/shapes/Cisco/bbfw.png +share/dia/shapes/Cisco/bbfw.shape +share/dia/shapes/Cisco/bbfw_media.png +share/dia/shapes/Cisco/bbfw_media.shape +share/dia/shapes/Cisco/bbs.png +share/dia/shapes/Cisco/bbs.shape +share/dia/shapes/Cisco/bbsm.png +share/dia/shapes/Cisco/bbsm.shape +share/dia/shapes/Cisco/branch_office.png +share/dia/shapes/Cisco/branch_office.shape +share/dia/shapes/Cisco/branch_office_blue.png +share/dia/shapes/Cisco/branch_office_blue.shape +share/dia/shapes/Cisco/branch_office_subdued.png +share/dia/shapes/Cisco/branch_office_subdued.shape +share/dia/shapes/Cisco/breakout_box.png +share/dia/shapes/Cisco/breakout_box.shape +share/dia/shapes/Cisco/bridge.png +share/dia/shapes/Cisco/bridge.shape +share/dia/shapes/Cisco/broadband_router.png +share/dia/shapes/Cisco/broadband_router.shape +share/dia/shapes/Cisco/bts10200.png +share/dia/shapes/Cisco/bts10200.shape +share/dia/shapes/Cisco/ca.png +share/dia/shapes/Cisco/ca.shape +share/dia/shapes/Cisco/cable_modem.png +share/dia/shapes/Cisco/cable_modem.shape +share/dia/shapes/Cisco/callmanager.png +share/dia/shapes/Cisco/callmanager.shape +share/dia/shapes/Cisco/car.png +share/dia/shapes/Cisco/car.shape +share/dia/shapes/Cisco/carrier_routing_system.png +share/dia/shapes/Cisco/carrier_routing_system.shape +share/dia/shapes/Cisco/catalyst_access_gateway.png +share/dia/shapes/Cisco/catalyst_access_gateway.shape +share/dia/shapes/Cisco/cddi_fddi_concentrator.png +share/dia/shapes/Cisco/cddi_fddi_concentrator.shape +share/dia/shapes/Cisco/cdm.png +share/dia/shapes/Cisco/cdm.shape +share/dia/shapes/Cisco/cellular_phone.png +share/dia/shapes/Cisco/cellular_phone.shape +share/dia/shapes/Cisco/centri_firewall.png +share/dia/shapes/Cisco/centri_firewall.shape +share/dia/shapes/Cisco/channelized_pipe.png +share/dia/shapes/Cisco/channelized_pipe.shape +share/dia/shapes/Cisco/cisco_hub.png +share/dia/shapes/Cisco/cisco_hub.shape +share/dia/shapes/Cisco/ciscosecurity.png +share/dia/shapes/Cisco/ciscosecurity.shape +share/dia/shapes/Cisco/ciscoworks.png +share/dia/shapes/Cisco/ciscoworks.shape +share/dia/shapes/Cisco/ciscoworks_man.png +share/dia/shapes/Cisco/ciscoworks_man.shape +share/dia/shapes/Cisco/class45_switch.png +share/dia/shapes/Cisco/class45_switch.shape +share/dia/shapes/Cisco/cloud.png +share/dia/shapes/Cisco/cloud.shape +share/dia/shapes/Cisco/cloud_dark.png +share/dia/shapes/Cisco/cloud_dark.shape +share/dia/shapes/Cisco/cloud_gold.png +share/dia/shapes/Cisco/cloud_gold.shape +share/dia/shapes/Cisco/cloud_white.png +share/dia/shapes/Cisco/cloud_white.shape +share/dia/shapes/Cisco/communications_server.png +share/dia/shapes/Cisco/communications_server.shape +share/dia/shapes/Cisco/concatenated_payload.png +share/dia/shapes/Cisco/concatenated_payload.shape +share/dia/shapes/Cisco/content_engine.png +share/dia/shapes/Cisco/content_engine.shape +share/dia/shapes/Cisco/content_router.png +share/dia/shapes/Cisco/content_router.shape +share/dia/shapes/Cisco/content_service_module.png +share/dia/shapes/Cisco/content_service_module.shape +share/dia/shapes/Cisco/content_switch.png +share/dia/shapes/Cisco/content_switch.shape +share/dia/shapes/Cisco/csm-s.png +share/dia/shapes/Cisco/csm-s.shape +share/dia/shapes/Cisco/css1100.png +share/dia/shapes/Cisco/css1100.shape +share/dia/shapes/Cisco/csu_dsu.png +share/dia/shapes/Cisco/csu_dsu.shape +share/dia/shapes/Cisco/cte.png +share/dia/shapes/Cisco/cte.shape +share/dia/shapes/Cisco/data_center_switch.png +share/dia/shapes/Cisco/data_center_switch.shape +share/dia/shapes/Cisco/data_center_switch_reversed.png +share/dia/shapes/Cisco/data_center_switch_reversed.shape +share/dia/shapes/Cisco/data_switch_processor.png +share/dia/shapes/Cisco/data_switch_processor.shape +share/dia/shapes/Cisco/detector.png +share/dia/shapes/Cisco/detector.shape +share/dia/shapes/Cisco/digital_cross-connect.png +share/dia/shapes/Cisco/digital_cross-connect.shape +share/dia/shapes/Cisco/director_fcis.png +share/dia/shapes/Cisco/director_fcis.shape +share/dia/shapes/Cisco/directory_server.png +share/dia/shapes/Cisco/directory_server.shape +share/dia/shapes/Cisco/disk_subsystem.png +share/dia/shapes/Cisco/disk_subsystem.shape +share/dia/shapes/Cisco/diskette.png +share/dia/shapes/Cisco/diskette.shape +share/dia/shapes/Cisco/distributed_director.png +share/dia/shapes/Cisco/distributed_director.shape +share/dia/shapes/Cisco/dot_dot.png +share/dia/shapes/Cisco/dot_dot.shape +share/dia/shapes/Cisco/dpt.png +share/dia/shapes/Cisco/dpt.shape +share/dia/shapes/Cisco/dslam.png +share/dia/shapes/Cisco/dslam.shape +share/dia/shapes/Cisco/dual_mode_accesspoint.png +share/dia/shapes/Cisco/dual_mode_accesspoint.shape +share/dia/shapes/Cisco/dwdm_filter.png +share/dia/shapes/Cisco/dwdm_filter.shape +share/dia/shapes/Cisco/edge_label_switch_router.png +share/dia/shapes/Cisco/edge_label_switch_router_with_netflow.png +share/dia/shapes/Cisco/edge_label_switch_router_with_netflow.shape +share/dia/shapes/Cisco/end_office.png +share/dia/shapes/Cisco/end_office.shape +share/dia/shapes/Cisco/etherclient.png +share/dia/shapes/Cisco/etherclient.shape +share/dia/shapes/Cisco/fax.png +share/dia/shapes/Cisco/fax.shape +share/dia/shapes/Cisco/fc_storage.png +share/dia/shapes/Cisco/fc_storage.shape +share/dia/shapes/Cisco/fddi_ring.png +share/dia/shapes/Cisco/fddi_ring.shape +share/dia/shapes/Cisco/file_cabinet.png +share/dia/shapes/Cisco/file_cabinet.shape +share/dia/shapes/Cisco/file_engine.png +share/dia/shapes/Cisco/file_engine.shape +share/dia/shapes/Cisco/file_server.png +share/dia/shapes/Cisco/file_server.shape +share/dia/shapes/Cisco/firewall.png +share/dia/shapes/Cisco/firewall.shape +share/dia/shapes/Cisco/firewall_horizontal.png +share/dia/shapes/Cisco/firewall_horizontal.shape +share/dia/shapes/Cisco/firewall_subdued.png +share/dia/shapes/Cisco/firewall_subdued.shape +share/dia/shapes/Cisco/front_end_processor.png +share/dia/shapes/Cisco/front_end_processor.shape +share/dia/shapes/Cisco/fwsm.png +share/dia/shapes/Cisco/fwsm.shape +share/dia/shapes/Cisco/general_appliance.png +share/dia/shapes/Cisco/general_appliance.shape +share/dia/shapes/Cisco/generic_building.png +share/dia/shapes/Cisco/generic_building.shape +share/dia/shapes/Cisco/generic_building_blue.png +share/dia/shapes/Cisco/generic_building_blue.shape +share/dia/shapes/Cisco/generic_building_subdued.png +share/dia/shapes/Cisco/generic_building_subdued.shape +share/dia/shapes/Cisco/generic_gateway.png +share/dia/shapes/Cisco/generic_gateway.shape +share/dia/shapes/Cisco/generic_processor.png +share/dia/shapes/Cisco/generic_processor.shape +share/dia/shapes/Cisco/generic_softswitch.png +share/dia/shapes/Cisco/generic_softswitch.shape +share/dia/shapes/Cisco/gigabit_switch_router_atm_tag.png +share/dia/shapes/Cisco/gigabit_switch_router_atm_tag.shape +share/dia/shapes/Cisco/government_building.png +share/dia/shapes/Cisco/government_building.shape +share/dia/shapes/Cisco/guard.png +share/dia/shapes/Cisco/guard.shape +share/dia/shapes/Cisco/h323.png +share/dia/shapes/Cisco/h323.shape +share/dia/shapes/Cisco/handheld.png +share/dia/shapes/Cisco/handheld.shape +share/dia/shapes/Cisco/headphones.png +share/dia/shapes/Cisco/headphones.shape +share/dia/shapes/Cisco/home_office.png +share/dia/shapes/Cisco/home_office.shape +share/dia/shapes/Cisco/hootphone.png +share/dia/shapes/Cisco/hootphone.shape +share/dia/shapes/Cisco/host.png +share/dia/shapes/Cisco/host.shape +share/dia/shapes/Cisco/house.png +share/dia/shapes/Cisco/house.shape +share/dia/shapes/Cisco/house_blue.png +share/dia/shapes/Cisco/house_blue.shape +share/dia/shapes/Cisco/hp_mini.png +share/dia/shapes/Cisco/hp_mini.shape +share/dia/shapes/Cisco/hub.png +share/dia/shapes/Cisco/hub.shape +share/dia/shapes/Cisco/hub_subdued.png +share/dia/shapes/Cisco/hub_subdued.shape +share/dia/shapes/Cisco/iad_router.png +share/dia/shapes/Cisco/iad_router.shape +share/dia/shapes/Cisco/ibm_mainframe.png +share/dia/shapes/Cisco/ibm_mainframe.shape +share/dia/shapes/Cisco/ibm_mainframe_with_fep.png +share/dia/shapes/Cisco/ibm_mainframe_with_fep.shape +share/dia/shapes/Cisco/ibm_mini.png +share/dia/shapes/Cisco/ibm_mini.shape +share/dia/shapes/Cisco/ibm_tower.png +share/dia/shapes/Cisco/ibm_tower.shape +share/dia/shapes/Cisco/icm.png +share/dia/shapes/Cisco/icm.shape +share/dia/shapes/Cisco/ics.png +share/dia/shapes/Cisco/ics.shape +share/dia/shapes/Cisco/intelliswitch_stack.png +share/dia/shapes/Cisco/intelliswitch_stack.shape +share/dia/shapes/Cisco/ios_firewall.png +share/dia/shapes/Cisco/ios_firewall.shape +share/dia/shapes/Cisco/ios_slb.png +share/dia/shapes/Cisco/ios_slb.shape +share/dia/shapes/Cisco/ip.png +share/dia/shapes/Cisco/ip.shape +share/dia/shapes/Cisco/ip_dsl.png +share/dia/shapes/Cisco/ip_dsl.shape +share/dia/shapes/Cisco/ip_old-style.png +share/dia/shapes/Cisco/ip_old-style.shape +share/dia/shapes/Cisco/ip_phone.png +share/dia/shapes/Cisco/ip_phone.shape +share/dia/shapes/Cisco/ip_softphone.png +share/dia/shapes/Cisco/ip_softphone.shape +share/dia/shapes/Cisco/ip_telephony_router.png +share/dia/shapes/Cisco/ip_telephony_router.shape +share/dia/shapes/Cisco/ip_transport_concentrator.png +share/dia/shapes/Cisco/ip_transport_concentrator.shape +share/dia/shapes/Cisco/iptv_broadcast_server.png +share/dia/shapes/Cisco/iptv_broadcast_server.shape +share/dia/shapes/Cisco/iptv_content_manager.png +share/dia/shapes/Cisco/iptv_content_manager.shape +share/dia/shapes/Cisco/iscsi_switch.png +share/dia/shapes/Cisco/iscsi_switch.shape +share/dia/shapes/Cisco/isdn_switch.png +share/dia/shapes/Cisco/isdn_switch.shape +share/dia/shapes/Cisco/itp.png +share/dia/shapes/Cisco/itp.shape +share/dia/shapes/Cisco/jbod.png +share/dia/shapes/Cisco/jbod.shape +share/dia/shapes/Cisco/key.png +share/dia/shapes/Cisco/key.shape +share/dia/shapes/Cisco/label_switch_router.png +share/dia/shapes/Cisco/label_switch_router.shape +share/dia/shapes/Cisco/lan2lan_switch.png +share/dia/shapes/Cisco/lan2lan_switch.shape +share/dia/shapes/Cisco/lan_to_lan.png +share/dia/shapes/Cisco/lan_to_lan.shape +share/dia/shapes/Cisco/laptop.png +share/dia/shapes/Cisco/laptop.shape +share/dia/shapes/Cisco/layer3_switch.png +share/dia/shapes/Cisco/layer3_switch.shape +share/dia/shapes/Cisco/layer_2_remote_switch.png +share/dia/shapes/Cisco/layer_2_remote_switch.shape +share/dia/shapes/Cisco/lightweight_ap.png +share/dia/shapes/Cisco/lightweight_ap.shape +share/dia/shapes/Cisco/localdirector.png +share/dia/shapes/Cisco/localdirector.shape +share/dia/shapes/Cisco/location_server.png +share/dia/shapes/Cisco/location_server.shape +share/dia/shapes/Cisco/lock.png +share/dia/shapes/Cisco/lock.shape +share/dia/shapes/Cisco/lock_and_key.png +share/dia/shapes/Cisco/lock_and_key.shape +share/dia/shapes/Cisco/longreach_cpe.png +share/dia/shapes/Cisco/longreach_cpe.shape +share/dia/shapes/Cisco/mac_woman.png +share/dia/shapes/Cisco/mac_woman.shape +share/dia/shapes/Cisco/mac_woman_right.png +share/dia/shapes/Cisco/mac_woman_right.shape +share/dia/shapes/Cisco/macintosh.png +share/dia/shapes/Cisco/macintosh.shape +share/dia/shapes/Cisco/man.png +share/dia/shapes/Cisco/man.shape +share/dia/shapes/Cisco/man_blue.png +share/dia/shapes/Cisco/man_blue.shape +share/dia/shapes/Cisco/man_gold.png +share/dia/shapes/Cisco/man_gold.shape +share/dia/shapes/Cisco/man_red.png +share/dia/shapes/Cisco/man_red.shape +share/dia/shapes/Cisco/man_woman.png +share/dia/shapes/Cisco/man_woman.shape +share/dia/shapes/Cisco/mas_gateway.png +share/dia/shapes/Cisco/mas_gateway.shape +share/dia/shapes/Cisco/mau.png +share/dia/shapes/Cisco/mau.shape +share/dia/shapes/Cisco/mcu.png +share/dia/shapes/Cisco/mcu.shape +share/dia/shapes/Cisco/mdu.png +share/dia/shapes/Cisco/mdu.shape +share/dia/shapes/Cisco/me1100.png +share/dia/shapes/Cisco/me1100.shape +share/dia/shapes/Cisco/medium_building.png +share/dia/shapes/Cisco/medium_building.shape +share/dia/shapes/Cisco/medium_building_blue.png +share/dia/shapes/Cisco/medium_building_blue.shape +share/dia/shapes/Cisco/medium_building_subdued.png +share/dia/shapes/Cisco/medium_building_subdued.shape +share/dia/shapes/Cisco/metro1500.png +share/dia/shapes/Cisco/metro1500.shape +share/dia/shapes/Cisco/mgx8220.png +share/dia/shapes/Cisco/mgx8220.shape +share/dia/shapes/Cisco/mgx8240.png +share/dia/shapes/Cisco/mgx8240.shape +share/dia/shapes/Cisco/mgx8260.png +share/dia/shapes/Cisco/mgx8260.shape +share/dia/shapes/Cisco/mgx_8000_series_voice_gateway.png +share/dia/shapes/Cisco/mgx_8000_series_voice_gateway.shape +share/dia/shapes/Cisco/microphone.png +share/dia/shapes/Cisco/microphone.shape +share/dia/shapes/Cisco/microwebserver.png +share/dia/shapes/Cisco/microwebserver.shape +share/dia/shapes/Cisco/mini_vax.png +share/dia/shapes/Cisco/mini_vax.shape +share/dia/shapes/Cisco/mobile_access_ip_phone.png +share/dia/shapes/Cisco/mobile_access_ip_phone.shape +share/dia/shapes/Cisco/mobile_access_router.png +share/dia/shapes/Cisco/mobile_access_router.shape +share/dia/shapes/Cisco/modem.png +share/dia/shapes/Cisco/modem.shape +share/dia/shapes/Cisco/moh_server.png +share/dia/shapes/Cisco/moh_server.shape +share/dia/shapes/Cisco/monitor.png +share/dia/shapes/Cisco/monitor.shape +share/dia/shapes/Cisco/multi-fabric_server_switch.png +share/dia/shapes/Cisco/multi-fabric_server_switch.shape +share/dia/shapes/Cisco/multilayer_remote_switch.png +share/dia/shapes/Cisco/multilayer_remote_switch.shape +share/dia/shapes/Cisco/multilayer_switch.png +share/dia/shapes/Cisco/multilayer_switch.shape +share/dia/shapes/Cisco/multilayer_switch_with_silicon.png +share/dia/shapes/Cisco/multilayer_switch_with_silicon.shape +share/dia/shapes/Cisco/multilayer_switch_with_silicon_subdued.png +share/dia/shapes/Cisco/multilayer_switch_with_silicon_subdued.shape +share/dia/shapes/Cisco/multiswitch_device.png +share/dia/shapes/Cisco/multiswitch_device.shape +share/dia/shapes/Cisco/mux.png +share/dia/shapes/Cisco/mux.shape +share/dia/shapes/Cisco/nat.png +share/dia/shapes/Cisco/nat.shape +share/dia/shapes/Cisco/netflow_router.png +share/dia/shapes/Cisco/netflow_router.shape +share/dia/shapes/Cisco/netranger.png +share/dia/shapes/Cisco/netranger.shape +share/dia/shapes/Cisco/netsonar.png +share/dia/shapes/Cisco/netsonar.shape +share/dia/shapes/Cisco/network_management.png +share/dia/shapes/Cisco/network_management.shape +share/dia/shapes/Cisco/newton.png +share/dia/shapes/Cisco/newton.shape +share/dia/shapes/Cisco/octel.png +share/dia/shapes/Cisco/octel.shape +share/dia/shapes/Cisco/ons15104.png +share/dia/shapes/Cisco/ons15104.shape +share/dia/shapes/Cisco/ons15540.png +share/dia/shapes/Cisco/ons15540.shape +share/dia/shapes/Cisco/optical_amplifier.png +share/dia/shapes/Cisco/optical_amplifier.shape +share/dia/shapes/Cisco/optical_cross-connect.png +share/dia/shapes/Cisco/optical_cross-connect.shape +share/dia/shapes/Cisco/optical_fiber.png +share/dia/shapes/Cisco/optical_fiber.shape +share/dia/shapes/Cisco/optical_services_router.png +share/dia/shapes/Cisco/optical_services_router.shape +share/dia/shapes/Cisco/optical_transport.png +share/dia/shapes/Cisco/optical_transport.shape +share/dia/shapes/Cisco/pad.png +share/dia/shapes/Cisco/pad.shape +share/dia/shapes/Cisco/pager.png +share/dia/shapes/Cisco/pager.shape +share/dia/shapes/Cisco/pbx.png +share/dia/shapes/Cisco/pbx.shape +share/dia/shapes/Cisco/pbx_switch.png +share/dia/shapes/Cisco/pbx_switch.shape +share/dia/shapes/Cisco/pc.png +share/dia/shapes/Cisco/pc.shape +share/dia/shapes/Cisco/pc_adapter_card.png +share/dia/shapes/Cisco/pc_adapter_card.shape +share/dia/shapes/Cisco/pc_card.png +share/dia/shapes/Cisco/pc_card.shape +share/dia/shapes/Cisco/pc_man.png +share/dia/shapes/Cisco/pc_man.shape +share/dia/shapes/Cisco/pc_man_left.png +share/dia/shapes/Cisco/pc_man_left.shape +share/dia/shapes/Cisco/pc_router_card.png +share/dia/shapes/Cisco/pc_router_card.shape +share/dia/shapes/Cisco/pc_software.png +share/dia/shapes/Cisco/pc_software.shape +share/dia/shapes/Cisco/pc_video.png +share/dia/shapes/Cisco/pc_video.shape +share/dia/shapes/Cisco/pc_with_router-based_software.png +share/dia/shapes/Cisco/pc_with_router-based_software.shape +share/dia/shapes/Cisco/pda.png +share/dia/shapes/Cisco/pda.shape +share/dia/shapes/Cisco/phone.png +share/dia/shapes/Cisco/phone.shape +share/dia/shapes/Cisco/phone_2.png +share/dia/shapes/Cisco/phone_2.shape +share/dia/shapes/Cisco/phone_appliance.png +share/dia/shapes/Cisco/phone_appliance.shape +share/dia/shapes/Cisco/phone_ethernet.png +share/dia/shapes/Cisco/phone_ethernet.shape +share/dia/shapes/Cisco/phone_fax.png +share/dia/shapes/Cisco/phone_fax.shape +share/dia/shapes/Cisco/phone_feature.png +share/dia/shapes/Cisco/phone_feature.shape +share/dia/shapes/Cisco/pix_firewall.png +share/dia/shapes/Cisco/pix_firewall.shape +share/dia/shapes/Cisco/pix_firewall_left.png +share/dia/shapes/Cisco/pix_firewall_left.shape +share/dia/shapes/Cisco/printer.png +share/dia/shapes/Cisco/printer.shape +share/dia/shapes/Cisco/programmable_switch.png +share/dia/shapes/Cisco/programmable_switch.shape +share/dia/shapes/Cisco/protocol_translator.png +share/dia/shapes/Cisco/protocol_translator.shape +share/dia/shapes/Cisco/pxf.png +share/dia/shapes/Cisco/pxf.shape +share/dia/shapes/Cisco/radio_tower.png +share/dia/shapes/Cisco/radio_tower.shape +share/dia/shapes/Cisco/ratemux.png +share/dia/shapes/Cisco/ratemux.shape +share/dia/shapes/Cisco/relational_database.png +share/dia/shapes/Cisco/relational_database.shape +share/dia/shapes/Cisco/repeater.png +share/dia/shapes/Cisco/repeater.shape +share/dia/shapes/Cisco/route_switch_processor.png +share/dia/shapes/Cisco/route_switch_processor.shape +share/dia/shapes/Cisco/route_switch_processor_with_si.png +share/dia/shapes/Cisco/route_switch_processor_with_si.shape +share/dia/shapes/Cisco/router.png +share/dia/shapes/Cisco/router.shape +share/dia/shapes/Cisco/router_in_building.png +share/dia/shapes/Cisco/router_in_building.shape +share/dia/shapes/Cisco/router_subdued.png +share/dia/shapes/Cisco/router_subdued.shape +share/dia/shapes/Cisco/router_with_firewall.png +share/dia/shapes/Cisco/router_with_firewall.shape +share/dia/shapes/Cisco/router_with_silicon_switch.png +share/dia/shapes/Cisco/router_with_silicon_switch.shape +share/dia/shapes/Cisco/rps.png +share/dia/shapes/Cisco/rps.shape +share/dia/shapes/Cisco/running_man.png +share/dia/shapes/Cisco/running_man.shape +share/dia/shapes/Cisco/running_man_subdued.png +share/dia/shapes/Cisco/running_man_subdued.shape +share/dia/shapes/Cisco/running_woman.png +share/dia/shapes/Cisco/running_woman.shape +share/dia/shapes/Cisco/satellite.png +share/dia/shapes/Cisco/satellite.shape +share/dia/shapes/Cisco/satellite_dish.png +share/dia/shapes/Cisco/satellite_dish.shape +share/dia/shapes/Cisco/sc2200.png +share/dia/shapes/Cisco/sc2200.shape +share/dia/shapes/Cisco/sc2200_vsc3000_host.png +share/dia/shapes/Cisco/sc2200_vsc3000_host.shape +share/dia/shapes/Cisco/scanner.png +share/dia/shapes/Cisco/scanner.shape +share/dia/shapes/Cisco/security_appliance.png +share/dia/shapes/Cisco/security_appliance.shape +share/dia/shapes/Cisco/server_switch.png +share/dia/shapes/Cisco/server_switch.shape +share/dia/shapes/Cisco/server_with_pc_router.png +share/dia/shapes/Cisco/server_with_pc_router.shape +share/dia/shapes/Cisco/service_control.png +share/dia/shapes/Cisco/service_control.shape +share/dia/shapes/Cisco/sip_proxy_server.png +share/dia/shapes/Cisco/sip_proxy_server.shape +share/dia/shapes/Cisco/sitting_woman.png +share/dia/shapes/Cisco/sitting_woman.shape +share/dia/shapes/Cisco/small_business.png +share/dia/shapes/Cisco/small_business.shape +share/dia/shapes/Cisco/small_hub.png +share/dia/shapes/Cisco/small_hub.shape +share/dia/shapes/Cisco/softphone.png +share/dia/shapes/Cisco/softphone.shape +share/dia/shapes/Cisco/software-based_router_on_file_server.png +share/dia/shapes/Cisco/software-based_router_on_file_server.shape +share/dia/shapes/Cisco/sonet_mux.png +share/dia/shapes/Cisco/sonet_mux.shape +share/dia/shapes/Cisco/speaker.png +share/dia/shapes/Cisco/speaker.shape +share/dia/shapes/Cisco/ssl_terminator.png +share/dia/shapes/Cisco/ssl_terminator.shape +share/dia/shapes/Cisco/standing_man.png +share/dia/shapes/Cisco/standing_man.shape +share/dia/shapes/Cisco/stb.png +share/dia/shapes/Cisco/stb.shape +share/dia/shapes/Cisco/storage_array.png +share/dia/shapes/Cisco/storage_array.shape +share/dia/shapes/Cisco/storage_router.png +share/dia/shapes/Cisco/storage_router.shape +share/dia/shapes/Cisco/storage_solution_engine.png +share/dia/shapes/Cisco/storage_solution_engine.shape +share/dia/shapes/Cisco/stp.png +share/dia/shapes/Cisco/stp.shape +share/dia/shapes/Cisco/sun_workstation.png +share/dia/shapes/Cisco/sun_workstation.shape +share/dia/shapes/Cisco/supercomputer.png +share/dia/shapes/Cisco/supercomputer.shape +share/dia/shapes/Cisco/svx.png +share/dia/shapes/Cisco/svx.shape +share/dia/shapes/Cisco/switch_processor.png +share/dia/shapes/Cisco/switch_processor.shape +share/dia/shapes/Cisco/system_controller.png +share/dia/shapes/Cisco/system_controller.shape +share/dia/shapes/Cisco/tablet.png +share/dia/shapes/Cisco/tablet.shape +share/dia/shapes/Cisco/tape_array.png +share/dia/shapes/Cisco/tape_array.shape +share/dia/shapes/Cisco/tdm_router.png +share/dia/shapes/Cisco/tdm_router.shape +share/dia/shapes/Cisco/telecommuter.png +share/dia/shapes/Cisco/telecommuter.shape +share/dia/shapes/Cisco/telecommuter_house.png +share/dia/shapes/Cisco/telecommuter_house.shape +share/dia/shapes/Cisco/telecommuter_house_router.png +share/dia/shapes/Cisco/telecommuter_house_router.shape +share/dia/shapes/Cisco/telecommuter_house_subdued.png +share/dia/shapes/Cisco/telecommuter_house_subdued.shape +share/dia/shapes/Cisco/terminal.png +share/dia/shapes/Cisco/terminal.shape +share/dia/shapes/Cisco/terminal_server.png +share/dia/shapes/Cisco/terminal_server.shape +share/dia/shapes/Cisco/tokenring.png +share/dia/shapes/Cisco/tokenring.shape +share/dia/shapes/Cisco/transpath.png +share/dia/shapes/Cisco/transpath.shape +share/dia/shapes/Cisco/truck.png +share/dia/shapes/Cisco/truck.shape +share/dia/shapes/Cisco/turret.png +share/dia/shapes/Cisco/turret.shape +share/dia/shapes/Cisco/tv.png +share/dia/shapes/Cisco/tv.shape +share/dia/shapes/Cisco/ubr910_cable_dsu.png +share/dia/shapes/Cisco/ubr910_cable_dsu.shape +share/dia/shapes/Cisco/umg_series.png +share/dia/shapes/Cisco/umg_series.shape +share/dia/shapes/Cisco/unity_express.png +share/dia/shapes/Cisco/unity_express.shape +share/dia/shapes/Cisco/unity_server.png +share/dia/shapes/Cisco/unity_server.shape +share/dia/shapes/Cisco/universal_gateway.png +share/dia/shapes/Cisco/universal_gateway.shape +share/dia/shapes/Cisco/university.png +share/dia/shapes/Cisco/university.shape +share/dia/shapes/Cisco/ups.png +share/dia/shapes/Cisco/ups.shape +share/dia/shapes/Cisco/video_camera.png +share/dia/shapes/Cisco/video_camera.shape +share/dia/shapes/Cisco/video_camera_right.png +share/dia/shapes/Cisco/video_camera_right.shape +share/dia/shapes/Cisco/vip.png +share/dia/shapes/Cisco/vip.shape +share/dia/shapes/Cisco/virtual_layer_switch.png +share/dia/shapes/Cisco/virtual_layer_switch.shape +share/dia/shapes/Cisco/vn2900.png +share/dia/shapes/Cisco/vn2900.shape +share/dia/shapes/Cisco/vn5900.png +share/dia/shapes/Cisco/vn5900.shape +share/dia/shapes/Cisco/vn5902.png +share/dia/shapes/Cisco/vn5902.shape +share/dia/shapes/Cisco/voice-enabled_access_server.png +share/dia/shapes/Cisco/voice-enabled_access_server.shape +share/dia/shapes/Cisco/voice-enabled_atm_switch.png +share/dia/shapes/Cisco/voice-enabled_atm_switch.shape +share/dia/shapes/Cisco/voice-enabled_router.png +share/dia/shapes/Cisco/voice-enabled_router.shape +share/dia/shapes/Cisco/voice_switch2.png +share/dia/shapes/Cisco/voice_switch2.shape +share/dia/shapes/Cisco/vpn_concentrator.png +share/dia/shapes/Cisco/vpn_concentrator.shape +share/dia/shapes/Cisco/vpn_gateway.png +share/dia/shapes/Cisco/vpn_gateway.shape +share/dia/shapes/Cisco/vsc3000.png +share/dia/shapes/Cisco/vsc3000.shape +share/dia/shapes/Cisco/wan.png +share/dia/shapes/Cisco/wan.shape +share/dia/shapes/Cisco/wavelength_router.png +share/dia/shapes/Cisco/wavelength_router.shape +share/dia/shapes/Cisco/wdm.png +share/dia/shapes/Cisco/wdm.shape +share/dia/shapes/Cisco/web_browser.png +share/dia/shapes/Cisco/web_browser.shape +share/dia/shapes/Cisco/web_cluster.png +share/dia/shapes/Cisco/web_cluster.shape +share/dia/shapes/Cisco/wi-fi_tag.png +share/dia/shapes/Cisco/wi-fi_tag.shape +share/dia/shapes/Cisco/wireless.png +share/dia/shapes/Cisco/wireless.shape +share/dia/shapes/Cisco/wireless_bridge.png +share/dia/shapes/Cisco/wireless_bridge.shape +share/dia/shapes/Cisco/wireless_connectivity.png +share/dia/shapes/Cisco/wireless_connectivity.shape +share/dia/shapes/Cisco/wireless_location_appliance.png +share/dia/shapes/Cisco/wireless_location_appliance.shape +share/dia/shapes/Cisco/wireless_router.png +share/dia/shapes/Cisco/wireless_router.shape +share/dia/shapes/Cisco/wireless_transport.png +share/dia/shapes/Cisco/wireless_transport.shape +share/dia/shapes/Cisco/wlan_controller.png +share/dia/shapes/Cisco/wlan_controller.shape +share/dia/shapes/Cisco/woman.png +share/dia/shapes/Cisco/woman.shape +share/dia/shapes/Cisco/woman_blue.png +share/dia/shapes/Cisco/woman_blue.shape +share/dia/shapes/Cisco/woman_gold.png +share/dia/shapes/Cisco/woman_gold.shape +share/dia/shapes/Cisco/woman_red.png +share/dia/shapes/Cisco/woman_red.shape +share/dia/shapes/Cisco/workgroup_director.png +share/dia/shapes/Cisco/workgroup_director.shape +share/dia/shapes/Cisco/workgroup_fcis.png +share/dia/shapes/Cisco/workgroup_fcis.shape +share/dia/shapes/Cisco/workgroup_switch.png +share/dia/shapes/Cisco/workgroup_switch.shape +share/dia/shapes/Cisco/workgroup_switch_subdued.png +share/dia/shapes/Cisco/workgroup_switch_subdued.shape +share/dia/shapes/Cisco/workgroup_switch_voice-enabled.png +share/dia/shapes/Cisco/workgroup_switch_voice-enabled.shape +share/dia/shapes/Cisco/workstation.png +share/dia/shapes/Cisco/workstation.shape +share/dia/shapes/Cisco/www_server.png +share/dia/shapes/Cisco/www_server.shape +share/dia/shapes/Civil/bvrest.png +share/dia/shapes/Civil/bvrest.shape +share/dia/shapes/Civil/civil_aerator.png +share/dia/shapes/Civil/civil_aerator.shape +share/dia/shapes/Civil/civil_arrow_right.png +share/dia/shapes/Civil/civil_arrow_right.shape +share/dia/shapes/Civil/civil_arrow_up.png +share/dia/shapes/Civil/civil_arrow_up.shape +share/dia/shapes/Civil/civil_backflow_preventer.png +share/dia/shapes/Civil/civil_backflow_preventer.shape +share/dia/shapes/Civil/civil_basin.png +share/dia/shapes/Civil/civil_basin.shape +share/dia/shapes/Civil/civil_container.png +share/dia/shapes/Civil/civil_container.shape +share/dia/shapes/Civil/civil_final-settling_basin.png +share/dia/shapes/Civil/civil_final-settling_basin.shape +share/dia/shapes/Civil/civil_frequency_converter.png +share/dia/shapes/Civil/civil_frequency_converter.shape +share/dia/shapes/Civil/civil_gas_bottle.png +share/dia/shapes/Civil/civil_gas_bottle.shape +share/dia/shapes/Civil/civil_horizontal_limiting_line.png +share/dia/shapes/Civil/civil_horizontal_limiting_line.shape +share/dia/shapes/Civil/civil_horizontal_valve.png +share/dia/shapes/Civil/civil_horizontal_valve.shape +share/dia/shapes/Civil/civil_motor.png +share/dia/shapes/Civil/civil_motor.shape +share/dia/shapes/Civil/civil_preliminary_clarification_tank.png +share/dia/shapes/Civil/civil_preliminary_clarification_tank.shape +share/dia/shapes/Civil/civil_rotor.png +share/dia/shapes/Civil/civil_rotor.shape +share/dia/shapes/Civil/civil_soil.png +share/dia/shapes/Civil/civil_soil.shape +share/dia/shapes/Civil/civil_vertical_limiting_line.png +share/dia/shapes/Civil/civil_vertical_limiting_line.shape +share/dia/shapes/Civil/civil_vertical_propeller.png +share/dia/shapes/Civil/civil_vertical_propeller.shape +share/dia/shapes/Civil/hcompressor.png +share/dia/shapes/Civil/hcompressor.shape +share/dia/shapes/Civil/hpump.png +share/dia/shapes/Civil/hpump.shape +share/dia/shapes/Civil/hrest.png +share/dia/shapes/Civil/hrest.shape +share/dia/shapes/Civil/line.png +share/dia/shapes/Civil/line.shape +share/dia/shapes/Civil/vcompressor.png +share/dia/shapes/Civil/vcompressor.shape +share/dia/shapes/Civil/vpump.png +share/dia/shapes/Civil/vpump.shape +share/dia/shapes/Civil/vrest.png +share/dia/shapes/Civil/vrest.shape +share/dia/shapes/Civil/water_level.png +share/dia/shapes/Civil/water_level.shape +share/dia/shapes/Contact/c_if.png +share/dia/shapes/Contact/c_if.shape +share/dia/shapes/Contact/c_ifnot.png +share/dia/shapes/Contact/c_ifnot.shape +share/dia/shapes/Contact/c_lamp.png +share/dia/shapes/Contact/c_lamp.shape +share/dia/shapes/Contact/c_relay.png +share/dia/shapes/Contact/c_relay.shape +share/dia/shapes/Contact/l_if.png +share/dia/shapes/Contact/l_if.shape +share/dia/shapes/Contact/l_ifnot.png +share/dia/shapes/Contact/l_ifnot.shape +share/dia/shapes/Contact/l_out.png +share/dia/shapes/Contact/l_out.shape +share/dia/shapes/Contact/l_outj.png +share/dia/shapes/Contact/l_outj.shape +share/dia/shapes/Contact/l_outnot.png +share/dia/shapes/Contact/l_outnot.shape +share/dia/shapes/Contact/l_outr.png +share/dia/shapes/Contact/l_outr.shape +share/dia/shapes/Contact/l_outrcep.png +share/dia/shapes/Contact/l_outrcep.shape +share/dia/shapes/Contact/l_outs.png +share/dia/shapes/Contact/l_outs.shape +share/dia/shapes/Contact/l_sout.png +share/dia/shapes/Contact/l_sout.shape +share/dia/shapes/Contact/l_soutnot.png +share/dia/shapes/Contact/l_soutnot.shape +share/dia/shapes/Contact/l_soutr.png +share/dia/shapes/Contact/l_soutr.shape +share/dia/shapes/Contact/l_souts.png +share/dia/shapes/Contact/l_souts.shape +share/dia/shapes/Cybernetics/b-integrator.png +share/dia/shapes/Cybernetics/b-integrator.shape +share/dia/shapes/Cybernetics/b-minus.png +share/dia/shapes/Cybernetics/b-minus.shape +share/dia/shapes/Cybernetics/b-sens.png +share/dia/shapes/Cybernetics/b-sens.shape +share/dia/shapes/Cybernetics/delta-t.png +share/dia/shapes/Cybernetics/delta-t.shape +share/dia/shapes/Cybernetics/empty-func.png +share/dia/shapes/Cybernetics/empty-func.shape +share/dia/shapes/Cybernetics/factor-0to-1.png +share/dia/shapes/Cybernetics/factor-0to-1.shape +share/dia/shapes/Cybernetics/factor-0to1.png +share/dia/shapes/Cybernetics/factor-0to1.shape +share/dia/shapes/Cybernetics/factor-greater1.png +share/dia/shapes/Cybernetics/factor-greater1.shape +share/dia/shapes/Cybernetics/factor-smaller-1.png +share/dia/shapes/Cybernetics/factor-smaller-1.shape +share/dia/shapes/Cybernetics/full-wave-rectifier.png +share/dia/shapes/Cybernetics/full-wave-rectifier.shape +share/dia/shapes/Cybernetics/half-wave-rectifier.png +share/dia/shapes/Cybernetics/half-wave-rectifier.shape +share/dia/shapes/Cybernetics/hpf.png +share/dia/shapes/Cybernetics/hpf.shape +share/dia/shapes/Cybernetics/l-integrator.png +share/dia/shapes/Cybernetics/l-integrator.shape +share/dia/shapes/Cybernetics/l-minus.png +share/dia/shapes/Cybernetics/l-minus.shape +share/dia/shapes/Cybernetics/l-sens.png +share/dia/shapes/Cybernetics/l-sens.shape +share/dia/shapes/Cybernetics/lpf.png +share/dia/shapes/Cybernetics/lpf.shape +share/dia/shapes/Cybernetics/negative-shift.png +share/dia/shapes/Cybernetics/negative-shift.shape +share/dia/shapes/Cybernetics/positive-shift.png +share/dia/shapes/Cybernetics/positive-shift.shape +share/dia/shapes/Cybernetics/product.png +share/dia/shapes/Cybernetics/product.shape +share/dia/shapes/Cybernetics/r-integrator.png +share/dia/shapes/Cybernetics/r-integrator.shape +share/dia/shapes/Cybernetics/r-minus.png +share/dia/shapes/Cybernetics/r-minus.shape +share/dia/shapes/Cybernetics/r-sens.png +share/dia/shapes/Cybernetics/r-sens.shape +share/dia/shapes/Cybernetics/relay.png +share/dia/shapes/Cybernetics/relay.shape +share/dia/shapes/Cybernetics/saturation.png +share/dia/shapes/Cybernetics/saturation.shape +share/dia/shapes/Cybernetics/sigmoid.png +share/dia/shapes/Cybernetics/sigmoid.shape +share/dia/shapes/Cybernetics/sine.png +share/dia/shapes/Cybernetics/sine.shape +share/dia/shapes/Cybernetics/sum.png +share/dia/shapes/Cybernetics/sum.shape +share/dia/shapes/Cybernetics/t-integrator.png +share/dia/shapes/Cybernetics/t-integrator.shape +share/dia/shapes/Cybernetics/t-minus.png +share/dia/shapes/Cybernetics/t-minus.shape +share/dia/shapes/Cybernetics/t-sens.png +share/dia/shapes/Cybernetics/t-sens.shape +share/dia/shapes/Electric/cnx.png +share/dia/shapes/Electric/cnx.shape +share/dia/shapes/Electric/command.png +share/dia/shapes/Electric/command.shape +share/dia/shapes/Electric/contact_f.png +share/dia/shapes/Electric/contact_f.shape +share/dia/shapes/Electric/contact_o.png +share/dia/shapes/Electric/contact_o.shape +share/dia/shapes/Electric/intpos_f.png +share/dia/shapes/Electric/intpos_f.shape +share/dia/shapes/Electric/intpos_o.png +share/dia/shapes/Electric/intpos_o.shape +share/dia/shapes/Electric/lamp.png +share/dia/shapes/Electric/lamp.shape +share/dia/shapes/Electric/relay.png +share/dia/shapes/Electric/relay.shape +share/dia/shapes/Electric/vcommand.png +share/dia/shapes/Electric/vcommand.shape +share/dia/shapes/Electric/vcontact_f.png +share/dia/shapes/Electric/vcontact_f.shape +share/dia/shapes/Electric/vcontact_o.png +share/dia/shapes/Electric/vcontact_o.shape +share/dia/shapes/Electric/vintpos_f.png +share/dia/shapes/Electric/vintpos_f.shape +share/dia/shapes/Electric/vintpos_o.png +share/dia/shapes/Electric/vintpos_o.shape +share/dia/shapes/Electric/vlamp.png +share/dia/shapes/Electric/vlamp.shape +share/dia/shapes/Electric/vrelay.png +share/dia/shapes/Electric/vrelay.shape +share/dia/shapes/Flowchart/collate.png +share/dia/shapes/Flowchart/collate.shape +share/dia/shapes/Flowchart/datasource.png +share/dia/shapes/Flowchart/datasource.shape +share/dia/shapes/Flowchart/delay.png +share/dia/shapes/Flowchart/delay.shape +share/dia/shapes/Flowchart/display.png +share/dia/shapes/Flowchart/display.shape +share/dia/shapes/Flowchart/document.png +share/dia/shapes/Flowchart/document.shape +share/dia/shapes/Flowchart/extract.png +share/dia/shapes/Flowchart/extract.shape +share/dia/shapes/Flowchart/intstorage.png +share/dia/shapes/Flowchart/intstorage.shape +share/dia/shapes/Flowchart/magdisk.png +share/dia/shapes/Flowchart/magdisk.shape +share/dia/shapes/Flowchart/magdrum.png +share/dia/shapes/Flowchart/magdrum.shape +share/dia/shapes/Flowchart/magtape.png +share/dia/shapes/Flowchart/magtape.shape +share/dia/shapes/Flowchart/manualinput.png +share/dia/shapes/Flowchart/manualinput.shape +share/dia/shapes/Flowchart/manualop.png +share/dia/shapes/Flowchart/manualop.shape +share/dia/shapes/Flowchart/merge.png +share/dia/shapes/Flowchart/merge.shape +share/dia/shapes/Flowchart/offlinestore.png +share/dia/shapes/Flowchart/offlinestore.shape +share/dia/shapes/Flowchart/offpageconn.png +share/dia/shapes/Flowchart/offpageconn.shape +share/dia/shapes/Flowchart/or.png +share/dia/shapes/Flowchart/or.shape +share/dia/shapes/Flowchart/predefdproc.png +share/dia/shapes/Flowchart/predefdproc.shape +share/dia/shapes/Flowchart/preparation.png +share/dia/shapes/Flowchart/preparation.shape +share/dia/shapes/Flowchart/punchedcard.png +share/dia/shapes/Flowchart/punchedcard.shape +share/dia/shapes/Flowchart/punchedtape.png +share/dia/shapes/Flowchart/punchedtape.shape +share/dia/shapes/Flowchart/sort.png +share/dia/shapes/Flowchart/sort.shape +share/dia/shapes/Flowchart/sumjunction.png +share/dia/shapes/Flowchart/sumjunction.shape +share/dia/shapes/Flowchart/terminal.png +share/dia/shapes/Flowchart/terminal.shape +share/dia/shapes/Flowchart/transaction.png +share/dia/shapes/Flowchart/transaction.shape +share/dia/shapes/Flowchart/transmittape.png +share/dia/shapes/Flowchart/transmittape.shape +share/dia/shapes/Gane_and_Sarson/alt-entity.png +share/dia/shapes/Gane_and_Sarson/alt-entity.shape +share/dia/shapes/Gane_and_Sarson/data_store.png +share/dia/shapes/Gane_and_Sarson/data_store.shape +share/dia/shapes/Gane_and_Sarson/entity.png +share/dia/shapes/Gane_and_Sarson/entity.shape +share/dia/shapes/Gane_and_Sarson/process.png +share/dia/shapes/Gane_and_Sarson/process.shape +share/dia/shapes/Logic/and.png +share/dia/shapes/Logic/and.shape +share/dia/shapes/Logic/buffer.png +share/dia/shapes/Logic/buffer.shape +share/dia/shapes/Logic/connector.png +share/dia/shapes/Logic/connector.shape +share/dia/shapes/Logic/inverter.png +share/dia/shapes/Logic/inverter.shape +share/dia/shapes/Logic/nand.png +share/dia/shapes/Logic/nand.shape +share/dia/shapes/Logic/nor.png +share/dia/shapes/Logic/nor.shape +share/dia/shapes/Logic/not.png +share/dia/shapes/Logic/not.shape +share/dia/shapes/Logic/or.png +share/dia/shapes/Logic/or.shape +share/dia/shapes/Logic/xor.png +share/dia/shapes/Logic/xor.shape +share/dia/shapes/MSE/demultiplexer.png +share/dia/shapes/MSE/demultiplexer.shape +share/dia/shapes/MSE/large_extension_node.png +share/dia/shapes/MSE/large_extension_node.shape +share/dia/shapes/MSE/multiplexer.png +share/dia/shapes/MSE/multiplexer.shape +share/dia/shapes/MSE/node_center.png +share/dia/shapes/MSE/node_center.shape +share/dia/shapes/MSE/small_extension_node.png +share/dia/shapes/MSE/small_extension_node.shape +share/dia/shapes/MSE/tacsat.png +share/dia/shapes/MSE/tacsat.shape +share/dia/shapes/Map/Isometric/Block1.png +share/dia/shapes/Map/Isometric/Block1.shape +share/dia/shapes/Map/Isometric/Block2.png +share/dia/shapes/Map/Isometric/Block2.shape +share/dia/shapes/Map/Isometric/Block3.png +share/dia/shapes/Map/Isometric/Block3.shape +share/dia/shapes/Map/Isometric/Block4.png +share/dia/shapes/Map/Isometric/Block4.shape +share/dia/shapes/Map/Isometric/Block5.png +share/dia/shapes/Map/Isometric/Block5.shape +share/dia/shapes/Map/Isometric/Block6.png +share/dia/shapes/Map/Isometric/Block6.shape +share/dia/shapes/Map/Isometric/Block7.png +share/dia/shapes/Map/Isometric/Block7.shape +share/dia/shapes/Map/Isometric/Car1.png +share/dia/shapes/Map/Isometric/Car1.shape +share/dia/shapes/Map/Isometric/Car2.png +share/dia/shapes/Map/Isometric/Car2.shape +share/dia/shapes/Map/Isometric/Corner1.png +share/dia/shapes/Map/Isometric/Corner1.shape +share/dia/shapes/Map/Isometric/Corner2.png +share/dia/shapes/Map/Isometric/Corner2.shape +share/dia/shapes/Map/Isometric/Crossroads.png +share/dia/shapes/Map/Isometric/Crossroads.shape +share/dia/shapes/Map/Isometric/Elevated.png +share/dia/shapes/Map/Isometric/Elevated.shape +share/dia/shapes/Map/Isometric/Factory.png +share/dia/shapes/Map/Isometric/Factory.shape +share/dia/shapes/Map/Isometric/FootBridge.png +share/dia/shapes/Map/Isometric/FootBridge.shape +share/dia/shapes/Map/Isometric/OneWay.png +share/dia/shapes/Map/Isometric/OneWay.shape +share/dia/shapes/Map/Isometric/RedCar.png +share/dia/shapes/Map/Isometric/RedCar.shape +share/dia/shapes/Map/Isometric/River.png +share/dia/shapes/Map/Isometric/River.shape +share/dia/shapes/Map/Isometric/Road1.png +share/dia/shapes/Map/Isometric/Road1.shape +share/dia/shapes/Map/Isometric/Roof1.png +share/dia/shapes/Map/Isometric/Roof1.shape +share/dia/shapes/Map/Isometric/StraightRoad1.png +share/dia/shapes/Map/Isometric/StraightRoad1.shape +share/dia/shapes/Map/Isometric/T-Junction.png +share/dia/shapes/Map/Isometric/T-Junction.shape +share/dia/shapes/Map/Isometric/Train1.png +share/dia/shapes/Map/Isometric/Train1.shape +share/dia/shapes/Map/Isometric/Train2.png +share/dia/shapes/Map/Isometric/Train2.shape +share/dia/shapes/Map/Isometric/Tree1.png +share/dia/shapes/Map/Isometric/Tree1.shape +share/dia/shapes/Misc/file.png +share/dia/shapes/Misc/file.shape +share/dia/shapes/Misc/folder.png +share/dia/shapes/Misc/folder.shape +share/dia/shapes/Network/antenna.png +share/dia/shapes/Network/antenna.shape +share/dia/shapes/Network/computer.png +share/dia/shapes/Network/computer.shape +share/dia/shapes/Network/dat_external.png +share/dia/shapes/Network/dat_external.shape +share/dia/shapes/Network/digitizing_board.png +share/dia/shapes/Network/digitizing_board.shape +share/dia/shapes/Network/disc.png +share/dia/shapes/Network/disc.shape +share/dia/shapes/Network/diskette.png +share/dia/shapes/Network/diskette.shape +share/dia/shapes/Network/firewall.png +share/dia/shapes/Network/firewall.shape +share/dia/shapes/Network/flash.png +share/dia/shapes/Network/flash.shape +share/dia/shapes/Network/genmonitor.png +share/dia/shapes/Network/genmonitor.shape +share/dia/shapes/Network/hub.png +share/dia/shapes/Network/hub.shape +share/dia/shapes/Network/mobile_phone.png +share/dia/shapes/Network/mobile_phone.shape +share/dia/shapes/Network/modem.png +share/dia/shapes/Network/modem.shape +share/dia/shapes/Network/modularswitch.png +share/dia/shapes/Network/modularswitch.shape +share/dia/shapes/Network/monitor.png +share/dia/shapes/Network/monitor.shape +share/dia/shapes/Network/nwcloud.png +share/dia/shapes/Network/nwcloud.shape +share/dia/shapes/Network/patch-panel.png +share/dia/shapes/Network/patch-panel.shape +share/dia/shapes/Network/pc_bigtower.png +share/dia/shapes/Network/pc_bigtower.shape +share/dia/shapes/Network/pc_desktop.png +share/dia/shapes/Network/pc_desktop.shape +share/dia/shapes/Network/pc_miditower.png +share/dia/shapes/Network/pc_miditower.shape +share/dia/shapes/Network/pc_minitower.png +share/dia/shapes/Network/pc_minitower.shape +share/dia/shapes/Network/plotter.png +share/dia/shapes/Network/plotter.shape +share/dia/shapes/Network/printer.png +share/dia/shapes/Network/printer.shape +share/dia/shapes/Network/rj45plug.png +share/dia/shapes/Network/rj45plug.shape +share/dia/shapes/Network/router-symbol.png +share/dia/shapes/Network/router-symbol.shape +share/dia/shapes/Network/sceadplug.png +share/dia/shapes/Network/sceadplug.shape +share/dia/shapes/Network/speaker.png +share/dia/shapes/Network/speaker.shape +share/dia/shapes/Network/speaker_amp.png +share/dia/shapes/Network/speaker_amp.shape +share/dia/shapes/Network/switch-atm-symbol.png +share/dia/shapes/Network/switch-atm-symbol.shape +share/dia/shapes/Network/switch-symbol.png +share/dia/shapes/Network/switch-symbol.shape +share/dia/shapes/Network/telephone.png +share/dia/shapes/Network/telephone.shape +share/dia/shapes/Network/workstation.png +share/dia/shapes/Network/workstation.shape +share/dia/shapes/Network/zip-disk.png +share/dia/shapes/Network/zip-disk.shape +share/dia/shapes/Pneumatic/cnx.png +share/dia/shapes/Pneumatic/cnx.shape +share/dia/shapes/Pneumatic/comelec1.png +share/dia/shapes/Pneumatic/comelec1.shape +share/dia/shapes/Pneumatic/comelec2.png +share/dia/shapes/Pneumatic/comelec2.shape +share/dia/shapes/Pneumatic/commusc.png +share/dia/shapes/Pneumatic/commusc.shape +share/dia/shapes/Pneumatic/compb.png +share/dia/shapes/Pneumatic/compb.shape +share/dia/shapes/Pneumatic/compilh.png +share/dia/shapes/Pneumatic/compilh.shape +share/dia/shapes/Pneumatic/compilp.png +share/dia/shapes/Pneumatic/compilp.shape +share/dia/shapes/Pneumatic/compush.png +share/dia/shapes/Pneumatic/compush.shape +share/dia/shapes/Pneumatic/comspr.png +share/dia/shapes/Pneumatic/comspr.shape +share/dia/shapes/Pneumatic/dejack.png +share/dia/shapes/Pneumatic/dejack.shape +share/dia/shapes/Pneumatic/dist22.png +share/dia/shapes/Pneumatic/dist22.shape +share/dia/shapes/Pneumatic/dist32.png +share/dia/shapes/Pneumatic/dist32.shape +share/dia/shapes/Pneumatic/dist42.png +share/dia/shapes/Pneumatic/dist42.shape +share/dia/shapes/Pneumatic/dist52.png +share/dia/shapes/Pneumatic/dist52.shape +share/dia/shapes/Pneumatic/drain.png +share/dia/shapes/Pneumatic/drain.shape +share/dia/shapes/Pneumatic/press.png +share/dia/shapes/Pneumatic/press.shape +share/dia/shapes/Pneumatic/presshy.png +share/dia/shapes/Pneumatic/presshy.shape +share/dia/shapes/Pneumatic/presspn.png +share/dia/shapes/Pneumatic/presspn.shape +share/dia/shapes/Pneumatic/seijack.png +share/dia/shapes/Pneumatic/seijack.shape +share/dia/shapes/Pneumatic/seojack.png +share/dia/shapes/Pneumatic/seojack.shape +share/dia/shapes/RDP/arc.png +share/dia/shapes/RDP/arc_inhibiteur.png +share/dia/shapes/RDP/place.png +share/dia/shapes/RDP/place.shape +share/dia/shapes/RDP/place_marquee.png +share/dia/shapes/RDP/place_marquee.shape +share/dia/shapes/RDP/t_transition.png +share/dia/shapes/RDP/t_transition.shape +share/dia/shapes/RDP/transition.png +share/dia/shapes/RDP/transition.shape +share/dia/shapes/SDL/block.png +share/dia/shapes/SDL/block.shape +share/dia/shapes/SDL/comment.png +share/dia/shapes/SDL/comment.shape +share/dia/shapes/SDL/decision.png +share/dia/shapes/SDL/decision.shape +share/dia/shapes/SDL/function.png +share/dia/shapes/SDL/function.shape +share/dia/shapes/SDL/header.png +share/dia/shapes/SDL/header.shape +share/dia/shapes/SDL/inout.png +share/dia/shapes/SDL/inout.shape +share/dia/shapes/SDL/macro.png +share/dia/shapes/SDL/macro.shape +share/dia/shapes/SDL/note.png +share/dia/shapes/SDL/note.shape +share/dia/shapes/SDL/process.png +share/dia/shapes/SDL/process.shape +share/dia/shapes/SDL/receive.png +share/dia/shapes/SDL/receive.shape +share/dia/shapes/SDL/return.png +share/dia/shapes/SDL/return.shape +share/dia/shapes/SDL/save.png +share/dia/shapes/SDL/save.shape +share/dia/shapes/SDL/send.png +share/dia/shapes/SDL/send.shape +share/dia/shapes/SDL/service.png +share/dia/shapes/SDL/service.shape +share/dia/shapes/SDL/state.png +share/dia/shapes/SDL/state.shape +share/dia/shapes/SDL/stop.png +share/dia/shapes/SDL/stop.shape +share/dia/shapes/SDL/task.png +share/dia/shapes/SDL/task.shape +share/dia/shapes/jigsaw/part_iiii.png +share/dia/shapes/jigsaw/part_iiii.shape +share/dia/shapes/jigsaw/part_iiio.png +share/dia/shapes/jigsaw/part_iiio.shape +share/dia/shapes/jigsaw/part_iioi.png +share/dia/shapes/jigsaw/part_iioi.shape +share/dia/shapes/jigsaw/part_iioo.png +share/dia/shapes/jigsaw/part_iioo.shape +share/dia/shapes/jigsaw/part_ioii.png +share/dia/shapes/jigsaw/part_ioii.shape +share/dia/shapes/jigsaw/part_ioio.png +share/dia/shapes/jigsaw/part_ioio.shape +share/dia/shapes/jigsaw/part_iooi.png +share/dia/shapes/jigsaw/part_iooi.shape +share/dia/shapes/jigsaw/part_iooo.png +share/dia/shapes/jigsaw/part_iooo.shape +share/dia/shapes/jigsaw/part_oiii.png +share/dia/shapes/jigsaw/part_oiii.shape +share/dia/shapes/jigsaw/part_oiio.png +share/dia/shapes/jigsaw/part_oiio.shape +share/dia/shapes/jigsaw/part_oioi.png +share/dia/shapes/jigsaw/part_oioi.shape +share/dia/shapes/jigsaw/part_oioo.png +share/dia/shapes/jigsaw/part_oioo.shape +share/dia/shapes/jigsaw/part_ooii.png +share/dia/shapes/jigsaw/part_ooii.shape +share/dia/shapes/jigsaw/part_ooio.png +share/dia/shapes/jigsaw/part_ooio.shape +share/dia/shapes/jigsaw/part_oooi.png +share/dia/shapes/jigsaw/part_oooi.shape +share/dia/shapes/jigsaw/part_oooo.png +share/dia/shapes/jigsaw/part_oooo.shape +share/dia/shapes/sybase/client.png +share/dia/shapes/sybase/client.shape +share/dia/shapes/sybase/dataserver.png +share/dia/shapes/sybase/dataserver.shape +share/dia/shapes/sybase/ltm.png +share/dia/shapes/sybase/ltm.shape +share/dia/shapes/sybase/repserver.png +share/dia/shapes/sybase/repserver.shape +share/dia/shapes/sybase/rsm.png +share/dia/shapes/sybase/rsm.shape +share/dia/shapes/sybase/stableq.png +share/dia/shapes/sybase/stableq.shape +share/dia/sheets/AADL.sheet +share/dia/sheets/Assorted.sheet +share/dia/sheets/BPMN.sheet +share/dia/sheets/ChemEng.sheet +share/dia/sheets/Circuit.sheet +share/dia/sheets/Contact.sheet +share/dia/sheets/Cybernetics.sheet +share/dia/sheets/ER.sheet +share/dia/sheets/ER/weakentity.png +share/dia/sheets/Electric.sheet +share/dia/sheets/FS.sheet +share/dia/sheets/Flowchart.sheet +share/dia/sheets/GRAFCET.sheet +share/dia/sheets/GRAFCET/etapei.png +share/dia/sheets/GRAFCET/etapemc.png +share/dia/sheets/GRAFCET/etapeme.png +share/dia/sheets/GRAFCET/etapems.png +share/dia/sheets/GRAFCET/etapesp.png +share/dia/sheets/GRAFCET/vergent_and.png +share/dia/sheets/Gane_and_Sarson.sheet +share/dia/sheets/IsometricMap.sheet +share/dia/sheets/Istar.sheet +share/dia/sheets/Istar/agent.png +share/dia/sheets/Istar/decomposition.png +share/dia/sheets/Istar/dependency.png +share/dia/sheets/Istar/goal.png +share/dia/sheets/Istar/means_ends.png +share/dia/sheets/Istar/neg_contrib.png +share/dia/sheets/Istar/pos_contrib.png +share/dia/sheets/Istar/position.png +share/dia/sheets/Istar/role.png +share/dia/sheets/Istar/task.png +share/dia/sheets/Jackson.sheet +share/dia/sheets/Jackson/designed_domain.png +share/dia/sheets/Jackson/machine_domain.png +share/dia/sheets/Jackson/req_phen.png +share/dia/sheets/KAOS.sheet +share/dia/sheets/KAOS/and-complete-ref.png +share/dia/sheets/KAOS/and-ref.png +share/dia/sheets/KAOS/assumption.png +share/dia/sheets/KAOS/capable-of.png +share/dia/sheets/KAOS/conflicts.png +share/dia/sheets/KAOS/controls.png +share/dia/sheets/KAOS/input.png +share/dia/sheets/KAOS/monitors.png +share/dia/sheets/KAOS/obstacle.png +share/dia/sheets/KAOS/obstructs.png +share/dia/sheets/KAOS/op-ref.png +share/dia/sheets/KAOS/or-complete-ref.png +share/dia/sheets/KAOS/or-ref.png +share/dia/sheets/KAOS/output.png +share/dia/sheets/KAOS/performs.png +share/dia/sheets/KAOS/requirement.png +share/dia/sheets/KAOS/responsibility.png +share/dia/sheets/KAOS/softgoal.png +share/dia/sheets/Logic.sheet +share/dia/sheets/MSE.sheet +share/dia/sheets/Misc.sheet +share/dia/sheets/Pneumatic.sheet +share/dia/sheets/SADT.sheet +share/dia/sheets/SDL.sheet +share/dia/sheets/UML.sheet +share/dia/sheets/UML/aggregation.png +share/dia/sheets/UML/eventsink.png +share/dia/sheets/UML/eventsource.png +share/dia/sheets/UML/receptacle.png +share/dia/sheets/UML/umlclass_template.png +share/dia/sheets/chronogram.sheet +share/dia/sheets/ciscocomputer.sheet +share/dia/sheets/ciscohub.sheet +share/dia/sheets/ciscomisc.sheet +share/dia/sheets/cisconetwork.sheet +share/dia/sheets/ciscotelephony.sheet +share/dia/sheets/civil.sheet +share/dia/sheets/jigsaw.sheet +share/dia/sheets/network.sheet +share/dia/sheets/sybase.sheet +share/dia/ui/display-ui.xml +share/dia/ui/popup-ui.xml +share/dia/ui/toolbox-ui.xml +share/dia/xslt/dia-uml.xsl +share/dia/xslt/dia-uml2c++.xsl +share/dia/xslt/dia-uml2componentlist.xsl +share/dia/xslt/dia-uml2idl.xsl +share/dia/xslt/dia-uml2java.xsl +share/dia/xslt/dia-uml2owl.xsl +share/dia/xslt/dia-uml2python.xsl +share/dia/xslt/stylesheets.xml share/gnome/help/dia/C share/gnome/help/dia/en/authors.xml share/gnome/help/dia/en/dia.xml @@ -1705,10 +1705,10 @@ share/gnome/help/dia/pl/dia.xml share/gnome/help/dia/pl/graphics/greendots.png share/gnome/help/dia/pl/graphics/home_network.png share/gnome/help/dia/pl/graphics/line_props.png -share/gnome/mime-info/dia.keys -share/gnome/mime-info/dia.mime -share/gnome/pixmaps/dia-diagram.png -share/gnome/pixmaps/dia_gnome_icon.png +share/mime-info/dia.keys +share/mime-info/dia.mime +share/pixmaps/dia-diagram.png +share/pixmaps/dia_gnome_icon.png share/locale/am/LC_MESSAGES/dia.mo share/locale/ar/LC_MESSAGES/dia.mo share/locale/az/LC_MESSAGES/dia.mo @@ -1764,9 +1764,7 @@ share/locale/uk/LC_MESSAGES/dia.mo share/locale/vi/LC_MESSAGES/dia.mo share/locale/zh_CN/LC_MESSAGES/dia.mo share/locale/zh_TW/LC_MESSAGES/dia.mo -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrm share/gnome/omf/dia +@dirrm share/omf/dia @dirrm share/gnome/help/dia/pl/graphics @dirrm share/gnome/help/dia/pl @dirrm share/gnome/help/dia/eu/graphics @@ -1774,40 +1772,43 @@ share/locale/zh_TW/LC_MESSAGES/dia.mo @dirrm share/gnome/help/dia/en/graphics @dirrm share/gnome/help/dia/en @dirrm share/gnome/help/dia -@dirrm share/gnome/dia/xslt -@dirrm share/gnome/dia/ui -@dirrm share/gnome/dia/sheets/UML -@dirrm share/gnome/dia/sheets/KAOS -@dirrm share/gnome/dia/sheets/Jackson -@dirrm share/gnome/dia/sheets/Istar -@dirrm share/gnome/dia/sheets/GRAFCET -@dirrm share/gnome/dia/sheets/ER -@dirrm share/gnome/dia/sheets -@dirrm share/gnome/dia/shapes/sybase -@dirrm share/gnome/dia/shapes/jigsaw -@dirrm share/gnome/dia/shapes/SDL -@dirrm share/gnome/dia/shapes/RDP -@dirrm share/gnome/dia/shapes/Pneumatic -@dirrm share/gnome/dia/shapes/Network -@dirrm share/gnome/dia/shapes/Misc -@dirrm share/gnome/dia/shapes/Map/Isometric -@dirrm share/gnome/dia/shapes/Map -@dirrm share/gnome/dia/shapes/MSE -@dirrm share/gnome/dia/shapes/Logic -@dirrm share/gnome/dia/shapes/Gane_and_Sarson -@dirrm share/gnome/dia/shapes/Flowchart -@dirrm share/gnome/dia/shapes/Electric -@dirrm share/gnome/dia/shapes/Cybernetics -@dirrm share/gnome/dia/shapes/Contact -@dirrm share/gnome/dia/shapes/Civil -@dirrm share/gnome/dia/shapes/Cisco -@dirrm share/gnome/dia/shapes/Circuit -@dirrm share/gnome/dia/shapes/ChemEng -@dirrm share/gnome/dia/shapes/BPMN -@dirrm share/gnome/dia/shapes/Assorted -@dirrm share/gnome/dia/shapes -%%PYTHON:%%@dirrm share/gnome/dia/python -@dirrm share/gnome/dia +@dirrm share/dia/xslt +@dirrm share/dia/ui +@dirrm share/dia/sheets/UML +@dirrm share/dia/sheets/KAOS +@dirrm share/dia/sheets/Jackson +@dirrm share/dia/sheets/Istar +@dirrm share/dia/sheets/GRAFCET +@dirrm share/dia/sheets/ER +@dirrm share/dia/sheets +@dirrm share/dia/shapes/sybase +@dirrm share/dia/shapes/jigsaw +@dirrm share/dia/shapes/SDL +@dirrm share/dia/shapes/RDP +@dirrm share/dia/shapes/Pneumatic +@dirrm share/dia/shapes/Network +@dirrm share/dia/shapes/Misc +@dirrm share/dia/shapes/Map/Isometric +@dirrm share/dia/shapes/Map +@dirrm share/dia/shapes/MSE +@dirrm share/dia/shapes/Logic +@dirrm share/dia/shapes/Gane_and_Sarson +@dirrm share/dia/shapes/Flowchart +@dirrm share/dia/shapes/Electric +@dirrm share/dia/shapes/Cybernetics +@dirrm share/dia/shapes/Contact +@dirrm share/dia/shapes/Civil +@dirrm share/dia/shapes/Cisco +@dirrm share/dia/shapes/Circuit +@dirrm share/dia/shapes/ChemEng +@dirrm share/dia/shapes/BPMN +@dirrm share/dia/shapes/Assorted +@dirrm share/dia/shapes +%%PYTHON:%%@dirrm share/dia/python +@dirrm share/dia @dirrm lib/dia @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/applications diff --git a/graphics/electriceyes/Makefile b/graphics/electriceyes/Makefile index 88d338199d0b..c3e63ec9f9a5 100644 --- a/graphics/electriceyes/Makefile +++ b/graphics/electriceyes/Makefile @@ -7,7 +7,7 @@ PORTNAME= electriceyes PORTVERSION= 0.3.12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/ee/0.3 diff --git a/graphics/electriceyes/pkg-plist b/graphics/electriceyes/pkg-plist index 6aa0c619dc5f..b44c7ac3ae9a 100644 --- a/graphics/electriceyes/pkg-plist +++ b/graphics/electriceyes/pkg-plist @@ -2,8 +2,6 @@ bin/ElectricEyes share/gnome/apps/Graphics/ee.desktop share/gnome/help/ee/C/ee.jpg share/gnome/help/ee/C/index.html -share/gnome/mime-info/ee.keys -share/gnome/pixmaps/gnome-ee.png share/locale/ca/LC_MESSAGES/ee.mo share/locale/da/LC_MESSAGES/ee.mo share/locale/de/LC_MESSAGES/ee.mo @@ -31,5 +29,7 @@ share/locale/tr/LC_MESSAGES/ee.mo share/locale/uk/LC_MESSAGES/ee.mo share/locale/zh_CN.GB2312/LC_MESSAGES/ee.mo share/locale/zh_TW.Big5/LC_MESSAGES/ee.mo +share/mime-info/ee.keys +share/pixmaps/gnome-ee.png @dirrm share/gnome/help/ee/C @dirrm share/gnome/help/ee diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index a77f8eac4b3a..daf138ec4666 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/eog/Makefile,v 1.51 2007/03/13 00:48:55 mezz Exp $ +# $MCom: ports/graphics/eog/Makefile,v 1.66 2007/10/16 03:03:24 mezz Exp $ # PORTNAME= eog -PORTVERSION= 2.18.2 +PORTVERSION= 2.20.1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -38,6 +38,13 @@ GCONF_SCHEMAS= eog.schemas LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif .endif +.if ${HAVE_GNOME:Mpygnome2}!="" +USE_GNOME+= pygnome2 +CONFIGURE_ARGS+=--enable-python +.else +CONFIGURE_ARGS+=--disable-python +.endif + post-install: @-update-desktop-database > /dev/null diff --git a/graphics/eog/distinfo b/graphics/eog/distinfo index 12b404106cbc..81a4c4762b4f 100644 --- a/graphics/eog/distinfo +++ b/graphics/eog/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/eog-2.18.2.tar.bz2) = 7e5fc342201ea00404008258c19b4461 -SHA256 (gnome2/eog-2.18.2.tar.bz2) = e2bbf8671263b69c2ca4ca7824b58e29b7b12c9e18e0524538621e71bb7d6486 -SIZE (gnome2/eog-2.18.2.tar.bz2) = 1244477 +MD5 (gnome2/eog-2.20.1.tar.bz2) = 5024d75bf7d6159da970d41f5dbfcff7 +SHA256 (gnome2/eog-2.20.1.tar.bz2) = fa9562e8b38a39d1896ee7dc331751a0bff0d8e77319413364734b4132d6bbc2 +SIZE (gnome2/eog-2.20.1.tar.bz2) = 1655837 diff --git a/graphics/eog/pkg-plist b/graphics/eog/pkg-plist index d79420aa9437..b9793a1261b7 100644 --- a/graphics/eog/pkg-plist +++ b/graphics/eog/pkg-plist @@ -1,7 +1,41 @@ bin/eog -share/gnome/applications/eog.desktop -share/gnome/eog/eog-gtk-ui.xml -share/gnome/eog/glade/eog.glade +include/eog-2.20/eog/eog-application.h +include/eog-2.20/eog/eog-debug.h +include/eog-2.20/eog/eog-dialog.h +include/eog-2.20/eog/eog-error-message-area.h +include/eog-2.20/eog/eog-file-chooser.h +include/eog-2.20/eog/eog-image-save-info.h +include/eog-2.20/eog/eog-image.h +include/eog-2.20/eog/eog-job-queue.h +include/eog-2.20/eog/eog-jobs.h +include/eog-2.20/eog/eog-list-store.h +include/eog-2.20/eog/eog-message-area.h +include/eog-2.20/eog/eog-plugin.h +include/eog-2.20/eog/eog-properties-dialog.h +include/eog-2.20/eog/eog-scroll-view.h +include/eog-2.20/eog/eog-sidebar.h +include/eog-2.20/eog/eog-statusbar.h +include/eog-2.20/eog/eog-thumb-nav.h +include/eog-2.20/eog/eog-thumb-view.h +include/eog-2.20/eog/eog-thumbnail.h +include/eog-2.20/eog/eog-transform.h +include/eog-2.20/eog/eog-window.h +libdata/pkgconfig/eog.pc +share/applications/eog.desktop +%%DATADIR%%/eog-toolbar.xml +%%DATADIR%%/eog-ui.xml +%%DATADIR%%/eog.glade +%%DATADIR%%/gtkrc +%%DATADIR%%/icons/hicolor/16x16/actions/eog-image-collection.png +%%DATADIR%%/icons/hicolor/16x16/actions/eog-plugin.png +%%DATADIR%%/icons/hicolor/22x22/actions/eog-image-collection.png +%%DATADIR%%/icons/hicolor/22x22/actions/eog-plugin.png +%%DATADIR%%/icons/hicolor/24x24/actions/eog-image-collection.png +%%DATADIR%%/icons/hicolor/32x32/actions/eog-image-collection.png +%%DATADIR%%/icons/hicolor/32x32/actions/eog-plugin.png +%%DATADIR%%/icons/hicolor/scalable/actions/eog-image-collection.svg +%%DATADIR%%/icons/hicolor/scalable/actions/eog-plugin.svg +%%DATADIR%%/pixmaps/thumbnail-frame.png share/gnome/help/eog/C/eog.xml share/gnome/help/eog/C/figures/eog_save_as_window.png share/gnome/help/eog/C/figures/eog_start_window.png @@ -22,14 +56,17 @@ share/gnome/help/eog/fr/eog.xml share/gnome/help/eog/fr/figures/eog_save_as_window.png share/gnome/help/eog/fr/figures/eog_start_window.png share/gnome/help/eog/it/eog.xml +share/gnome/help/eog/it/figures/eog_save_as_window.png share/gnome/help/eog/it/figures/eog_start_window.png -share/gnome/help/eog/it/legal.xml share/gnome/help/eog/ja/eog.xml share/gnome/help/eog/ja/figures/eog_start_window.png share/gnome/help/eog/ja/legal.xml share/gnome/help/eog/ko/eog.xml +share/gnome/help/eog/ko/figures/eog_save_as_window.png share/gnome/help/eog/ko/figures/eog_start_window.png -share/gnome/help/eog/ko/legal.xml +share/gnome/help/eog/oc/eog.xml +share/gnome/help/eog/oc/figures/eog_save_as_window.png +share/gnome/help/eog/oc/figures/eog_start_window.png share/gnome/help/eog/pa/eog.xml share/gnome/help/eog/pa/figures/eog_save_as_window.png share/gnome/help/eog/pa/figures/eog_start_window.png @@ -51,23 +88,6 @@ share/gnome/help/eog/zh_CN/legal.xml share/gnome/help/eog/zh_TW/eog.xml share/gnome/help/eog/zh_TW/figures/eog_start_window.png share/gnome/help/eog/zh_TW/legal.xml -share/gnome/omf/eog/eog-C.omf -share/gnome/omf/eog/eog-de.omf -share/gnome/omf/eog/eog-en_GB.omf -share/gnome/omf/eog/eog-es.omf -share/gnome/omf/eog/eog-eu.omf -share/gnome/omf/eog/eog-fr.omf -share/gnome/omf/eog/eog-it.omf -share/gnome/omf/eog/eog-ja.omf -share/gnome/omf/eog/eog-ko.omf -share/gnome/omf/eog/eog-pa.omf -share/gnome/omf/eog/eog-pt_BR.omf -share/gnome/omf/eog/eog-ru.omf -share/gnome/omf/eog/eog-sv.omf -share/gnome/omf/eog/eog-uk.omf -share/gnome/omf/eog/eog-zh_CN.omf -share/gnome/omf/eog/eog-zh_TW.omf -share/gnome/pixmaps/gnome-eog.png share/icons/hicolor/16x16/apps/eog.png share/icons/hicolor/22x22/apps/eog.png share/icons/hicolor/24x24/apps/eog.png @@ -78,6 +98,7 @@ share/locale/am/LC_MESSAGES/eog.mo share/locale/ar/LC_MESSAGES/eog.mo share/locale/az/LC_MESSAGES/eog.mo share/locale/be/LC_MESSAGES/eog.mo +share/locale/be@latin/LC_MESSAGES/eog.mo share/locale/bg/LC_MESSAGES/eog.mo share/locale/bn/LC_MESSAGES/eog.mo share/locale/bn_IN/LC_MESSAGES/eog.mo @@ -133,6 +154,7 @@ share/locale/pt_BR/LC_MESSAGES/eog.mo share/locale/ro/LC_MESSAGES/eog.mo share/locale/ru/LC_MESSAGES/eog.mo share/locale/rw/LC_MESSAGES/eog.mo +share/locale/si/LC_MESSAGES/eog.mo share/locale/sk/LC_MESSAGES/eog.mo share/locale/sl/LC_MESSAGES/eog.mo share/locale/sq/LC_MESSAGES/eog.mo @@ -140,6 +162,7 @@ share/locale/sr/LC_MESSAGES/eog.mo share/locale/sr@Latn/LC_MESSAGES/eog.mo share/locale/sv/LC_MESSAGES/eog.mo share/locale/ta/LC_MESSAGES/eog.mo +share/locale/te/LC_MESSAGES/eog.mo share/locale/th/LC_MESSAGES/eog.mo share/locale/tk/LC_MESSAGES/eog.mo share/locale/tr/LC_MESSAGES/eog.mo @@ -152,7 +175,24 @@ share/locale/zh_CN/LC_MESSAGES/eog.mo share/locale/zh_HK/LC_MESSAGES/eog.mo share/locale/zh_TW/LC_MESSAGES/eog.mo share/locale/zu/LC_MESSAGES/eog.mo -@dirrm share/gnome/omf/eog +share/omf/eog/eog-C.omf +share/omf/eog/eog-de.omf +share/omf/eog/eog-en_GB.omf +share/omf/eog/eog-es.omf +share/omf/eog/eog-eu.omf +share/omf/eog/eog-fr.omf +share/omf/eog/eog-it.omf +share/omf/eog/eog-ja.omf +share/omf/eog/eog-ko.omf +share/omf/eog/eog-oc.omf +share/omf/eog/eog-pa.omf +share/omf/eog/eog-pt_BR.omf +share/omf/eog/eog-ru.omf +share/omf/eog/eog-sv.omf +share/omf/eog/eog-uk.omf +share/omf/eog/eog-zh_CN.omf +share/omf/eog/eog-zh_TW.omf +@dirrm share/omf/eog @dirrm share/gnome/help/eog/zh_TW/figures @dirrm share/gnome/help/eog/zh_TW @dirrm share/gnome/help/eog/zh_CN/figures @@ -167,6 +207,8 @@ share/locale/zu/LC_MESSAGES/eog.mo @dirrm share/gnome/help/eog/pt_BR @dirrm share/gnome/help/eog/pa/figures @dirrm share/gnome/help/eog/pa +@dirrm share/gnome/help/eog/oc/figures +@dirrm share/gnome/help/eog/oc @dirrm share/gnome/help/eog/ko/figures @dirrm share/gnome/help/eog/ko @dirrm share/gnome/help/eog/ja/figures @@ -186,8 +228,22 @@ share/locale/zu/LC_MESSAGES/eog.mo @dirrm share/gnome/help/eog/C/figures @dirrm share/gnome/help/eog/C @dirrm share/gnome/help/eog -@dirrm share/gnome/eog/glade -@dirrm share/gnome/eog +@dirrm %%DATADIR%%/pixmaps +@dirrm %%DATADIR%%/icons/hicolor/scalable/actions +@dirrm %%DATADIR%%/icons/hicolor/scalable +@dirrm %%DATADIR%%/icons/hicolor/32x32/actions +@dirrm %%DATADIR%%/icons/hicolor/32x32 +@dirrm %%DATADIR%%/icons/hicolor/24x24/actions +@dirrm %%DATADIR%%/icons/hicolor/24x24 +@dirrm %%DATADIR%%/icons/hicolor/22x22/actions +@dirrm %%DATADIR%%/icons/hicolor/22x22 +@dirrm %%DATADIR%%/icons/hicolor/16x16/actions +@dirrm %%DATADIR%%/icons/hicolor/16x16 +@dirrm %%DATADIR%%/icons/hicolor +@dirrm %%DATADIR%%/icons +@dirrm %%DATADIR%% +@dirrm include/eog-2.20/eog +@dirrm include/eog-2.20 @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @dirrmtry share/locale/zu/LC_MESSAGES @@ -198,6 +254,10 @@ share/locale/zu/LC_MESSAGES/eog.mo @dirrmtry share/locale/xh @dirrmtry share/locale/ug/LC_MESSAGES @dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw @dirrmtry share/locale/oc/LC_MESSAGES @@ -212,3 +272,6 @@ share/locale/zu/LC_MESSAGES/eog.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/graphics/evince/Makefile b/graphics/evince/Makefile index 104f95515e60..8394cc0c93f5 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,12 +3,11 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.64 2007/03/13 12:00:09 ahze Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.81 2007/10/16 03:16:14 mezz Exp $ # PORTNAME= evince -PORTVERSION= 0.8.3 -PORTREVISION= 2 +PORTVERSION= 2.20.1 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -29,8 +28,8 @@ USE_GHOSTSCRIPT=yes INSTALLS_OMF= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui libgnomeprintui \ desktopfileutils gnomedocutils -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" GCONF_SCHEMAS= evince.schemas evince-thumbnailer.schemas \ evince-thumbnailer-ps.schemas @@ -79,7 +78,7 @@ CONFIGURE_ARGS+= --enable-impress CONFIGURE_ARGS+= --disable-impress .endif -.if exists(${X11BASE}/bin/djview) +.if exists(${LOCALBASE}/bin/djview) DJVU_DIR?= # empty .else DJVU_DIR?= -nox11 @@ -106,9 +105,8 @@ RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar \ .endif post-patch: - @${REINPLACE_CMD} -e 's|execinfo.h|#|g ; s|[$$]POPPLER_VERSION|9|g ; \ - s| poppler-glib <= [$$]POPPLER_MAX_REQUIRED||g' \ - ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|execinfo.h|#|g' \ + ${WRKSRC}/configure post-install: @-update-desktop-database diff --git a/graphics/evince/distinfo b/graphics/evince/distinfo index 5401d88284e7..a08810fb8ba7 100644 --- a/graphics/evince/distinfo +++ b/graphics/evince/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/evince-0.8.3.tar.bz2) = 0603d3f3f5648c88f10f75c89807c3d1 -SHA256 (gnome2/evince-0.8.3.tar.bz2) = 2b02cacecbcde7d2849e2b40239d7cdae3e0f8e117c529249ac5d327e605baac -SIZE (gnome2/evince-0.8.3.tar.bz2) = 1515083 +MD5 (gnome2/evince-2.20.1.tar.bz2) = c0f3e4d5279ef3d08cc46b752e230c01 +SHA256 (gnome2/evince-2.20.1.tar.bz2) = 9435c67974b59979b8d84224ed63128cd428fc9bb746f6b333c400619c7f182e +SIZE (gnome2/evince-2.20.1.tar.bz2) = 1613601 diff --git a/graphics/evince/files/patch-backend_pdf_ev-poppler.cc b/graphics/evince/files/patch-backend_pdf_ev-poppler.cc deleted file mode 100644 index b0b698b531fd..000000000000 --- a/graphics/evince/files/patch-backend_pdf_ev-poppler.cc +++ /dev/null @@ -1,38 +0,0 @@ ---- backend/pdf/ev-poppler.cc.orig 2007-09-11 02:17:19.000000000 -0400 -+++ backend/pdf/ev-poppler.cc 2007-09-11 02:22:10.000000000 -0400 -@@ -654,7 +654,7 @@ pdf_document_get_text (EvDocument *docum - r.x2 = rect->x2; - r.y2 = height - rect->y1; - -- text = poppler_page_get_text (poppler_page, &r); -+ text = poppler_page_get_text (poppler_page, POPPLER_SELECTION_GLYPH, &r); - - g_object_unref (poppler_page); - -@@ -1636,7 +1636,7 @@ pdf_selection_render_selection (EvSelect - rc->scale, rc->rotation, *pixbuf, - (PopplerRectangle *)points, - (PopplerRectangle *)old_points, -- POPPLER_SELECTION_NORMAL, -+ POPPLER_SELECTION_GLYPH, - text, - base); - #endif -@@ -1655,7 +1655,7 @@ pdf_selection_get_selection_region (EvSe - - set_rc_data (pdf_document, rc); - -- retval = poppler_page_get_selection_region ((PopplerPage *)rc->data, rc->scale, (PopplerRectangle *) points); -+ retval = poppler_page_get_selection_region ((PopplerPage *)rc->data, rc->scale, POPPLER_SELECTION_GLYPH, (PopplerRectangle *) points); - - return retval; - } -@@ -1676,7 +1676,7 @@ pdf_selection_get_selection_map (EvSelec - points.x1 = 0.0; - points.y1 = 0.0; - poppler_page_get_size (poppler_page, &(points.x2), &(points.y2)); -- retval = poppler_page_get_selection_region (poppler_page, 1.0, &points); -+ retval = poppler_page_get_selection_region (poppler_page, 1.0, POPPLER_SELECTION_GLYPH, &points); - g_object_unref (poppler_page); - - return retval; diff --git a/graphics/evince/files/patch-backend_ps_ps-interpreter.c b/graphics/evince/files/patch-backend_ps_ps-interpreter.c deleted file mode 100644 index 9cd98bbefae7..000000000000 --- a/graphics/evince/files/patch-backend_ps_ps-interpreter.c +++ /dev/null @@ -1,10 +0,0 @@ ---- backend/ps/ps-interpreter.c.orig Tue Mar 13 07:00:12 2007 -+++ backend/ps/ps-interpreter.c Tue Mar 13 07:00:21 2007 -@@ -29,6 +29,7 @@ - #include <string.h> - #include <stdlib.h> - #include <sys/wait.h> -+#include <signal.h> - #include <errno.h> - - #include "ps-interpreter.h" diff --git a/graphics/evince/files/patch-configure b/graphics/evince/files/patch-configure index dc2323992061..9ca1314d6329 100644 --- a/graphics/evince/files/patch-configure +++ b/graphics/evince/files/patch-configure @@ -1,6 +1,15 @@ ---- configure.orig Mon Dec 18 18:05:50 2006 -+++ configure Mon Dec 18 18:06:30 2006 -@@ -25315,7 +25315,7 @@ else +--- configure.orig 2007-08-27 23:27:26.000000000 -0400 ++++ configure 2007-08-27 23:29:35.000000000 -0400 +@@ -25411,7 +25411,7 @@ fi + + + +-for ac_header in execinfo.h ++for ac_header in # + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` + if eval "test \"\${$as_ac_Header+set}\" = set"; then +@@ -26204,7 +26204,7 @@ else echo "${ECHO_T}yes" >&6 enable_cairo_pdf=yes fi @@ -9,3 +18,12 @@ cat >>confdefs.h <<\_ACEOF #define HAVE_CAIRO_PDF 1 +@@ -26283,7 +26283,7 @@ else + echo "${ECHO_T}yes" >&6 + enable_cairo_ps=yes + fi +- if test x$enable_cairo_ps == xyes; then ++ if test x$enable_cairo_ps = xyes; then + + cat >>confdefs.h <<\_ACEOF + #define HAVE_CAIRO_PS 1 diff --git a/graphics/evince/pkg-plist b/graphics/evince/pkg-plist index 281910505951..2014c40f8274 100644 --- a/graphics/evince/pkg-plist +++ b/graphics/evince/pkg-plist @@ -3,6 +3,7 @@ bin/evince-thumbnailer %%NAUTILUS%%lib/nautilus/extensions-1.0/libevince-properties-page.a %%NAUTILUS%%lib/nautilus/extensions-1.0/libevince-properties-page.la %%NAUTILUS%%lib/nautilus/extensions-1.0/libevince-properties-page.so +share/applications/evince.desktop %%DOCSDIR%%/EvAttachment.html %%DOCSDIR%%/EvJobPrint.html %%DOCSDIR%%/EvNavigationAction.html @@ -65,25 +66,30 @@ bin/evince-thumbnailer %%DOCSDIR%%/right.png %%DOCSDIR%%/style.css %%DOCSDIR%%/up.png -share/gnome/applications/evince.desktop -share/gnome/evince/evince-password.glade -share/gnome/evince/evince-preview-toolbar.xml -share/gnome/evince/evince-properties.glade -share/gnome/evince/evince-toolbar.xml -share/gnome/evince/evince-ui.xml -share/gnome/evince/hand-open.png -share/gnome/evince/icons/hicolor/16x16/actions/view-page-continuous.png -share/gnome/evince/icons/hicolor/16x16/actions/view-page-facing.png -share/gnome/evince/icons/hicolor/16x16/actions/zoom-fit-page.png -share/gnome/evince/icons/hicolor/16x16/actions/zoom-fit-width.png -share/gnome/evince/icons/hicolor/22x22/actions/view-page-continuous.png -share/gnome/evince/icons/hicolor/22x22/actions/view-page-facing.png -share/gnome/evince/icons/hicolor/22x22/actions/zoom-fit-page.png -share/gnome/evince/icons/hicolor/22x22/actions/zoom-fit-width.png -share/gnome/evince/icons/hicolor/24x24/actions/view-page-continuous.png -share/gnome/evince/icons/hicolor/24x24/actions/view-page-facing.png -share/gnome/evince/icons/hicolor/24x24/actions/zoom-fit-page.png -share/gnome/evince/icons/hicolor/24x24/actions/zoom-fit-width.png +%%DATADIR%%/evince-password.glade +%%DATADIR%%/evince-properties.glade +%%DATADIR%%/evince-toolbar.xml +%%DATADIR%%/evince-ui.xml +%%DATADIR%%/hand-open.png +%%DATADIR%%/icons/hicolor/16x16/actions/view-page-continuous.png +%%DATADIR%%/icons/hicolor/16x16/actions/view-page-facing.png +%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-page.png +%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-width.png +%%DATADIR%%/icons/hicolor/16x16/actions/zoom.png +%%DATADIR%%/icons/hicolor/22x22/actions/view-page-continuous.png +%%DATADIR%%/icons/hicolor/22x22/actions/view-page-facing.png +%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-page.png +%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-width.png +%%DATADIR%%/icons/hicolor/22x22/actions/zoom.png +%%DATADIR%%/icons/hicolor/24x24/actions/view-page-continuous.png +%%DATADIR%%/icons/hicolor/24x24/actions/view-page-facing.png +%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-page.png +%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-width.png +%%DATADIR%%/icons/hicolor/24x24/actions/zoom.png +%%DATADIR%%/icons/hicolor/32x32/actions/view-page-continuous.png +%%DATADIR%%/icons/hicolor/32x32/actions/view-page-facing.png +%%DATADIR%%/icons/hicolor/48x48/actions/view-page-continuous.png +%%DATADIR%%/icons/hicolor/48x48/actions/view-page-facing.png share/gnome/help/evince/C/evince.xml share/gnome/help/evince/C/figures/evince_start_window.png share/gnome/help/evince/C/legal.xml @@ -103,8 +109,14 @@ share/gnome/help/evince/fr/evince.xml share/gnome/help/evince/fr/figures/evince_start_window.png share/gnome/help/evince/it/evince.xml share/gnome/help/evince/it/figures/evince_start_window.png +share/gnome/help/evince/ja/evince.xml +share/gnome/help/evince/ja/figures/evince_start_window.png share/gnome/help/evince/nl/evince.xml share/gnome/help/evince/nl/figures/evince_start_window.png +share/gnome/help/evince/oc/evince.xml +share/gnome/help/evince/oc/figures/evince_start_window.png +share/gnome/help/evince/pt_BR/evince.xml +share/gnome/help/evince/pt_BR/figures/evince_start_window.png share/gnome/help/evince/ru/evince.xml share/gnome/help/evince/ru/figures/evince_start_window.png share/gnome/help/evince/sr/evince.xml @@ -113,20 +125,6 @@ share/gnome/help/evince/sv/evince.xml share/gnome/help/evince/sv/figures/evince_start_window.png share/gnome/help/evince/uk/evince.xml share/gnome/help/evince/uk/figures/evince_start_window.png -share/gnome/omf/evince/evince-C.omf -share/gnome/omf/evince/evince-bg.omf -share/gnome/omf/evince/evince-ca.omf -share/gnome/omf/evince/evince-el.omf -share/gnome/omf/evince/evince-en_GB.omf -share/gnome/omf/evince/evince-es.omf -share/gnome/omf/evince/evince-fi.omf -share/gnome/omf/evince/evince-fr.omf -share/gnome/omf/evince/evince-it.omf -share/gnome/omf/evince/evince-nl.omf -share/gnome/omf/evince/evince-ru.omf -share/gnome/omf/evince/evince-sr.omf -share/gnome/omf/evince/evince-sv.omf -share/gnome/omf/evince/evince-uk.omf share/icons/hicolor/16x16/apps/evince.png share/icons/hicolor/22x22/apps/evince.png share/icons/hicolor/24x24/apps/evince.png @@ -134,6 +132,7 @@ share/icons/hicolor/48x48/apps/evince.png share/icons/hicolor/scalable/apps/evince.svg share/locale/ar/LC_MESSAGES/evince.mo share/locale/be/LC_MESSAGES/evince.mo +share/locale/be@latin/LC_MESSAGES/evince.mo share/locale/bg/LC_MESSAGES/evince.mo share/locale/bn/LC_MESSAGES/evince.mo share/locale/bn_IN/LC_MESSAGES/evince.mo @@ -190,6 +189,7 @@ share/locale/sr/LC_MESSAGES/evince.mo share/locale/sr@Latn/LC_MESSAGES/evince.mo share/locale/sv/LC_MESSAGES/evince.mo share/locale/ta/LC_MESSAGES/evince.mo +share/locale/te/LC_MESSAGES/evince.mo share/locale/th/LC_MESSAGES/evince.mo share/locale/tr/LC_MESSAGES/evince.mo share/locale/uk/LC_MESSAGES/evince.mo @@ -198,23 +198,24 @@ share/locale/wa/LC_MESSAGES/evince.mo share/locale/zh_CN/LC_MESSAGES/evince.mo share/locale/zh_HK/LC_MESSAGES/evince.mo share/locale/zh_TW/LC_MESSAGES/evince.mo -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@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/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrm share/gnome/omf/evince +share/omf/evince/evince-C.omf +share/omf/evince/evince-bg.omf +share/omf/evince/evince-ca.omf +share/omf/evince/evince-el.omf +share/omf/evince/evince-en_GB.omf +share/omf/evince/evince-es.omf +share/omf/evince/evince-fi.omf +share/omf/evince/evince-fr.omf +share/omf/evince/evince-it.omf +share/omf/evince/evince-ja.omf +share/omf/evince/evince-nl.omf +share/omf/evince/evince-oc.omf +share/omf/evince/evince-pt_BR.omf +share/omf/evince/evince-ru.omf +share/omf/evince/evince-sr.omf +share/omf/evince/evince-sv.omf +share/omf/evince/evince-uk.omf +@dirrm share/omf/evince @dirrm share/gnome/help/evince/uk/figures @dirrm share/gnome/help/evince/uk @dirrm share/gnome/help/evince/sv/figures @@ -223,8 +224,14 @@ share/locale/zh_TW/LC_MESSAGES/evince.mo @dirrm share/gnome/help/evince/sr @dirrm share/gnome/help/evince/ru/figures @dirrm share/gnome/help/evince/ru +@dirrm share/gnome/help/evince/pt_BR/figures +@dirrm share/gnome/help/evince/pt_BR +@dirrm share/gnome/help/evince/oc/figures +@dirrm share/gnome/help/evince/oc @dirrm share/gnome/help/evince/nl/figures @dirrm share/gnome/help/evince/nl +@dirrm share/gnome/help/evince/ja/figures +@dirrm share/gnome/help/evince/ja @dirrm share/gnome/help/evince/it/figures @dirrm share/gnome/help/evince/it @dirrm share/gnome/help/evince/fr/figures @@ -244,15 +251,40 @@ share/locale/zh_TW/LC_MESSAGES/evince.mo @dirrm share/gnome/help/evince/C/figures @dirrm share/gnome/help/evince/C @dirrm share/gnome/help/evince -@dirrm share/gnome/evince/icons/hicolor/24x24/actions -@dirrm share/gnome/evince/icons/hicolor/24x24 -@dirrm share/gnome/evince/icons/hicolor/22x22/actions -@dirrm share/gnome/evince/icons/hicolor/22x22 -@dirrm share/gnome/evince/icons/hicolor/16x16/actions -@dirrm share/gnome/evince/icons/hicolor/16x16 -@dirrm share/gnome/evince/icons/hicolor -@dirrm share/gnome/evince/icons -@dirrm share/gnome/evince +@dirrm %%DATADIR%%/icons/hicolor/48x48/actions +@dirrm %%DATADIR%%/icons/hicolor/48x48 +@dirrm %%DATADIR%%/icons/hicolor/32x32/actions +@dirrm %%DATADIR%%/icons/hicolor/32x32 +@dirrm %%DATADIR%%/icons/hicolor/24x24/actions +@dirrm %%DATADIR%%/icons/hicolor/24x24 +@dirrm %%DATADIR%%/icons/hicolor/22x22/actions +@dirrm %%DATADIR%%/icons/hicolor/22x22 +@dirrm %%DATADIR%%/icons/hicolor/16x16/actions +@dirrm %%DATADIR%%/icons/hicolor/16x16 +@dirrm %%DATADIR%%/icons/hicolor +@dirrm %%DATADIR%%/icons +@dirrm %%DATADIR%% @dirrm %%DOCSDIR%% @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/dz/LC_MESSAGES +@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/graphics/f-spot/Makefile b/graphics/f-spot/Makefile index 8975d285d730..9174d3b8f456 100644 --- a/graphics/f-spot/Makefile +++ b/graphics/f-spot/Makefile @@ -8,6 +8,7 @@ PORTNAME= f-spot PORTVERSION= 0.4.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} diff --git a/graphics/f-spot/pkg-plist b/graphics/f-spot/pkg-plist index 0af4f1b20716..67aaa01634e8 100644 --- a/graphics/f-spot/pkg-plist +++ b/graphics/f-spot/pkg-plist @@ -41,8 +41,8 @@ lib/f-spot/extensions/DefaultExporters.addin.xml libdata/pkgconfig/f-spot.pc libexec/gnome-screensaver/f-spot-screensaver share/gnome-screensaver/themes/f-spot-screensaver.desktop -share/gnome/applications/f-spot-view.desktop -share/gnome/applications/f-spot.desktop +share/applications/f-spot-view.desktop +share/applications/f-spot.desktop share/gnome/help/f-spot/C/f-spot.xml share/gnome/help/f-spot/C/figures/f-spot-adjust-colors.png share/gnome/help/f-spot/C/figures/f-spot-autocolor.png @@ -120,13 +120,13 @@ share/gnome/help/f-spot/sv/figures/f-spot-sepia.png share/gnome/help/f-spot/sv/figures/f-spot-slideshow.png share/gnome/help/f-spot/sv/figures/f-spot-soft-focus.png share/gnome/help/f-spot/sv/figures/f-spot-straighten.png -share/gnome/omf/f-spot/f-spot-C.omf -share/gnome/omf/f-spot/f-spot-da.omf -share/gnome/omf/f-spot/f-spot-es.omf -share/gnome/omf/f-spot/f-spot-fr.omf -share/gnome/omf/f-spot/f-spot-it.omf -share/gnome/omf/f-spot/f-spot-pt_BR.omf -share/gnome/omf/f-spot/f-spot-sv.omf +share/omf/f-spot/f-spot-C.omf +share/omf/f-spot/f-spot-da.omf +share/omf/f-spot/f-spot-es.omf +share/omf/f-spot/f-spot-fr.omf +share/omf/f-spot/f-spot-it.omf +share/omf/f-spot/f-spot-pt_BR.omf +share/omf/f-spot/f-spot-sv.omf share/icons/hicolor/16x16/apps/f-spot.png share/icons/hicolor/16x16/apps/f-spot.svg share/icons/hicolor/22x22/apps/f-spot.png @@ -179,7 +179,7 @@ share/locale/zh_TW/LC_MESSAGES/f-spot.mo @dirrmtry share/locale/rw @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz -@dirrm share/gnome/omf/f-spot +@dirrm share/omf/f-spot @dirrm share/gnome/help/f-spot/sv/figures @dirrm share/gnome/help/f-spot/sv @dirrm share/gnome/help/f-spot/pt_BR/figures @@ -200,3 +200,4 @@ share/locale/zh_TW/LC_MESSAGES/f-spot.mo @dirrmtry libexec/gnome-screensaver @dirrm lib/f-spot/extensions @dirrm lib/f-spot +@dirrmtry share/applications diff --git a/graphics/frontline/Makefile b/graphics/frontline/Makefile index 4ea11d77cbe9..4252f8096359 100644 --- a/graphics/frontline/Makefile +++ b/graphics/frontline/Makefile @@ -7,7 +7,7 @@ PORTNAME= frontline PORTVERSION= 0.5.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= autotrace diff --git a/graphics/frontline/pkg-plist b/graphics/frontline/pkg-plist index 77a84535afb7..c821c87fbd8c 100644 --- a/graphics/frontline/pkg-plist +++ b/graphics/frontline/pkg-plist @@ -15,10 +15,10 @@ lib/libgundo.a libdata/pkgconfig/frontline.pc share/aclocal/frontline.m4 share/gnome/apps/Graphics/frontline.desktop -share/gnome/mime-info/frontline.keys -share/gnome/mime-info/frontline.mime -share/gnome/pixmaps/fl-splash.png -share/gnome/pixmaps/frontline.png +share/mime-info/frontline.keys +share/mime-info/frontline.mime +share/pixmaps/fl-splash.png +share/pixmaps/frontline.png share/locale/ja/LC_MESSAGES/frontline.mo @dirrm include/gundo @dirrm include/frontline diff --git a/graphics/gcolor2/Makefile b/graphics/gcolor2/Makefile index b9c5c7b3a439..ea865c490dcc 100644 --- a/graphics/gcolor2/Makefile +++ b/graphics/gcolor2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcolor2 PORTVERSION= 0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,6 +24,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ SUB_FILES= gcolor2.desktop post-install: - ${INSTALL_DATA} ${WRKDIR}/gcolor2.desktop ${PREFIX}/share/gnome/applications + ${MKDIR} ${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKDIR}/gcolor2.desktop ${PREFIX}/share/applications .include <bsd.port.mk> diff --git a/graphics/gcolor2/files/gcolor2.desktop.in b/graphics/gcolor2/files/gcolor2.desktop.in index 6713fbea05c3..bb8fa254dee2 100644 --- a/graphics/gcolor2/files/gcolor2.desktop.in +++ b/graphics/gcolor2/files/gcolor2.desktop.in @@ -7,7 +7,7 @@ Comment=Choose colors from palette or screen Comment[es]=Elige y proba colores de la gama de colores o la pantalla Comment[pl]=Wybiera kolory z palety lub ekranu Exec=gcolor2 -Icon=%%PREFIX%%/share/gnome/pixmaps/gcolor2/icon.png +Icon=%%PREFIX%%/share/pixmaps/gcolor2/icon.png Terminal=false Type=Application Categories=GNOME;Application;Graphics; diff --git a/graphics/gcolor2/pkg-plist b/graphics/gcolor2/pkg-plist index e565e47d39d0..0e07f647d3e5 100644 --- a/graphics/gcolor2/pkg-plist +++ b/graphics/gcolor2/pkg-plist @@ -1,5 +1,6 @@ bin/gcolor2 -share/gnome/applications/gcolor2.desktop -share/gnome/pixmaps/gcolor2/about_icon.png -share/gnome/pixmaps/gcolor2/icon.png -@dirrm share/gnome/pixmaps/gcolor2 +share/applications/gcolor2.desktop +share/pixmaps/gcolor2/about_icon.png +share/pixmaps/gcolor2/icon.png +@dirrm share/pixmaps/gcolor2 +@dirrmtry share/applications diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index bb41cf991806..1283336e45fd 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -3,12 +3,14 @@ # Whom: erich@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/gimp-app/Makefile,v 1.12 2007/03/30 18:22:45 ahze Exp $ +# $MCom: ports/graphics/gimp-app/Makefile,v 1.18 2007/10/24 21:22:00 ahze Exp $ +# PORTNAME= gimp-app -PORTVERSION= 2.2.17 -PORTEPOCH= 1 -CATEGORIES= graphics gnome +DISTVERSION= 2.4.0 +PORTREVISION?= 0 +PORTEPOCH?= 1 +CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ @@ -17,68 +19,70 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R} -DISTNAME= gimp-${PORTVERSION} +DISTNAME= gimp-${DISTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= A GNU Image Manipulation Program -LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf \ +LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ + wmf.2:${PORTSDIR}/graphics/libwmf \ + poppler-glib.2:${PORTSDIR}/graphics/poppler-gtk \ aa.1:${PORTSDIR}/graphics/aalib \ - exif.12:${PORTSDIR}/graphics/libexif \ mng.1:${PORTSDIR}/graphics/libmng \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff - -CONFLICTS= gimp-1.* gimpshop-[0-9]* gimp-app-devel-[0-9]* - -SHLIBVER?= 200 + tiff.4:${PORTSDIR}/graphics/tiff \ + lcms.1:${PORTSDIR}/graphics/lcms USE_BZIP2= yes +USE_GETTEXT= yes USE_XPM= yes USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 -WANT_GNOME= yes -USE_GETTEXT= yes +USE_AUTOTOOLS= libtool:15 +USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 ltverhack desktopfileutils USE_LDCONFIG= yes -PLIST_SUB= SHLIBVER="${SHLIBVER}" -CONFIGURE_ARGS= --disable-perl \ +INSTALLS_ICONS= yes +LIBTOOLFLAGS= --disable-ltlibs --release-ignore +CONFIGURE_ARGS?=--disable-perl \ --with-html-dir=${PREFIX}/share/doc/gimp \ - --docdir=${PREFIX}/share/doc/gimp \ --disable-gtk-doc \ - --enable-static \ - --disable-print -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -MAN1= gimp.1 gimp-2.2.1 gimp-remote.1 gimp-remote-2.2.1 gimptool-2.0.1 -MAN5= gimprc.5 gimprc-2.2.5 - -OPTIONS= DEBUG "debugging" off \ - PYTHON "Python-Fu support" off \ - RSVG "SVG format support" on \ - HTML_HELP_BROWSER "GIMP help browser" on \ - MP "multiple processor support" off + --without-print \ + --disable-python \ + --with-desktop-dir=${PREFIX}/share \ + --docdir=${PREFIX}/share/doc/gimp \ + --enable-default-binary +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" \ + GIMP_THREAD_LIBS=${PTHREAD_LIBS} + +.if !defined(GIMP_SLAVE) +OPTIONS?= DEBUG "debugging" off \ + DBUS "D-BUS support" on \ + GNOMEVFS "Use GNOME VFS for the URI plug-in" on \ + HELPBROWSER "internal help browser" on \ + MP "multiple processor support" off \ + RSVG "SVG format support" on +.endif .include <bsd.port.pre.mk> -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug -.endif +.if defined(GIMP_SLAVE) +PKG_CONFIG?= ${LOCALBASE}/bin/pkg-config +GIMP_LIBS= `${PKG_CONFIG} --libs gimp-2.0` +GIMP_THUMB_LIBS=`${PKG_CONFIG} --libs gimpthumb-2.0` +GIMP_UI_LIBS= `${PKG_CONFIG} --libs gimpui-2.0` + +LIB_DEPENDS+= gimp-2.0.0:${PORTSDIR}/graphics/gimp-app -.if defined(WITH_PYTHON) -USE_PYTHON= yes -# we need to manually include this, because USE_PYTHON is defined -# after including bsd.port.pre.mk -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtk2 -CONFIGURE_ARGS+= --enable-python -PLIST_SUB+= PYTHON:="" .else -CONFIGURE_ARGS+= --disable-python -PLIST_SUB+= PYTHON:="@comment " -.endif + +MAN1+= gimp-2.4.1 gimp-remote-2.4.1 gimptool-2.0.1 +MAN5+= gimprc-2.4.5 +MLINKS= gimp-2.4.1 gimp.1 \ + gimp-2.4.1 gimp-console-2.4.1 \ + gimp-console-2.4.1 gimp-console.1 \ + gimp-remote-2.4.1 gimp-remote.1 \ + gimprc-2.4.5 gimprc.5 .if defined(WITHOUT_RSVG) CONFIGURE_ARGS+= --without-librsvg @@ -88,33 +92,62 @@ USE_GNOME+= librsvg2 PLIST_SUB+= SVG="" .endif +.if defined(WITH_DEBUG) +CONFIGURE_ARGS+= --enable-debug +.endif + .if defined(WITH_MP) CONFIGURE_ARGS+= --enable-mp +.else +CONFIGURE_ARGS+= --disable-mp .endif -.if ${HAVE_GNOME:Mgnomepanel}!="" -USE_GNOME+= gnomepanel desktopfileutils -CONFIGURE_ARGS+= --with-desktop-dir=${LOCALBASE}/share/gnome -CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} -PLIST_SUB+= GNOMEPANEL:="" -GNOME_ENABLED= yes +.if ${HAVE_GNOME:Mgnomehier}!="" || defined(WITH_GNOME) +USE_GNOME+= desktopfileutils gnomehier +PLIST_SUB+= GNOME="" .else -PLIST_SUB+= GNOMEPANEL:="@comment " -CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} +PLIST_SUB+= GNOME="@comment " .endif -.if defined(WITH_HTML_HELP_BROWSER) +.if defined(WITH_HELPBROWSER) USE_GNOME+= libgtkhtml -PLIST_SUB+= HELPBROWSER:="" +CONFIGURE_ARGS+= --with-gtkhtml2 +PLIST_SUB+= HELPBROWSER="" .else -PLIST_SUB+= HELPBROWSER:="@comment " -post-patch: - @${REINPLACE_CMD} -e 's|\(have_gtkhtml2=\)yes|\1no|' ${WRKSRC}/configure +CONFIGURE_ARGS+= --without-gtkhtml2 +PLIST_SUB+= HELPBROWSER="@comment " .endif -.if defined(GNOME_ENABLED) +.if defined(WITH_DBUS) +LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +CONFIGURE_ARGS+= --with-dbus +.else +CONFIGURE_ARGS+= --without-dbus +.endif + +.if defined(WITH_GNOMEVFS) || ${HAVE_GNOME:Mgnomevfs2}!="" +LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring +USE_GNOME+= gnomevfs2 +.endif + +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|%%GIMP_LIBS%%|${GIMP_LIBS}|; \ + s|%%GIMP_THUMB_LIBS%%|${GIMP_THUMB_LIBS}|; \ + s|%%GIMP_UI_LIBS%%|${GIMP_UI_LIBS}|' \ + ${WRKSRC}/plug-ins/pygimp/Makefile.in + @${REINPLACE_CMD} -e 's|"libpng"|"libpng12"|' \ + ${WRKSRC}/configure + post-install: - @-update-desktop-database +.if !defined(GIMP_SLAVE) +.if ${HAVE_GNOME:Mgnomehier}!="" || defined(WITH_GNOME) + ${MKDIR} ${PREFIX}/share/mime-info ${PREFIX}/share/application-registry + ${INSTALL_DATA} ${WRKSRC}/desktop/gimp.applications ${PREFIX}/share/application-registry + ${INSTALL_DATA} ${WRKSRC}/desktop/gimp.keys ${PREFIX}/share/mime-info .endif +.endif + @-update-desktop-database .include <bsd.port.post.mk> diff --git a/graphics/gimp-app/distinfo b/graphics/gimp-app/distinfo index ae0dda79b2b5..2f4cdf59f741 100644 --- a/graphics/gimp-app/distinfo +++ b/graphics/gimp-app/distinfo @@ -1,3 +1,3 @@ -MD5 (gimp-2.2.17.tar.bz2) = 4f509ed4a605452d88e04045ff388d58 -SHA256 (gimp-2.2.17.tar.bz2) = 8a4d3b28b3a11ea7564df09c8990d1c90bc3dd713b1dde0737e08603854b01b4 -SIZE (gimp-2.2.17.tar.bz2) = 13102077 +MD5 (gimp-2.4.0.tar.bz2) = 35fecf14cd5237065aef624b93030d5e +SHA256 (gimp-2.4.0.tar.bz2) = ddeafb632050bba9163416c4a18c4cb8706b922c0fa99a0c216176584826a9dc +SIZE (gimp-2.4.0.tar.bz2) = 17617876 diff --git a/graphics/gimp-app/files/patch-aa b/graphics/gimp-app/files/patch-aa deleted file mode 100644 index 411ac92c931b..000000000000 --- a/graphics/gimp-app/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- app/main.c.orig Sun Oct 5 09:16:02 2003 -+++ app/main.c Mon Oct 6 12:14:34 2003 -@@ -23,6 +23,7 @@ - #include <signal.h> - #include <string.h> - #include <sys/types.h> -+#include <floatingpoint.h> - - #ifdef HAVE_SYS_WAIT_H - #include <sys/wait.h> -@@ -113,6 +114,9 @@ - /* Initialize variables */ - - full_prog_name = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - /* Initialize i18n support */ - diff --git a/graphics/gimp-app/files/patch-configure b/graphics/gimp-app/files/patch-configure index da42f67f8ca6..1a89a1cc26f4 100644 --- a/graphics/gimp-app/files/patch-configure +++ b/graphics/gimp-app/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Sun Mar 6 15:30:12 2005 -+++ configure Sun Mar 6 15:33:57 2005 -@@ -25925,6 +25925,7 @@ +--- configure.orig Thu Nov 23 15:16:53 2006 ++++ configure Sun Dec 31 19:29:32 2006 +@@ -29404,6 +29404,7 @@ if test "x$enable_gtktest" = "xyes" ; then ac_save_CFLAGS="$CFLAGS" ac_save_LIBS="$LIBS" @@ -8,9 +8,9 @@ CFLAGS="$CFLAGS $GTK_CFLAGS" LIBS="$GTK_LIBS $LIBS" rm -f conf.gtktest -@@ -33865,9 +33866,9 @@ +@@ -38514,9 +38515,9 @@ fi - fi; + -gimpdatadir="$datadir/$PACKAGE/2.0" -gimpplugindir="$libdir/$PACKAGE/2.0" @@ -19,5 +19,5 @@ +gimpplugindir="$libexecdir/$PACKAGE/2.2" +gimpsysconfdir="$sysconfdir/$PACKAGE/2.2" - localedir='${prefix}/${DATADIRNAME}/locale' + diff --git a/graphics/gimp-app/files/patch-desktop_Makefile.in b/graphics/gimp-app/files/patch-desktop_Makefile.in new file mode 100644 index 000000000000..62da49282658 --- /dev/null +++ b/graphics/gimp-app/files/patch-desktop_Makefile.in @@ -0,0 +1,33 @@ +--- desktop/Makefile.in.orig Mon Jan 1 02:31:10 2007 ++++ desktop/Makefile.in Mon Jan 1 02:33:44 2007 +@@ -65,8 +65,7 @@ + "$(DESTDIR)$(icons16dir)" "$(DESTDIR)$(icons22dir)" \ + "$(DESTDIR)$(icons24dir)" "$(DESTDIR)$(icons32dir)" \ + "$(DESTDIR)$(icons48dir)" "$(DESTDIR)$(icons64dir)" \ +- "$(DESTDIR)$(iconsscalabledir)" "$(DESTDIR)$(mimeinfodir)" \ +- "$(DESTDIR)$(registrydir)" ++ "$(DESTDIR)$(iconsscalabledir)" + applicationsDATA_INSTALL = $(INSTALL_DATA) + icons16DATA_INSTALL = $(INSTALL_DATA) + icons22DATA_INSTALL = $(INSTALL_DATA) +@@ -79,8 +78,7 @@ + registryDATA_INSTALL = $(INSTALL_DATA) + DATA = $(applications_DATA) $(icons16_DATA) $(icons22_DATA) \ + $(icons24_DATA) $(icons32_DATA) $(icons48_DATA) \ +- $(icons64_DATA) $(iconsscalable_DATA) $(mimeinfo_DATA) \ +- $(registry_DATA) ++ $(icons64_DATA) $(iconsscalable_DATA) + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + AA = @AA@ + ACLOCAL = @ACLOCAL@ +@@ -445,10 +443,6 @@ + desktop_files = $(desktop_in_files:.desktop.in.in=.desktop) + @DESKTOP_DATADIR_TRUE@applicationsdir = $(DESKTOP_DATADIR)/applications + @DESKTOP_DATADIR_TRUE@applications_DATA = $(desktop_files) +-@DESKTOP_DATADIR_TRUE@mimeinfodir = $(DESKTOP_DATADIR)/mime-info +-@DESKTOP_DATADIR_TRUE@mimeinfo_DATA = gimp.keys +-@DESKTOP_DATADIR_TRUE@registrydir = $(DESKTOP_DATADIR)/application-registry +-@DESKTOP_DATADIR_TRUE@registry_DATA = gimp.applications + @DESKTOP_DATADIR_TRUE@icons16dir = $(DESKTOP_DATADIR)/icons/hicolor/16x16/apps + @DESKTOP_DATADIR_TRUE@icons16_DATA = 16x16/gimp.png + @DESKTOP_DATADIR_TRUE@icons22dir = $(DESKTOP_DATADIR)/icons/hicolor/22x22/apps diff --git a/graphics/gimp-app/files/patch-am b/graphics/gimp-app/files/patch-libgimp_gimp.c index 45c58cbe59fe..a1bb86bbfda6 100644 --- a/graphics/gimp-app/files/patch-am +++ b/graphics/gimp-app/files/patch-libgimp_gimp.c @@ -1,6 +1,6 @@ ---- libgimp/gimp.c.orig Fri May 12 12:37:27 2000 -+++ libgimp/gimp.c Thu May 18 16:42:21 2000 -@@ -26,6 +26,7 @@ +--- libgimp/gimp.c.orig Fri Sep 1 06:14:32 2006 ++++ libgimp/gimp.c Sun Dec 31 15:56:37 2006 +@@ -29,6 +29,7 @@ #include <stdlib.h> #include <string.h> #include <sys/types.h> @@ -8,12 +8,13 @@ #ifdef HAVE_SYS_TIME_H #include <sys/time.h> -@@ -211,6 +212,9 @@ - } +@@ -291,6 +292,9 @@ + gimp_env_init (TRUE); progname = argv[0]; + + /* Ignore floating point exceptions */ + fpsetmask(0); - g_set_prgname (g_basename (progname)); + basename = g_path_get_basename (progname); + diff --git a/graphics/gimp-app/files/patch-plug-ins_common_url.c b/graphics/gimp-app/files/patch-plug-ins_common_url.c deleted file mode 100644 index bceff6df101c..000000000000 --- a/graphics/gimp-app/files/patch-plug-ins_common_url.c +++ /dev/null @@ -1,17 +0,0 @@ ---- plug-ins/common/url.c.orig Wed Dec 28 13:56:48 2005 -+++ plug-ins/common/url.c Wed Dec 28 13:58:33 2005 -@@ -186,10 +186,10 @@ - putenv ("LANG=C"); - #endif - -- execlp ("wget", -- "wget", "-v", "-e", "server-response=off", "-T", TIMEOUT, -- filename, "-O", tmpname, NULL); -- g_message ("exec() failed: wget: %s", g_strerror (errno)); -+ execlp ("fetch", -+ "fetch", "-T", TIMEOUT, -+ filename, "-p", "-o", tmpname, NULL); -+ g_message ("exec() failed: fetch: %s", g_strerror (errno)); - g_free (tmpname); - _exit (127); - } diff --git a/graphics/gimp-app/files/patch-plug-ins_print_print.c b/graphics/gimp-app/files/patch-plug-ins_print_print.c deleted file mode 100644 index 36f4bf7148cf..000000000000 --- a/graphics/gimp-app/files/patch-plug-ins_print_print.c +++ /dev/null @@ -1,11 +0,0 @@ ---- plug-ins/print/print.c.orig Tue Dec 26 07:43:54 2000 -+++ plug-ins/print/print.c Tue Dec 26 07:44:07 2000 -@@ -1417,7 +1417,7 @@ - - if (i < (sizeof(lpcs) / sizeof(lpcs[0]))) - { -- strcat(command, " status < /dev/null"); -+ strcat(command, " status all < /dev/null"); - type = PRINTERS_LPC; - } - else diff --git a/graphics/gimp-app/files/patch-plug-ins_pygimp_Makefile.in b/graphics/gimp-app/files/patch-plug-ins_pygimp_Makefile.in new file mode 100644 index 000000000000..efc3a8b311fe --- /dev/null +++ b/graphics/gimp-app/files/patch-plug-ins_pygimp_Makefile.in @@ -0,0 +1,97 @@ +--- plug-ins/pygimp/Makefile.in.orig Sun Dec 31 22:19:08 2006 ++++ plug-ins/pygimp/Makefile.in Sun Dec 31 22:22:17 2006 +@@ -64,10 +64,9 @@ + "$(DESTDIR)$(pygimpdir)" + pygimpLTLIBRARIES_INSTALL = $(INSTALL) + LTLIBRARIES = $(pygimp_LTLIBRARIES) +-am__DEPENDENCIES_1 = \ +- $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la +-am__DEPENDENCIES_2 = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la +-am__DEPENDENCIES_3 = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la ++am__DEPENDENCIES_1 = ++am__DEPENDENCIES_2 = ++am__DEPENDENCIES_3 = + am__DEPENDENCIES_4 = + _gimpenums_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_3) \ +@@ -75,11 +74,10 @@ + $(am__DEPENDENCIES_4) + am__gimpenums_la_OBJECTS = gimpenumsmodule.lo + _gimpenums_la_OBJECTS = $(am__gimpenums_la_OBJECTS) +-am__DEPENDENCIES_5 = \ +- $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la +-am__DEPENDENCIES_6 = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la +-am__DEPENDENCIES_7 = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la +-am__DEPENDENCIES_8 = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la ++am__DEPENDENCIES_5 = ++am__DEPENDENCIES_6 = ++am__DEPENDENCIES_7 = ++am__DEPENDENCIES_8 = + _gimpui_la_DEPENDENCIES = $(am__DEPENDENCIES_5) $(am__DEPENDENCIES_6) \ + $(am__DEPENDENCIES_7) $(am__DEPENDENCIES_8) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \ +@@ -99,7 +97,7 @@ + $(am__DEPENDENCIES_4) $(am__DEPENDENCIES_4) + am_gimpcolor_la_OBJECTS = gimpcolormodule.lo pygimp-colors.lo + gimpcolor_la_OBJECTS = $(am_gimpcolor_la_OBJECTS) +-am__DEPENDENCIES_9 = $(top_builddir)/libgimpthumb/libgimpthumb-$(GIMP_API_VERSION).la ++am__DEPENDENCIES_9 = + gimpthumb_la_DEPENDENCIES = $(am__DEPENDENCIES_9) \ + $(am__DEPENDENCIES_4) $(am__DEPENDENCIES_4) + am_gimpthumb_la_OBJECTS = gimpthumbmodule.lo gimpthumb.lo +@@ -531,9 +529,7 @@ + -export-symbols-regex initgimp + + gimp_la_LIBADD = \ +- $(libgimp) \ +- $(libgimpcolor) \ +- $(libgimpbase) \ ++ %%GIMP_LIBS%% \ + $(GLIB_LIBS) \ + $(PYLINK_LIBS) \ + $(RT_LIBS) +@@ -545,9 +541,7 @@ + -export-symbols-regex init_gimpenums + + _gimpenums_la_LIBADD = \ +- $(libgimp) \ +- $(libgimpcolor) \ +- $(libgimpbase) \ ++ %%GIMP_LIBS%% \ + $(GLIB_LIBS) \ + $(PYLINK_LIBS) \ + $(RT_LIBS) +@@ -562,7 +556,7 @@ + -export-symbols-regex initgimpcolor + + gimpcolor_la_LIBADD = \ +- $(libgimpcolor) \ ++ %%GIMP_LIBS%% \ + $(GLIB_LIBS) \ + $(PYLINK_LIBS) + +@@ -574,13 +568,8 @@ + -export-symbols-regex init_gimpui + + _gimpui_la_LIBADD = \ +- $(libgimpui) \ +- $(libgimpwidgets) \ +- $(libgimpconfig) \ +- $(libgimpmath) \ +- $(libgimp) \ +- $(libgimpcolor) \ +- $(libgimpbase) \ ++ %%GIMP_LIBS%% \ ++ %%GIMP_UI_LIBS%% \ + $(GTK_LIBS) \ + $(PYLINK_LIBS) \ + $(RT_LIBS) \ +@@ -594,7 +583,7 @@ + -export-symbols-regex initgimpthumb + + gimpthumb_la_LIBADD = \ +- $(libgimpthumb) \ ++ %%GIMP_THUMB_LIBS%% \ + $(GDK_PIXBUF_LIBS) \ + $(PYLINK_LIBS) + diff --git a/graphics/gimp-app/pkg-plist b/graphics/gimp-app/pkg-plist index 7c55b5c7667f..aa4888347220 100644 --- a/graphics/gimp-app/pkg-plist +++ b/graphics/gimp-app/pkg-plist @@ -1,11 +1,14 @@ bin/gimp -bin/gimp-2.2 +bin/gimp-2.4 +bin/gimp-console +bin/gimp-console-2.4 bin/gimp-remote -bin/gimp-remote-2.2 +bin/gimp-remote-2.4 bin/gimptool-2.0 etc/gimp/2.2/controllerrc etc/gimp/2.2/gimprc etc/gimp/2.2/gtkrc +etc/gimp/2.2/menurc etc/gimp/2.2/ps-menurc etc/gimp/2.2/sessionrc etc/gimp/2.2/templaterc @@ -19,6 +22,8 @@ include/gimp-2.0/libgimp/gimpbrushes_pdb.h include/gimp-2.0/libgimp/gimpbrushmenu.h include/gimp-2.0/libgimp/gimpbrushselect.h include/gimp-2.0/libgimp/gimpbrushselect_pdb.h +include/gimp-2.0/libgimp/gimpbrushselectbutton.h +include/gimp-2.0/libgimp/gimpbuffer_pdb.h include/gimp-2.0/libgimp/gimpchannel.h include/gimp-2.0/libgimp/gimpchannel_pdb.h include/gimp-2.0/libgimp/gimpcolor_pdb.h @@ -28,7 +33,6 @@ include/gimp-2.0/libgimp/gimpconvert_pdb.h include/gimp-2.0/libgimp/gimpdisplay_pdb.h include/gimp-2.0/libgimp/gimpdrawable.h include/gimp-2.0/libgimp/gimpdrawable_pdb.h -include/gimp-2.0/libgimp/gimpdrawablecombobox.h include/gimp-2.0/libgimp/gimpdrawablepreview.h include/gimp-2.0/libgimp/gimpdrawabletransform_pdb.h include/gimp-2.0/libgimp/gimpedit_pdb.h @@ -40,6 +44,8 @@ include/gimp-2.0/libgimp/gimpfontmenu.h include/gimp-2.0/libgimp/gimpfonts_pdb.h include/gimp-2.0/libgimp/gimpfontselect.h include/gimp-2.0/libgimp/gimpfontselect_pdb.h +include/gimp-2.0/libgimp/gimpfontselectbutton.h +include/gimp-2.0/libgimp/gimpgimprc.h include/gimp-2.0/libgimp/gimpgimprc_pdb.h include/gimp-2.0/libgimp/gimpgradient_pdb.h include/gimp-2.0/libgimp/gimpgradientmenu.h @@ -47,11 +53,14 @@ include/gimp-2.0/libgimp/gimpgradients.h include/gimp-2.0/libgimp/gimpgradients_pdb.h include/gimp-2.0/libgimp/gimpgradientselect.h include/gimp-2.0/libgimp/gimpgradientselect_pdb.h +include/gimp-2.0/libgimp/gimpgradientselectbutton.h +include/gimp-2.0/libgimp/gimpgrid_pdb.h include/gimp-2.0/libgimp/gimpguides_pdb.h include/gimp-2.0/libgimp/gimphelp_pdb.h include/gimp-2.0/libgimp/gimpimage.h include/gimp-2.0/libgimp/gimpimage_pdb.h include/gimp-2.0/libgimp/gimpimagecombobox.h +include/gimp-2.0/libgimp/gimpitemcombobox.h include/gimp-2.0/libgimp/gimplayer.h include/gimp-2.0/libgimp/gimplayer_pdb.h include/gimp-2.0/libgimp/gimpmenu.h @@ -65,6 +74,7 @@ include/gimp-2.0/libgimp/gimppalettes.h include/gimp-2.0/libgimp/gimppalettes_pdb.h include/gimp-2.0/libgimp/gimppaletteselect.h include/gimp-2.0/libgimp/gimppaletteselect_pdb.h +include/gimp-2.0/libgimp/gimppaletteselectbutton.h include/gimp-2.0/libgimp/gimpparasite_pdb.h include/gimp-2.0/libgimp/gimppaths_pdb.h include/gimp-2.0/libgimp/gimppattern_pdb.h @@ -73,17 +83,21 @@ include/gimp-2.0/libgimp/gimppatterns.h include/gimp-2.0/libgimp/gimppatterns_pdb.h include/gimp-2.0/libgimp/gimppatternselect.h include/gimp-2.0/libgimp/gimppatternselect_pdb.h +include/gimp-2.0/libgimp/gimppatternselectbutton.h include/gimp-2.0/libgimp/gimppixbuf.h include/gimp-2.0/libgimp/gimppixelfetcher.h include/gimp-2.0/libgimp/gimppixelrgn.h include/gimp-2.0/libgimp/gimpplugin.h include/gimp-2.0/libgimp/gimpplugin_pdb.h +include/gimp-2.0/libgimp/gimpprocbrowserdialog.h include/gimp-2.0/libgimp/gimpproceduraldb.h include/gimp-2.0/libgimp/gimpproceduraldb_pdb.h +include/gimp-2.0/libgimp/gimpprocview.h include/gimp-2.0/libgimp/gimpprogress.h include/gimp-2.0/libgimp/gimpprogress_pdb.h include/gimp-2.0/libgimp/gimpprogressbar.h include/gimp-2.0/libgimp/gimpregioniterator.h +include/gimp-2.0/libgimp/gimpselectbutton.h include/gimp-2.0/libgimp/gimpselection.h include/gimp-2.0/libgimp/gimpselection_pdb.h include/gimp-2.0/libgimp/gimpselectiontools_pdb.h @@ -95,16 +109,21 @@ include/gimp-2.0/libgimp/gimpui.h include/gimp-2.0/libgimp/gimpuitypes.h include/gimp-2.0/libgimp/gimpundo_pdb.h include/gimp-2.0/libgimp/gimpunit_pdb.h +include/gimp-2.0/libgimp/gimpvectors_pdb.h +include/gimp-2.0/libgimp/gimpzoompreview.h include/gimp-2.0/libgimpbase/gimpbase.h include/gimp-2.0/libgimpbase/gimpbaseenums.h include/gimp-2.0/libgimpbase/gimpbasetypes.h include/gimp-2.0/libgimpbase/gimpchecks.h +include/gimp-2.0/libgimpbase/gimpcpuaccel.h include/gimp-2.0/libgimpbase/gimpdatafiles.h include/gimp-2.0/libgimpbase/gimpenv.h include/gimp-2.0/libgimpbase/gimplimits.h include/gimp-2.0/libgimpbase/gimpmemsize.h +include/gimp-2.0/libgimpbase/gimpparam.h include/gimp-2.0/libgimpbase/gimpparasite.h include/gimp-2.0/libgimpbase/gimpparasiteio.h +include/gimp-2.0/libgimpbase/gimprectangle.h include/gimp-2.0/libgimpbase/gimpsignal.h include/gimp-2.0/libgimpbase/gimpunit.h include/gimp-2.0/libgimpbase/gimputils.h @@ -113,10 +132,25 @@ include/gimp-2.0/libgimpcolor/gimpadaptivesupersample.h include/gimp-2.0/libgimpcolor/gimpbilinear.h include/gimp-2.0/libgimpcolor/gimpcmyk.h include/gimp-2.0/libgimpcolor/gimpcolor.h +include/gimp-2.0/libgimpcolor/gimpcolormanaged.h include/gimp-2.0/libgimpcolor/gimpcolorspace.h include/gimp-2.0/libgimpcolor/gimpcolortypes.h +include/gimp-2.0/libgimpcolor/gimphsl.h include/gimp-2.0/libgimpcolor/gimphsv.h include/gimp-2.0/libgimpcolor/gimprgb.h +include/gimp-2.0/libgimpconfig/gimpcolorconfig-enums.h +include/gimp-2.0/libgimpconfig/gimpcolorconfig.h +include/gimp-2.0/libgimpconfig/gimpconfig-deserialize.h +include/gimp-2.0/libgimpconfig/gimpconfig-error.h +include/gimp-2.0/libgimpconfig/gimpconfig-iface.h +include/gimp-2.0/libgimpconfig/gimpconfig-params.h +include/gimp-2.0/libgimpconfig/gimpconfig-path.h +include/gimp-2.0/libgimpconfig/gimpconfig-serialize.h +include/gimp-2.0/libgimpconfig/gimpconfig-utils.h +include/gimp-2.0/libgimpconfig/gimpconfig.h +include/gimp-2.0/libgimpconfig/gimpconfigtypes.h +include/gimp-2.0/libgimpconfig/gimpconfigwriter.h +include/gimp-2.0/libgimpconfig/gimpscanner.h include/gimp-2.0/libgimpmath/gimpmath.h include/gimp-2.0/libgimpmath/gimpmathtypes.h include/gimp-2.0/libgimpmath/gimpmatrix.h @@ -131,6 +165,7 @@ include/gimp-2.0/libgimpthumb/gimpthumb-types.h include/gimp-2.0/libgimpthumb/gimpthumb-utils.h include/gimp-2.0/libgimpthumb/gimpthumb.h include/gimp-2.0/libgimpthumb/gimpthumbnail.h +include/gimp-2.0/libgimpwidgets/gimpbrowser.h include/gimp-2.0/libgimpwidgets/gimpbutton.h include/gimp-2.0/libgimpwidgets/gimpcellrenderercolor.h include/gimp-2.0/libgimpwidgets/gimpcellrenderertoggle.h @@ -141,6 +176,8 @@ include/gimp-2.0/libgimpwidgets/gimpcolordisplay.h include/gimp-2.0/libgimpwidgets/gimpcolordisplaystack.h include/gimp-2.0/libgimpwidgets/gimpcolorhexentry.h include/gimp-2.0/libgimpwidgets/gimpcolornotebook.h +include/gimp-2.0/libgimpwidgets/gimpcolorprofilecombobox.h +include/gimp-2.0/libgimpwidgets/gimpcolorprofilestore.h include/gimp-2.0/libgimpwidgets/gimpcolorscale.h include/gimp-2.0/libgimpwidgets/gimpcolorscales.h include/gimp-2.0/libgimpwidgets/gimpcolorselect.h @@ -148,29 +185,78 @@ include/gimp-2.0/libgimpwidgets/gimpcolorselection.h include/gimp-2.0/libgimpwidgets/gimpcolorselector.h include/gimp-2.0/libgimpwidgets/gimpcontroller.h include/gimp-2.0/libgimpwidgets/gimpdialog.h +include/gimp-2.0/libgimpwidgets/gimpenumcombobox.h +include/gimp-2.0/libgimpwidgets/gimpenumlabel.h +include/gimp-2.0/libgimpwidgets/gimpenumstore.h +include/gimp-2.0/libgimpwidgets/gimpenumwidgets.h include/gimp-2.0/libgimpwidgets/gimpfileentry.h include/gimp-2.0/libgimpwidgets/gimpframe.h include/gimp-2.0/libgimpwidgets/gimphelpui.h +include/gimp-2.0/libgimpwidgets/gimphintbox.h include/gimp-2.0/libgimpwidgets/gimpintcombobox.h include/gimp-2.0/libgimpwidgets/gimpintstore.h include/gimp-2.0/libgimpwidgets/gimpmemsizeentry.h +include/gimp-2.0/libgimpwidgets/gimpnumberpairentry.h include/gimp-2.0/libgimpwidgets/gimpoffsetarea.h include/gimp-2.0/libgimpwidgets/gimpoldwidgets.h +include/gimp-2.0/libgimpwidgets/gimppageselector.h include/gimp-2.0/libgimpwidgets/gimppatheditor.h include/gimp-2.0/libgimpwidgets/gimppickbutton.h include/gimp-2.0/libgimpwidgets/gimppixmap.h include/gimp-2.0/libgimpwidgets/gimppreview.h include/gimp-2.0/libgimpwidgets/gimppreviewarea.h +include/gimp-2.0/libgimpwidgets/gimppropwidgets.h include/gimp-2.0/libgimpwidgets/gimpquerybox.h include/gimp-2.0/libgimpwidgets/gimpscrolledpreview.h include/gimp-2.0/libgimpwidgets/gimpsizeentry.h include/gimp-2.0/libgimpwidgets/gimpstock.h +include/gimp-2.0/libgimpwidgets/gimpstringcombobox.h include/gimp-2.0/libgimpwidgets/gimpunitmenu.h include/gimp-2.0/libgimpwidgets/gimpwidgets.h +include/gimp-2.0/libgimpwidgets/gimpwidgetsenums.h include/gimp-2.0/libgimpwidgets/gimpwidgetstypes.h +include/gimp-2.0/libgimpwidgets/gimpzoommodel.h +lib/libgimp-2.0.a +lib/libgimp-2.0.la +lib/libgimp-2.0.so +lib/libgimp-2.0.so.0 +lib/libgimpbase-2.0.a +lib/libgimpbase-2.0.la +lib/libgimpbase-2.0.so +lib/libgimpbase-2.0.so.0 +lib/libgimpcolor-2.0.a +lib/libgimpcolor-2.0.la +lib/libgimpcolor-2.0.so +lib/libgimpcolor-2.0.so.0 +lib/libgimpconfig-2.0.a +lib/libgimpconfig-2.0.la +lib/libgimpconfig-2.0.so +lib/libgimpconfig-2.0.so.0 +lib/libgimpmath-2.0.a +lib/libgimpmath-2.0.la +lib/libgimpmath-2.0.so +lib/libgimpmath-2.0.so.0 +lib/libgimpmodule-2.0.a +lib/libgimpmodule-2.0.la +lib/libgimpmodule-2.0.so +lib/libgimpmodule-2.0.so.0 +lib/libgimpthumb-2.0.a +lib/libgimpthumb-2.0.la +lib/libgimpthumb-2.0.so +lib/libgimpthumb-2.0.so.0 +lib/libgimpui-2.0.a +lib/libgimpui-2.0.la +lib/libgimpui-2.0.so +lib/libgimpui-2.0.so.0 +lib/libgimpwidgets-2.0.a +lib/libgimpwidgets-2.0.la +lib/libgimpwidgets-2.0.so +lib/libgimpwidgets-2.0.so.0 +libdata/pkgconfig/gimp-2.0.pc +libdata/pkgconfig/gimpthumb-2.0.pc +libdata/pkgconfig/gimpui-2.0.pc libexec/gimp/2.2/environ/default.env -%%PYTHON:%%libexec/gimp/2.2/environ/pygimp.env -%%PYTHON:%%libexec/gimp/2.2/python/pygimp-logo.png +libexec/gimp/2.2/interpreters/default.interp libexec/gimp/2.2/modules/libcdisplay_colorblind.a libexec/gimp/2.2/modules/libcdisplay_colorblind.la libexec/gimp/2.2/modules/libcdisplay_colorblind.so @@ -180,6 +266,9 @@ libexec/gimp/2.2/modules/libcdisplay_gamma.so libexec/gimp/2.2/modules/libcdisplay_highcontrast.a libexec/gimp/2.2/modules/libcdisplay_highcontrast.la libexec/gimp/2.2/modules/libcdisplay_highcontrast.so +libexec/gimp/2.2/modules/libcdisplay_lcms.a +libexec/gimp/2.2/modules/libcdisplay_lcms.la +libexec/gimp/2.2/modules/libcdisplay_lcms.so libexec/gimp/2.2/modules/libcdisplay_proof.a libexec/gimp/2.2/modules/libcdisplay_proof.la libexec/gimp/2.2/modules/libcdisplay_proof.so @@ -205,6 +294,7 @@ libexec/gimp/2.2/plug-ins/aa libexec/gimp/2.2/plug-ins/align_layers libexec/gimp/2.2/plug-ins/animationplay libexec/gimp/2.2/plug-ins/animoptimize +libexec/gimp/2.2/plug-ins/antialias libexec/gimp/2.2/plug-ins/apply_lens libexec/gimp/2.2/plug-ins/autocrop libexec/gimp/2.2/plug-ins/autostretch_hsv @@ -218,10 +308,9 @@ libexec/gimp/2.2/plug-ins/cartoon libexec/gimp/2.2/plug-ins/ccanalyze libexec/gimp/2.2/plug-ins/channel_mixer libexec/gimp/2.2/plug-ins/checkerboard -%%PYTHON:%%libexec/gimp/2.2/plug-ins/clothify.py libexec/gimp/2.2/plug-ins/color_enhance libexec/gimp/2.2/plug-ins/colorify -%%PYTHON:%%libexec/gimp/2.2/plug-ins/colorxhtml.py +libexec/gimp/2.2/plug-ins/colormap-remap libexec/gimp/2.2/plug-ins/colortoalpha libexec/gimp/2.2/plug-ins/compose libexec/gimp/2.2/plug-ins/compressor @@ -232,6 +321,7 @@ libexec/gimp/2.2/plug-ins/curve_bend libexec/gimp/2.2/plug-ins/decompose libexec/gimp/2.2/plug-ins/deinterlace libexec/gimp/2.2/plug-ins/depthmerge +libexec/gimp/2.2/plug-ins/desktop-link libexec/gimp/2.2/plug-ins/despeckle libexec/gimp/2.2/plug-ins/destripe libexec/gimp/2.2/plug-ins/dicom @@ -247,7 +337,6 @@ libexec/gimp/2.2/plug-ins/film libexec/gimp/2.2/plug-ins/fits libexec/gimp/2.2/plug-ins/flame libexec/gimp/2.2/plug-ins/flarefx -%%PYTHON:%%libexec/gimp/2.2/plug-ins/foggify.py libexec/gimp/2.2/plug-ins/fp libexec/gimp/2.2/plug-ins/fractaltrace libexec/gimp/2.2/plug-ins/gauss @@ -257,22 +346,20 @@ libexec/gimp/2.2/plug-ins/gee_zoom libexec/gimp/2.2/plug-ins/gfig libexec/gimp/2.2/plug-ins/gflare libexec/gimp/2.2/plug-ins/gfli -libexec/gimp/2.2/plug-ins/gif -libexec/gimp/2.2/plug-ins/gifload +libexec/gimp/2.2/plug-ins/gif-load +libexec/gimp/2.2/plug-ins/gif-save libexec/gimp/2.2/plug-ins/gih -%%PYTHON:%%libexec/gimp/2.2/plug-ins/gimpcons.py libexec/gimp/2.2/plug-ins/gimpressionist libexec/gimp/2.2/plug-ins/glasstile libexec/gimp/2.2/plug-ins/glob libexec/gimp/2.2/plug-ins/gqbist libexec/gimp/2.2/plug-ins/gradmap libexec/gimp/2.2/plug-ins/grid -%%PYTHON:%%libexec/gimp/2.2/plug-ins/gtkcons.py libexec/gimp/2.2/plug-ins/gtm libexec/gimp/2.2/plug-ins/guillotine libexec/gimp/2.2/plug-ins/header libexec/gimp/2.2/plug-ins/help -%%HELPBROWSER:%%libexec/gimp/2.2/plug-ins/helpbrowser +%%HELPBROWSER%%libexec/gimp/2.2/plug-ins/helpbrowser libexec/gimp/2.2/plug-ins/hot libexec/gimp/2.2/plug-ins/ifscompose libexec/gimp/2.2/plug-ins/illusion @@ -281,12 +368,15 @@ libexec/gimp/2.2/plug-ins/iwarp libexec/gimp/2.2/plug-ins/jigsaw libexec/gimp/2.2/plug-ins/jpeg libexec/gimp/2.2/plug-ins/laplace +libexec/gimp/2.2/plug-ins/lcms +libexec/gimp/2.2/plug-ins/lens libexec/gimp/2.2/plug-ins/lic libexec/gimp/2.2/plug-ins/mail libexec/gimp/2.2/plug-ins/mapcolor libexec/gimp/2.2/plug-ins/max_rgb libexec/gimp/2.2/plug-ins/maze libexec/gimp/2.2/plug-ins/mblur +libexec/gimp/2.2/plug-ins/metadata libexec/gimp/2.2/plug-ins/mng libexec/gimp/2.2/plug-ins/mosaic libexec/gimp/2.2/plug-ins/neon @@ -300,7 +390,6 @@ libexec/gimp/2.2/plug-ins/pagecurl libexec/gimp/2.2/plug-ins/papertile libexec/gimp/2.2/plug-ins/pat libexec/gimp/2.2/plug-ins/pcx -%%PYTHON:%%libexec/gimp/2.2/plug-ins/pdbbrowse.py libexec/gimp/2.2/plug-ins/photocopy libexec/gimp/2.2/plug-ins/pix libexec/gimp/2.2/plug-ins/pixelize @@ -309,15 +398,16 @@ libexec/gimp/2.2/plug-ins/plugin-browser libexec/gimp/2.2/plug-ins/png libexec/gimp/2.2/plug-ins/pnm libexec/gimp/2.2/plug-ins/polar +libexec/gimp/2.2/plug-ins/poppler libexec/gimp/2.2/plug-ins/postscript libexec/gimp/2.2/plug-ins/procedure-browser -libexec/gimp/2.2/plug-ins/psd -libexec/gimp/2.2/plug-ins/psd_save +libexec/gimp/2.2/plug-ins/psd-load +libexec/gimp/2.2/plug-ins/psd-save libexec/gimp/2.2/plug-ins/psp -%%PYTHON:%%libexec/gimp/2.2/plug-ins/py-slice.py libexec/gimp/2.2/plug-ins/randomize libexec/gimp/2.2/plug-ins/raw libexec/gimp/2.2/plug-ins/rcm +libexec/gimp/2.2/plug-ins/redeye libexec/gimp/2.2/plug-ins/retinex libexec/gimp/2.2/plug-ins/ripple libexec/gimp/2.2/plug-ins/rotate @@ -325,7 +415,6 @@ libexec/gimp/2.2/plug-ins/sample_colorize libexec/gimp/2.2/plug-ins/scatter_hsv libexec/gimp/2.2/plug-ins/screenshot libexec/gimp/2.2/plug-ins/script-fu -%%PYTHON:%%libexec/gimp/2.2/plug-ins/shadow_bevel.py libexec/gimp/2.2/plug-ins/sel2path libexec/gimp/2.2/plug-ins/sel_gauss libexec/gimp/2.2/plug-ins/semiflatten @@ -342,23 +431,23 @@ libexec/gimp/2.2/plug-ins/spheredesigner libexec/gimp/2.2/plug-ins/spread libexec/gimp/2.2/plug-ins/struc libexec/gimp/2.2/plug-ins/sunras -%%SVG%%libexec/gimp/2.2/plug-ins/svg +libexec/gimp/2.2/plug-ins/svg libexec/gimp/2.2/plug-ins/tga libexec/gimp/2.2/plug-ins/threshold_alpha -libexec/gimp/2.2/plug-ins/tiff +libexec/gimp/2.2/plug-ins/tiff-load +libexec/gimp/2.2/plug-ins/tiff-save libexec/gimp/2.2/plug-ins/tile libexec/gimp/2.2/plug-ins/tileit libexec/gimp/2.2/plug-ins/tiler libexec/gimp/2.2/plug-ins/uniteditor libexec/gimp/2.2/plug-ins/unsharp -libexec/gimp/2.2/plug-ins/url +libexec/gimp/2.2/plug-ins/uri libexec/gimp/2.2/plug-ins/video libexec/gimp/2.2/plug-ins/vinvert libexec/gimp/2.2/plug-ins/vpropagate libexec/gimp/2.2/plug-ins/warp libexec/gimp/2.2/plug-ins/waves libexec/gimp/2.2/plug-ins/webbrowser -%%PYTHON:%%libexec/gimp/2.2/plug-ins/whirlpinch.py libexec/gimp/2.2/plug-ins/whirlpinch libexec/gimp/2.2/plug-ins/wind libexec/gimp/2.2/plug-ins/winicon @@ -368,71 +457,25 @@ libexec/gimp/2.2/plug-ins/xjt libexec/gimp/2.2/plug-ins/xpm libexec/gimp/2.2/plug-ins/xwd libexec/gimp/2.2/plug-ins/zealouscrop -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.a -%%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.la -%%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.so -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowsermodule.a -%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowsermodule.la -%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowsermodule.so -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyo -lib/libgimp-2.0.a -lib/libgimp-2.0.la -lib/libgimp-2.0.so -lib/libgimp-2.0.so.%%SHLIBVER%% -lib/libgimpbase-2.0.a -lib/libgimpbase-2.0.la -lib/libgimpbase-2.0.so -lib/libgimpbase-2.0.so.%%SHLIBVER%% -lib/libgimpcolor-2.0.a -lib/libgimpcolor-2.0.la -lib/libgimpcolor-2.0.so -lib/libgimpcolor-2.0.so.%%SHLIBVER%% -lib/libgimpmath-2.0.a -lib/libgimpmath-2.0.la -lib/libgimpmath-2.0.so -lib/libgimpmath-2.0.so.%%SHLIBVER%% -lib/libgimpmodule-2.0.a -lib/libgimpmodule-2.0.la -lib/libgimpmodule-2.0.so -lib/libgimpmodule-2.0.so.%%SHLIBVER%% -lib/libgimpthumb-2.0.a -lib/libgimpthumb-2.0.la -lib/libgimpthumb-2.0.so -lib/libgimpthumb-2.0.so.%%SHLIBVER%% -lib/libgimpui-2.0.a -lib/libgimpui-2.0.la -lib/libgimpui-2.0.so -lib/libgimpui-2.0.so.%%SHLIBVER%% -lib/libgimpwidgets-2.0.a -lib/libgimpwidgets-2.0.la -lib/libgimpwidgets-2.0.so -lib/libgimpwidgets-2.0.so.%%SHLIBVER%% -libdata/pkgconfig/gimp-2.0.pc -libdata/pkgconfig/gimpthumb-2.0.pc -libdata/pkgconfig/gimpui-2.0.pc share/aclocal/gimp-2.0.m4 +share/applications/gimp.desktop share/doc/gimp/libgimp/GimpAspectPreview.html +share/doc/gimp/libgimp/GimpBrushSelectButton.html share/doc/gimp/libgimp/GimpDrawablePreview.html +share/doc/gimp/libgimp/GimpFontSelectButton.html +share/doc/gimp/libgimp/GimpGradientSelectButton.html +share/doc/gimp/libgimp/GimpImageComboBox.html +share/doc/gimp/libgimp/GimpPaletteSelectButton.html +share/doc/gimp/libgimp/GimpPatternSelectButton.html +share/doc/gimp/libgimp/GimpProcBrowserDialog.html share/doc/gimp/libgimp/GimpProgressBar.html -share/doc/gimp/libgimp/gimpdefinitions.html +share/doc/gimp/libgimp/GimpSelectButton.html +share/doc/gimp/libgimp/GimpZoomPreview.html share/doc/gimp/libgimp/home.png share/doc/gimp/libgimp/index.html share/doc/gimp/libgimp/index.sgml share/doc/gimp/libgimp/left.png +share/doc/gimp/libgimp/libgimp-GimpItemComboBox.html share/doc/gimp/libgimp/libgimp-data.html share/doc/gimp/libgimp/libgimp-general.html share/doc/gimp/libgimp/libgimp-gimp.html @@ -440,13 +483,13 @@ share/doc/gimp/libgimp/libgimp-gimpbrush.html share/doc/gimp/libgimp/libgimp-gimpbrushes.html share/doc/gimp/libgimp/libgimp-gimpbrushmenu.html share/doc/gimp/libgimp/libgimp-gimpbrushselect.html +share/doc/gimp/libgimp/libgimp-gimpbuffer.html share/doc/gimp/libgimp/libgimp-gimpchannel.html share/doc/gimp/libgimp/libgimp-gimpcolor.html share/doc/gimp/libgimp/libgimp-gimpcontext.html share/doc/gimp/libgimp/libgimp-gimpconvert.html share/doc/gimp/libgimp/libgimp-gimpdisplay.html share/doc/gimp/libgimp/libgimp-gimpdrawable.html -share/doc/gimp/libgimp/libgimp-gimpdrawablecombobox.html share/doc/gimp/libgimp/libgimp-gimpdrawabletransform.html share/doc/gimp/libgimp/libgimp-gimpedit.html share/doc/gimp/libgimp/libgimp-gimpenums.html @@ -461,10 +504,10 @@ share/doc/gimp/libgimp/libgimp-gimpgradient.html share/doc/gimp/libgimp/libgimp-gimpgradientmenu.html share/doc/gimp/libgimp/libgimp-gimpgradients.html share/doc/gimp/libgimp/libgimp-gimpgradientselect.html +share/doc/gimp/libgimp/libgimp-gimpgrid.html share/doc/gimp/libgimp/libgimp-gimpguides.html share/doc/gimp/libgimp/libgimp-gimphelp.html share/doc/gimp/libgimp/libgimp-gimpimage.html -share/doc/gimp/libgimp/libgimp-gimpimagecombobox.html share/doc/gimp/libgimp/libgimp-gimplayer.html share/doc/gimp/libgimp/libgimp-gimpmenu.html share/doc/gimp/libgimp/libgimp-gimpmessage.html @@ -482,6 +525,7 @@ share/doc/gimp/libgimp/libgimp-gimppixelfetcher.html share/doc/gimp/libgimp/libgimp-gimppixelrgn.html share/doc/gimp/libgimp/libgimp-gimpplugin.html share/doc/gimp/libgimp/libgimp-gimpproceduraldb.html +share/doc/gimp/libgimp/libgimp-gimpprocview.html share/doc/gimp/libgimp/libgimp-gimpprogress.html share/doc/gimp/libgimp/libgimp-gimpregioniterator.html share/doc/gimp/libgimp/libgimp-gimpselection.html @@ -490,7 +534,12 @@ share/doc/gimp/libgimp/libgimp-gimptile.html share/doc/gimp/libgimp/libgimp-gimptools.html share/doc/gimp/libgimp/libgimp-gimpui.html share/doc/gimp/libgimp/libgimp-gimpundo.html +share/doc/gimp/libgimp/libgimp-gimpvectors.html share/doc/gimp/libgimp/libgimp-image.html +share/doc/gimp/libgimp/libgimp-index-deprecated.html +share/doc/gimp/libgimp/libgimp-index-new-in-2-2.html +share/doc/gimp/libgimp/libgimp-index-new-in-2-4.html +share/doc/gimp/libgimp/libgimp-index.html share/doc/gimp/libgimp/libgimp-selectors.html share/doc/gimp/libgimp/libgimp.devhelp share/doc/gimp/libgimp/libgimp.devhelp2 @@ -507,18 +556,23 @@ share/doc/gimp/libgimpbase/left.png share/doc/gimp/libgimpbase/libgimpbase-gimpbaseenums.html share/doc/gimp/libgimpbase/libgimpbase-gimpbasetypes.html share/doc/gimp/libgimpbase/libgimpbase-gimpchecks.html +share/doc/gimp/libgimpbase/libgimpbase-gimpcpuaccel.html share/doc/gimp/libgimpbase/libgimpbase-gimpdatafiles.html share/doc/gimp/libgimpbase/libgimpbase-gimpenv.html share/doc/gimp/libgimpbase/libgimpbase-gimplimits.html share/doc/gimp/libgimpbase/libgimpbase-gimpmemsize.html +share/doc/gimp/libgimpbase/libgimpbase-gimpparam.html share/doc/gimp/libgimpbase/libgimpbase-gimpparasite.html share/doc/gimp/libgimpbase/libgimpbase-gimpparasiteio.html -share/doc/gimp/libgimpbase/libgimpbase-gimpprotocol.html +share/doc/gimp/libgimpbase/libgimpbase-gimprectangle.html share/doc/gimp/libgimpbase/libgimpbase-gimpsignal.html share/doc/gimp/libgimpbase/libgimpbase-gimpunit.html share/doc/gimp/libgimpbase/libgimpbase-gimputils.html share/doc/gimp/libgimpbase/libgimpbase-gimpversion.html -share/doc/gimp/libgimpbase/libgimpbase-gimpwire.html +share/doc/gimp/libgimpbase/libgimpbase-index-deprecated.html +share/doc/gimp/libgimpbase/libgimpbase-index-new-in-2-2.html +share/doc/gimp/libgimpbase/libgimpbase-index-new-in-2-4.html +share/doc/gimp/libgimpbase/libgimpbase-index.html share/doc/gimp/libgimpbase/libgimpbase.devhelp share/doc/gimp/libgimpbase/libgimpbase.devhelp2 share/doc/gimp/libgimpbase/libgimpbase.html @@ -529,31 +583,64 @@ share/doc/gimp/libgimpcolor/home.png share/doc/gimp/libgimpcolor/index.html share/doc/gimp/libgimpcolor/index.sgml share/doc/gimp/libgimpcolor/left.png -share/doc/gimp/libgimpcolor/style.css share/doc/gimp/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html share/doc/gimp/libgimpcolor/libgimpcolor-GimpBilinear.html share/doc/gimp/libgimpcolor/libgimpcolor-GimpCMYK.html +share/doc/gimp/libgimpcolor/libgimpcolor-GimpColorManaged.html share/doc/gimp/libgimpcolor/libgimpcolor-GimpColorSpace.html share/doc/gimp/libgimpcolor/libgimpcolor-GimpHSV.html share/doc/gimp/libgimpcolor/libgimpcolor-GimpRGB.html +share/doc/gimp/libgimpcolor/libgimpcolor-index-deprecated.html +share/doc/gimp/libgimpcolor/libgimpcolor-index-new-in-2-2.html +share/doc/gimp/libgimpcolor/libgimpcolor-index-new-in-2-4.html +share/doc/gimp/libgimpcolor/libgimpcolor-index.html share/doc/gimp/libgimpcolor/libgimpcolor.devhelp share/doc/gimp/libgimpcolor/libgimpcolor.devhelp2 share/doc/gimp/libgimpcolor/libgimpcolor.html share/doc/gimp/libgimpcolor/right.png +share/doc/gimp/libgimpcolor/style.css share/doc/gimp/libgimpcolor/up.png +share/doc/gimp/libgimpconfig/GimpColorConfig.html +share/doc/gimp/libgimpconfig/home.png +share/doc/gimp/libgimpconfig/index.html +share/doc/gimp/libgimpconfig/index.sgml +share/doc/gimp/libgimpconfig/left.png +share/doc/gimp/libgimpconfig/libgimpconfig-GimpConfig.html +share/doc/gimp/libgimpconfig/libgimpconfig-GimpConfigError.html +share/doc/gimp/libgimpconfig/libgimpconfig-GimpConfigWriter.html +share/doc/gimp/libgimpconfig/libgimpconfig-GimpScanner.html +share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-deserialize.html +share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-params.html +share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-path.html +share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-serialize.html +share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-utils.html +share/doc/gimp/libgimpconfig/libgimpconfig-hierarchy.html +share/doc/gimp/libgimpconfig/libgimpconfig-index-deprecated.html +share/doc/gimp/libgimpconfig/libgimpconfig-index-new-in-2-4.html +share/doc/gimp/libgimpconfig/libgimpconfig-index.html +share/doc/gimp/libgimpconfig/libgimpconfig.devhelp +share/doc/gimp/libgimpconfig/libgimpconfig.devhelp2 +share/doc/gimp/libgimpconfig/libgimpconfig.html +share/doc/gimp/libgimpconfig/right.png +share/doc/gimp/libgimpconfig/style.css +share/doc/gimp/libgimpconfig/up.png share/doc/gimp/libgimpmath/home.png share/doc/gimp/libgimpmath/index.html share/doc/gimp/libgimpmath/index.sgml share/doc/gimp/libgimpmath/left.png -share/doc/gimp/libgimpmath/style.css share/doc/gimp/libgimpmath/libgimpmath-GimpMD5.html share/doc/gimp/libgimpmath/libgimpmath-GimpMath.html share/doc/gimp/libgimpmath/libgimpmath-GimpMatrix.html share/doc/gimp/libgimpmath/libgimpmath-GimpVector.html +share/doc/gimp/libgimpmath/libgimpmath-index-deprecated.html +share/doc/gimp/libgimpmath/libgimpmath-index-new-in-2-2.html +share/doc/gimp/libgimpmath/libgimpmath-index-new-in-2-4.html +share/doc/gimp/libgimpmath/libgimpmath-index.html share/doc/gimp/libgimpmath/libgimpmath.devhelp share/doc/gimp/libgimpmath/libgimpmath.devhelp2 share/doc/gimp/libgimpmath/libgimpmath.html share/doc/gimp/libgimpmath/right.png +share/doc/gimp/libgimpmath/style.css share/doc/gimp/libgimpmath/up.png share/doc/gimp/libgimpmodule/GimpModule.html share/doc/gimp/libgimpmodule/GimpModuleDB.html @@ -561,11 +648,15 @@ share/doc/gimp/libgimpmodule/home.png share/doc/gimp/libgimpmodule/index.html share/doc/gimp/libgimpmodule/index.sgml share/doc/gimp/libgimpmodule/left.png -share/doc/gimp/libgimpmodule/style.css +share/doc/gimp/libgimpmodule/libgimpmodule-index-deprecated.html +share/doc/gimp/libgimpmodule/libgimpmodule-index-new-in-2-2.html +share/doc/gimp/libgimpmodule/libgimpmodule-index-new-in-2-4.html +share/doc/gimp/libgimpmodule/libgimpmodule-index.html share/doc/gimp/libgimpmodule/libgimpmodule.devhelp share/doc/gimp/libgimpmodule/libgimpmodule.devhelp2 share/doc/gimp/libgimpmodule/libgimpmodule.html share/doc/gimp/libgimpmodule/right.png +share/doc/gimp/libgimpmodule/style.css share/doc/gimp/libgimpmodule/up.png share/doc/gimp/libgimpthumb/GimpThumbnail.html share/doc/gimp/libgimpthumb/home.png @@ -575,12 +666,17 @@ share/doc/gimp/libgimpthumb/left.png share/doc/gimp/libgimpthumb/libgimpthumb-gimpthumb-enums.html share/doc/gimp/libgimpthumb/libgimpthumb-gimpthumb-error.html share/doc/gimp/libgimpthumb/libgimpthumb-gimpthumb-utils.html +share/doc/gimp/libgimpthumb/libgimpthumb-index-deprecated.html +share/doc/gimp/libgimpthumb/libgimpthumb-index-new-in-2-2.html +share/doc/gimp/libgimpthumb/libgimpthumb-index-new-in-2-4.html +share/doc/gimp/libgimpthumb/libgimpthumb-index.html share/doc/gimp/libgimpthumb/libgimpthumb.devhelp share/doc/gimp/libgimpthumb/libgimpthumb.devhelp2 share/doc/gimp/libgimpthumb/libgimpthumb.html share/doc/gimp/libgimpthumb/right.png share/doc/gimp/libgimpthumb/style.css share/doc/gimp/libgimpthumb/up.png +share/doc/gimp/libgimpwidgets/GimpBrowser.html share/doc/gimp/libgimpwidgets/GimpButton.html share/doc/gimp/libgimpwidgets/GimpCellRendererColor.html share/doc/gimp/libgimpwidgets/GimpCellRendererToggle.html @@ -591,6 +687,8 @@ share/doc/gimp/libgimpwidgets/GimpColorDisplay.html share/doc/gimp/libgimpwidgets/GimpColorDisplayStack.html share/doc/gimp/libgimpwidgets/GimpColorHexEntry.html share/doc/gimp/libgimpwidgets/GimpColorNotebook.html +share/doc/gimp/libgimpwidgets/GimpColorProfileComboBox.html +share/doc/gimp/libgimpwidgets/GimpColorProfileStore.html share/doc/gimp/libgimpwidgets/GimpColorScale.html share/doc/gimp/libgimpwidgets/GimpColorScales.html share/doc/gimp/libgimpwidgets/GimpColorSelect.html @@ -598,26 +696,61 @@ share/doc/gimp/libgimpwidgets/GimpColorSelection.html share/doc/gimp/libgimpwidgets/GimpColorSelector.html share/doc/gimp/libgimpwidgets/GimpController.html share/doc/gimp/libgimpwidgets/GimpDialog.html +share/doc/gimp/libgimpwidgets/GimpEnumComboBox.html +share/doc/gimp/libgimpwidgets/GimpEnumLabel.html +share/doc/gimp/libgimpwidgets/GimpEnumStore.html share/doc/gimp/libgimpwidgets/GimpFileEntry.html share/doc/gimp/libgimpwidgets/GimpFrame.html share/doc/gimp/libgimpwidgets/GimpIntComboBox.html share/doc/gimp/libgimpwidgets/GimpIntStore.html share/doc/gimp/libgimpwidgets/GimpMemsizeEntry.html +share/doc/gimp/libgimpwidgets/GimpNumberPairEntry.html share/doc/gimp/libgimpwidgets/GimpOffsetArea.html +share/doc/gimp/libgimpwidgets/GimpPageSelector.html share/doc/gimp/libgimpwidgets/GimpPathEditor.html share/doc/gimp/libgimpwidgets/GimpPickButton.html share/doc/gimp/libgimpwidgets/GimpPixmap.html share/doc/gimp/libgimpwidgets/GimpPreview.html share/doc/gimp/libgimpwidgets/GimpPreviewArea.html +share/doc/gimp/libgimpwidgets/GimpScrolledPreview.html share/doc/gimp/libgimpwidgets/GimpSizeEntry.html +share/doc/gimp/libgimpwidgets/GimpStringComboBox.html share/doc/gimp/libgimpwidgets/GimpUnitMenu.html +share/doc/gimp/libgimpwidgets/GimpZoomModel.html +share/doc/gimp/libgimpwidgets/gimp-browser.png +share/doc/gimp/libgimpwidgets/gimp-button.png +share/doc/gimp/libgimpwidgets/gimp-chain-button.png +share/doc/gimp/libgimpwidgets/gimp-color-area.png +share/doc/gimp/libgimpwidgets/gimp-color-button.png +share/doc/gimp/libgimpwidgets/gimp-color-hex-entry.png +share/doc/gimp/libgimpwidgets/gimp-color-profile-combo-box.png +share/doc/gimp/libgimpwidgets/gimp-color-scale.png +share/doc/gimp/libgimpwidgets/gimp-color-selection.png +share/doc/gimp/libgimpwidgets/gimp-dialog.png +share/doc/gimp/libgimpwidgets/gimp-enum-combo-box.png +share/doc/gimp/libgimpwidgets/gimp-enum-label.png +share/doc/gimp/libgimpwidgets/gimp-file-entry.png +share/doc/gimp/libgimpwidgets/gimp-frame.png +share/doc/gimp/libgimpwidgets/gimp-hint-box.png +share/doc/gimp/libgimpwidgets/gimp-int-combo-box.png +share/doc/gimp/libgimpwidgets/gimp-memsize-entry.png +share/doc/gimp/libgimpwidgets/gimp-number-pair-entry.png +share/doc/gimp/libgimpwidgets/gimp-offset-area.png +share/doc/gimp/libgimpwidgets/gimp-page-selector.png +share/doc/gimp/libgimpwidgets/gimp-path-editor.png +share/doc/gimp/libgimpwidgets/gimp-pick-button.png +share/doc/gimp/libgimpwidgets/gimp-preview-area.png +share/doc/gimp/libgimpwidgets/gimp-string-combo-box.png +share/doc/gimp/libgimpwidgets/gimp-unit-menu.png share/doc/gimp/libgimpwidgets/home.png share/doc/gimp/libgimpwidgets/index.html share/doc/gimp/libgimpwidgets/index.sgml share/doc/gimp/libgimpwidgets/left.png +share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpEnumWidgets.html share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpHelpUI.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpHintBox.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpPropWidgets.html share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpQueryBox.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpScrolledPreview.html share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpStock.html share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpWidgets.html share/doc/gimp/libgimpwidgets/libgimpwidgets-cell-renderers.html @@ -625,8 +758,13 @@ share/doc/gimp/libgimpwidgets/libgimpwidgets-colordisplay.html share/doc/gimp/libgimpwidgets/libgimpwidgets-colorselector.html share/doc/gimp/libgimpwidgets/libgimpwidgets-controller.html share/doc/gimp/libgimpwidgets/libgimpwidgets-deprecated.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-gallery.html share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html share/doc/gimp/libgimpwidgets/libgimpwidgets-hierarchy.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-index-deprecated.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-index-new-in-2-2.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-index-new-in-2-4.html +share/doc/gimp/libgimpwidgets/libgimpwidgets-index.html share/doc/gimp/libgimpwidgets/libgimpwidgets-utils.html share/doc/gimp/libgimpwidgets/libgimpwidgets-widgets.html share/doc/gimp/libgimpwidgets/libgimpwidgets.devhelp @@ -675,9 +813,23 @@ share/doc/gimp/libgimpwidgets/stock-color-picker-black-18.png share/doc/gimp/libgimpwidgets/stock-color-picker-gray-18.png share/doc/gimp/libgimpwidgets/stock-color-picker-white-18.png share/doc/gimp/libgimpwidgets/stock-color-triangle-16.png +share/doc/gimp/libgimpwidgets/stock-colormap-16.png +share/doc/gimp/libgimpwidgets/stock-colormap-24.png +share/doc/gimp/libgimpwidgets/stock-controller-16.png +share/doc/gimp/libgimpwidgets/stock-controller-24.png +share/doc/gimp/libgimpwidgets/stock-controller-keyboard-16.png +share/doc/gimp/libgimpwidgets/stock-controller-keyboard-24.png +share/doc/gimp/libgimpwidgets/stock-controller-linux-input-16.png +share/doc/gimp/libgimpwidgets/stock-controller-linux-input-24.png +share/doc/gimp/libgimpwidgets/stock-controller-midi-16.png +share/doc/gimp/libgimpwidgets/stock-controller-midi-24.png +share/doc/gimp/libgimpwidgets/stock-controller-wheel-16.png +share/doc/gimp/libgimpwidgets/stock-controller-wheel-24.png share/doc/gimp/libgimpwidgets/stock-convert-grayscale-16.png share/doc/gimp/libgimpwidgets/stock-convert-indexed-16.png share/doc/gimp/libgimpwidgets/stock-convert-rgb-16.png +share/doc/gimp/libgimpwidgets/stock-cursor-16.png +share/doc/gimp/libgimpwidgets/stock-cursor-24.png share/doc/gimp/libgimpwidgets/stock-curve-free-16.png share/doc/gimp/libgimpwidgets/stock-curve-smooth-16.png share/doc/gimp/libgimpwidgets/stock-default-colors-12.png @@ -685,6 +837,16 @@ share/doc/gimp/libgimpwidgets/stock-device-status-16.png share/doc/gimp/libgimpwidgets/stock-device-status-24.png share/doc/gimp/libgimpwidgets/stock-display-filter-16.png share/doc/gimp/libgimpwidgets/stock-display-filter-24.png +share/doc/gimp/libgimpwidgets/stock-display-filter-colorblind-16.png +share/doc/gimp/libgimpwidgets/stock-display-filter-colorblind-24.png +share/doc/gimp/libgimpwidgets/stock-display-filter-contrast-16.png +share/doc/gimp/libgimpwidgets/stock-display-filter-contrast-24.png +share/doc/gimp/libgimpwidgets/stock-display-filter-gamma-16.png +share/doc/gimp/libgimpwidgets/stock-display-filter-gamma-24.png +share/doc/gimp/libgimpwidgets/stock-display-filter-lcms-16.png +share/doc/gimp/libgimpwidgets/stock-display-filter-lcms-24.png +share/doc/gimp/libgimpwidgets/stock-display-filter-proof-16.png +share/doc/gimp/libgimpwidgets/stock-display-filter-proof-24.png share/doc/gimp/libgimpwidgets/stock-duplicate-16.png share/doc/gimp/libgimpwidgets/stock-edit-16.png share/doc/gimp/libgimpwidgets/stock-error-64.png @@ -717,6 +879,7 @@ share/doc/gimp/libgimpwidgets/stock-gravity-south-east-24.png share/doc/gimp/libgimpwidgets/stock-gravity-south-west-24.png share/doc/gimp/libgimpwidgets/stock-gravity-west-24.png share/doc/gimp/libgimpwidgets/stock-grid-16.png +share/doc/gimp/libgimpwidgets/stock-hcenter-24.png share/doc/gimp/libgimpwidgets/stock-hchain-24.png share/doc/gimp/libgimpwidgets/stock-hchain-broken-24.png share/doc/gimp/libgimpwidgets/stock-histogram-16.png @@ -729,8 +892,6 @@ share/doc/gimp/libgimpwidgets/stock-image-32.png share/doc/gimp/libgimpwidgets/stock-image-48.png share/doc/gimp/libgimpwidgets/stock-images-16.png share/doc/gimp/libgimpwidgets/stock-images-24.png -share/doc/gimp/libgimpwidgets/stock-indexed-palette-16.png -share/doc/gimp/libgimpwidgets/stock-indexed-palette-24.png share/doc/gimp/libgimpwidgets/stock-info-16.png share/doc/gimp/libgimpwidgets/stock-info-24.png share/doc/gimp/libgimpwidgets/stock-info-64.png @@ -739,6 +900,7 @@ share/doc/gimp/libgimpwidgets/stock-join-bevel-16.png share/doc/gimp/libgimpwidgets/stock-join-miter-16.png share/doc/gimp/libgimpwidgets/stock-join-round-16.png share/doc/gimp/libgimpwidgets/stock-landscape-16.png +share/doc/gimp/libgimpwidgets/stock-landscape-22.png share/doc/gimp/libgimpwidgets/stock-layer-16.png share/doc/gimp/libgimpwidgets/stock-layer-24.png share/doc/gimp/libgimpwidgets/stock-layer-32.png @@ -770,17 +932,20 @@ share/doc/gimp/libgimpwidgets/stock-paths-16.png share/doc/gimp/libgimpwidgets/stock-paths-22.png share/doc/gimp/libgimpwidgets/stock-plugin-16.png share/doc/gimp/libgimpwidgets/stock-portrait-16.png +share/doc/gimp/libgimpwidgets/stock-portrait-22.png share/doc/gimp/libgimpwidgets/stock-print-resolution-16.png share/doc/gimp/libgimpwidgets/stock-print-resolution-24.png -share/doc/gimp/libgimpwidgets/stock-qmask-off-16.png -share/doc/gimp/libgimpwidgets/stock-qmask-on-16.png share/doc/gimp/libgimpwidgets/stock-question-64.png +share/doc/gimp/libgimpwidgets/stock-quick-mask-off-12.png +share/doc/gimp/libgimpwidgets/stock-quick-mask-on-12.png share/doc/gimp/libgimpwidgets/stock-reset-16.png share/doc/gimp/libgimpwidgets/stock-reshow-filter-16.png share/doc/gimp/libgimpwidgets/stock-resize-16.png share/doc/gimp/libgimpwidgets/stock-rotate-180-16.png share/doc/gimp/libgimpwidgets/stock-rotate-270-16.png share/doc/gimp/libgimpwidgets/stock-rotate-90-16.png +share/doc/gimp/libgimpwidgets/stock-sample-point-16.png +share/doc/gimp/libgimpwidgets/stock-sample-point-24.png share/doc/gimp/libgimpwidgets/stock-scale-16.png share/doc/gimp/libgimpwidgets/stock-selection-16.png share/doc/gimp/libgimpwidgets/stock-selection-add-16.png @@ -812,6 +977,8 @@ share/doc/gimp/libgimpwidgets/stock-toilet-paper-16.png share/doc/gimp/libgimpwidgets/stock-toilet-paper-24.png share/doc/gimp/libgimpwidgets/stock-tool-airbrush-16.png share/doc/gimp/libgimpwidgets/stock-tool-airbrush-22.png +share/doc/gimp/libgimpwidgets/stock-tool-align-16.png +share/doc/gimp/libgimpwidgets/stock-tool-align-22.png share/doc/gimp/libgimpwidgets/stock-tool-blend-16.png share/doc/gimp/libgimpwidgets/stock-tool-blend-22.png share/doc/gimp/libgimpwidgets/stock-tool-blur-16.png @@ -842,10 +1009,14 @@ share/doc/gimp/libgimpwidgets/stock-tool-eraser-16.png share/doc/gimp/libgimpwidgets/stock-tool-eraser-22.png share/doc/gimp/libgimpwidgets/stock-tool-flip-16.png share/doc/gimp/libgimpwidgets/stock-tool-flip-22.png +share/doc/gimp/libgimpwidgets/stock-tool-foreground-select-16.png +share/doc/gimp/libgimpwidgets/stock-tool-foreground-select-22.png share/doc/gimp/libgimpwidgets/stock-tool-free-select-16.png share/doc/gimp/libgimpwidgets/stock-tool-free-select-22.png share/doc/gimp/libgimpwidgets/stock-tool-fuzzy-select-16.png share/doc/gimp/libgimpwidgets/stock-tool-fuzzy-select-22.png +share/doc/gimp/libgimpwidgets/stock-tool-heal-16.png +share/doc/gimp/libgimpwidgets/stock-tool-heal-22.png share/doc/gimp/libgimpwidgets/stock-tool-hue-saturation-16.png share/doc/gimp/libgimpwidgets/stock-tool-hue-saturation-22.png share/doc/gimp/libgimpwidgets/stock-tool-ink-16.png @@ -868,6 +1039,8 @@ share/doc/gimp/libgimpwidgets/stock-tool-pencil-16.png share/doc/gimp/libgimpwidgets/stock-tool-pencil-22.png share/doc/gimp/libgimpwidgets/stock-tool-perspective-16.png share/doc/gimp/libgimpwidgets/stock-tool-perspective-22.png +share/doc/gimp/libgimpwidgets/stock-tool-perspective-clone-16.png +share/doc/gimp/libgimpwidgets/stock-tool-perspective-clone-22.png share/doc/gimp/libgimpwidgets/stock-tool-posterize-16.png share/doc/gimp/libgimpwidgets/stock-tool-posterize-22.png share/doc/gimp/libgimpwidgets/stock-tool-rect-select-16.png @@ -892,6 +1065,7 @@ share/doc/gimp/libgimpwidgets/stock-transparency-16.png share/doc/gimp/libgimpwidgets/stock-transparency-24.png share/doc/gimp/libgimpwidgets/stock-undo-history-16.png share/doc/gimp/libgimpwidgets/stock-undo-history-24.png +share/doc/gimp/libgimpwidgets/stock-vcenter-24.png share/doc/gimp/libgimpwidgets/stock-vchain-24.png share/doc/gimp/libgimpwidgets/stock-vchain-broken-24.png share/doc/gimp/libgimpwidgets/stock-video-16.png @@ -902,7 +1076,7 @@ share/doc/gimp/libgimpwidgets/stock-warning-64.png share/doc/gimp/libgimpwidgets/stock-web-16.png share/doc/gimp/libgimpwidgets/stock-web-24.png share/doc/gimp/libgimpwidgets/stock-wilber-16.png -share/doc/gimp/libgimpwidgets/stock-wilber-32.png +share/doc/gimp/libgimpwidgets/stock-wilber-22.png share/doc/gimp/libgimpwidgets/stock-wilber-48.png share/doc/gimp/libgimpwidgets/stock-wilber-64.png share/doc/gimp/libgimpwidgets/stock-wilber-eek-64.png @@ -911,39 +1085,39 @@ share/doc/gimp/libgimpwidgets/style.css share/doc/gimp/libgimpwidgets/up.png share/gimp/brushes/10x10square.gbr share/gimp/brushes/10x10squareBlur.gbr -share/gimp/brushes/11circle.gbr -share/gimp/brushes/11fcircle.gbr -share/gimp/brushes/13circle.gbr -share/gimp/brushes/13fcircle.gbr -share/gimp/brushes/15circle.gbr -share/gimp/brushes/15fcircle.gbr -share/gimp/brushes/17circle.gbr -share/gimp/brushes/17fcircle.gbr -share/gimp/brushes/19circle.gbr -share/gimp/brushes/19fcircle.gbr -share/gimp/brushes/1circle.gbr share/gimp/brushes/20x20square.gbr share/gimp/brushes/20x20squareBlur.gbr -share/gimp/brushes/3circle.gbr -share/gimp/brushes/3fcircle.gbr -share/gimp/brushes/5circle.gbr -share/gimp/brushes/5fcircle.gbr share/gimp/brushes/5x5square.gbr share/gimp/brushes/5x5squareBlur.gbr -share/gimp/brushes/7circle.gbr -share/gimp/brushes/7fcircle.gbr -share/gimp/brushes/9circle.gbr -share/gimp/brushes/9fcircle.gbr -share/gimp/brushes/DStar11.gbr -share/gimp/brushes/DStar17.gbr -share/gimp/brushes/DStar25.gbr +share/gimp/brushes/Calligraphic-Brush-0.vbr +share/gimp/brushes/Calligraphic-Brush-1.vbr +share/gimp/brushes/Calligraphic-Brush-2.vbr +share/gimp/brushes/Calligraphic-Brush-3.vbr +share/gimp/brushes/Circle-1.vbr +share/gimp/brushes/Circle-3.vbr +share/gimp/brushes/Circle-5.vbr +share/gimp/brushes/Circle-7.vbr +share/gimp/brushes/Circle-9.vbr +share/gimp/brushes/Circle-11.vbr +share/gimp/brushes/Circle-13.vbr +share/gimp/brushes/Circle-15.vbr +share/gimp/brushes/Circle-17.vbr +share/gimp/brushes/Circle-19.vbr +share/gimp/brushes/Circle-Fuzzy-3.vbr +share/gimp/brushes/Circle-Fuzzy-5.vbr +share/gimp/brushes/Circle-Fuzzy-7.vbr +share/gimp/brushes/Circle-Fuzzy-9.vbr +share/gimp/brushes/Circle-Fuzzy-11.vbr +share/gimp/brushes/Circle-Fuzzy-13.vbr +share/gimp/brushes/Circle-Fuzzy-15.vbr +share/gimp/brushes/Circle-Fuzzy-17.vbr +share/gimp/brushes/Circle-Fuzzy-19.vbr +share/gimp/brushes/Diagonal-Star-11.vbr +share/gimp/brushes/Diagonal-Star-17.vbr +share/gimp/brushes/Diagonal-Star-25.vbr share/gimp/brushes/SketchBrush-16.gih share/gimp/brushes/SketchBrush-32.gih share/gimp/brushes/SketchBrush-64.gih -share/gimp/brushes/callig1.gbr -share/gimp/brushes/callig2.gbr -share/gimp/brushes/callig3.gbr -share/gimp/brushes/callig4.gbr share/gimp/brushes/confetti.gbr share/gimp/brushes/confetti.gih share/gimp/brushes/dunes.gbr @@ -954,9 +1128,7 @@ share/gimp/brushes/galaxy_small.gbr share/gimp/brushes/hsparks.gih share/gimp/brushes/pepper.gbr share/gimp/brushes/pixel.gbr -share/gimp/brushes/thegimp.gbr share/gimp/brushes/vine.gih -share/gimp/brushes/xcf.gbr @exec mkdir -p %D/share/gimp/fonts share/gimp/fractalexplorer/Asteroid_Field share/gimp/fractalexplorer/Bar_Code_Label @@ -1180,16 +1352,14 @@ share/gimp/gradients/Wood_1.ggr share/gimp/gradients/Wood_2.ggr share/gimp/gradients/Yellow_Contrast.ggr share/gimp/gradients/Yellow_Orange.ggr -share/gimp/images/gimp-splash.png share/gimp/images/gimp-logo.png -share/gimp/images/wilber-devel-icon.png -share/gimp/images/wilber-icon.png -share/gimp/images/wilber-tips.png -share/gimp/images/wilber-wizard.png +share/gimp/images/gimp-splash.png +share/gimp/menus/brush-editor-menu.xml share/gimp/menus/brushes-menu.xml share/gimp/menus/buffers-menu.xml share/gimp/menus/channels-menu.xml -share/gimp/menus/colormap-editor-menu.xml +share/gimp/menus/colormap-menu.xml +share/gimp/menus/cursor-info-menu.xml share/gimp/menus/dockable-menu.xml share/gimp/menus/documents-menu.xml share/gimp/menus/error-console-menu.xml @@ -1202,21 +1372,16 @@ share/gimp/menus/layers-menu.xml share/gimp/menus/palette-editor-menu.xml share/gimp/menus/palettes-menu.xml share/gimp/menus/patterns-menu.xml -share/gimp/menus/qmask-menu.xml -share/gimp/menus/selection-editor-menu.xml +share/gimp/menus/quick-mask-menu.xml +share/gimp/menus/sample-points-menu.xml +share/gimp/menus/selection-menu.xml share/gimp/menus/templates-menu.xml share/gimp/menus/text-editor-toolbar.xml share/gimp/menus/tool-options-menu.xml share/gimp/menus/toolbox-menu.xml share/gimp/menus/tools-menu.xml +share/gimp/menus/undo-menu.xml share/gimp/menus/vectors-menu.xml -share/gimp/misc/gimp.applications -share/gimp/misc/gimp.desktop -share/gimp/misc/gimp.keys -%%GNOMEPANEL:%%share/gnome/application-registry/gimp-2.2.applications -%%GNOMEPANEL:%%share/gnome/applications/gimp-2.2.desktop -%%GNOMEPANEL:%%@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -%%GNOMEPANEL:%%share/gnome/mime-info/gimp-2.2.keys share/gimp/palettes/Bears.gpl share/gimp/palettes/Bgold.gpl share/gimp/palettes/Blues.gpl @@ -1250,6 +1415,7 @@ share/gimp/palettes/Plasma.gpl share/gimp/palettes/Reds.gpl share/gimp/palettes/Reds_And_Purples.gpl share/gimp/palettes/Royal.gpl +share/gimp/palettes/Tango.gpl share/gimp/palettes/Topographic.gpl share/gimp/palettes/Visibone.gpl share/gimp/palettes/Visibone_2.gpl @@ -1350,10 +1516,10 @@ share/gimp/scripts/comic-logo.scm share/gimp/scripts/coolmetal-logo.scm share/gimp/scripts/copy-visible.scm share/gimp/scripts/crystal-logo.scm +share/gimp/scripts/difference-clouds.scm share/gimp/scripts/distress-selection.scm share/gimp/scripts/drop-shadow.scm share/gimp/scripts/erase-rows.scm -share/gimp/scripts/fade-outline.scm share/gimp/scripts/flatland.scm share/gimp/scripts/font-map.scm share/gimp/scripts/frosty-logo.scm @@ -1371,7 +1537,6 @@ share/gimp/scripts/guides-new.scm share/gimp/scripts/guides-remove-all.scm share/gimp/scripts/hsv-graph.scm share/gimp/scripts/i26-gunya2.scm -share/gimp/scripts/image-structure.scm share/gimp/scripts/images/beavis.jpg share/gimp/scripts/images/texture.jpg share/gimp/scripts/images/texture1.jpg @@ -1384,13 +1549,19 @@ share/gimp/scripts/mkbrush.scm share/gimp/scripts/neon-logo.scm share/gimp/scripts/news-text.scm share/gimp/scripts/old-photo.scm +share/gimp/scripts/paste-as-brush.scm +share/gimp/scripts/paste-as-pattern.scm share/gimp/scripts/perspective-shadow.scm share/gimp/scripts/predator.scm share/gimp/scripts/pupi-button.scm share/gimp/scripts/rendermap.scm +share/gimp/scripts/reverse-layers.scm share/gimp/scripts/ripply-anim.scm share/gimp/scripts/round-corners.scm +share/gimp/scripts/script-fu-compat.init +share/gimp/scripts/script-fu-set-cmap.scm share/gimp/scripts/script-fu-util.scm +share/gimp/scripts/script-fu.init share/gimp/scripts/select-to-brush.scm share/gimp/scripts/select-to-image.scm share/gimp/scripts/select-to-pattern.scm @@ -1417,486 +1588,410 @@ share/gimp/scripts/weave.scm share/gimp/scripts/web-browser.scm share/gimp/scripts/xach-effect.scm share/gimp/themes/Default/gtkrc -share/gimp/themes/Default/imagerc +share/gimp/themes/Default/images/preferences/color-management-22.png +share/gimp/themes/Default/images/preferences/color-management.png +share/gimp/themes/Default/images/preferences/controllers-22.png share/gimp/themes/Default/images/preferences/controllers.png share/gimp/themes/Default/images/preferences/default-comment.png +share/gimp/themes/Default/images/preferences/default-grid-22.png share/gimp/themes/Default/images/preferences/default-grid.png +share/gimp/themes/Default/images/preferences/display-22.png share/gimp/themes/Default/images/preferences/display.png +share/gimp/themes/Default/images/preferences/environment-22.png share/gimp/themes/Default/images/preferences/environment.png +share/gimp/themes/Default/images/preferences/folders-22.png +share/gimp/themes/Default/images/preferences/folders-brushes-22.png share/gimp/themes/Default/images/preferences/folders-brushes.png +share/gimp/themes/Default/images/preferences/folders-environ-22.png share/gimp/themes/Default/images/preferences/folders-environ.png +share/gimp/themes/Default/images/preferences/folders-fonts-22.png share/gimp/themes/Default/images/preferences/folders-fonts.png +share/gimp/themes/Default/images/preferences/folders-gradients-22.png share/gimp/themes/Default/images/preferences/folders-gradients.png +share/gimp/themes/Default/images/preferences/folders-interp-22.png +share/gimp/themes/Default/images/preferences/folders-interp.png +share/gimp/themes/Default/images/preferences/folders-modules-22.png share/gimp/themes/Default/images/preferences/folders-modules.png share/gimp/themes/Default/images/preferences/folders-palettes.png +share/gimp/themes/Default/images/preferences/folders-palettes-22.png +share/gimp/themes/Default/images/preferences/folders-patterns-22.png share/gimp/themes/Default/images/preferences/folders-patterns.png +share/gimp/themes/Default/images/preferences/folders-plug-ins-22.png share/gimp/themes/Default/images/preferences/folders-plug-ins.png +share/gimp/themes/Default/images/preferences/folders-scripts-22.png share/gimp/themes/Default/images/preferences/folders-scripts.png share/gimp/themes/Default/images/preferences/folders-themes.png +share/gimp/themes/Default/images/preferences/folders-themes-22.png +share/gimp/themes/Default/images/preferences/folders-tool-plug-ins-22.png share/gimp/themes/Default/images/preferences/folders-tool-plug-ins.png +share/gimp/themes/Default/images/preferences/folders-tools-22.png share/gimp/themes/Default/images/preferences/folders.png +share/gimp/themes/Default/images/preferences/help-system-22.png share/gimp/themes/Default/images/preferences/help-system.png +share/gimp/themes/Default/images/preferences/image-title-22.png share/gimp/themes/Default/images/preferences/image-title.png +share/gimp/themes/Default/images/preferences/image-windows-22.png share/gimp/themes/Default/images/preferences/image-windows.png +share/gimp/themes/Default/images/preferences/input-devices-22.png share/gimp/themes/Default/images/preferences/input-devices.png +share/gimp/themes/Default/images/preferences/interface-22.png share/gimp/themes/Default/images/preferences/interface.png -share/gimp/themes/Default/images/preferences/monitor.png +share/gimp/themes/Default/images/preferences/new-image-22.png share/gimp/themes/Default/images/preferences/new-image.png +share/gimp/themes/Default/images/preferences/session-22.png share/gimp/themes/Default/images/preferences/session.png +share/gimp/themes/Default/images/preferences/theme-22.png share/gimp/themes/Default/images/preferences/theme.png +share/gimp/themes/Default/images/preferences/tool-options-22.png share/gimp/themes/Default/images/preferences/tool-options.png +share/gimp/themes/Default/images/preferences/toolbox-22.png share/gimp/themes/Default/images/preferences/toolbox.png +share/gimp/themes/Default/images/preferences/window-management-22.png share/gimp/themes/Default/images/preferences/window-management.png -share/gimp/themes/Default/images/stock-anchor-16.png -share/gimp/themes/Default/images/stock-cap-butt-16.png -share/gimp/themes/Default/images/stock-cap-round-16.png -share/gimp/themes/Default/images/stock-cap-square-16.png -share/gimp/themes/Default/images/stock-center-16.png -share/gimp/themes/Default/images/stock-center-24.png -share/gimp/themes/Default/images/stock-channel-16.png -share/gimp/themes/Default/images/stock-channel-24.png -share/gimp/themes/Default/images/stock-channel-32.png -share/gimp/themes/Default/images/stock-channel-48.png -share/gimp/themes/Default/images/stock-channel-alpha-16.png -share/gimp/themes/Default/images/stock-channel-alpha-24.png -share/gimp/themes/Default/images/stock-channel-alpha-32.png -share/gimp/themes/Default/images/stock-channel-alpha-48.png -share/gimp/themes/Default/images/stock-channel-blue-16.png -share/gimp/themes/Default/images/stock-channel-blue-24.png -share/gimp/themes/Default/images/stock-channel-blue-32.png -share/gimp/themes/Default/images/stock-channel-blue-48.png -share/gimp/themes/Default/images/stock-channel-gray-16.png -share/gimp/themes/Default/images/stock-channel-gray-24.png -share/gimp/themes/Default/images/stock-channel-gray-32.png -share/gimp/themes/Default/images/stock-channel-gray-48.png -share/gimp/themes/Default/images/stock-channel-green-16.png -share/gimp/themes/Default/images/stock-channel-green-24.png -share/gimp/themes/Default/images/stock-channel-green-32.png -share/gimp/themes/Default/images/stock-channel-green-48.png -share/gimp/themes/Default/images/stock-channel-indexed-16.png -share/gimp/themes/Default/images/stock-channel-indexed-24.png -share/gimp/themes/Default/images/stock-channel-indexed-32.png -share/gimp/themes/Default/images/stock-channel-indexed-48.png -share/gimp/themes/Default/images/stock-channel-red-16.png -share/gimp/themes/Default/images/stock-channel-red-24.png -share/gimp/themes/Default/images/stock-channel-red-32.png -share/gimp/themes/Default/images/stock-channel-red-48.png -share/gimp/themes/Default/images/stock-channels-16.png -share/gimp/themes/Default/images/stock-channels-24.png -share/gimp/themes/Default/images/stock-char-picker-22.png -share/gimp/themes/Default/images/stock-close-12.png -share/gimp/themes/Default/images/stock-color-pick-from-screen-16.png -share/gimp/themes/Default/images/stock-color-picker-black-18.png -share/gimp/themes/Default/images/stock-color-picker-gray-18.png -share/gimp/themes/Default/images/stock-color-picker-white-18.png -share/gimp/themes/Default/images/stock-color-triangle-16.png -share/gimp/themes/Default/images/stock-convert-grayscale-16.png -share/gimp/themes/Default/images/stock-convert-indexed-16.png -share/gimp/themes/Default/images/stock-convert-rgb-16.png -share/gimp/themes/Default/images/stock-curve-free-16.png -share/gimp/themes/Default/images/stock-curve-smooth-16.png -share/gimp/themes/Default/images/stock-default-colors-12.png -share/gimp/themes/Default/images/stock-device-status-16.png -share/gimp/themes/Default/images/stock-device-status-24.png -share/gimp/themes/Default/images/stock-display-filter-16.png -share/gimp/themes/Default/images/stock-display-filter-24.png -share/gimp/themes/Default/images/stock-duplicate-16.png -share/gimp/themes/Default/images/stock-edit-16.png share/gimp/themes/Default/images/stock-error-64.png -share/gimp/themes/Default/images/stock-eye-12.png -share/gimp/themes/Default/images/stock-eye-20.png -share/gimp/themes/Default/images/stock-flip-horizontal-16.png -share/gimp/themes/Default/images/stock-flip-vertical-16.png -share/gimp/themes/Default/images/stock-floating-selection-16.png -share/gimp/themes/Default/images/stock-floating-selection-24.png -share/gimp/themes/Default/images/stock-floating-selection-32.png -share/gimp/themes/Default/images/stock-floating-selection-48.png -share/gimp/themes/Default/images/stock-frame-64.png -share/gimp/themes/Default/images/stock-gradient-bilinear-16.png -share/gimp/themes/Default/images/stock-gradient-conical-asymmetric-16.png -share/gimp/themes/Default/images/stock-gradient-conical-symmetric-16.png -share/gimp/themes/Default/images/stock-gradient-linear-16.png -share/gimp/themes/Default/images/stock-gradient-radial-16.png -share/gimp/themes/Default/images/stock-gradient-shapeburst-angular-16.png -share/gimp/themes/Default/images/stock-gradient-shapeburst-dimpled-16.png -share/gimp/themes/Default/images/stock-gradient-shapeburst-spherical-16.png -share/gimp/themes/Default/images/stock-gradient-spiral-anticlockwise-16.png -share/gimp/themes/Default/images/stock-gradient-spiral-clockwise-16.png -share/gimp/themes/Default/images/stock-gradient-square-16.png -share/gimp/themes/Default/images/stock-gravity-east-24.png -share/gimp/themes/Default/images/stock-gravity-north-24.png -share/gimp/themes/Default/images/stock-gravity-north-east-24.png -share/gimp/themes/Default/images/stock-gravity-north-west-24.png -share/gimp/themes/Default/images/stock-gravity-south-24.png -share/gimp/themes/Default/images/stock-gravity-south-east-24.png -share/gimp/themes/Default/images/stock-gravity-south-west-24.png -share/gimp/themes/Default/images/stock-gravity-west-24.png -share/gimp/themes/Default/images/stock-grid-16.png -share/gimp/themes/Default/images/stock-hchain-24.png -share/gimp/themes/Default/images/stock-hchain-broken-24.png -share/gimp/themes/Default/images/stock-histogram-16.png -share/gimp/themes/Default/images/stock-histogram-22.png -share/gimp/themes/Default/images/stock-histogram-linear-16.png -share/gimp/themes/Default/images/stock-histogram-logarithmic-16.png -share/gimp/themes/Default/images/stock-image-16.png -share/gimp/themes/Default/images/stock-image-24.png -share/gimp/themes/Default/images/stock-image-32.png -share/gimp/themes/Default/images/stock-image-48.png -share/gimp/themes/Default/images/stock-images-16.png -share/gimp/themes/Default/images/stock-images-24.png -share/gimp/themes/Default/images/stock-indexed-palette-16.png -share/gimp/themes/Default/images/stock-indexed-palette-24.png -share/gimp/themes/Default/images/stock-info-16.png -share/gimp/themes/Default/images/stock-info-24.png share/gimp/themes/Default/images/stock-info-64.png -share/gimp/themes/Default/images/stock-invert-16.png -share/gimp/themes/Default/images/stock-join-bevel-16.png -share/gimp/themes/Default/images/stock-join-miter-16.png -share/gimp/themes/Default/images/stock-join-round-16.png -share/gimp/themes/Default/images/stock-landscape-16.png -share/gimp/themes/Default/images/stock-layer-16.png -share/gimp/themes/Default/images/stock-layer-24.png -share/gimp/themes/Default/images/stock-layer-32.png -share/gimp/themes/Default/images/stock-layer-48.png -share/gimp/themes/Default/images/stock-layer-mask-16.png -share/gimp/themes/Default/images/stock-layer-mask-24.png -share/gimp/themes/Default/images/stock-layer-mask-32.png -share/gimp/themes/Default/images/stock-layer-mask-48.png -share/gimp/themes/Default/images/stock-layer-to-imagesize-16.png -share/gimp/themes/Default/images/stock-layers-16.png -share/gimp/themes/Default/images/stock-layers-24.png -share/gimp/themes/Default/images/stock-letter-spacing-22.png -share/gimp/themes/Default/images/stock-line-spacing-22.png -share/gimp/themes/Default/images/stock-linked-12.png -share/gimp/themes/Default/images/stock-linked-20.png -share/gimp/themes/Default/images/stock-list-16.png -share/gimp/themes/Default/images/stock-menu-left-12.png -share/gimp/themes/Default/images/stock-menu-right-12.png -share/gimp/themes/Default/images/stock-merge-down-16.png -share/gimp/themes/Default/images/stock-move-to-screen-16.png -share/gimp/themes/Default/images/stock-move-to-screen-24.png -share/gimp/themes/Default/images/stock-navigation-16.png -share/gimp/themes/Default/images/stock-paste-as-new-16.png -share/gimp/themes/Default/images/stock-paste-into-16.png -share/gimp/themes/Default/images/stock-path-16.png -share/gimp/themes/Default/images/stock-path-22.png -share/gimp/themes/Default/images/stock-path-stroke-16.png -share/gimp/themes/Default/images/stock-paths-16.png -share/gimp/themes/Default/images/stock-paths-22.png -share/gimp/themes/Default/images/stock-plugin-16.png -share/gimp/themes/Default/images/stock-portrait-16.png -share/gimp/themes/Default/images/stock-print-resolution-16.png -share/gimp/themes/Default/images/stock-print-resolution-24.png -share/gimp/themes/Default/images/stock-qmask-off-16.png -share/gimp/themes/Default/images/stock-qmask-on-16.png share/gimp/themes/Default/images/stock-question-64.png -share/gimp/themes/Default/images/stock-reset-16.png -share/gimp/themes/Default/images/stock-reshow-filter-16.png -share/gimp/themes/Default/images/stock-resize-16.png -share/gimp/themes/Default/images/stock-rotate-180-16.png -share/gimp/themes/Default/images/stock-rotate-270-16.png -share/gimp/themes/Default/images/stock-rotate-90-16.png -share/gimp/themes/Default/images/stock-scale-16.png -share/gimp/themes/Default/images/stock-selection-16.png -share/gimp/themes/Default/images/stock-selection-add-16.png -share/gimp/themes/Default/images/stock-selection-all-16.png -share/gimp/themes/Default/images/stock-selection-border-16.png -share/gimp/themes/Default/images/stock-selection-grow-16.png -share/gimp/themes/Default/images/stock-selection-intersect-16.png -share/gimp/themes/Default/images/stock-selection-none-16.png -share/gimp/themes/Default/images/stock-selection-replace-16.png -share/gimp/themes/Default/images/stock-selection-shrink-16.png -share/gimp/themes/Default/images/stock-selection-stroke-16.png -share/gimp/themes/Default/images/stock-selection-subtract-16.png -share/gimp/themes/Default/images/stock-selection-to-channel-16.png -share/gimp/themes/Default/images/stock-selection-to-path-16.png -share/gimp/themes/Default/images/stock-shape-circle-16.png -share/gimp/themes/Default/images/stock-shape-diamond-16.png -share/gimp/themes/Default/images/stock-shape-square-16.png -share/gimp/themes/Default/images/stock-swap-colors-12.png -share/gimp/themes/Default/images/stock-template-16.png -share/gimp/themes/Default/images/stock-template-24.png -share/gimp/themes/Default/images/stock-text-dir-ltr-24.png -share/gimp/themes/Default/images/stock-text-dir-rtl-24.png -share/gimp/themes/Default/images/stock-text-layer-16.png -share/gimp/themes/Default/images/stock-text-layer-24.png -share/gimp/themes/Default/images/stock-text-layer-32.png -share/gimp/themes/Default/images/stock-text-layer-48.png -share/gimp/themes/Default/images/stock-texture-64.png -share/gimp/themes/Default/images/stock-toilet-paper-16.png -share/gimp/themes/Default/images/stock-toilet-paper-24.png -share/gimp/themes/Default/images/stock-tool-airbrush-16.png -share/gimp/themes/Default/images/stock-tool-airbrush-22.png -share/gimp/themes/Default/images/stock-tool-blend-16.png -share/gimp/themes/Default/images/stock-tool-blend-22.png -share/gimp/themes/Default/images/stock-tool-blur-16.png -share/gimp/themes/Default/images/stock-tool-blur-22.png -share/gimp/themes/Default/images/stock-tool-brightness-contrast-16.png -share/gimp/themes/Default/images/stock-tool-brightness-contrast-22.png -share/gimp/themes/Default/images/stock-tool-bucket-fill-16.png -share/gimp/themes/Default/images/stock-tool-bucket-fill-22.png -share/gimp/themes/Default/images/stock-tool-by-color-select-16.png -share/gimp/themes/Default/images/stock-tool-by-color-select-22.png -share/gimp/themes/Default/images/stock-tool-clone-16.png -share/gimp/themes/Default/images/stock-tool-clone-22.png -share/gimp/themes/Default/images/stock-tool-color-balance-16.png -share/gimp/themes/Default/images/stock-tool-color-balance-22.png -share/gimp/themes/Default/images/stock-tool-color-picker-16.png -share/gimp/themes/Default/images/stock-tool-color-picker-22.png -share/gimp/themes/Default/images/stock-tool-colorize-16.png -share/gimp/themes/Default/images/stock-tool-colorize-22.png -share/gimp/themes/Default/images/stock-tool-crop-16.png -share/gimp/themes/Default/images/stock-tool-crop-22.png -share/gimp/themes/Default/images/stock-tool-curves-16.png -share/gimp/themes/Default/images/stock-tool-curves-22.png -share/gimp/themes/Default/images/stock-tool-dodge-16.png -share/gimp/themes/Default/images/stock-tool-dodge-22.png -share/gimp/themes/Default/images/stock-tool-ellipse-select-16.png -share/gimp/themes/Default/images/stock-tool-ellipse-select-22.png -share/gimp/themes/Default/images/stock-tool-eraser-16.png -share/gimp/themes/Default/images/stock-tool-eraser-22.png -share/gimp/themes/Default/images/stock-tool-flip-16.png -share/gimp/themes/Default/images/stock-tool-flip-22.png -share/gimp/themes/Default/images/stock-tool-free-select-16.png -share/gimp/themes/Default/images/stock-tool-free-select-22.png -share/gimp/themes/Default/images/stock-tool-fuzzy-select-16.png -share/gimp/themes/Default/images/stock-tool-fuzzy-select-22.png -share/gimp/themes/Default/images/stock-tool-hue-saturation-16.png -share/gimp/themes/Default/images/stock-tool-hue-saturation-22.png -share/gimp/themes/Default/images/stock-tool-ink-16.png -share/gimp/themes/Default/images/stock-tool-ink-22.png -share/gimp/themes/Default/images/stock-tool-iscissors-16.png -share/gimp/themes/Default/images/stock-tool-iscissors-22.png -share/gimp/themes/Default/images/stock-tool-levels-16.png -share/gimp/themes/Default/images/stock-tool-levels-22.png -share/gimp/themes/Default/images/stock-tool-measure-16.png -share/gimp/themes/Default/images/stock-tool-measure-22.png -share/gimp/themes/Default/images/stock-tool-move-16.png -share/gimp/themes/Default/images/stock-tool-move-22.png -share/gimp/themes/Default/images/stock-tool-options-16.png -share/gimp/themes/Default/images/stock-tool-options-24.png -share/gimp/themes/Default/images/stock-tool-paintbrush-16.png -share/gimp/themes/Default/images/stock-tool-paintbrush-22.png -share/gimp/themes/Default/images/stock-tool-path-16.png -share/gimp/themes/Default/images/stock-tool-path-22.png -share/gimp/themes/Default/images/stock-tool-pencil-16.png -share/gimp/themes/Default/images/stock-tool-pencil-22.png -share/gimp/themes/Default/images/stock-tool-perspective-16.png -share/gimp/themes/Default/images/stock-tool-perspective-22.png -share/gimp/themes/Default/images/stock-tool-posterize-16.png -share/gimp/themes/Default/images/stock-tool-posterize-22.png -share/gimp/themes/Default/images/stock-tool-rect-select-16.png -share/gimp/themes/Default/images/stock-tool-rect-select-22.png -share/gimp/themes/Default/images/stock-tool-rotate-16.png -share/gimp/themes/Default/images/stock-tool-rotate-22.png -share/gimp/themes/Default/images/stock-tool-scale-16.png -share/gimp/themes/Default/images/stock-tool-scale-22.png -share/gimp/themes/Default/images/stock-tool-shear-16.png -share/gimp/themes/Default/images/stock-tool-shear-22.png -share/gimp/themes/Default/images/stock-tool-smudge-16.png -share/gimp/themes/Default/images/stock-tool-smudge-22.png -share/gimp/themes/Default/images/stock-tool-text-16.png -share/gimp/themes/Default/images/stock-tool-text-22.png -share/gimp/themes/Default/images/stock-tool-threshold-16.png -share/gimp/themes/Default/images/stock-tool-threshold-22.png -share/gimp/themes/Default/images/stock-tool-zoom-16.png -share/gimp/themes/Default/images/stock-tool-zoom-22.png -share/gimp/themes/Default/images/stock-tools-16.png -share/gimp/themes/Default/images/stock-tools-24.png -share/gimp/themes/Default/images/stock-transparency-16.png -share/gimp/themes/Default/images/stock-transparency-24.png -share/gimp/themes/Default/images/stock-undo-history-16.png -share/gimp/themes/Default/images/stock-undo-history-24.png -share/gimp/themes/Default/images/stock-vchain-24.png -share/gimp/themes/Default/images/stock-vchain-broken-24.png -share/gimp/themes/Default/images/stock-video-16.png -share/gimp/themes/Default/images/stock-video-24.png -share/gimp/themes/Default/images/stock-warning-16.png -share/gimp/themes/Default/images/stock-warning-24.png share/gimp/themes/Default/images/stock-warning-64.png -share/gimp/themes/Default/images/stock-web-16.png -share/gimp/themes/Default/images/stock-web-24.png -share/gimp/themes/Default/images/stock-wilber-16.png -share/gimp/themes/Default/images/stock-wilber-64.png -share/gimp/themes/Default/images/stock-wilber-eek-64.png -share/gimp/themes/Default/images/stock-zoom-follow-window-12.png share/gimp/themes/Small/gtkrc share/gimp/tips/gimp-tips.xml +%%GNOME%%share/application-registry/gimp.applications +%%GNOME%%share/mime-info/gimp.keys +share/icons/hicolor/16x16/apps/gimp.png +share/icons/hicolor/22x22/apps/gimp.png +share/icons/hicolor/24x24/apps/gimp.png +share/icons/hicolor/32x32/apps/gimp.png +share/icons/hicolor/48x48/apps/gimp.png +share/icons/hicolor/64x64/apps/gimp.png +share/icons/hicolor/scalable/apps/gimp.svg +share/locale/ar/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ar/LC_MESSAGES/gimp20-python.mo +share/locale/ar/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ar/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ar/LC_MESSAGES/gimp20-tips.mo +share/locale/ar/LC_MESSAGES/gimp20.mo share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo -share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/bg/LC_MESSAGES/gimp20-python.mo share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo +share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/bg/LC_MESSAGES/gimp20-tips.mo share/locale/bg/LC_MESSAGES/gimp20.mo share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ca/LC_MESSAGES/gimp20-python.mo share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ca/LC_MESSAGES/gimp20-tips.mo share/locale/ca/LC_MESSAGES/gimp20.mo share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo +share/locale/cs/LC_MESSAGES/gimp20-python.mo share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/cs/LC_MESSAGES/gimp20-tips.mo share/locale/cs/LC_MESSAGES/gimp20.mo share/locale/da/LC_MESSAGES/gimp20-libgimp.mo +share/locale/da/LC_MESSAGES/gimp20-python.mo share/locale/da/LC_MESSAGES/gimp20-script-fu.mo share/locale/da/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/da/LC_MESSAGES/gimp20-tips.mo share/locale/da/LC_MESSAGES/gimp20.mo share/locale/de/LC_MESSAGES/gimp20-libgimp.mo +share/locale/de/LC_MESSAGES/gimp20-python.mo share/locale/de/LC_MESSAGES/gimp20-script-fu.mo share/locale/de/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/de/LC_MESSAGES/gimp20-tips.mo share/locale/de/LC_MESSAGES/gimp20.mo +share/locale/dz/LC_MESSAGES/gimp20-libgimp.mo +share/locale/dz/LC_MESSAGES/gimp20-python.mo +share/locale/dz/LC_MESSAGES/gimp20-script-fu.mo +share/locale/dz/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/dz/LC_MESSAGES/gimp20-tips.mo +share/locale/dz/LC_MESSAGES/gimp20.mo share/locale/el/LC_MESSAGES/gimp20-libgimp.mo +share/locale/el/LC_MESSAGES/gimp20-python.mo share/locale/el/LC_MESSAGES/gimp20-script-fu.mo share/locale/el/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/el/LC_MESSAGES/gimp20-tips.mo share/locale/el/LC_MESSAGES/gimp20.mo share/locale/en_CA/LC_MESSAGES/gimp20-libgimp.mo +share/locale/en_CA/LC_MESSAGES/gimp20-python.mo share/locale/en_CA/LC_MESSAGES/gimp20-script-fu.mo share/locale/en_CA/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/en_CA/LC_MESSAGES/gimp20-tips.mo share/locale/en_CA/LC_MESSAGES/gimp20.mo share/locale/en_GB/LC_MESSAGES/gimp20-libgimp.mo +share/locale/en_GB/LC_MESSAGES/gimp20-python.mo share/locale/en_GB/LC_MESSAGES/gimp20-script-fu.mo share/locale/en_GB/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/en_GB/LC_MESSAGES/gimp20-tips.mo share/locale/en_GB/LC_MESSAGES/gimp20.mo +share/locale/eo/LC_MESSAGES/gimp20-libgimp.mo +share/locale/eo/LC_MESSAGES/gimp20-python.mo +share/locale/eo/LC_MESSAGES/gimp20-script-fu.mo +share/locale/eo/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/eo/LC_MESSAGES/gimp20-tips.mo +share/locale/eo/LC_MESSAGES/gimp20.mo share/locale/es/LC_MESSAGES/gimp20-libgimp.mo +share/locale/es/LC_MESSAGES/gimp20-python.mo share/locale/es/LC_MESSAGES/gimp20-script-fu.mo share/locale/es/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/es/LC_MESSAGES/gimp20-tips.mo share/locale/es/LC_MESSAGES/gimp20.mo +share/locale/et/LC_MESSAGES/gimp20-libgimp.mo +share/locale/et/LC_MESSAGES/gimp20-python.mo +share/locale/et/LC_MESSAGES/gimp20-script-fu.mo +share/locale/et/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/et/LC_MESSAGES/gimp20-tips.mo +share/locale/et/LC_MESSAGES/gimp20.mo share/locale/eu/LC_MESSAGES/gimp20-libgimp.mo +share/locale/eu/LC_MESSAGES/gimp20-python.mo share/locale/eu/LC_MESSAGES/gimp20-script-fu.mo share/locale/eu/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/eu/LC_MESSAGES/gimp20-tips.mo share/locale/eu/LC_MESSAGES/gimp20.mo share/locale/fa/LC_MESSAGES/gimp20-libgimp.mo +share/locale/fa/LC_MESSAGES/gimp20-python.mo share/locale/fa/LC_MESSAGES/gimp20-script-fu.mo share/locale/fa/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/fa/LC_MESSAGES/gimp20-tips.mo share/locale/fa/LC_MESSAGES/gimp20.mo share/locale/fi/LC_MESSAGES/gimp20-libgimp.mo +share/locale/fi/LC_MESSAGES/gimp20-python.mo share/locale/fi/LC_MESSAGES/gimp20-script-fu.mo share/locale/fi/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/fi/LC_MESSAGES/gimp20-tips.mo share/locale/fi/LC_MESSAGES/gimp20.mo share/locale/fr/LC_MESSAGES/gimp20-libgimp.mo +share/locale/fr/LC_MESSAGES/gimp20-python.mo share/locale/fr/LC_MESSAGES/gimp20-script-fu.mo share/locale/fr/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/fr/LC_MESSAGES/gimp20-tips.mo share/locale/fr/LC_MESSAGES/gimp20.mo share/locale/ga/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ga/LC_MESSAGES/gimp20-python.mo share/locale/ga/LC_MESSAGES/gimp20-script-fu.mo share/locale/ga/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ga/LC_MESSAGES/gimp20-tips.mo share/locale/ga/LC_MESSAGES/gimp20.mo share/locale/gl/LC_MESSAGES/gimp20-libgimp.mo +share/locale/gl/LC_MESSAGES/gimp20-python.mo share/locale/gl/LC_MESSAGES/gimp20-script-fu.mo share/locale/gl/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/gl/LC_MESSAGES/gimp20-tips.mo share/locale/gl/LC_MESSAGES/gimp20.mo +share/locale/gu/LC_MESSAGES/gimp20-libgimp.mo +share/locale/gu/LC_MESSAGES/gimp20-python.mo +share/locale/gu/LC_MESSAGES/gimp20-script-fu.mo +share/locale/gu/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/gu/LC_MESSAGES/gimp20-tips.mo +share/locale/gu/LC_MESSAGES/gimp20.mo share/locale/he/LC_MESSAGES/gimp20-libgimp.mo +share/locale/he/LC_MESSAGES/gimp20-python.mo share/locale/he/LC_MESSAGES/gimp20-script-fu.mo share/locale/he/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/he/LC_MESSAGES/gimp20-tips.mo share/locale/he/LC_MESSAGES/gimp20.mo share/locale/hr/LC_MESSAGES/gimp20-libgimp.mo +share/locale/hr/LC_MESSAGES/gimp20-python.mo share/locale/hr/LC_MESSAGES/gimp20-script-fu.mo share/locale/hr/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/hr/LC_MESSAGES/gimp20-tips.mo share/locale/hr/LC_MESSAGES/gimp20.mo share/locale/hu/LC_MESSAGES/gimp20-libgimp.mo +share/locale/hu/LC_MESSAGES/gimp20-python.mo share/locale/hu/LC_MESSAGES/gimp20-script-fu.mo share/locale/hu/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/hu/LC_MESSAGES/gimp20-tips.mo share/locale/hu/LC_MESSAGES/gimp20.mo share/locale/id/LC_MESSAGES/gimp20-libgimp.mo +share/locale/id/LC_MESSAGES/gimp20-python.mo share/locale/id/LC_MESSAGES/gimp20-script-fu.mo share/locale/id/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/id/LC_MESSAGES/gimp20-tips.mo share/locale/id/LC_MESSAGES/gimp20.mo share/locale/it/LC_MESSAGES/gimp20-libgimp.mo +share/locale/it/LC_MESSAGES/gimp20-python.mo share/locale/it/LC_MESSAGES/gimp20-script-fu.mo share/locale/it/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/it/LC_MESSAGES/gimp20-tips.mo share/locale/it/LC_MESSAGES/gimp20.mo share/locale/ja/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ja/LC_MESSAGES/gimp20-python.mo share/locale/ja/LC_MESSAGES/gimp20-script-fu.mo share/locale/ja/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ja/LC_MESSAGES/gimp20-tips.mo share/locale/ja/LC_MESSAGES/gimp20.mo +share/locale/km/LC_MESSAGES/gimp20.mo +share/locale/km/LC_MESSAGES/gimp20-libgimp.mo +share/locale/km/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/km/LC_MESSAGES/gimp20-python.mo +share/locale/km/LC_MESSAGES/gimp20-script-fu.mo +share/locale/km/LC_MESSAGES/gimp20-tips.mo share/locale/ko/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ko/LC_MESSAGES/gimp20-python.mo share/locale/ko/LC_MESSAGES/gimp20-script-fu.mo share/locale/ko/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ko/LC_MESSAGES/gimp20-tips.mo share/locale/ko/LC_MESSAGES/gimp20.mo share/locale/lt/LC_MESSAGES/gimp20-libgimp.mo +share/locale/lt/LC_MESSAGES/gimp20-python.mo share/locale/lt/LC_MESSAGES/gimp20-script-fu.mo share/locale/lt/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/lt/LC_MESSAGES/gimp20-tips.mo share/locale/lt/LC_MESSAGES/gimp20.mo share/locale/mk/LC_MESSAGES/gimp20-libgimp.mo +share/locale/mk/LC_MESSAGES/gimp20-python.mo share/locale/mk/LC_MESSAGES/gimp20-script-fu.mo share/locale/mk/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/mk/LC_MESSAGES/gimp20-tips.mo share/locale/mk/LC_MESSAGES/gimp20.mo share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ms/LC_MESSAGES/gimp20-python.mo share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ms/LC_MESSAGES/gimp20-tips.mo share/locale/ms/LC_MESSAGES/gimp20.mo share/locale/nb/LC_MESSAGES/gimp20-libgimp.mo +share/locale/nb/LC_MESSAGES/gimp20-python.mo share/locale/nb/LC_MESSAGES/gimp20-script-fu.mo share/locale/nb/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/nb/LC_MESSAGES/gimp20-tips.mo share/locale/nb/LC_MESSAGES/gimp20.mo +share/locale/ne/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ne/LC_MESSAGES/gimp20-python.mo +share/locale/ne/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ne/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ne/LC_MESSAGES/gimp20-tips.mo +share/locale/ne/LC_MESSAGES/gimp20.mo share/locale/nl/LC_MESSAGES/gimp20-libgimp.mo +share/locale/nl/LC_MESSAGES/gimp20-python.mo share/locale/nl/LC_MESSAGES/gimp20-script-fu.mo share/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/nl/LC_MESSAGES/gimp20-tips.mo share/locale/nl/LC_MESSAGES/gimp20.mo share/locale/oc/LC_MESSAGES/gimp20-libgimp.mo +share/locale/oc/LC_MESSAGES/gimp20-python.mo share/locale/oc/LC_MESSAGES/gimp20-script-fu.mo share/locale/oc/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/oc/LC_MESSAGES/gimp20-tips.mo share/locale/oc/LC_MESSAGES/gimp20.mo share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo +share/locale/pa/LC_MESSAGES/gimp20-python.mo share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/pa/LC_MESSAGES/gimp20-tips.mo share/locale/pa/LC_MESSAGES/gimp20.mo share/locale/pl/LC_MESSAGES/gimp20-libgimp.mo +share/locale/pl/LC_MESSAGES/gimp20-python.mo share/locale/pl/LC_MESSAGES/gimp20-script-fu.mo share/locale/pl/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/pl/LC_MESSAGES/gimp20-tips.mo share/locale/pl/LC_MESSAGES/gimp20.mo share/locale/pt/LC_MESSAGES/gimp20-libgimp.mo +share/locale/pt/LC_MESSAGES/gimp20-python.mo share/locale/pt/LC_MESSAGES/gimp20-script-fu.mo share/locale/pt/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/pt/LC_MESSAGES/gimp20-tips.mo share/locale/pt/LC_MESSAGES/gimp20.mo share/locale/pt_BR/LC_MESSAGES/gimp20-libgimp.mo +share/locale/pt_BR/LC_MESSAGES/gimp20-python.mo share/locale/pt_BR/LC_MESSAGES/gimp20-script-fu.mo share/locale/pt_BR/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/pt_BR/LC_MESSAGES/gimp20-tips.mo share/locale/pt_BR/LC_MESSAGES/gimp20.mo share/locale/ro/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ro/LC_MESSAGES/gimp20-python.mo share/locale/ro/LC_MESSAGES/gimp20-script-fu.mo share/locale/ro/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ro/LC_MESSAGES/gimp20-tips.mo share/locale/ro/LC_MESSAGES/gimp20.mo share/locale/ru/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ru/LC_MESSAGES/gimp20-python.mo share/locale/ru/LC_MESSAGES/gimp20-script-fu.mo share/locale/ru/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ru/LC_MESSAGES/gimp20-tips.mo share/locale/ru/LC_MESSAGES/gimp20.mo +share/locale/rw/LC_MESSAGES/gimp20-libgimp.mo +share/locale/rw/LC_MESSAGES/gimp20-python.mo +share/locale/rw/LC_MESSAGES/gimp20-script-fu.mo +share/locale/rw/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/rw/LC_MESSAGES/gimp20-tips.mo +share/locale/rw/LC_MESSAGES/gimp20.mo share/locale/sk/LC_MESSAGES/gimp20-libgimp.mo +share/locale/sk/LC_MESSAGES/gimp20-python.mo share/locale/sk/LC_MESSAGES/gimp20-script-fu.mo share/locale/sk/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/sk/LC_MESSAGES/gimp20-tips.mo share/locale/sk/LC_MESSAGES/gimp20.mo +share/locale/sl/LC_MESSAGES/gimp20-libgimp.mo +share/locale/sl/LC_MESSAGES/gimp20-python.mo +share/locale/sl/LC_MESSAGES/gimp20-script-fu.mo +share/locale/sl/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/sl/LC_MESSAGES/gimp20-tips.mo +share/locale/sl/LC_MESSAGES/gimp20.mo share/locale/sr/LC_MESSAGES/gimp20-libgimp.mo +share/locale/sr/LC_MESSAGES/gimp20-python.mo share/locale/sr/LC_MESSAGES/gimp20-script-fu.mo share/locale/sr/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/sr/LC_MESSAGES/gimp20-tips.mo share/locale/sr/LC_MESSAGES/gimp20.mo share/locale/sr@Latn/LC_MESSAGES/gimp20-libgimp.mo +share/locale/sr@Latn/LC_MESSAGES/gimp20-python.mo share/locale/sr@Latn/LC_MESSAGES/gimp20-script-fu.mo share/locale/sr@Latn/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/sr@Latn/LC_MESSAGES/gimp20-tips.mo share/locale/sr@Latn/LC_MESSAGES/gimp20.mo share/locale/sv/LC_MESSAGES/gimp20-libgimp.mo +share/locale/sv/LC_MESSAGES/gimp20-python.mo share/locale/sv/LC_MESSAGES/gimp20-script-fu.mo share/locale/sv/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/sv/LC_MESSAGES/gimp20-tips.mo share/locale/sv/LC_MESSAGES/gimp20.mo share/locale/tr/LC_MESSAGES/gimp20-libgimp.mo +share/locale/tr/LC_MESSAGES/gimp20-python.mo share/locale/tr/LC_MESSAGES/gimp20-script-fu.mo share/locale/tr/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/tr/LC_MESSAGES/gimp20-tips.mo share/locale/tr/LC_MESSAGES/gimp20.mo +share/locale/tt/LC_MESSAGES/gimp20-libgimp.mo +share/locale/tt/LC_MESSAGES/gimp20-python.mo +share/locale/tt/LC_MESSAGES/gimp20-script-fu.mo +share/locale/tt/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/tt/LC_MESSAGES/gimp20-tips.mo +share/locale/tt/LC_MESSAGES/gimp20.mo share/locale/uk/LC_MESSAGES/gimp20-libgimp.mo +share/locale/uk/LC_MESSAGES/gimp20-python.mo share/locale/uk/LC_MESSAGES/gimp20-script-fu.mo share/locale/uk/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/uk/LC_MESSAGES/gimp20-tips.mo share/locale/uk/LC_MESSAGES/gimp20.mo share/locale/vi/LC_MESSAGES/gimp20-libgimp.mo +share/locale/vi/LC_MESSAGES/gimp20-python.mo share/locale/vi/LC_MESSAGES/gimp20-script-fu.mo share/locale/vi/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/vi/LC_MESSAGES/gimp20-tips.mo share/locale/vi/LC_MESSAGES/gimp20.mo +share/locale/xh/LC_MESSAGES/gimp20-libgimp.mo +share/locale/xh/LC_MESSAGES/gimp20-python.mo +share/locale/xh/LC_MESSAGES/gimp20-script-fu.mo +share/locale/xh/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/xh/LC_MESSAGES/gimp20-tips.mo +share/locale/xh/LC_MESSAGES/gimp20.mo share/locale/yi/LC_MESSAGES/gimp20-libgimp.mo +share/locale/yi/LC_MESSAGES/gimp20-python.mo share/locale/yi/LC_MESSAGES/gimp20-script-fu.mo share/locale/yi/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/yi/LC_MESSAGES/gimp20-tips.mo share/locale/yi/LC_MESSAGES/gimp20.mo share/locale/zh_CN/LC_MESSAGES/gimp20-libgimp.mo +share/locale/zh_CN/LC_MESSAGES/gimp20-python.mo share/locale/zh_CN/LC_MESSAGES/gimp20-script-fu.mo share/locale/zh_CN/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/zh_CN/LC_MESSAGES/gimp20-tips.mo share/locale/zh_CN/LC_MESSAGES/gimp20.mo share/locale/zh_TW/LC_MESSAGES/gimp20-libgimp.mo +share/locale/zh_TW/LC_MESSAGES/gimp20-python.mo share/locale/zh_TW/LC_MESSAGES/gimp20-script-fu.mo share/locale/zh_TW/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/zh_TW/LC_MESSAGES/gimp20-tips.mo share/locale/zh_TW/LC_MESSAGES/gimp20.mo @dirrm share/gimp/tips @dirrm share/gimp/themes/Small @@ -1908,7 +2003,6 @@ share/locale/zh_TW/LC_MESSAGES/gimp20.mo @dirrm share/gimp/scripts @dirrm share/gimp/patterns @dirrm share/gimp/palettes -@dirrm share/gimp/misc @dirrm share/gimp/menus @dirrm share/gimp/images @dirrm share/gimp/gradients @@ -1926,13 +2020,15 @@ share/locale/zh_TW/LC_MESSAGES/gimp20.mo @dirrm share/doc/gimp/libgimpthumb @dirrm share/doc/gimp/libgimpmodule @dirrm share/doc/gimp/libgimpmath +@dirrm share/doc/gimp/libgimpconfig @dirrm share/doc/gimp/libgimpcolor @dirrm share/doc/gimp/libgimpbase @dirrm share/doc/gimp/libgimp @dirrm share/doc/gimp +@dirrmtry share/applications @dirrm libexec/gimp/2.2/plug-ins -%%PYTHON:%%@dirrm libexec/gimp/2.2/python @dirrm libexec/gimp/2.2/modules +@dirrm libexec/gimp/2.2/interpreters @dirrm libexec/gimp/2.2/environ @dirrm libexec/gimp/2.2 @dirrm libexec/gimp @@ -1940,40 +2036,28 @@ share/locale/zh_TW/LC_MESSAGES/gimp20.mo @dirrm include/gimp-2.0/libgimpthumb @dirrm include/gimp-2.0/libgimpmodule @dirrm include/gimp-2.0/libgimpmath +@dirrm include/gimp-2.0/libgimpconfig @dirrm include/gimp-2.0/libgimpcolor @dirrm include/gimp-2.0/libgimpbase @dirrm include/gimp-2.0/libgimp @dirrm include/gimp-2.0 @dirrm etc/gimp/2.2 @dirrm etc/gimp -%%GNOMEPANEL:%%@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @dirrmtry share/locale/yi/LC_MESSAGES @dirrmtry share/locale/yi -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/tt/LC_MESSAGES +@dirrmtry share/locale/tt +@dirrmtry share/locale/sl/LC_MESSAGES +@dirrmtry share/locale/sl +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/km/LC_MESSAGES +@dirrmtry share/locale/km +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index c575aab39d8c..4990083842c8 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -3,11 +3,11 @@ # Whom: erich@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/gimp/Makefile,v 1.9 2007/04/04 14:54:04 ahze Exp $ +# $MCom: ports/graphics/gimp/Makefile,v 1.12 2007/10/24 21:31:11 ahze Exp $ # PORTNAME= gimp -PORTVERSION?= 2.2.17 +DISTVERSION?= 2.4.0 PORTEPOCH?= 2 CATEGORIES= graphics gnome MASTER_SITES?= # empty @@ -17,9 +17,10 @@ EXTRACT_ONLY?= # empty MAINTAINER= gnome@FreeBSD.org COMMENT= The "meta-port" for The Gimp -RUN_DEPENDS= gimp-2.2:${PORTSDIR}/graphics/gimp-app +RUN_DEPENDS= gimp-2.4:${PORTSDIR}/graphics/gimp-app -OPTIONS= PRINT "Gutenprint (gimp-print) plugin" On \ +OPTIONS= PYTHON "Python-fu support" Off \ + PRINT "Gutenprint (gimp-print) plugin" On \ HELP "Install Gimp-Help (50+MB distfile)" Off NO_BUILD= yes @@ -30,12 +31,12 @@ NO_BUILD= yes RUN_DEPENDS+= gimp-help>0:${PORTSDIR}/graphics/gimp-help .endif -#.if defined(WITH_PYTHON) -#RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/environ/pygimp.env:${PORTSDIR}/graphics/py-gimp -#.endif +.if defined(WITH_PYTHON) +RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/environ/pygimp.env:${PORTSDIR}/graphics/py-gimp +.endif .if !defined(WITHOUT_PRINT) -RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/plug-ins/print:${PORTSDIR}/print/gimp-gutenprint +RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/plug-ins/gutenprint:${PORTSDIR}/print/gimp-gutenprint .endif do-install: # empty diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile index b2ca7ec194ce..9cb82437766e 100644 --- a/graphics/gimpshop/Makefile +++ b/graphics/gimpshop/Makefile @@ -7,7 +7,7 @@ PORTNAME= gimpshop PORTVERSION= 2.2.11 -PORTREVISION= 6 +PORTREVISION= 8 CATEGORIES= graphics gnome MASTER_SITES= http://www.plasticbugs.com/blogimg/ \ http://freebsd.powered.net/distfiles/ @@ -33,7 +33,8 @@ USE_XPM= yes USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 librsvg2 +USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 librsvg2 \ + desktopfileutils WANT_GNOME= yes INSTALLS_SHLIB= yes PLIST_SUB= SHLIBVER="${SHLIBVER}" @@ -41,7 +42,8 @@ CONFIGURE_ARGS= --disable-perl \ --with-html-dir=${DOCSDIR} \ --disable-gtk-doc \ --enable-static \ - --disable-print + --disable-print \ + --with-desktop-dir=${LOCALBASE}/share CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" @@ -79,8 +81,7 @@ CONFIGURE_ARGS+= --enable-mp .endif .if ${HAVE_GNOME:Mgnomepanel}!="" -USE_GNOME+= gnomepanel desktopfileutils -CONFIGURE_ARGS+= --with-desktop-dir=${LOCALBASE}/share/gnome +USE_GNOME+= gnomepanel CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} PLIST_SUB+= GNOMEPANEL:="" GNOME_ENABLED= yes diff --git a/graphics/gimpshop/pkg-plist b/graphics/gimpshop/pkg-plist index fe101f895dd7..f5de9d7a8a28 100644 --- a/graphics/gimpshop/pkg-plist +++ b/graphics/gimpshop/pkg-plist @@ -1207,10 +1207,10 @@ share/gimp/menus/vectors-menu.xml share/gimp/misc/gimp.applications share/gimp/misc/gimp.desktop share/gimp/misc/gimp.keys -%%GNOMEPANEL:%%share/gnome/application-registry/gimp-2.2.applications -%%GNOMEPANEL:%%share/gnome/applications/gimp-2.2.desktop -%%GNOMEPANEL:%%@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -%%GNOMEPANEL:%%share/gnome/mime-info/gimp-2.2.keys +share/application-registry/gimp-2.2.applications +share/applications/gimp-2.2.desktop +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +share/mime-info/gimp-2.2.keys share/gimp/palettes/Bears.gpl share/gimp/palettes/Bgold.gpl share/gimp/palettes/Blues.gpl @@ -1936,6 +1936,7 @@ share/locale/zh_TW/LC_MESSAGES/gimp20.mo @dirrm include/gimp-2.0 @dirrmtry etc/gimp/2.2 @dirrmtry etc/gimp -%%GNOMEPANEL:%%@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @dirrmtry share/locale/yi/LC_MESSAGES @dirrmtry share/locale/yi +@dirrmtry share/applications diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index 130ea68bc45e..9796579c95f1 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -46,6 +46,8 @@ MAN1= giram.1 post-patch: @${REINPLACE_CMD} -e '36s,static ,,' ${WRKSRC}/src/tools/tool_disc.c + @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index 56bdc06adddb..9a05698ea8b9 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -7,7 +7,7 @@ PORTNAME= gliv PORTVERSION= 1.9.6 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://guichaz.free.fr/gliv/files/ @@ -35,9 +35,10 @@ CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib post-install: + ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/gliv.desktop \ - ${PREFIX}/share/gnome/applications + ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/gliv.png \ - ${PREFIX}/share/gnome/pixmaps + ${PREFIX}/share/pixmaps .include <bsd.port.mk> diff --git a/graphics/gliv/pkg-plist b/graphics/gliv/pkg-plist index cd8aada0f0ea..b82fc2fd02c4 100644 --- a/graphics/gliv/pkg-plist +++ b/graphics/gliv/pkg-plist @@ -1,6 +1,6 @@ bin/gliv -share/gnome/applications/gliv.desktop -share/gnome/pixmaps/gliv.png +share/applications/gliv.desktop +share/pixmaps/gliv.png share/locale/bg/LC_MESSAGES/gliv.mo share/locale/de/LC_MESSAGES/gliv.mo share/locale/fr/LC_MESSAGES/gliv.mo @@ -21,3 +21,4 @@ share/locale/vi/LC_MESSAGES/gliv.mo @dirrmtry man/de @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw +@dirrmtry share/applications diff --git a/graphics/gnomeiconedit/Makefile b/graphics/gnomeiconedit/Makefile index fa1c147970d1..991cd436c123 100644 --- a/graphics/gnomeiconedit/Makefile +++ b/graphics/gnomeiconedit/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomeiconedit PORTVERSION= 1.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= giconedit diff --git a/graphics/gnomeiconedit/files/patch-aa b/graphics/gnomeiconedit/files/patch-aa index bfc7352c9474..e5375dbc46b9 100644 --- a/graphics/gnomeiconedit/files/patch-aa +++ b/graphics/gnomeiconedit/files/patch-aa @@ -1,5 +1,3 @@ -$NetBSD$ - --- src/menus.c.orig Thu Jun 22 19:31:59 2000 +++ src/menus.c @@ -36,7 +36,6 @@ diff --git a/graphics/gnomeiconedit/files/patch-src::Makefile.in b/graphics/gnomeiconedit/files/patch-src::Makefile.in index 98b99558f1b5..888dc4e4093c 100644 --- a/graphics/gnomeiconedit/files/patch-src::Makefile.in +++ b/graphics/gnomeiconedit/files/patch-src::Makefile.in @@ -7,8 +7,8 @@ $FreeBSD$ bin_PROGRAMS = gnome-iconedit $(COMPONENT) --INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNOMEDATADIR=\""$(datadir)"\" -I$(includedir) -I$(top_srcdir) -I$(top_srcdir)/src/widgets $(GNOME_INCLUDEDIR) -+INCLUDES = $(GDK_PIXBUF_CFLAGS) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNOMEDATADIR=\""$(datadir)"\" -I$(includedir) -I$(top_srcdir) -I$(top_srcdir)/src/widgets $(GNOME_INCLUDEDIR) +-INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DGNOMEDATADIR=\""$(datadir)"\" -I$(includedir) -I$(top_srcdir) -I$(top_srcdir)/src/widgets $(GNOME_INCLUDEDIR) ++INCLUDES = $(GDK_PIXBUF_CFLAGS) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DGNOMEDATADIR=\""$(datadir)"\" -I$(includedir) -I$(top_srcdir) -I$(top_srcdir)/src/widgets $(GNOME_INCLUDEDIR) CORBA_GENERATED = Iconedit.h Iconedit-stubs.c Iconedit-skels.c Iconedit-common.c diff --git a/graphics/gnomeiconedit/pkg-plist b/graphics/gnomeiconedit/pkg-plist index e05764d0b20f..8683782713d9 100644 --- a/graphics/gnomeiconedit/pkg-plist +++ b/graphics/gnomeiconedit/pkg-plist @@ -2,23 +2,23 @@ bin/gnome-iconedit etc/CORBA/servers/gnome-iconedit.gnorba share/gnome/apps/Graphics/gnome-iconedit.desktop share/gnome/help/gnome-iconedit/C/topic.dat -share/gnome/idl/Iconedit.idl -share/gnome/oaf/gnome-iconedit.oafinfo -share/gnome/pixmaps/gnome-iconedit/cheques.png -share/gnome/pixmaps/gnome-iconedit/dropper.png -share/gnome/pixmaps/gnome-iconedit/empty-circle.png -share/gnome/pixmaps/gnome-iconedit/empty-square.png -share/gnome/pixmaps/gnome-iconedit/fill.png -share/gnome/pixmaps/gnome-iconedit/filled-circle.png -share/gnome/pixmaps/gnome-iconedit/filled-square.png -share/gnome/pixmaps/gnome-iconedit/gnome-iconedit.png -share/gnome/pixmaps/gnome-iconedit/gnome-tasklist.png -share/gnome/pixmaps/gnome-iconedit/gridlines.png -share/gnome/pixmaps/gnome-iconedit/line.png -share/gnome/pixmaps/gnome-iconedit/paint.png -share/gnome/pixmaps/gnome-iconedit/palette-edit.png -share/gnome/pixmaps/gnome-iconedit/roller.png -share/gnome/pixmaps/gnome-iconedit/selector.png +share/idl/Iconedit.idl +share/oaf/gnome-iconedit.oafinfo +share/pixmaps/gnome-iconedit/cheques.png +share/pixmaps/gnome-iconedit/dropper.png +share/pixmaps/gnome-iconedit/empty-circle.png +share/pixmaps/gnome-iconedit/empty-square.png +share/pixmaps/gnome-iconedit/fill.png +share/pixmaps/gnome-iconedit/filled-circle.png +share/pixmaps/gnome-iconedit/filled-square.png +share/pixmaps/gnome-iconedit/gnome-iconedit.png +share/pixmaps/gnome-iconedit/gnome-tasklist.png +share/pixmaps/gnome-iconedit/gridlines.png +share/pixmaps/gnome-iconedit/line.png +share/pixmaps/gnome-iconedit/paint.png +share/pixmaps/gnome-iconedit/palette-edit.png +share/pixmaps/gnome-iconedit/roller.png +share/pixmaps/gnome-iconedit/selector.png share/locale/de/LC_MESSAGES/gnome-iconedit.mo share/locale/en_GB/LC_MESSAGES/gnome-iconedit.mo share/locale/fr/LC_MESSAGES/gnome-iconedit.mo @@ -27,6 +27,6 @@ share/locale/ru/LC_MESSAGES/gnome-iconedit.mo share/locale/sv/LC_MESSAGES/gnome-iconedit.mo share/locale/tr/LC_MESSAGES/gnome-iconedit.mo share/locale/wa/LC_MESSAGES/gnome-iconedit.mo -@dirrm share/gnome/pixmaps/gnome-iconedit +@dirrm share/pixmaps/gnome-iconedit @dirrm share/gnome/help/gnome-iconedit/C @dirrm share/gnome/help/gnome-iconedit diff --git a/graphics/gqview-devel/Makefile b/graphics/gqview-devel/Makefile index 91b850c726da..6927934144c9 100644 --- a/graphics/gqview-devel/Makefile +++ b/graphics/gqview-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= gqview PORTVERSION= 2.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -37,8 +37,8 @@ post-patch: post-install: ${MKDIR} ${PREFIX}/share/gnome/apps/Graphics ${INSTALL_DATA} ${WRKSRC}/gqview.desktop ${PREFIX}/share/gnome/apps/Graphics - ${MKDIR} ${PREFIX}/share/gnome/pixmaps - ${INSTALL_DATA} ${WRKSRC}/gqview.png ${PREFIX}/share/gnome/pixmaps + ${MKDIR} ${PREFIX}/share/pixmaps + ${INSTALL_DATA} ${WRKSRC}/gqview.png ${PREFIX}/share/pixmaps .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} diff --git a/graphics/gqview-devel/pkg-plist b/graphics/gqview-devel/pkg-plist index 27ab1178d725..86ee5e2caaab 100644 --- a/graphics/gqview-devel/pkg-plist +++ b/graphics/gqview-devel/pkg-plist @@ -80,6 +80,6 @@ share/locale/vi/LC_MESSAGES/gqview.mo share/locale/zh_CN.GB2312/LC_MESSAGES/gqview.mo share/locale/zh_TW/LC_MESSAGES/gqview.mo share/gnome/apps/Graphics/gqview.desktop -share/gnome/pixmaps/gqview.png +share/pixmaps/gqview.png @dirrm %%DOCSDIR%%/html @dirrm %%DOCSDIR%% diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index 5db5dddad63d..e2d8e4d42b7b 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -7,7 +7,7 @@ PORTNAME= gqview PORTVERSION= 2.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -47,7 +47,7 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/gqview.desktop ${PREFIX}/share/gnome/apps/Graphics - ${INSTALL_DATA} ${WRKSRC}/gqview.png ${PREFIX}/share/gnome/pixmaps + ${INSTALL_DATA} ${WRKSRC}/gqview.png ${PREFIX}/share/pixmaps .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} diff --git a/graphics/gqview/pkg-plist b/graphics/gqview/pkg-plist index 50182a6b6829..2ad19f880edb 100644 --- a/graphics/gqview/pkg-plist +++ b/graphics/gqview/pkg-plist @@ -33,4 +33,4 @@ bin/gqview %%NLS%%share/locale/zh_CN.GB2312/LC_MESSAGES/gqview.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/gqview.mo share/gnome/apps/Graphics/gqview.desktop -share/gnome/pixmaps/gqview.png +share/pixmaps/gqview.png diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index dc69b2161a64..6b1a394e3102 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -7,6 +7,7 @@ PORTNAME= gthumb PORTVERSION= 2.10.6 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.10 diff --git a/graphics/gthumb/pkg-plist b/graphics/gthumb/pkg-plist index f0564e496e5a..a2d6e3ccb80c 100644 --- a/graphics/gthumb/pkg-plist +++ b/graphics/gthumb/pkg-plist @@ -21,91 +21,91 @@ lib/libgthumb.a lib/libgthumb.la lib/libgthumb.so libdata/bonobo/servers/GNOME_GThumb.server -share/gnome/applications/gthumb.desktop -share/gnome/gthumb/albumthemes/BestFit/back.png -share/gnome/gthumb/albumthemes/BestFit/BestFit.css -share/gnome/gthumb/albumthemes/BestFit/BestFit.js -share/gnome/gthumb/albumthemes/BestFit/image.gthtml -share/gnome/gthumb/albumthemes/BestFit/index.gthtml -share/gnome/gthumb/albumthemes/BestFit/index.js -share/gnome/gthumb/albumthemes/BestFit/lib.js -share/gnome/gthumb/albumthemes/BestFit/next.png -share/gnome/gthumb/albumthemes/BestFit/preview.png -share/gnome/gthumb/albumthemes/BestFit/prev.png -share/gnome/gthumb/albumthemes/BestFit/thumbnail.gthtml -share/gnome/gthumb/albumthemes/Classic/1.gif -share/gnome/gthumb/albumthemes/Classic/back.png -share/gnome/gthumb/albumthemes/Classic/background.gif -share/gnome/gthumb/albumthemes/Classic/bot.png -share/gnome/gthumb/albumthemes/Classic/image.gthtml -share/gnome/gthumb/albumthemes/Classic/index.gthtml -share/gnome/gthumb/albumthemes/Classic/layout.css -share/gnome/gthumb/albumthemes/Classic/left.png -share/gnome/gthumb/albumthemes/Classic/next.png -share/gnome/gthumb/albumthemes/Classic/prev.png -share/gnome/gthumb/albumthemes/Classic/preview.png -share/gnome/gthumb/albumthemes/Classic/right.png -share/gnome/gthumb/albumthemes/Classic/style.css -share/gnome/gthumb/albumthemes/Classic/thumbnail.gthtml -share/gnome/gthumb/albumthemes/Classic/top.png -share/gnome/gthumb/albumthemes/ClassicClips/1.gif -share/gnome/gthumb/albumthemes/ClassicClips/back.png -share/gnome/gthumb/albumthemes/ClassicClips/background.gif -share/gnome/gthumb/albumthemes/ClassicClips/bot.png -share/gnome/gthumb/albumthemes/ClassicClips/image.gthtml -share/gnome/gthumb/albumthemes/ClassicClips/index.gthtml -share/gnome/gthumb/albumthemes/ClassicClips/layout.css -share/gnome/gthumb/albumthemes/ClassicClips/left.png -share/gnome/gthumb/albumthemes/ClassicClips/next.png -share/gnome/gthumb/albumthemes/ClassicClips/prev.png -share/gnome/gthumb/albumthemes/ClassicClips/preview.png -share/gnome/gthumb/albumthemes/ClassicClips/right.png -share/gnome/gthumb/albumthemes/ClassicClips/style.css -share/gnome/gthumb/albumthemes/ClassicClips/thumbnail.gthtml -share/gnome/gthumb/albumthemes/ClassicClips/top.png -share/gnome/gthumb/albumthemes/Flicker/image.gthtml -share/gnome/gthumb/albumthemes/Flicker/index.gthtml -share/gnome/gthumb/albumthemes/Flicker/layout.css -share/gnome/gthumb/albumthemes/Flicker/preview.png -share/gnome/gthumb/albumthemes/Flicker/style.css -share/gnome/gthumb/albumthemes/Flicker/thumbnail.gthtml -share/gnome/gthumb/albumthemes/NeatRound/1.gif -share/gnome/gthumb/albumthemes/NeatRound/back.png -share/gnome/gthumb/albumthemes/NeatRound/background.gif -share/gnome/gthumb/albumthemes/NeatRound/bot.png -share/gnome/gthumb/albumthemes/NeatRound/image.gthtml -share/gnome/gthumb/albumthemes/NeatRound/index.gthtml -share/gnome/gthumb/albumthemes/NeatRound/layout.css -share/gnome/gthumb/albumthemes/NeatRound/left.png -share/gnome/gthumb/albumthemes/NeatRound/next.png -share/gnome/gthumb/albumthemes/NeatRound/prev.png -share/gnome/gthumb/albumthemes/NeatRound/preview.png -share/gnome/gthumb/albumthemes/NeatRound/right.png -share/gnome/gthumb/albumthemes/NeatRound/style.css -share/gnome/gthumb/albumthemes/NeatRound/thumbnail.gthtml -share/gnome/gthumb/albumthemes/NeatRound/top.png -share/gnome/gthumb/albumthemes/Wiki/image.gthtml -share/gnome/gthumb/albumthemes/Wiki/index.gthtml -share/gnome/gthumb/albumthemes/Wiki/layout.css -share/gnome/gthumb/albumthemes/Wiki/preview.png -share/gnome/gthumb/albumthemes/Wiki/style.css -share/gnome/gthumb/albumthemes/Wiki/thumbnail.gthtml -share/gnome/gthumb/glade/ftp-client-48.png -share/gnome/gthumb/glade/gphoto-48.png -share/gnome/gthumb/glade/gthumb.glade -share/gnome/gthumb/glade/gthumb_camera.glade -share/gnome/gthumb/glade/gthumb_comments.glade -share/gnome/gthumb/glade/gthumb_convert.glade -share/gnome/gthumb/glade/gthumb_crop.glade -share/gnome/gthumb/glade/gthumb_edit.glade -share/gnome/gthumb/glade/gthumb_png_exporter.glade -share/gnome/gthumb/glade/gthumb_preferences.glade -share/gnome/gthumb/glade/gthumb_print.glade -share/gnome/gthumb/glade/gthumb_redeye.glade -share/gnome/gthumb/glade/gthumb_search.glade -share/gnome/gthumb/glade/gthumb_tools.glade -share/gnome/gthumb/glade/gthumb_web_exporter.glade -share/gnome/gthumb/glade/volume-mute.png +share/applications/gthumb.desktop +share/gthumb/albumthemes/BestFit/back.png +share/gthumb/albumthemes/BestFit/BestFit.css +share/gthumb/albumthemes/BestFit/BestFit.js +share/gthumb/albumthemes/BestFit/image.gthtml +share/gthumb/albumthemes/BestFit/index.gthtml +share/gthumb/albumthemes/BestFit/index.js +share/gthumb/albumthemes/BestFit/lib.js +share/gthumb/albumthemes/BestFit/next.png +share/gthumb/albumthemes/BestFit/preview.png +share/gthumb/albumthemes/BestFit/prev.png +share/gthumb/albumthemes/BestFit/thumbnail.gthtml +share/gthumb/albumthemes/Classic/1.gif +share/gthumb/albumthemes/Classic/back.png +share/gthumb/albumthemes/Classic/background.gif +share/gthumb/albumthemes/Classic/bot.png +share/gthumb/albumthemes/Classic/image.gthtml +share/gthumb/albumthemes/Classic/index.gthtml +share/gthumb/albumthemes/Classic/layout.css +share/gthumb/albumthemes/Classic/left.png +share/gthumb/albumthemes/Classic/next.png +share/gthumb/albumthemes/Classic/prev.png +share/gthumb/albumthemes/Classic/preview.png +share/gthumb/albumthemes/Classic/right.png +share/gthumb/albumthemes/Classic/style.css +share/gthumb/albumthemes/Classic/thumbnail.gthtml +share/gthumb/albumthemes/Classic/top.png +share/gthumb/albumthemes/ClassicClips/1.gif +share/gthumb/albumthemes/ClassicClips/back.png +share/gthumb/albumthemes/ClassicClips/background.gif +share/gthumb/albumthemes/ClassicClips/bot.png +share/gthumb/albumthemes/ClassicClips/image.gthtml +share/gthumb/albumthemes/ClassicClips/index.gthtml +share/gthumb/albumthemes/ClassicClips/layout.css +share/gthumb/albumthemes/ClassicClips/left.png +share/gthumb/albumthemes/ClassicClips/next.png +share/gthumb/albumthemes/ClassicClips/prev.png +share/gthumb/albumthemes/ClassicClips/preview.png +share/gthumb/albumthemes/ClassicClips/right.png +share/gthumb/albumthemes/ClassicClips/style.css +share/gthumb/albumthemes/ClassicClips/thumbnail.gthtml +share/gthumb/albumthemes/ClassicClips/top.png +share/gthumb/albumthemes/Flicker/image.gthtml +share/gthumb/albumthemes/Flicker/index.gthtml +share/gthumb/albumthemes/Flicker/layout.css +share/gthumb/albumthemes/Flicker/preview.png +share/gthumb/albumthemes/Flicker/style.css +share/gthumb/albumthemes/Flicker/thumbnail.gthtml +share/gthumb/albumthemes/NeatRound/1.gif +share/gthumb/albumthemes/NeatRound/back.png +share/gthumb/albumthemes/NeatRound/background.gif +share/gthumb/albumthemes/NeatRound/bot.png +share/gthumb/albumthemes/NeatRound/image.gthtml +share/gthumb/albumthemes/NeatRound/index.gthtml +share/gthumb/albumthemes/NeatRound/layout.css +share/gthumb/albumthemes/NeatRound/left.png +share/gthumb/albumthemes/NeatRound/next.png +share/gthumb/albumthemes/NeatRound/prev.png +share/gthumb/albumthemes/NeatRound/preview.png +share/gthumb/albumthemes/NeatRound/right.png +share/gthumb/albumthemes/NeatRound/style.css +share/gthumb/albumthemes/NeatRound/thumbnail.gthtml +share/gthumb/albumthemes/NeatRound/top.png +share/gthumb/albumthemes/Wiki/image.gthtml +share/gthumb/albumthemes/Wiki/index.gthtml +share/gthumb/albumthemes/Wiki/layout.css +share/gthumb/albumthemes/Wiki/preview.png +share/gthumb/albumthemes/Wiki/style.css +share/gthumb/albumthemes/Wiki/thumbnail.gthtml +share/gthumb/glade/ftp-client-48.png +share/gthumb/glade/gphoto-48.png +share/gthumb/glade/gthumb.glade +share/gthumb/glade/gthumb_camera.glade +share/gthumb/glade/gthumb_comments.glade +share/gthumb/glade/gthumb_convert.glade +share/gthumb/glade/gthumb_crop.glade +share/gthumb/glade/gthumb_edit.glade +share/gthumb/glade/gthumb_png_exporter.glade +share/gthumb/glade/gthumb_preferences.glade +share/gthumb/glade/gthumb_print.glade +share/gthumb/glade/gthumb_redeye.glade +share/gthumb/glade/gthumb_search.glade +share/gthumb/glade/gthumb_tools.glade +share/gthumb/glade/gthumb_web_exporter.glade +share/gthumb/glade/volume-mute.png share/gnome/help/gthumb/C/figures/comment.png share/gnome/help/gthumb/C/figures/main-win.png share/gnome/help/gthumb/C/figures/nav-button.png @@ -122,9 +122,9 @@ share/gnome/help/gthumb/sv/figures/main-win.png share/gnome/help/gthumb/sv/figures/nav-button.png share/gnome/help/gthumb/sv/figures/preferences.png share/gnome/help/gthumb/sv/gthumb.xml -share/gnome/omf/gthumb/gthumb-C.omf -share/gnome/omf/gthumb/gthumb-es.omf -share/gnome/omf/gthumb/gthumb-sv.omf +share/omf/gthumb/gthumb-C.omf +share/omf/gthumb/gthumb-es.omf +share/omf/gthumb/gthumb-sv.omf share/icons/hicolor/48x48/apps/gthumb.png share/locale/am/LC_MESSAGES/gthumb.mo share/locale/ar/LC_MESSAGES/gthumb.mo @@ -183,7 +183,7 @@ share/locale/xh/LC_MESSAGES/gthumb.mo share/locale/zh_CN/LC_MESSAGES/gthumb.mo share/locale/zh_HK/LC_MESSAGES/gthumb.mo share/locale/zh_TW/LC_MESSAGES/gthumb.mo -@dirrm share/gnome/omf/gthumb +@dirrm share/omf/gthumb @dirrm share/gnome/help/gthumb/sv/figures @dirrm share/gnome/help/gthumb/sv @dirrm share/gnome/help/gthumb/es/figures @@ -191,14 +191,15 @@ share/locale/zh_TW/LC_MESSAGES/gthumb.mo @dirrm share/gnome/help/gthumb/C/figures @dirrm share/gnome/help/gthumb/C @dirrm share/gnome/help/gthumb -@dirrm share/gnome/gthumb/glade -@dirrm share/gnome/gthumb/albumthemes/Wiki -@dirrm share/gnome/gthumb/albumthemes/NeatRound -@dirrm share/gnome/gthumb/albumthemes/Flicker -@dirrm share/gnome/gthumb/albumthemes/ClassicClips -@dirrm share/gnome/gthumb/albumthemes/Classic -@dirrm share/gnome/gthumb/albumthemes/BestFit -@dirrm share/gnome/gthumb/albumthemes -@dirrm share/gnome/gthumb +@dirrm share/gthumb/glade +@dirrm share/gthumb/albumthemes/Wiki +@dirrm share/gthumb/albumthemes/NeatRound +@dirrm share/gthumb/albumthemes/Flicker +@dirrm share/gthumb/albumthemes/ClassicClips +@dirrm share/gthumb/albumthemes/Classic +@dirrm share/gthumb/albumthemes/BestFit +@dirrm share/gthumb/albumthemes +@dirrm share/gthumb @dirrm lib/gthumb/modules @dirrm lib/gthumb +@dirrmtry share/applications diff --git a/graphics/gtkam/Makefile b/graphics/gtkam/Makefile index 7e71664909f3..c8b4c51e1555 100644 --- a/graphics/gtkam/Makefile +++ b/graphics/gtkam/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtkam PORTVERSION= 0.1.14 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gphoto @@ -46,7 +46,6 @@ PKGNAMESUFFIX= -gnome USE_GNOME+= gnomeprefix libgnomeui INSTALLS_OMF= yes MAKE_ENV+= GNOME_SUBDIRS="help omf-install" -DATADIR= ${PREFIX}/share/gnome/${PORTNAME} .else CONFIGURE_ARGS+= --without-bonobo --without-gnome MAKE_ENV+= GNOME_SUBDIRS="" @@ -68,10 +67,11 @@ post-patch: s|$$(libdir)/gimp/|$$(libexecdir)/gimp/|g' post-install: + ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/gtkam.desktop \ - ${PREFIX}/share/gnome/applications + ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/gtkam.png \ - ${PREFIX}/share/gnome/pixmaps + ${PREFIX}/share/pixmaps .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in AUTHORS NEWS README diff --git a/graphics/gtkam/pkg-plist b/graphics/gtkam/pkg-plist index 65e033494582..083fb47fbe83 100644 --- a/graphics/gtkam/pkg-plist +++ b/graphics/gtkam/pkg-plist @@ -3,7 +3,7 @@ bin/gtkam %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README -share/gnome/applications/gtkam.desktop +share/applications/gtkam.desktop %%GNOME:%%share/gnome/help/gtkam/C/figures/gtkam_add_camera_enhanced_window.png %%GNOME:%%share/gnome/help/gtkam/C/figures/gtkam_add_camera_window.png %%GNOME:%%share/gnome/help/gtkam/C/figures/gtkam_fileinfo.png @@ -22,9 +22,9 @@ share/gnome/applications/gtkam.desktop %%GNOME:%%share/gnome/help/gtkam/ru/figures/gtkam_start_window.png %%GNOME:%%share/gnome/help/gtkam/ru/gtkam.xml %%GNOME:%%share/gnome/help/gtkam/ru/legal.xml -%%GNOME:%%share/gnome/omf/gtkam/gtkam-C.omf -%%GNOME:%%share/gnome/omf/gtkam/gtkam-ru.omf -share/gnome/pixmaps/gtkam.png +%%GNOME:%%share/omf/gtkam/gtkam-C.omf +%%GNOME:%%share/omf/gtkam/gtkam-ru.omf +share/pixmaps/gtkam.png %%DATADIR%%/images/gtkam-audio.png %%DATADIR%%/images/gtkam-camera.png %%DATADIR%%/images/gtkam-folder-camera.png @@ -56,10 +56,11 @@ share/locale/uk/LC_MESSAGES/gtkam.mo @dirrm %%DATADIR%%/pixmaps @dirrm %%DATADIR%%/images @dirrm %%DATADIR%% -%%GNOME:%%@dirrm share/gnome/omf/gtkam +%%GNOME:%%@dirrm share/omf/gtkam %%GNOME:%%@dirrm share/gnome/help/gtkam/ru/figures %%GNOME:%%@dirrm share/gnome/help/gtkam/ru %%GNOME:%%@dirrm share/gnome/help/gtkam/C/figures %%GNOME:%%@dirrm share/gnome/help/gtkam/C %%GNOME:%%@dirrm share/gnome/help/gtkam %%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrmtry share/applications diff --git a/graphics/jumpgis/Makefile b/graphics/jumpgis/Makefile index a8aa90ab45f2..7e2b76162e28 100644 --- a/graphics/jumpgis/Makefile +++ b/graphics/jumpgis/Makefile @@ -7,7 +7,7 @@ PORTNAME= jumpgis PORTVERSION= 1.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics java geography MASTER_SITES= http://www.jump-project.org/downloads/jump/:main \ http://people.tecnik93.com/~sam/ports/:extra @@ -63,8 +63,8 @@ do-install: .if ${HAVE_GNOME:Mgnomelibs}!="" @${ECHO_MSG} "---> Installing GNOME application links" - ${INSTALL_DATA} ${DISTDIR}/jump.desktop ${LOCALBASE}/share/gnome/applications/ - ${INSTALL_DATA} ${DISTDIR}/jump.png ${LOCALBASE}/share/gnome/pixmaps/ + ${INSTALL_DATA} ${DISTDIR}/jump.desktop ${LOCALBASE}/share/applications/ + ${INSTALL_DATA} ${DISTDIR}/jump.png ${LOCALBASE}/share/pixmaps/ .endif .include <bsd.port.post.mk> diff --git a/graphics/jumpgis/pkg-plist b/graphics/jumpgis/pkg-plist index d753d8493ea9..ebce4101284f 100644 --- a/graphics/jumpgis/pkg-plist +++ b/graphics/jumpgis/pkg-plist @@ -7,9 +7,10 @@ jumpgis/lib/jump-1.1.2.jar jumpgis/lib/junit.jar jumpgis/lib/xercesImpl.jar jumpgis/lib/xml-apis.jar -%%GNOMELINKS%%share/gnome/applications/jump.desktop -%%GNOMELINKS%%share/gnome/pixmaps/jump.png +%%GNOMELINKS%%share/applications/jump.desktop +%%GNOMELINKS%%share/pixmaps/jump.png @exec mkdir -p %D/jumpgis/lib/ext @dirrm jumpgis/lib/ext @dirrm jumpgis/lib @dirrm jumpgis +@dirrmtry share/applications diff --git a/graphics/libexif-gtk/Makefile b/graphics/libexif-gtk/Makefile index f13f68d0f9ae..8ad942f1c973 100644 --- a/graphics/libexif-gtk/Makefile +++ b/graphics/libexif-gtk/Makefile @@ -23,4 +23,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= yes +post-patch: + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + 's|-D.*_DISABLE_DEPRECATED||g' + .include <bsd.port.mk> diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile index 798250f3e228..190ae5dce649 100644 --- a/graphics/libgnomecanvas/Makefile +++ b/graphics/libgnomecanvas/Makefile @@ -3,11 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.60 2006/09/10 00:51:11 mezz Exp $ +# $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.70 2007/10/20 18:32:13 mezz Exp $ +# PORTNAME= libgnomecanvas -PORTVERSION= 2.14.0 -PORTREVISION?= 3 +PORTVERSION= 2.20.1.1 +PORTREVISION?= 0 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -25,7 +26,7 @@ USE_GETTEXT= yes USE_XLIB= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomehack libglade2 libartlgpl2 ltverhack referencehack +USE_GNOME= gnomehack libglade2 libartlgpl2 ltverhack referencehack gail CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/graphics/libgnomecanvas/distinfo b/graphics/libgnomecanvas/distinfo index cd3d87c1d1d5..ed7f2ccdb2a7 100644 --- a/graphics/libgnomecanvas/distinfo +++ b/graphics/libgnomecanvas/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/libgnomecanvas-2.14.0.tar.bz2) = 516c46fb4a1401b05cfef58c350fbd3d -SHA256 (gnome2/libgnomecanvas-2.14.0.tar.bz2) = 5ceadd704327c2967868b3c0c81b5e600e1c6fd4f8efcbaaf89f9b18aa8bb5cf -SIZE (gnome2/libgnomecanvas-2.14.0.tar.bz2) = 612330 +MD5 (gnome2/libgnomecanvas-2.20.1.1.tar.bz2) = 948ed771d2957d24a0c9a414e9581055 +SHA256 (gnome2/libgnomecanvas-2.20.1.1.tar.bz2) = 70f906d52d98b7b45e95fd59ef10f06579b75ee9e70e67edabd30a4f6e5d6fe3 +SIZE (gnome2/libgnomecanvas-2.20.1.1.tar.bz2) = 583565 diff --git a/graphics/libgnomecanvas/pkg-plist b/graphics/libgnomecanvas/pkg-plist index 3a0c4850d202..aa4944b3dc1d 100644 --- a/graphics/libgnomecanvas/pkg-plist +++ b/graphics/libgnomecanvas/pkg-plist @@ -27,12 +27,14 @@ share/locale/az/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/be/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/bg/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/bn/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/bn_IN/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/bs/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/ca/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/cs/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/cy/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/da/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/de/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/dz/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/el/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/en_CA/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/en_GB/LC_MESSAGES/libgnomecanvas-2.0.mo @@ -54,12 +56,14 @@ share/locale/id/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/is/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/it/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/ja/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ka/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/kn/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/ko/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/ku/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/li/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/lt/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/lv/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/mg/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/mk/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/ml/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/mn/LC_MESSAGES/libgnomecanvas-2.0.mo @@ -68,7 +72,8 @@ share/locale/nb/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/ne/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/nl/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/nn/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/no/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/oc/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/or/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/pa/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/pl/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/pt/LC_MESSAGES/libgnomecanvas-2.0.mo @@ -84,6 +89,7 @@ share/locale/sr@Latn/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/sr@ije/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/sv/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/ta/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/th/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/tr/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/tt/LC_MESSAGES/libgnomecanvas-2.0.mo share/locale/uk/LC_MESSAGES/libgnomecanvas-2.0.mo @@ -108,7 +114,15 @@ share/locale/zh_TW/LC_MESSAGES/libgnomecanvas-2.0.mo @dirrmtry share/locale/sr@ije @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg @dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN @dirrmtry share/locale/ang/LC_MESSAGES @dirrmtry share/locale/ang diff --git a/graphics/libgnomecanvasmm26/Makefile b/graphics/libgnomecanvasmm26/Makefile index af3d3ac22eb9..2712f78f730e 100644 --- a/graphics/libgnomecanvasmm26/Makefile +++ b/graphics/libgnomecanvasmm26/Makefile @@ -3,12 +3,11 @@ # Whom: Alexander Nedotsukov <bland@mail.ru> # # $FreeBSD$ -# $MCom: ports/graphics/libgnomecanvasmm26/Makefile,v 1.14 2006/08/21 15:32:21 ahze Exp $ +# $MCom: ports/graphics/libgnomecanvasmm26/Makefile,v 1.16 2007/09/17 16:42:56 marcus Exp $ # PORTNAME= libgnomecanvasmm -PORTVERSION= 2.16.0 -PORTREVISION= 1 +PORTVERSION= 2.20.0 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/graphics/libgnomecanvasmm26/distinfo b/graphics/libgnomecanvasmm26/distinfo index 87806eef911c..9bb8e0f2a27b 100644 --- a/graphics/libgnomecanvasmm26/distinfo +++ b/graphics/libgnomecanvasmm26/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/libgnomecanvasmm-2.16.0.tar.bz2) = fe54d7f437d03044f863672d6dd38e9f -SHA256 (gnome2/libgnomecanvasmm-2.16.0.tar.bz2) = 5f3297cb1b047bc5a02044f54847fbcd7d0044461fc5f28ee351d2d4f6b91ed7 -SIZE (gnome2/libgnomecanvasmm-2.16.0.tar.bz2) = 333980 +MD5 (gnome2/libgnomecanvasmm-2.20.0.tar.bz2) = 2a7cdcfd093db49c41e455e7b744e1c2 +SHA256 (gnome2/libgnomecanvasmm-2.20.0.tar.bz2) = 4fd42d16d286dad698724e800c968921e3a4784fd5b1d3a6a5e4f7f88e714b08 +SIZE (gnome2/libgnomecanvasmm-2.20.0.tar.bz2) = 321375 diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index dbac195143fd..e0f655ab63d8 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -3,11 +3,12 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/librsvg2/Makefile,v 1.109 2006/10/02 04:52:51 bland Exp $ +# $MCom: ports/graphics/librsvg2/Makefile,v 1.117 2007/08/29 20:04:44 mezz Exp $ # PORTNAME= librsvg2 PORTVERSION= 2.18.2 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/graphics/librsvg2/pkg-plist b/graphics/librsvg2/pkg-plist index ceeb03c21173..e437b5ef6ca9 100644 --- a/graphics/librsvg2/pkg-plist +++ b/graphics/librsvg2/pkg-plist @@ -36,7 +36,7 @@ share/doc/rsvg/rsvg.devhelp2 share/doc/rsvg/rsvg.html share/doc/rsvg/style.css share/doc/rsvg/up.png -share/gnome/pixmaps/svg-viewer.svg +share/pixmaps/svg-viewer.svg @dirrm share/doc/rsvg @dirrm include/librsvg-2/librsvg @dirrm include/librsvg-2 diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile index 33570b909b5a..31fbe8219dc1 100644 --- a/graphics/pornview/Makefile +++ b/graphics/pornview/Makefile @@ -7,7 +7,7 @@ PORTNAME= pornview PORTVERSION= 0.2.0.p.1 -PORTREVISION= 12 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -41,7 +41,7 @@ PLIST_SUB+= WITH_NLS="" post-patch: @${REINPLACE_CMD} -e \ 's|INCLUDED_LIBINTL=yes|INCLUDED_LIBINTL=no|g ; \ - s|\\[$$][{]top_builddir[}]/intl/libintl.a|-lintl|g ; \ - s|[{]datadir[}]/locale|{prefix}/share/locale|g' ${WRKSRC}/configure + s|\\[$$][{]top_builddir[}]/intl/libintl.a|-lintl|g' \ + ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/graphics/pornview/pkg-plist b/graphics/pornview/pkg-plist index 1f53c2f61395..0fcc32adda5e 100644 --- a/graphics/pornview/pkg-plist +++ b/graphics/pornview/pkg-plist @@ -1,8 +1,8 @@ bin/pornview share/gnome/apps/Graphics/pornview.desktop -share/gnome/pixmaps/pornview.png +share/pixmaps/pornview.png %%WITH_NLS%%share/locale/fr/LC_MESSAGES/pornview.mo %%WITH_NLS%%share/locale/pl/LC_MESSAGES/pornview.mo -share/gnome/pornview/scripts/helloworld -@dirrm share/gnome/pornview/scripts -@dirrm share/gnome/pornview +share/pornview/scripts/helloworld +@dirrm share/pornview/scripts +@dirrm share/pornview diff --git a/graphics/py-gimp/Makefile b/graphics/py-gimp/Makefile index d199f827eac3..1a9ac3561b2c 100644 --- a/graphics/py-gimp/Makefile +++ b/graphics/py-gimp/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/py-gimp/Makefile,v 1.2 2007/01/01 22:40:46 ahze Exp $ +# $MCom: ports/graphics/py-gimp/Makefile,v 1.4 2007/10/24 21:22:00 ahze Exp $ PORTEPOCH= 0 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,6 +22,6 @@ PLIST= ${.CURDIR}/pkg-plist BUILD_WRKSRC= ${WRKSRC}/plug-ins/pygimp INSTALL_WRKSRC= ${WRKSRC}/plug-ins/pygimp -MASTERDIR= ${.CURDIR}/../../graphics/gimp-app-devel +MASTERDIR= ${.CURDIR}/../../graphics/gimp-app .include "${MASTERDIR}/Makefile" diff --git a/graphics/ruby-libart2/Makefile b/graphics/ruby-libart2/Makefile index a63fc411e0f1..7938838a66af 100644 --- a/graphics/ruby-libart2/Makefile +++ b/graphics/ruby-libart2/Makefile @@ -3,11 +3,12 @@ # Whom: Akinori MUSHA aka knu <knu@idaemons.org> # # $FreeBSD$ -# $MCom: ports/graphics/ruby-libart2/Makefile,v 1.2 2005/10/17 07:05:41 mezz Exp $ +# $MCom: ports/graphics/ruby-libart2/Makefile,v 1.4 2007/10/09 23:12:07 mezz Exp $ # PORTNAME= libart2 PORTVERSION= ${RUBY_GNOME_PORTVERSION} +PORTREVISION= 1 CATEGORIES= graphics ruby MASTER_SITES= ${RUBY_GNOME_MASTER_SITES} MASTER_SITE_SUBDIR= ${RUBY_GNOME_MASTER_SITE_SUBDIR} diff --git a/graphics/ruby-libart2/pkg-plist b/graphics/ruby-libart2/pkg-plist index 2cb05136cddf..a2e2adefe5a0 100644 --- a/graphics/ruby-libart2/pkg-plist +++ b/graphics/ruby-libart2/pkg-plist @@ -1,3 +1,4 @@ +%%RUBY_SITELIBDIR%%/libart2.rb %%RUBY_SITEARCHLIBDIR%%/libart2.so %%RUBY_SITEARCHLIBDIR%%/rbart.h %%PORTDOCS%%%%RUBY_MODDOCDIR%%/COPYING.LIB diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index ba6d40f2b2dd..df5965fcbfb7 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -3,11 +3,11 @@ # Whom: Yukihiro Nakai <nakai@FreeBSD.org> # # $FreeBSD$ -# +# $MCom: ports/graphics/sodipodi/Makefile,v 1.3 2007/05/30 03:21:43 mezz Exp $ PORTNAME= sodipodi PORTVERSION= 0.34 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,8 +24,8 @@ USE_GETTEXT= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --without-gnome-print \ --with-popt -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2" \ + LDFLAGS="-L${LOCALBASE}/lib" MAN1= sodipodi.1 diff --git a/graphics/sodipodi/pkg-plist b/graphics/sodipodi/pkg-plist index 8725308647d9..c2e1e2af1e4e 100644 --- a/graphics/sodipodi/pkg-plist +++ b/graphics/sodipodi/pkg-plist @@ -3,187 +3,187 @@ lib/sodipodi/extensions/ill2svg.pl lib/sodipodi/modules/libxmleditor.a lib/sodipodi/modules/libxmleditor.la lib/sodipodi/modules/libxmleditor.so -share/gnome/applications/sodipodi.desktop +share/applications/sodipodi.desktop @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -share/gnome/pixmaps/sodipodi.png -share/gnome/sodipodi/about.svg -share/gnome/sodipodi/add.xpm -share/gnome/sodipodi/add_xml_element_node.xpm -share/gnome/sodipodi/add_xml_text_node.xpm -share/gnome/sodipodi/al_bottom_in.xpm -share/gnome/sodipodi/al_bottom_out.xpm -share/gnome/sodipodi/al_center_hor.xpm -share/gnome/sodipodi/al_center_ver.xpm -share/gnome/sodipodi/al_left_in.xpm -share/gnome/sodipodi/al_left_out.xpm -share/gnome/sodipodi/al_right_in.xpm -share/gnome/sodipodi/al_right_out.xpm -share/gnome/sodipodi/al_top_in.xpm -share/gnome/sodipodi/al_top_out.xpm -share/gnome/sodipodi/align_bc.xpm -share/gnome/sodipodi/align_bl.xpm -share/gnome/sodipodi/align_br.xpm -share/gnome/sodipodi/align_cc.xpm -share/gnome/sodipodi/align_cl.xpm -share/gnome/sodipodi/align_cr.xpm -share/gnome/sodipodi/align_tc.xpm -share/gnome/sodipodi/align_tl.xpm -share/gnome/sodipodi/align_tr.xpm -share/gnome/sodipodi/angle_180.xpm -share/gnome/sodipodi/angle_270.xpm -share/gnome/sodipodi/angle_90.xpm -share/gnome/sodipodi/angle_any.xpm -share/gnome/sodipodi/arrows_hor.xpm -share/gnome/sodipodi/arrows_ver.xpm -share/gnome/sodipodi/cap_butt.xpm -share/gnome/sodipodi/cap_round.xpm -share/gnome/sodipodi/cap_square.xpm -share/gnome/sodipodi/clear.xpm -share/gnome/sodipodi/create_new.xpm -share/gnome/sodipodi/curve.xpm -share/gnome/sodipodi/cusp.xpm -share/gnome/sodipodi/del.xpm -share/gnome/sodipodi/delete_xml_attribute.xpm -share/gnome/sodipodi/delete_xml_node.xpm -share/gnome/sodipodi/dimension_hor.xpm -share/gnome/sodipodi/dimension_ver.xpm -share/gnome/sodipodi/div.xpm -share/gnome/sodipodi/draw_arc.xpm -share/gnome/sodipodi/draw_dynahand.xpm -share/gnome/sodipodi/draw_freehand.xpm -share/gnome/sodipodi/draw_node.xpm -share/gnome/sodipodi/draw_pen.xpm -share/gnome/sodipodi/draw_rect.xpm -share/gnome/sodipodi/draw_select.xpm -share/gnome/sodipodi/draw_spiral.xpm -share/gnome/sodipodi/draw_star.xpm -share/gnome/sodipodi/draw_text.xpm -share/gnome/sodipodi/draw_zoom.xpm -share/gnome/sodipodi/dt_active.xpm -share/gnome/sodipodi/dt_inactive.xpm -share/gnome/sodipodi/duplicate.xpm -share/gnome/sodipodi/duplicate_xml_node.xpm -share/gnome/sodipodi/edge_down.xpm -share/gnome/sodipodi/edge_up.xpm -share/gnome/sodipodi/edit_copy.xpm -share/gnome/sodipodi/edit_cut.xpm -share/gnome/sodipodi/edit_delete.xpm -share/gnome/sodipodi/edit_duplicate.xpm -share/gnome/sodipodi/edit_paste.xpm -share/gnome/sodipodi/edit_redo.xpm -share/gnome/sodipodi/edit_undo.xpm -share/gnome/sodipodi/ellipse.xpm -share/gnome/sodipodi/file_export.xpm -share/gnome/sodipodi/file_import.xpm -share/gnome/sodipodi/file_new.xpm -share/gnome/sodipodi/file_open.xpm -share/gnome/sodipodi/file_print.xpm -share/gnome/sodipodi/file_print_direct.xpm -share/gnome/sodipodi/file_print_preview.xpm -share/gnome/sodipodi/file_save.xpm -share/gnome/sodipodi/file_save_as.xpm -share/gnome/sodipodi/fill.xpm -share/gnome/sodipodi/fill_fractal.xpm -share/gnome/sodipodi/fill_gradient.xpm -share/gnome/sodipodi/fill_none.xpm -share/gnome/sodipodi/fill_pattern.xpm -share/gnome/sodipodi/fill_radial.xpm -share/gnome/sodipodi/fill_solid.xpm -share/gnome/sodipodi/flip_hor.xpm -share/gnome/sodipodi/flip_ver.xpm -share/gnome/sodipodi/font.xpm -share/gnome/sodipodi/forward.xpm -share/gnome/sodipodi/freehand.xpm -share/gnome/sodipodi/guide_dialog.png -share/gnome/sodipodi/icons.svg -share/gnome/sodipodi/join.xpm -share/gnome/sodipodi/join_bevel.xpm -share/gnome/sodipodi/join_miter.xpm -share/gnome/sodipodi/join_round.xpm -share/gnome/sodipodi/line.xpm -share/gnome/sodipodi/line_dashed.xpm -share/gnome/sodipodi/line_doubled.xpm -share/gnome/sodipodi/line_full.xpm -share/gnome/sodipodi/lock_aspect_no.xpm -share/gnome/sodipodi/lock_aspect_yes.xpm -share/gnome/sodipodi/move.xpm -share/gnome/sodipodi/node.xpm -share/gnome/sodipodi/node_break.xpm -share/gnome/sodipodi/node_curve.xpm -share/gnome/sodipodi/node_cusp.xpm -share/gnome/sodipodi/node_delete.xpm -share/gnome/sodipodi/node_insert.xpm -share/gnome/sodipodi/node_join.xpm -share/gnome/sodipodi/node_line.xpm -share/gnome/sodipodi/node_smooth.xpm -share/gnome/sodipodi/node_symetric.xpm -share/gnome/sodipodi/object_align.xpm -share/gnome/sodipodi/object_fill.xpm -share/gnome/sodipodi/object_flip_hor.xpm -share/gnome/sodipodi/object_flip_ver.xpm -share/gnome/sodipodi/object_font.xpm -share/gnome/sodipodi/object_layout.xpm -share/gnome/sodipodi/object_reset.xpm -share/gnome/sodipodi/object_rotate.xpm -share/gnome/sodipodi/object_stroke.xpm -share/gnome/sodipodi/object_tocurve.xpm -share/gnome/sodipodi/object_trans.xpm -share/gnome/sodipodi/origin.xpm -share/gnome/sodipodi/properties_fill.xpm -share/gnome/sodipodi/properties_layout.xpm -share/gnome/sodipodi/properties_stroke.xpm -share/gnome/sodipodi/quit_nope.xpm -share/gnome/sodipodi/quit_yep.xpm -share/gnome/sodipodi/rect.xpm -share/gnome/sodipodi/reread.xpm -share/gnome/sodipodi/rotate.xpm -share/gnome/sodipodi/rotate_left.xpm -share/gnome/sodipodi/rotate_right.xpm -share/gnome/sodipodi/scale.xpm -share/gnome/sodipodi/scale_hor.xpm -share/gnome/sodipodi/scale_ver.xpm -share/gnome/sodipodi/select.xpm -share/gnome/sodipodi/selection_bot.xpm -share/gnome/sodipodi/selection_break.xpm -share/gnome/sodipodi/selection_combine.xpm -share/gnome/sodipodi/selection_down.xpm -share/gnome/sodipodi/selection_group.xpm -share/gnome/sodipodi/selection_intersection.xpm -share/gnome/sodipodi/selection_subtraction.xpm -share/gnome/sodipodi/selection_top.xpm -share/gnome/sodipodi/selection_ungroup.xpm -share/gnome/sodipodi/selection_union.xpm -share/gnome/sodipodi/selection_up.xpm -share/gnome/sodipodi/seperate_tool.xpm -share/gnome/sodipodi/set.xpm -share/gnome/sodipodi/skew.xpm -share/gnome/sodipodi/skew_hor.xpm -share/gnome/sodipodi/skew_ver.xpm -share/gnome/sodipodi/smooth.xpm -share/gnome/sodipodi/stroke.xpm -share/gnome/sodipodi/sym.xpm -share/gnome/sodipodi/text.xpm -share/gnome/sodipodi/toback.xpm -share/gnome/sodipodi/tofront.xpm -share/gnome/sodipodi/toolbox_draw.xpm -share/gnome/sodipodi/toolbox_edit.xpm -share/gnome/sodipodi/toolbox_file.xpm -share/gnome/sodipodi/toolbox_node.xpm -share/gnome/sodipodi/toolbox_object.xpm -share/gnome/sodipodi/toolbox_select.xpm -share/gnome/sodipodi/toolbox_zoom.xpm -share/gnome/sodipodi/unknown.xpm -share/gnome/sodipodi/writing_mode_lr.xpm -share/gnome/sodipodi/writing_mode_tb.xpm -share/gnome/sodipodi/zoom.xpm -share/gnome/sodipodi/zoom_1_to_1.xpm -share/gnome/sodipodi/zoom_1_to_2.xpm -share/gnome/sodipodi/zoom_2_to_1.xpm -share/gnome/sodipodi/zoom_draw.xpm -share/gnome/sodipodi/zoom_in.xpm -share/gnome/sodipodi/zoom_out.xpm -share/gnome/sodipodi/zoom_page.xpm -share/gnome/sodipodi/zoom_select.xpm +share/pixmaps/sodipodi.png +share/sodipodi/about.svg +share/sodipodi/add.xpm +share/sodipodi/add_xml_element_node.xpm +share/sodipodi/add_xml_text_node.xpm +share/sodipodi/al_bottom_in.xpm +share/sodipodi/al_bottom_out.xpm +share/sodipodi/al_center_hor.xpm +share/sodipodi/al_center_ver.xpm +share/sodipodi/al_left_in.xpm +share/sodipodi/al_left_out.xpm +share/sodipodi/al_right_in.xpm +share/sodipodi/al_right_out.xpm +share/sodipodi/al_top_in.xpm +share/sodipodi/al_top_out.xpm +share/sodipodi/align_bc.xpm +share/sodipodi/align_bl.xpm +share/sodipodi/align_br.xpm +share/sodipodi/align_cc.xpm +share/sodipodi/align_cl.xpm +share/sodipodi/align_cr.xpm +share/sodipodi/align_tc.xpm +share/sodipodi/align_tl.xpm +share/sodipodi/align_tr.xpm +share/sodipodi/angle_180.xpm +share/sodipodi/angle_270.xpm +share/sodipodi/angle_90.xpm +share/sodipodi/angle_any.xpm +share/sodipodi/arrows_hor.xpm +share/sodipodi/arrows_ver.xpm +share/sodipodi/cap_butt.xpm +share/sodipodi/cap_round.xpm +share/sodipodi/cap_square.xpm +share/sodipodi/clear.xpm +share/sodipodi/create_new.xpm +share/sodipodi/curve.xpm +share/sodipodi/cusp.xpm +share/sodipodi/del.xpm +share/sodipodi/delete_xml_attribute.xpm +share/sodipodi/delete_xml_node.xpm +share/sodipodi/dimension_hor.xpm +share/sodipodi/dimension_ver.xpm +share/sodipodi/div.xpm +share/sodipodi/draw_arc.xpm +share/sodipodi/draw_dynahand.xpm +share/sodipodi/draw_freehand.xpm +share/sodipodi/draw_node.xpm +share/sodipodi/draw_pen.xpm +share/sodipodi/draw_rect.xpm +share/sodipodi/draw_select.xpm +share/sodipodi/draw_spiral.xpm +share/sodipodi/draw_star.xpm +share/sodipodi/draw_text.xpm +share/sodipodi/draw_zoom.xpm +share/sodipodi/dt_active.xpm +share/sodipodi/dt_inactive.xpm +share/sodipodi/duplicate.xpm +share/sodipodi/duplicate_xml_node.xpm +share/sodipodi/edge_down.xpm +share/sodipodi/edge_up.xpm +share/sodipodi/edit_copy.xpm +share/sodipodi/edit_cut.xpm +share/sodipodi/edit_delete.xpm +share/sodipodi/edit_duplicate.xpm +share/sodipodi/edit_paste.xpm +share/sodipodi/edit_redo.xpm +share/sodipodi/edit_undo.xpm +share/sodipodi/ellipse.xpm +share/sodipodi/file_export.xpm +share/sodipodi/file_import.xpm +share/sodipodi/file_new.xpm +share/sodipodi/file_open.xpm +share/sodipodi/file_print.xpm +share/sodipodi/file_print_direct.xpm +share/sodipodi/file_print_preview.xpm +share/sodipodi/file_save.xpm +share/sodipodi/file_save_as.xpm +share/sodipodi/fill.xpm +share/sodipodi/fill_fractal.xpm +share/sodipodi/fill_gradient.xpm +share/sodipodi/fill_none.xpm +share/sodipodi/fill_pattern.xpm +share/sodipodi/fill_radial.xpm +share/sodipodi/fill_solid.xpm +share/sodipodi/flip_hor.xpm +share/sodipodi/flip_ver.xpm +share/sodipodi/font.xpm +share/sodipodi/forward.xpm +share/sodipodi/freehand.xpm +share/sodipodi/guide_dialog.png +share/sodipodi/icons.svg +share/sodipodi/join.xpm +share/sodipodi/join_bevel.xpm +share/sodipodi/join_miter.xpm +share/sodipodi/join_round.xpm +share/sodipodi/line.xpm +share/sodipodi/line_dashed.xpm +share/sodipodi/line_doubled.xpm +share/sodipodi/line_full.xpm +share/sodipodi/lock_aspect_no.xpm +share/sodipodi/lock_aspect_yes.xpm +share/sodipodi/move.xpm +share/sodipodi/node.xpm +share/sodipodi/node_break.xpm +share/sodipodi/node_curve.xpm +share/sodipodi/node_cusp.xpm +share/sodipodi/node_delete.xpm +share/sodipodi/node_insert.xpm +share/sodipodi/node_join.xpm +share/sodipodi/node_line.xpm +share/sodipodi/node_smooth.xpm +share/sodipodi/node_symetric.xpm +share/sodipodi/object_align.xpm +share/sodipodi/object_fill.xpm +share/sodipodi/object_flip_hor.xpm +share/sodipodi/object_flip_ver.xpm +share/sodipodi/object_font.xpm +share/sodipodi/object_layout.xpm +share/sodipodi/object_reset.xpm +share/sodipodi/object_rotate.xpm +share/sodipodi/object_stroke.xpm +share/sodipodi/object_tocurve.xpm +share/sodipodi/object_trans.xpm +share/sodipodi/origin.xpm +share/sodipodi/properties_fill.xpm +share/sodipodi/properties_layout.xpm +share/sodipodi/properties_stroke.xpm +share/sodipodi/quit_nope.xpm +share/sodipodi/quit_yep.xpm +share/sodipodi/rect.xpm +share/sodipodi/reread.xpm +share/sodipodi/rotate.xpm +share/sodipodi/rotate_left.xpm +share/sodipodi/rotate_right.xpm +share/sodipodi/scale.xpm +share/sodipodi/scale_hor.xpm +share/sodipodi/scale_ver.xpm +share/sodipodi/select.xpm +share/sodipodi/selection_bot.xpm +share/sodipodi/selection_break.xpm +share/sodipodi/selection_combine.xpm +share/sodipodi/selection_down.xpm +share/sodipodi/selection_group.xpm +share/sodipodi/selection_intersection.xpm +share/sodipodi/selection_subtraction.xpm +share/sodipodi/selection_top.xpm +share/sodipodi/selection_ungroup.xpm +share/sodipodi/selection_union.xpm +share/sodipodi/selection_up.xpm +share/sodipodi/seperate_tool.xpm +share/sodipodi/set.xpm +share/sodipodi/skew.xpm +share/sodipodi/skew_hor.xpm +share/sodipodi/skew_ver.xpm +share/sodipodi/smooth.xpm +share/sodipodi/stroke.xpm +share/sodipodi/sym.xpm +share/sodipodi/text.xpm +share/sodipodi/toback.xpm +share/sodipodi/tofront.xpm +share/sodipodi/toolbox_draw.xpm +share/sodipodi/toolbox_edit.xpm +share/sodipodi/toolbox_file.xpm +share/sodipodi/toolbox_node.xpm +share/sodipodi/toolbox_object.xpm +share/sodipodi/toolbox_select.xpm +share/sodipodi/toolbox_zoom.xpm +share/sodipodi/unknown.xpm +share/sodipodi/writing_mode_lr.xpm +share/sodipodi/writing_mode_tb.xpm +share/sodipodi/zoom.xpm +share/sodipodi/zoom_1_to_1.xpm +share/sodipodi/zoom_1_to_2.xpm +share/sodipodi/zoom_2_to_1.xpm +share/sodipodi/zoom_draw.xpm +share/sodipodi/zoom_in.xpm +share/sodipodi/zoom_out.xpm +share/sodipodi/zoom_page.xpm +share/sodipodi/zoom_select.xpm share/locale/am/LC_MESSAGES/sodipodi.mo share/locale/az/LC_MESSAGES/sodipodi.mo share/locale/be/LC_MESSAGES/sodipodi.mo @@ -218,8 +218,9 @@ share/locale/sv/LC_MESSAGES/sodipodi.mo share/locale/tr/LC_MESSAGES/sodipodi.mo share/locale/uk/LC_MESSAGES/sodipodi.mo share/locale/zh_CN/LC_MESSAGES/sodipodi.mo -@dirrm share/gnome/sodipodi +@dirrm share/sodipodi @dirrm lib/sodipodi/modules @dirrm lib/sodipodi/extensions @dirrm lib/sodipodi @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@dirrmtry share/applications diff --git a/graphics/truevision/Makefile b/graphics/truevision/Makefile index 39cb8ba0ac54..b188b92da539 100644 --- a/graphics/truevision/Makefile +++ b/graphics/truevision/Makefile @@ -8,7 +8,7 @@ PORTNAME= truevision PORTVERSION= 0.5.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -43,9 +43,7 @@ post-patch: s|-I/usr/local/include/gtkglext-1.0/||g ; \ s|-I/usr/lib/gtkglext-1.0/include/||g ; \ s|-I/usr/local/lib/gtkglext-1.0/include/||g ; \ - s|-I/usr/local/include ||g ; \ - s|=share$$|=share/gnome|g ; \ - s|=share/pixmap|=share/gnome/pixmap|g' ${WRKSRC}/configure + s|-I/usr/local/include ||g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-I/usr/include||g ; \ s|-I/usr/local/include||g ; \ @@ -54,8 +52,6 @@ post-patch: s|-L/usr/local/lib||g ; \ s|-L/usr/X11R6/lib||g ; \ s|-O2||g ; \ - s|share/application|share/gnome/application|g ; \ - s|share/mime-info|share/gnome/mime-info|g ; \ s|^truevisiondoc|#truevisiondoc|g' .include <bsd.port.mk> diff --git a/graphics/truevision/pkg-plist b/graphics/truevision/pkg-plist index aa4c75aea6e1..5332d430dfe2 100644 --- a/graphics/truevision/pkg-plist +++ b/graphics/truevision/pkg-plist @@ -1,7 +1,7 @@ bin/truevision lib/libftgltv.a -share/gnome/applications/truevision.desktop -share/gnome/application-registry/truevision.applications +share/applications/truevision.desktop +share/application-registry/truevision.applications share/gnome/help/truevision/C/athmospherics.xml share/gnome/help/truevision/C/camera.xml share/gnome/help/truevision/C/figures/interface_editor.png @@ -51,95 +51,96 @@ share/gnome/help/truevision/C/interface_toolbar.xml share/gnome/help/truevision/C/legal.xml share/gnome/help/truevision/C/truevision.xml share/gnome/help/truevision/C/welcome.xml -share/gnome/mime-info/truevision.keys -share/gnome/mime-info/truevision.mime -share/gnome/pixmaps/truevision/create_icon.png -share/gnome/pixmaps/truevision/gnome-mime-application-x-truevision.png -share/gnome/pixmaps/truevision/gnome-truevision.png -share/gnome/pixmaps/truevision/lock.xpm -share/gnome/pixmaps/truevision/mapedit_cursor.xpm -share/gnome/pixmaps/truevision/move_icon.png -share/gnome/pixmaps/truevision/nopreview.xpm -share/gnome/pixmaps/truevision/object_bkgd.xpm -share/gnome/pixmaps/truevision/object_blob.xpm -share/gnome/pixmaps/truevision/object_box.xpm -share/gnome/pixmaps/truevision/object_camera.xpm -share/gnome/pixmaps/truevision/object_cone.xpm -share/gnome/pixmaps/truevision/object_csg.xpm -share/gnome/pixmaps/truevision/object_cylinder.xpm -share/gnome/pixmaps/truevision/object_default.xpm -share/gnome/pixmaps/truevision/object_default2.xpm -share/gnome/pixmaps/truevision/object_diff.xpm -share/gnome/pixmaps/truevision/object_disc.xpm -share/gnome/pixmaps/truevision/object_fog.xpm -share/gnome/pixmaps/truevision/object_hf.xpm -share/gnome/pixmaps/truevision/object_inter.xpm -share/gnome/pixmaps/truevision/object_lathe.xpm -share/gnome/pixmaps/truevision/object_light.xpm -share/gnome/pixmaps/truevision/object_link.xpm -share/gnome/pixmaps/truevision/object_merge.xpm -share/gnome/pixmaps/truevision/object_plane.xpm -share/gnome/pixmaps/truevision/object_prism.xpm -share/gnome/pixmaps/truevision/object_sphere.xpm -share/gnome/pixmaps/truevision/object_superellipsoid.xpm -share/gnome/pixmaps/truevision/object_text.xpm -share/gnome/pixmaps/truevision/object_torus.xpm -share/gnome/pixmaps/truevision/object_union.xpm -share/gnome/pixmaps/truevision/object_visible.xpm -share/gnome/pixmaps/truevision/page_detach.png -share/gnome/pixmaps/truevision/render.xpm -share/gnome/pixmaps/truevision/rotate_icon.png -share/gnome/pixmaps/truevision/scale_icon.png -share/gnome/pixmaps/truevision/select_icon.png -share/gnome/pixmaps/truevision/splash.png -share/gnome/pixmaps/truevision/trackball_icon.png -share/gnome/pixmaps/truevision/uscale_icon.png -share/gnome/pixmaps/truevision/view_maximize.png -share/gnome/pixmaps/truevision/view_menu.png -share/gnome/pixmaps/truevision/view_restore.png -share/gnome/pixmaps/truevision/view_rolldown.png -share/gnome/pixmaps/truevision/view_rollup.png -share/gnome/pixmaps/truevision/warning.xpm -share/gnome/truevision/materials/Effects/Fire1.tvm -share/gnome/truevision/materials/Effects/water.tvm -share/gnome/truevision/materials/Metals/Brass/Brass1A.tvm -share/gnome/truevision/materials/Metals/Brass/Brass1B.tvm -share/gnome/truevision/materials/Metals/Brass/Brass1C.tvm -share/gnome/truevision/materials/Metals/Brass/Brass1D.tvm -share/gnome/truevision/materials/Metals/Copper/Copper_1A.tvm -share/gnome/truevision/materials/Metals/Copper/Copper_1B.tvm -share/gnome/truevision/materials/Metals/Copper/Copper_1C.tvm -share/gnome/truevision/materials/Metals/Gold/Gold_1A.tvm -share/gnome/truevision/materials/Metals/Gold/Gold_1B.tvm -share/gnome/truevision/materials/Metals/Gold/Gold_1C.tvm -share/gnome/truevision/materials/Skies/Cloud1.tvm -share/gnome/truevision/materials/Stones/Marble1.tvm -share/gnome/truevision/materials/Stones/granite3.tvm -share/gnome/truevision/materials/Woods/Golden_Oak.tvm -share/gnome/truevision/materials/Woods/Soft_Pine.tvm -share/gnome/truevision/python/plug-ins/about_python.py -share/gnome/truevision/python/plug-ins/starfield.py -share/gnome/truevision/python/tv_classes.py +share/mime-info/truevision.keys +share/mime-info/truevision.mime +share/pixmaps/truevision/create_icon.png +share/pixmaps/truevision/gnome-mime-application-x-truevision.png +share/pixmaps/truevision/gnome-truevision.png +share/pixmaps/truevision/lock.xpm +share/pixmaps/truevision/mapedit_cursor.xpm +share/pixmaps/truevision/move_icon.png +share/pixmaps/truevision/nopreview.xpm +share/pixmaps/truevision/object_bkgd.xpm +share/pixmaps/truevision/object_blob.xpm +share/pixmaps/truevision/object_box.xpm +share/pixmaps/truevision/object_camera.xpm +share/pixmaps/truevision/object_cone.xpm +share/pixmaps/truevision/object_csg.xpm +share/pixmaps/truevision/object_cylinder.xpm +share/pixmaps/truevision/object_default.xpm +share/pixmaps/truevision/object_default2.xpm +share/pixmaps/truevision/object_diff.xpm +share/pixmaps/truevision/object_disc.xpm +share/pixmaps/truevision/object_fog.xpm +share/pixmaps/truevision/object_hf.xpm +share/pixmaps/truevision/object_inter.xpm +share/pixmaps/truevision/object_lathe.xpm +share/pixmaps/truevision/object_light.xpm +share/pixmaps/truevision/object_link.xpm +share/pixmaps/truevision/object_merge.xpm +share/pixmaps/truevision/object_plane.xpm +share/pixmaps/truevision/object_prism.xpm +share/pixmaps/truevision/object_sphere.xpm +share/pixmaps/truevision/object_superellipsoid.xpm +share/pixmaps/truevision/object_text.xpm +share/pixmaps/truevision/object_torus.xpm +share/pixmaps/truevision/object_union.xpm +share/pixmaps/truevision/object_visible.xpm +share/pixmaps/truevision/page_detach.png +share/pixmaps/truevision/render.xpm +share/pixmaps/truevision/rotate_icon.png +share/pixmaps/truevision/scale_icon.png +share/pixmaps/truevision/select_icon.png +share/pixmaps/truevision/splash.png +share/pixmaps/truevision/trackball_icon.png +share/pixmaps/truevision/uscale_icon.png +share/pixmaps/truevision/view_maximize.png +share/pixmaps/truevision/view_menu.png +share/pixmaps/truevision/view_restore.png +share/pixmaps/truevision/view_rolldown.png +share/pixmaps/truevision/view_rollup.png +share/pixmaps/truevision/warning.xpm +share/truevision/materials/Effects/Fire1.tvm +share/truevision/materials/Effects/water.tvm +share/truevision/materials/Metals/Brass/Brass1A.tvm +share/truevision/materials/Metals/Brass/Brass1B.tvm +share/truevision/materials/Metals/Brass/Brass1C.tvm +share/truevision/materials/Metals/Brass/Brass1D.tvm +share/truevision/materials/Metals/Copper/Copper_1A.tvm +share/truevision/materials/Metals/Copper/Copper_1B.tvm +share/truevision/materials/Metals/Copper/Copper_1C.tvm +share/truevision/materials/Metals/Gold/Gold_1A.tvm +share/truevision/materials/Metals/Gold/Gold_1B.tvm +share/truevision/materials/Metals/Gold/Gold_1C.tvm +share/truevision/materials/Skies/Cloud1.tvm +share/truevision/materials/Stones/Marble1.tvm +share/truevision/materials/Stones/granite3.tvm +share/truevision/materials/Woods/Golden_Oak.tvm +share/truevision/materials/Woods/Soft_Pine.tvm +share/truevision/python/plug-ins/about_python.py +share/truevision/python/plug-ins/starfield.py +share/truevision/python/tv_classes.py share/locale/de/LC_MESSAGES/truevision.mo share/locale/fr/LC_MESSAGES/truevision.mo share/locale/ru/LC_MESSAGES/truevision.mo share/mime/packages/truevision.xml -@dirrm share/gnome/truevision/python/plug-ins -@dirrm share/gnome/truevision/python -@dirrm share/gnome/truevision/materials/Woods -@dirrm share/gnome/truevision/materials/Stones -@dirrm share/gnome/truevision/materials/Skies -@dirrm share/gnome/truevision/materials/Metals/Gold -@dirrm share/gnome/truevision/materials/Metals/Copper -@dirrm share/gnome/truevision/materials/Metals/Brass -@dirrm share/gnome/truevision/materials/Metals -@dirrm share/gnome/truevision/materials/Glass -@dirrm share/gnome/truevision/materials/Effects -@dirrm share/gnome/truevision/materials -@dirrm share/gnome/truevision -@dirrm share/gnome/pixmaps/truevision +@dirrm share/truevision/python/plug-ins +@dirrm share/truevision/python +@dirrm share/truevision/materials/Woods +@dirrm share/truevision/materials/Stones +@dirrm share/truevision/materials/Skies +@dirrm share/truevision/materials/Metals/Gold +@dirrm share/truevision/materials/Metals/Copper +@dirrm share/truevision/materials/Metals/Brass +@dirrm share/truevision/materials/Metals +@dirrm share/truevision/materials/Glass +@dirrm share/truevision/materials/Effects +@dirrm share/truevision/materials +@dirrm share/truevision +@dirrm share/pixmaps/truevision @dirrm share/gnome/help/truevision/C/figures @dirrm share/gnome/help/truevision/C @dirrm share/gnome/help/truevision @exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime @unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@dirrmtry share/applications |