From e00235178d231746280a62db00285360b07eeed4 Mon Sep 17 00:00:00 2001 From: jasper Date: Fri, 1 Jun 2007 17:17:18 +0000 Subject: [PATCH] ahum... --- x11/gnome/libs/Makefile | 69 ++++ x11/gnome/libs/distinfo | 5 + x11/gnome/libs/pkg/DESCR | 2 + x11/gnome/libs/pkg/PFRAG.shared | 9 + x11/gnome/libs/pkg/PLIST | 686 ++++++++++++++++++++++++++++++++ 5 files changed, 771 insertions(+) create mode 100644 x11/gnome/libs/Makefile create mode 100644 x11/gnome/libs/distinfo create mode 100644 x11/gnome/libs/pkg/DESCR create mode 100644 x11/gnome/libs/pkg/PFRAG.shared create mode 100644 x11/gnome/libs/pkg/PLIST diff --git a/x11/gnome/libs/Makefile b/x11/gnome/libs/Makefile new file mode 100644 index 00000000000..0c2b84cae27 --- /dev/null +++ b/x11/gnome/libs/Makefile @@ -0,0 +1,69 @@ +# $OpenBSD: Makefile,v 1.33 2007/06/01 17:17:18 jasper Exp $ + +COMMENT= "libraries for the GNOME project" + +DISTNAME= gnome-libs-1.4.2 +PKGNAME= ${DISTNAME}p4 +SHARED_LIBS= art_lgpl 4.0 \ + gnome 36.3 \ + gnomesupport 0.0 \ + gnomeui 47.0 \ + gnorba 28.8 \ + gnorbagtk 0.0 \ + gtkxmhtml 1.1 \ + zvt 6.0 + +CATEGORIES= x11 x11/gnome + +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-libs/1.4/} + +LIB_DEPENDS= gdk_imlib.>=19::graphics/imlib \ + esd.>=2::audio/esound \ + ORBit.>=5,ORBitutil.>=5,IIOP.>=5,ORBitCosNaming.>=5::devel/ORBit \ + gdk.>=1.2::x11/gtk+ + +# GPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes +WANTLIB= ICE SM X11 Xext Xi Xpm audiofile c glib gmodule gtk \ + iconv intl jpeg m png tiff ungif util wrap z + +USE_LIBTOOL= Yes +USE_X11= Yes +USE_GMAKE= Yes +AUTOCONF_VERSION= 2.13 +CONFIGURE_STYLE= autoconf + +CONFIGURE_ARGS+= ${CONFIGURE_SHARED} +CONFIGURE_ARGS+= --enable-prefer-db1 +CONFIGURE_ARGS+= --with-kde-datadir=${LOCALBASE}/share +CONFIGURE_ARGS+= --disable-test-gnome +CONFIGURE_ARGS+= --disable-gtk-doc + +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \ + LDFLAGS="-L${LOCALBASE}/lib" + +pre-build: + @if pkg dependencies check gnome-libs-\*; then \ + if pkg dependencies check ${DISTNAME}; then \ + :; \ + else \ + echo 1>&2 "Error: you must remove your old gnome-libs first"; \ + exit 1; \ + fi; \ + fi; + +post-install: + @${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnome-libs; \ + cp -Rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/gnome-libs/ +# Fix conflict with Gnome 2 + @mv ${PREFIX}/share/pixmaps/gnome-default-dlg.png ${PREFIX}/share/pixmaps/gnome-default-dlg1.png + @mv ${PREFIX}/share/pixmaps/gnome-error.png ${PREFIX}/share/pixmaps/gnome-error1.png + @mv ${PREFIX}/share/pixmaps/gnome-info.png ${PREFIX}/share/pixmaps/gnome-info1.png + @mv ${PREFIX}/share/pixmaps/gnome-question.png ${PREFIX}/share/pixmaps/gnome-question1.png + @mv ${PREFIX}/share/pixmaps/gnome-warning.png ${PREFIX}/share/pixmaps/gnome-warning1.png + + +.include diff --git a/x11/gnome/libs/distinfo b/x11/gnome/libs/distinfo new file mode 100644 index 00000000000..3a8bd40f22a --- /dev/null +++ b/x11/gnome/libs/distinfo @@ -0,0 +1,5 @@ +MD5 (gnome/gnome-libs-1.4.2.tar.gz) = x7WjcjizGaUINojLx+mlUA== +RMD160 (gnome/gnome-libs-1.4.2.tar.gz) = AOLcZsDsNaeuYvqrhNP/JyAJnXY= +SHA1 (gnome/gnome-libs-1.4.2.tar.gz) = mSXSgjfwJpomeP3Pp+xgM9qwR4k= +SHA256 (gnome/gnome-libs-1.4.2.tar.gz) = 5kCzlrcMZs2z1XyvM1FXzBOlw8xqBB1nmVSou3pWySM= +SIZE (gnome/gnome-libs-1.4.2.tar.gz) = 3781173 diff --git a/x11/gnome/libs/pkg/DESCR b/x11/gnome/libs/pkg/DESCR new file mode 100644 index 00000000000..34f54e36ebd --- /dev/null +++ b/x11/gnome/libs/pkg/DESCR @@ -0,0 +1,2 @@ +These are the GNOME libraries, the foundation for most of the +applications of the GNOME project. diff --git a/x11/gnome/libs/pkg/PFRAG.shared b/x11/gnome/libs/pkg/PFRAG.shared new file mode 100644 index 00000000000..b9a34024947 --- /dev/null +++ b/x11/gnome/libs/pkg/PFRAG.shared @@ -0,0 +1,9 @@ +@comment $OpenBSD: PFRAG.shared,v 1.8 2007/06/01 17:17:18 jasper Exp $ +@lib lib/libart_lgpl.so.${LIBart_lgpl_VERSION} +@lib lib/libgnome.so.${LIBgnome_VERSION} +@lib lib/libgnomesupport.so.${LIBgnomesupport_VERSION} +@lib lib/libgnomeui.so.${LIBgnomeui_VERSION} +@lib lib/libgnorba.so.${LIBgnorba_VERSION} +@lib lib/libgnorbagtk.so.${LIBgnorbagtk_VERSION} +@lib lib/libgtkxmhtml.so.${LIBgtkxmhtml_VERSION} +@lib lib/libzvt.so.${LIBzvt_VERSION} diff --git a/x11/gnome/libs/pkg/PLIST b/x11/gnome/libs/pkg/PLIST new file mode 100644 index 00000000000..50eddc4d269 --- /dev/null +++ b/x11/gnome/libs/pkg/PLIST @@ -0,0 +1,686 @@ +@comment $OpenBSD: PLIST,v 1.19 2007/06/01 17:17:18 jasper Exp $ +@conflict libgtop-*-!gnome +bin/dns-helper +bin/gconfigger +bin/gnome-bug +bin/gnome-config +bin/gnome-dump-metadata +bin/gnome-gen-mimedb +bin/gnome-moz-remote +bin/gnome-name-service +bin/gnome_segv +bin/goad-browser +bin/libart-config +bin/loadshlib +bin/new-object +include/gnome-1.0/ +include/gnome-1.0/gnome.h +include/gnome-1.0/gtk-xmhtml/ +include/gnome-1.0/gtk-xmhtml/HTML.h +include/gnome-1.0/gtk-xmhtml/XmHTML.h +include/gnome-1.0/gtk-xmhtml/XmHTMLI.h +include/gnome-1.0/gtk-xmhtml/XmHTMLP.h +include/gnome-1.0/gtk-xmhtml/gtk-xmhtml-p.h +include/gnome-1.0/gtk-xmhtml/gtk-xmhtml.h +include/gnome-1.0/gtk-xmhtml/miniparse.h +include/gnome-1.0/gtk-xmhtml/toolkit.h +include/gnome-1.0/libart_lgpl/ +include/gnome-1.0/libart_lgpl/art_affine.h +include/gnome-1.0/libart_lgpl/art_alphagamma.h +include/gnome-1.0/libart_lgpl/art_bpath.h +include/gnome-1.0/libart_lgpl/art_config.h +include/gnome-1.0/libart_lgpl/art_filterlevel.h +include/gnome-1.0/libart_lgpl/art_gray_svp.h +include/gnome-1.0/libart_lgpl/art_misc.h +include/gnome-1.0/libart_lgpl/art_pathcode.h +include/gnome-1.0/libart_lgpl/art_pixbuf.h +include/gnome-1.0/libart_lgpl/art_point.h +include/gnome-1.0/libart_lgpl/art_rect.h +include/gnome-1.0/libart_lgpl/art_rect_svp.h +include/gnome-1.0/libart_lgpl/art_rect_uta.h +include/gnome-1.0/libart_lgpl/art_rgb.h +include/gnome-1.0/libart_lgpl/art_rgb_affine.h +include/gnome-1.0/libart_lgpl/art_rgb_bitmap_affine.h +include/gnome-1.0/libart_lgpl/art_rgb_pixbuf_affine.h +include/gnome-1.0/libart_lgpl/art_rgb_rgba_affine.h +include/gnome-1.0/libart_lgpl/art_rgb_svp.h +include/gnome-1.0/libart_lgpl/art_svp.h +include/gnome-1.0/libart_lgpl/art_svp_ops.h +include/gnome-1.0/libart_lgpl/art_svp_point.h +include/gnome-1.0/libart_lgpl/art_svp_render_aa.h +include/gnome-1.0/libart_lgpl/art_svp_vpath.h +include/gnome-1.0/libart_lgpl/art_svp_vpath_stroke.h +include/gnome-1.0/libart_lgpl/art_svp_wind.h +include/gnome-1.0/libart_lgpl/art_uta.h +include/gnome-1.0/libart_lgpl/art_uta_ops.h +include/gnome-1.0/libart_lgpl/art_uta_rect.h +include/gnome-1.0/libart_lgpl/art_uta_svp.h +include/gnome-1.0/libart_lgpl/art_uta_vpath.h +include/gnome-1.0/libart_lgpl/art_vpath.h +include/gnome-1.0/libart_lgpl/art_vpath_bpath.h +include/gnome-1.0/libart_lgpl/art_vpath_dash.h +include/gnome-1.0/libart_lgpl/art_vpath_svp.h +include/gnome-1.0/libart_lgpl/libart-features.h +include/gnome-1.0/libart_lgpl/libart.h +include/gnome-1.0/libgnome/ +include/gnome-1.0/libgnome/gnome-config.h +include/gnome-1.0/libgnome/gnome-defs.h +include/gnome-1.0/libgnome/gnome-dentry.h +include/gnome-1.0/libgnome/gnome-exec.h +include/gnome-1.0/libgnome/gnome-fileconvert.h +include/gnome-1.0/libgnome/gnome-help.h +include/gnome-1.0/libgnome/gnome-history.h +include/gnome-1.0/libgnome/gnome-i18n.h +include/gnome-1.0/libgnome/gnome-magic.h +include/gnome-1.0/libgnome/gnome-metadata.h +include/gnome-1.0/libgnome/gnome-mime-info.h +include/gnome-1.0/libgnome/gnome-mime.h +include/gnome-1.0/libgnome/gnome-paper.h +include/gnome-1.0/libgnome/gnome-popt.h +include/gnome-1.0/libgnome/gnome-regex.h +include/gnome-1.0/libgnome/gnome-remote.h +include/gnome-1.0/libgnome/gnome-score.h +include/gnome-1.0/libgnome/gnome-sound.h +include/gnome-1.0/libgnome/gnome-triggers.h +include/gnome-1.0/libgnome/gnome-url.h +include/gnome-1.0/libgnome/gnome-util.h +include/gnome-1.0/libgnome/libgnome.h +include/gnome-1.0/libgnomeui/ +include/gnome-1.0/libgnomeui/gnome-about.h +include/gnome-1.0/libgnomeui/gnome-animator.h +include/gnome-1.0/libgnomeui/gnome-app-helper.h +include/gnome-1.0/libgnomeui/gnome-app-util.h +include/gnome-1.0/libgnomeui/gnome-app.h +include/gnome-1.0/libgnomeui/gnome-appbar.h +include/gnome-1.0/libgnomeui/gnome-calculator.h +include/gnome-1.0/libgnomeui/gnome-canvas-image.h +include/gnome-1.0/libgnomeui/gnome-canvas-line.h +include/gnome-1.0/libgnomeui/gnome-canvas-load.h +include/gnome-1.0/libgnomeui/gnome-canvas-polygon.h +include/gnome-1.0/libgnomeui/gnome-canvas-rect-ellipse.h +include/gnome-1.0/libgnomeui/gnome-canvas-text.h +include/gnome-1.0/libgnomeui/gnome-canvas-util.h +include/gnome-1.0/libgnomeui/gnome-canvas-widget.h +include/gnome-1.0/libgnomeui/gnome-canvas.h +include/gnome-1.0/libgnomeui/gnome-client.h +include/gnome-1.0/libgnomeui/gnome-color-picker.h +include/gnome-1.0/libgnomeui/gnome-compat.h +include/gnome-1.0/libgnomeui/gnome-dateedit.h +include/gnome-1.0/libgnomeui/gnome-dentry-edit.h +include/gnome-1.0/libgnomeui/gnome-dialog-util.h +include/gnome-1.0/libgnomeui/gnome-dialog.h +include/gnome-1.0/libgnomeui/gnome-dns.h +include/gnome-1.0/libgnomeui/gnome-dock-band.h +include/gnome-1.0/libgnomeui/gnome-dock-item.h +include/gnome-1.0/libgnomeui/gnome-dock-layout.h +include/gnome-1.0/libgnomeui/gnome-dock.h +include/gnome-1.0/libgnomeui/gnome-druid-page-finish.h +include/gnome-1.0/libgnomeui/gnome-druid-page-standard.h +include/gnome-1.0/libgnomeui/gnome-druid-page-start.h +include/gnome-1.0/libgnomeui/gnome-druid-page.h +include/gnome-1.0/libgnomeui/gnome-druid.h +include/gnome-1.0/libgnomeui/gnome-entry.h +include/gnome-1.0/libgnomeui/gnome-file-entry.h +include/gnome-1.0/libgnomeui/gnome-font-picker.h +include/gnome-1.0/libgnomeui/gnome-font-selector.h +include/gnome-1.0/libgnomeui/gnome-geometry.h +include/gnome-1.0/libgnomeui/gnome-guru.h +include/gnome-1.0/libgnomeui/gnome-href.h +include/gnome-1.0/libgnomeui/gnome-ice.h +include/gnome-1.0/libgnomeui/gnome-icon-entry.h +include/gnome-1.0/libgnomeui/gnome-icon-item.h +include/gnome-1.0/libgnomeui/gnome-icon-list.h +include/gnome-1.0/libgnomeui/gnome-icon-sel.h +include/gnome-1.0/libgnomeui/gnome-icon-text.h +include/gnome-1.0/libgnomeui/gnome-init.h +include/gnome-1.0/libgnomeui/gnome-less.h +include/gnome-1.0/libgnomeui/gnome-mdi-child.h +include/gnome-1.0/libgnomeui/gnome-mdi-generic-child.h +include/gnome-1.0/libgnomeui/gnome-mdi-session.h +include/gnome-1.0/libgnomeui/gnome-mdi.h +include/gnome-1.0/libgnomeui/gnome-messagebox.h +include/gnome-1.0/libgnomeui/gnome-number-entry.h +include/gnome-1.0/libgnomeui/gnome-paper-selector.h +include/gnome-1.0/libgnomeui/gnome-pixmap-entry.h +include/gnome-1.0/libgnomeui/gnome-pixmap.h +include/gnome-1.0/libgnomeui/gnome-popup-help.h +include/gnome-1.0/libgnomeui/gnome-popup-menu.h +include/gnome-1.0/libgnomeui/gnome-preferences.h +include/gnome-1.0/libgnomeui/gnome-procbar.h +include/gnome-1.0/libgnomeui/gnome-properties.h +include/gnome-1.0/libgnomeui/gnome-property-entries.h +include/gnome-1.0/libgnomeui/gnome-propertybox.h +include/gnome-1.0/libgnomeui/gnome-scores.h +include/gnome-1.0/libgnomeui/gnome-spell.h +include/gnome-1.0/libgnomeui/gnome-startup.h +include/gnome-1.0/libgnomeui/gnome-stock.h +include/gnome-1.0/libgnomeui/gnome-types.h +include/gnome-1.0/libgnomeui/gnome-uidefs.h +include/gnome-1.0/libgnomeui/gnome-window-icon.h +include/gnome-1.0/libgnomeui/gnome-window.h +include/gnome-1.0/libgnomeui/gnome-winhints.h +include/gnome-1.0/libgnomeui/gnometypebuiltins.h +include/gnome-1.0/libgnomeui/gtk-clock.h +include/gnome-1.0/libgnomeui/gtk-ted.h +include/gnome-1.0/libgnomeui/gtkcauldron.h +include/gnome-1.0/libgnomeui/gtkdial.h +include/gnome-1.0/libgnomeui/gtkpixmapmenuitem.h +include/gnome-1.0/libgnomeui/libgnomeui.h +include/gnome-1.0/libgnorba/ +include/gnome-1.0/libgnorba/Table.h +include/gnome-1.0/libgnorba/gnome-factory.h +include/gnome-1.0/libgnorba/gnome-unknown.h +include/gnome-1.0/libgnorba/gnorba.h +include/gnome-1.0/popt-gnome.h +include/gnome-1.0/zvt/ +include/gnome-1.0/zvt/lists.h +include/gnome-1.0/zvt/vt.h +include/gnome-1.0/zvt/vtx.h +include/gnome-1.0/zvt/zvtterm.h +lib/gnome-libs/ +lib/gnome-libs/include/ +lib/gnome-libs/include/gnomesupport.h +lib/gnomeConf.sh +lib/libartConf.sh +lib/libart_lgpl.a +lib/libart_lgpl.la +lib/libgnome.a +lib/libgnome.la +lib/libgnomesupport.a +lib/libgnomesupport.la +lib/libgnomeui.a +lib/libgnomeui.la +lib/libgnorba.a +lib/libgnorba.la +lib/libgnorbagtk.a +lib/libgnorbagtk.la +lib/libgtkxmhtml.a +lib/libgtkxmhtml.la +lib/libzvt.a +lib/libzvt.la +@man man/man1/dns-helper.1 +@man man/man1/gconfigger.1 +@man man/man1/gnome-bug.1 +@man man/man1/gnome-config.1 +@man man/man1/gnome-doc.1 +@man man/man1/gnome-dump-metadata.1 +@man man/man1/gnome-gen-mimedb.1 +@man man/man1/gnome-mkstub.1 +@man man/man1/gnome-moz-remote.1 +@man man/man1/gnome-name-service.1 +@man man/man1/gnome-pty-helper.1 +@man man/man1/gnome.1 +@man man/man1/gnome_segv.1 +@man man/man1/goad-browser.1 +@man man/man1/libart-config.1 +@man man/man1/loadshlib.1 +@man man/man1/new-object.1 +@man man/man5/gnome-mime.5 +sbin/gnome-pty-helper +share/aclocal/ +share/aclocal/libart.m4 +share/doc/gnome-doc +share/doc/gnome-doc.1 +share/doc/gnome-doc.el +share/doc/gnome-libs/ +share/doc/gnome-libs/README.gtkcauldron +share/doc/gnome-libs/README.gtkcauldron_for_python +share/doc/gnome-libs/adding-file-manager-new-items.txt +share/doc/gnome-libs/adding-sounds.txt +share/doc/gnome-libs/api-comment-style.txt +share/doc/gnome-libs/gtk_dialog_cauldron.3 +share/doc/gnome-libs/mime-type-handling.txt +share/doc/gnome-libs/session-management.txt +share/doc/gnome-libs/suggestions.txt +share/doc/gnome-mkstub.1 +share/doc/mkstub +share/examples/gnome-libs/ +share/examples/gnome-libs/mime-magic +@sample ${SYSCONFDIR}/mime-magic +share/examples/gnome-libs/mime-magic.dat +@sample ${SYSCONFDIR}/mime-magic.dat +share/examples/gnome-libs/paper.config +@sample ${SYSCONFDIR}/paper.config +share/examples/gnome-libs/sound/ +@sample ${SYSCONFDIR}/sound/ +share/examples/gnome-libs/sound/events/ +@sample ${SYSCONFDIR}/sound/events/ +share/examples/gnome-libs/sound/events/gnome.soundlist +@sample ${SYSCONFDIR}/sound/events/gnome.soundlist +share/examples/gnome-libs/sound/events/gtk-events.soundlist +@sample ${SYSCONFDIR}/sound/events/gtk-events.soundlist +share/gnome/ +share/gnome/help/ +share/gnome/help/gnome-dev-info/ +share/gnome/help/gnome-dev-info/C/ +share/gnome/help/gnome-dev-info/C/addauth.html +share/gnome/help/gnome-dev-info/C/altpol.html +share/gnome/help/gnome-dev-info/C/arch.html +share/gnome/help/gnome-dev-info/C/book1.html +share/gnome/help/gnome-dev-info/C/codstd.html +share/gnome/help/gnome-dev-info/C/cvs.html +share/gnome/help/gnome-dev-info/C/dialogapputil-docs.html +share/gnome/help/gnome-dev-info/C/event-driven-programming.html +share/gnome/help/gnome-dev-info/C/gnome-actionarea.html +share/gnome/help/gnome-dev-info/C/gnome-app-helper-convenience-macros.html +share/gnome/help/gnome-dev-info/C/gnome-app-helper-functions.html +share/gnome/help/gnome-dev-info/C/gnome-app-helper-gnomeuiinfo.html +share/gnome/help/gnome-dev-info/C/gnome-app-helper-keybindings-config.html +share/gnome/help/gnome-dev-info/C/gnome-app-helper-quick-example.html +share/gnome/help/gnome-dev-info/C/gnome-app-helper.html +share/gnome/help/gnome-dev-info/C/gnome-app-util.html +share/gnome/help/gnome-dev-info/C/gnome-app.html +share/gnome/help/gnome-dev-info/C/gnome-canvas-coordinates.html +share/gnome/help/gnome-dev-info/C/gnome-canvas-getting-started.html +share/gnome/help/gnome-dev-info/C/gnome-canvas-object-arguments.html +share/gnome/help/gnome-dev-info/C/gnome-canvas-organization-of-items.html +share/gnome/help/gnome-dev-info/C/gnome-canvas.html +share/gnome/help/gnome-dev-info/C/gnome-client.html +share/gnome/help/gnome-dev-info/C/gnome-color-selector.html +share/gnome/help/gnome-dev-info/C/gnome-defs.html +share/gnome/help/gnome-dev-info/C/gnome-dentry.html +share/gnome/help/gnome-dev-info/C/gnome-dialog.html +share/gnome/help/gnome-dev-info/C/gnome-dns.html +share/gnome/help/gnome-dev-info/C/gnome-fileconvert.html +share/gnome/help/gnome-dev-info/C/gnome-font-selector.html +share/gnome/help/gnome-dev-info/C/gnome-help.html +share/gnome/help/gnome-dev-info/C/gnome-history.html +share/gnome/help/gnome-dev-info/C/gnome-hook.html +share/gnome/help/gnome-dev-info/C/gnome-i18n.html +share/gnome/help/gnome-dev-info/C/gnome-ice.html +share/gnome/help/gnome-dev-info/C/gnome-mdi-docs.html +share/gnome/help/gnome-dev-info/C/gnome-messagebox.html +share/gnome/help/gnome-dev-info/C/gnome-mime.html +share/gnome/help/gnome-dev-info/C/gnome-net.html +share/gnome/help/gnome-dev-info/C/gnome-pixmap.html +share/gnome/help/gnome-dev-info/C/gnome-plugins.html +share/gnome/help/gnome-dev-info/C/gnome-properties.html +share/gnome/help/gnome-dev-info/C/gnome-score.html +share/gnome/help/gnome-dev-info/C/gnome-scores.html +share/gnome/help/gnome-dev-info/C/gnome-session.html +share/gnome/help/gnome-dev-info/C/gnome-startup.html +share/gnome/help/gnome-dev-info/C/gnome-stock-imlib.html +share/gnome/help/gnome-dev-info/C/gnome-stock-xpm.html +share/gnome/help/gnome-dev-info/C/gnome-stock.html +share/gnome/help/gnome-dev-info/C/gnome-string.html +share/gnome/help/gnome-dev-info/C/gnome-triggers.html +share/gnome/help/gnome-dev-info/C/gnome-util.html +share/gnome/help/gnome-dev-info/C/gnomeappbar.html +share/gnome/help/gnome-dev-info/C/graphics-contexts.html +share/gnome/help/gnome-dev-info/C/gtk-clock.html +share/gnome/help/gnome-dev-info/C/gtk-ted.html +share/gnome/help/gnome-dev-info/C/intro.html +share/gnome/help/gnome-dev-info/C/libgnome.html +share/gnome/help/gnome-dev-info/C/libgnomeui.html +share/gnome/help/gnome-dev-info/C/libgnorba-docs.html +share/gnome/help/gnome-dev-info/C/ln14.html +share/gnome/help/gnome-dev-info/C/nontech.html +share/gnome/help/gnome-dev-info/C/orbitgtk.html +share/gnome/help/gnome-dev-info/C/start.html +share/gnome/help/gnome-dev-info/C/thisdoc.html +share/gnome/help/gnome-dev-info/C/tut-doc.html +share/gnome/help/gnome-dev-info/C/tut-i18n.html +share/gnome/help/gnome-dev-info/C/tut-menus.html +share/gnome/help/gnome-dev-info/C/tut-parsing.html +share/gnome/help/gnome-dev-info/C/tut-sm.html +share/gnome/help/gnome-dev-info/C/tutorial.html +share/gnome/help/gnome-dev-info/C/visuals.html +share/gnome/help/gnome-dev-info/C/what.html +share/gnome/help/gnome-dev-info/C/whatis.html +share/gnome/help/gnome-dev-info/C/x-concepts-docs.html +share/gnome/help/gnome-dev-info/C/x1453.html +share/gnome/help/gnome-dev-info/C/x2161.html +share/gnome/help/gnome-dev-info/C/x2674.html +share/gnome/help/gnome-dev-info/C/x671.html +share/gnome/html/ +share/gnome/html/gnome/ +share/gnome/html/gnome-decl.txt +share/gnome/html/gnome-sections.txt +share/gnome/html/gnome.html +share/gnome/html/gnome/book1.html +share/gnome/html/gnome/gnome-gnome-config.html +share/gnome/html/gnome/gnome-gnome-defs.html +share/gnome/html/gnome/gnome-gnome-dentry.html +share/gnome/html/gnome/gnome-gnome-exec.html +share/gnome/html/gnome/gnome-gnome-fileconvert.html +share/gnome/html/gnome/gnome-gnome-help.html +share/gnome/html/gnome/gnome-gnome-history.html +share/gnome/html/gnome/gnome-gnome-i18n.html +share/gnome/html/gnome/gnome-gnome-metadata.html +share/gnome/html/gnome/gnome-gnome-mime-info.html +share/gnome/html/gnome/gnome-gnome-mime.html +share/gnome/html/gnome/gnome-gnome-paper.html +share/gnome/html/gnome/gnome-gnome-popt.html +share/gnome/html/gnome/gnome-gnome-regex.html +share/gnome/html/gnome/gnome-gnome-remote.html +share/gnome/html/gnome/gnome-gnome-score.html +share/gnome/html/gnome/gnome-gnome-sound.html +share/gnome/html/gnome/gnome-gnome-triggers.html +share/gnome/html/gnome/gnome-gnome-url.html +share/gnome/html/gnome/gnome-gnome-util.html +share/gnome/html/gnome/gnome-libgnome.html +share/gnome/html/gnome/libgnome.html +share/gnome/html/gnomeui/ +share/gnome/html/gnomeui-decl.txt +share/gnome/html/gnomeui-sections.txt +share/gnome/html/gnomeui.hierarchy +share/gnome/html/gnomeui.html +share/gnome/html/gnomeui.types +share/gnome/html/gnomeui/book1.html +share/gnome/html/gnomeui/gnome-objects.html +share/gnome/html/gnomeui/gnomeabout.html +share/gnome/html/gnomeui/gnomeanimator.html +share/gnome/html/gnomeui/gnomeapp.html +share/gnome/html/gnomeui/gnomeappbar.html +share/gnome/html/gnomeui/gnomecalculator.html +share/gnome/html/gnomeui/gnomecanvas.html +share/gnome/html/gnomeui/gnomecanvasellipse.html +share/gnome/html/gnomeui/gnomecanvasgroup.html +share/gnome/html/gnomeui/gnomecanvasimage.html +share/gnome/html/gnomeui/gnomecanvasitem.html +share/gnome/html/gnomeui/gnomecanvasline.html +share/gnome/html/gnomeui/gnomecanvaspolygon.html +share/gnome/html/gnomeui/gnomecanvasre.html +share/gnome/html/gnomeui/gnomecanvasrect.html +share/gnome/html/gnomeui/gnomecanvastext.html +share/gnome/html/gnomeui/gnomecanvaswidget.html +share/gnome/html/gnomeui/gnomeclient.html +share/gnome/html/gnomeui/gnomecolorpicker.html +share/gnome/html/gnomeui/gnomedateedit.html +share/gnome/html/gnomeui/gnomedentryedit.html +share/gnome/html/gnomeui/gnomedialog.html +share/gnome/html/gnomeui/gnomedock.html +share/gnome/html/gnomeui/gnomedockband.html +share/gnome/html/gnomeui/gnomedockitem.html +share/gnome/html/gnomeui/gnomedocklayout.html +share/gnome/html/gnomeui/gnomedruid.html +share/gnome/html/gnomeui/gnomedruidpage.html +share/gnome/html/gnomeui/gnomedruidpagefinish.html +share/gnome/html/gnomeui/gnomedruidpagestandard.html +share/gnome/html/gnomeui/gnomedruidpagestart.html +share/gnome/html/gnomeui/gnomeentry.html +share/gnome/html/gnomeui/gnomefileentry.html +share/gnome/html/gnomeui/gnomefontpicker.html +share/gnome/html/gnomeui/gnomefontselector.html +share/gnome/html/gnomeui/gnomehref.html +share/gnome/html/gnomeui/gnomeiconentry.html +share/gnome/html/gnomeui/gnomeiconlist.html +share/gnome/html/gnomeui/gnomeiconselection.html +share/gnome/html/gnomeui/gnomeicontextitem.html +share/gnome/html/gnomeui/gnomeless.html +share/gnome/html/gnomeui/gnomemdi.html +share/gnome/html/gnomeui/gnomemdichild.html +share/gnome/html/gnomeui/gnomemdigenericchild.html +share/gnome/html/gnomeui/gnomemessagebox.html +share/gnome/html/gnomeui/gnomenumberentry.html +share/gnome/html/gnomeui/gnomepaperselector.html +share/gnome/html/gnomeui/gnomepixmap.html +share/gnome/html/gnomeui/gnomepixmapentry.html +share/gnome/html/gnomeui/gnomeprocbar.html +share/gnome/html/gnomeui/gnomepropertybox.html +share/gnome/html/gnomeui/gnomescores.html +share/gnome/html/gnomeui/gnomespell.html +share/gnome/html/gnomeui/gnomestock.html +share/gnome/html/gnomeui/gnomeui-gnome-app-helper.html +share/gnome/html/gnomeui/gnomeui-gnome-app-util.html +share/gnome/html/gnomeui/gnomeui-gnome-canvas-util.html +share/gnome/html/gnomeui/gnomeui-gnome-dialog-util.html +share/gnome/html/gnomeui/gnomeui-gnome-dns.html +share/gnome/html/gnomeui/gnomeui-gnome-geometry.html +share/gnome/html/gnomeui/gnomeui-gnome-ice.html +share/gnome/html/gnomeui/gnomeui-gnome-icon-text.html +share/gnome/html/gnomeui/gnomeui-gnome-init.html +share/gnome/html/gnomeui/gnomeui-gnome-mdi-session.html +share/gnome/html/gnomeui/gnomeui-gnome-popup-help.html +share/gnome/html/gnomeui/gnomeui-gnome-popup-menu.html +share/gnome/html/gnomeui/gnomeui-gnome-preferences.html +share/gnome/html/gnomeui/gnomeui-gnome-properties.html +share/gnome/html/gnomeui/gnomeui-gnome-property-entries.html +share/gnome/html/gnomeui/gnomeui-gnome-startup.html +share/gnome/html/gnomeui/gnomeui-gnome-types.html +share/gnome/html/gnomeui/gnomeui-gnome-uidefs.html +share/gnome/html/gnomeui/gnomeui-gnome-window-icon.html +share/gnome/html/gnomeui/gnomeui-gnome-winhints.html +share/gnome/html/gnomeui/gnomeui-gtkcauldron.html +share/gnome/html/gnomeui/gtkclock.html +share/gnome/html/gnomeui/gtkdial.html +share/gnome/html/gnomeui/gtkpixmapmenuitem.html +share/gnome/html/gnomeui/gtkted.html +share/gnome/html/gnomeui/libgnomeui.html +share/gnome/html/gnorba/ +share/gnome/html/gnorba-decl.txt +share/gnome/html/gnorba-sections.txt +share/gnome/html/gnorba/book1.html +share/gnome/html/gnorba/gnorba-gnorba.html +share/gnome/html/gnorba/gnorba-goad.html +share/gnome/html/gnorba/libgnorba.html +share/gnome/html/zvt/ +share/gnome/html/zvt-decl.txt +share/gnome/html/zvt-sections.txt +share/gnome/html/zvt/book1.html +share/gnome/html/zvt/x1035.html +share/gnome/html/zvt/x1065.html +share/gnome/html/zvt/x1086.html +share/gnome/html/zvt/x1106.html +share/gnome/html/zvt/x119.html +share/gnome/html/zvt/x98.html +share/gnome/html/zvt/x987.html +share/gnome/html/zvt/x995.html +share/gnome/html/zvt/zvt-zvtterm.html +share/gnome/html/zvt/zvtterm-future.html +share/gnome/html/zvt/zvtterm-input-output.html +share/gnome/html/zvt/zvtterm-notes.html +share/gnome/html/zvt/zvtterm-properties.html +share/gnome/html/zvt/zvtterm-reference.html +share/gnome/html/zvt/zvtterm-window-hints.html +share/gnome/html/zvt/zvtterm.html +share/gnome/html/zvtterm.html +share/gtk-doc/ +share/gtk-doc/html/ +share/gtk-doc/html/libart/ +share/gtk-doc/html/libart/basic-foo.html +share/gtk-doc/html/libart/basic-rendering.html +share/gtk-doc/html/libart/basic.html +share/gtk-doc/html/libart/fdl-section1.html +share/gtk-doc/html/libart/fdl-section10.html +share/gtk-doc/html/libart/fdl-section2.html +share/gtk-doc/html/libart/fdl-section3.html +share/gtk-doc/html/libart/fdl-section4.html +share/gtk-doc/html/libart/fdl-section5.html +share/gtk-doc/html/libart/fdl-section6.html +share/gtk-doc/html/libart/fdl-section7.html +share/gtk-doc/html/libart/fdl-section8.html +share/gtk-doc/html/libart/fdl-section9.html +share/gtk-doc/html/libart/fdl-using.html +share/gtk-doc/html/libart/fdl.html +share/gtk-doc/html/libart/index.sgml +share/gtk-doc/html/libart/internals-intersector.html +share/gtk-doc/html/libart/internals.html +share/gtk-doc/html/libart/intro-file-names.html +share/gtk-doc/html/libart/intro.html +share/gtk-doc/html/libart/libart-affine-transformation-matrices.html +share/gtk-doc/html/libart/libart-art-alpha-gamma-stuff.html +share/gtk-doc/html/libart/libart-core-construction-apis.html +share/gtk-doc/html/libart/libart-extended-construction-apis.html +share/gtk-doc/html/libart/libart-memory-management.html +share/gtk-doc/html/libart/libart-svp-rendering.html +share/gtk-doc/html/libart/libart-svps.html +share/gtk-doc/html/libart/libart-transformation-operations.html +share/gtk-doc/html/libart/libart.html +share/gtk-doc/html/libart/problems-memory.html +share/gtk-doc/html/libart/problems.html +share/gtk-doc/html/libart/sample-display.html +share/gtk-doc/html/libart/sample.html +share/gtk-doc/html/libart/x35.html +share/gtkrc +share/gtkrc.el +share/gtkrc.eo +share/gtkrc.he +share/gtkrc.hy +share/gtkrc.iso88592 +share/gtkrc.iso88595 +share/gtkrc.ja +share/gtkrc.ka_GE.georgianacademy +share/gtkrc.ka_GE.georgianps +share/gtkrc.ko +share/gtkrc.ru +share/gtkrc.th +share/gtkrc.tr +share/gtkrc.uk +share/gtkrc.vi_VN.tcvn +share/gtkrc.vi_VN.viscii +share/gtkrc.zh_CN +share/gtkrc.zh_TW.Big5 +share/idl/ +share/idl/GnomeObject.idl +share/idl/Table.idl +share/idl/desktop-editor.idl +share/idl/desktop-textviewer.idl +share/idl/gnome-factory.idl +share/idl/gnome-unknown.idl +share/idl/name-service.idl +share/locale/ +share/locale/az/ +share/locale/az/LC_MESSAGES/ +share/locale/az/LC_MESSAGES/gnome-libs.mo +share/locale/ca/ +share/locale/ca/LC_MESSAGES/ +share/locale/ca/LC_MESSAGES/gnome-libs.mo +share/locale/cs/ +share/locale/cs/LC_MESSAGES/ +share/locale/cs/LC_MESSAGES/gnome-libs.mo +share/locale/da/ +share/locale/da/LC_MESSAGES/ +share/locale/da/LC_MESSAGES/gnome-libs.mo +share/locale/de/ +share/locale/de/LC_MESSAGES/ +share/locale/de/LC_MESSAGES/gnome-libs.mo +share/locale/el/ +share/locale/el/LC_MESSAGES/ +share/locale/el/LC_MESSAGES/gnome-libs.mo +share/locale/en_GB/ +share/locale/en_GB/LC_MESSAGES/ +share/locale/en_GB/LC_MESSAGES/gnome-libs.mo +share/locale/es/ +share/locale/es/LC_MESSAGES/ +share/locale/es/LC_MESSAGES/gnome-libs.mo +share/locale/et/ +share/locale/et/LC_MESSAGES/ +share/locale/et/LC_MESSAGES/gnome-libs.mo +share/locale/eu/ +share/locale/eu/LC_MESSAGES/ +share/locale/eu/LC_MESSAGES/gnome-libs.mo +share/locale/fi/ +share/locale/fi/LC_MESSAGES/ +share/locale/fi/LC_MESSAGES/gnome-libs.mo +share/locale/fr/ +share/locale/fr/LC_MESSAGES/ +share/locale/fr/LC_MESSAGES/gnome-libs.mo +share/locale/ga/ +share/locale/ga/LC_MESSAGES/ +share/locale/ga/LC_MESSAGES/gnome-libs.mo +share/locale/gl/ +share/locale/gl/LC_MESSAGES/ +share/locale/gl/LC_MESSAGES/gnome-libs.mo +share/locale/hr/ +share/locale/hr/LC_MESSAGES/ +share/locale/hr/LC_MESSAGES/gnome-libs.mo +share/locale/hu/ +share/locale/hu/LC_MESSAGES/ +share/locale/hu/LC_MESSAGES/gnome-libs.mo +share/locale/it/ +share/locale/it/LC_MESSAGES/ +share/locale/it/LC_MESSAGES/gnome-libs.mo +share/locale/ja/ +share/locale/ja/LC_MESSAGES/ +share/locale/ja/LC_MESSAGES/gnome-libs.mo +share/locale/ko/ +share/locale/ko/LC_MESSAGES/ +share/locale/ko/LC_MESSAGES/gnome-libs.mo +share/locale/lt/ +share/locale/lt/LC_MESSAGES/ +share/locale/lt/LC_MESSAGES/gnome-libs.mo +share/locale/lv/ +share/locale/lv/LC_MESSAGES/ +share/locale/lv/LC_MESSAGES/gnome-libs.mo +share/locale/ms/ +share/locale/ms/LC_MESSAGES/ +share/locale/ms/LC_MESSAGES/gnome-libs.mo +share/locale/nl/ +share/locale/nl/LC_MESSAGES/ +share/locale/nl/LC_MESSAGES/gnome-libs.mo +share/locale/nn/ +share/locale/nn/LC_MESSAGES/ +share/locale/nn/LC_MESSAGES/gnome-libs.mo +share/locale/no/ +share/locale/no/LC_MESSAGES/ +share/locale/no/LC_MESSAGES/gnome-libs.mo +share/locale/pl/ +share/locale/pl/LC_MESSAGES/ +share/locale/pl/LC_MESSAGES/gnome-libs.mo +share/locale/pt/ +share/locale/pt/LC_MESSAGES/ +share/locale/pt/LC_MESSAGES/gnome-libs.mo +share/locale/pt_BR/ +share/locale/pt_BR/LC_MESSAGES/ +share/locale/pt_BR/LC_MESSAGES/gnome-libs.mo +share/locale/ro/ +share/locale/ro/LC_MESSAGES/ +share/locale/ro/LC_MESSAGES/gnome-libs.mo +share/locale/ru/ +share/locale/ru/LC_MESSAGES/ +share/locale/ru/LC_MESSAGES/gnome-libs.mo +share/locale/sk/ +share/locale/sk/LC_MESSAGES/ +share/locale/sk/LC_MESSAGES/gnome-libs.mo +share/locale/sl/ +share/locale/sl/LC_MESSAGES/ +share/locale/sl/LC_MESSAGES/gnome-libs.mo +share/locale/sp/ +share/locale/sp/LC_MESSAGES/ +share/locale/sp/LC_MESSAGES/gnome-libs.mo +share/locale/sr/ +share/locale/sr/LC_MESSAGES/ +share/locale/sr/LC_MESSAGES/gnome-libs.mo +share/locale/sv/ +share/locale/sv/LC_MESSAGES/ +share/locale/sv/LC_MESSAGES/gnome-libs.mo +share/locale/ta/ +share/locale/ta/LC_MESSAGES/ +share/locale/ta/LC_MESSAGES/gnome-libs.mo +share/locale/tr/ +share/locale/tr/LC_MESSAGES/ +share/locale/tr/LC_MESSAGES/gnome-libs.mo +share/locale/uk/ +share/locale/uk/LC_MESSAGES/ +share/locale/uk/LC_MESSAGES/gnome-libs.mo +share/locale/vi/ +share/locale/vi/LC_MESSAGES/ +share/locale/vi/LC_MESSAGES/gnome-libs.mo +share/locale/wa/ +share/locale/wa/LC_MESSAGES/ +share/locale/wa/LC_MESSAGES/gnome-libs.mo +share/locale/zh_CN/ +share/locale/zh_CN/LC_MESSAGES/ +share/locale/zh_CN/LC_MESSAGES/gnome-libs.mo +share/locale/zh_TW/ +share/locale/zh_TW/LC_MESSAGES/ +share/locale/zh_TW/LC_MESSAGES/gnome-libs.mo +share/mime-info/ +share/mime-info/gnome.mime +share/pixmaps/ +share/pixmaps/calculator-font.png +share/pixmaps/gnome-default-dlg1.png +share/pixmaps/gnome-error1.png +share/pixmaps/gnome-info1.png +share/pixmaps/gnome-question1.png +share/pixmaps/gnome-warning1.png +share/pixmaps/no.xpm +share/pixmaps/yes.xpm +share/type-convert/ +share/type-convert/gnome-make-postscript-mimes +share/type-convert/postscript.convert +share/type-convert/type.convert +%%SHARED%% +@comment var/ +@comment var/games/