aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk20-reference
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-05-23 13:02:32 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-05-23 13:02:32 +0000
commit6da6b2d242843b598b5972b146c8b695720fc6df (patch)
treedf0113e12823a6e1a9aad0cfe62e14be10b8f1d4 /x11-toolkits/gtk20-reference
parent0a3758252f178063b28a1ea73e89dd88e1050737 (diff)
downloadports-6da6b2d242843b598b5972b146c8b695720fc6df.tar.gz
ports-6da6b2d242843b598b5972b146c8b695720fc6df.zip
Rework the references ports for glib20, gtk20 and gtk30 again to fix the
package breakage introduced in the previous commit. Add a SUFFUX to the install dir for reference ports for gtk20 and gtk30. This allows them both to be installed at the same time. Submitted by: QaT Pointyhat to: kwm
Notes
Notes: svn path=/head/; revision=318868
Diffstat (limited to 'x11-toolkits/gtk20-reference')
-rw-r--r--x11-toolkits/gtk20-reference/Makefile23
-rw-r--r--x11-toolkits/gtk20-reference/pkg-plist612
2 files changed, 629 insertions, 6 deletions
diff --git a/x11-toolkits/gtk20-reference/Makefile b/x11-toolkits/gtk20-reference/Makefile
index 00b7e3e4582c..b327d0ebe4bc 100644
--- a/x11-toolkits/gtk20-reference/Makefile
+++ b/x11-toolkits/gtk20-reference/Makefile
@@ -1,13 +1,24 @@
# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 0
-
-# custom DOCSDIR. This is because we want the references to be installed
-# in share/doc/${book} and not share/doc/gtk/${book}
-DOCSDIR= ${PREFIX}/share/doc
+PORTREVISION= 1
BOOKS= gdk gtk
-PORTDOCS= gdk/* gtk/*
+
+PLIST= ${.CURDIR}/pkg-plist
+
+do-install:
+.for d in ${BOOKS}
+ if [ -d ${REFERENCE_SRC}/${d}/html ]; then \
+ ${MKDIR} ${PREFIX}/share/doc/${d}2; \
+ cd ${REFERENCE_SRC}/${d}/html && \
+ ${FIND} * -type d ! -empty -exec ${MKDIR} "${PREFIX}/share/doc/${d}2/{}" \; && \
+ ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${PREFIX}/share/doc/${d}2/{}" \; ; \
+ fi
+.endfor
+
+# overwrite this from bsd.port.mk, because we not don't honow DOCSDIR
+add-plist-docs:
+ @${DO_NADA}
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"
diff --git a/x11-toolkits/gtk20-reference/pkg-plist b/x11-toolkits/gtk20-reference/pkg-plist
new file mode 100644
index 000000000000..b6d9126a94d5
--- /dev/null
+++ b/x11-toolkits/gtk20-reference/pkg-plist
@@ -0,0 +1,612 @@
+share/doc/gdk2/GdkDisplay.html
+share/doc/gdk2/GdkDisplayManager.html
+share/doc/gdk2/GdkScreen.html
+share/doc/gdk2/X_cursor.png
+share/doc/gdk2/annotation-glossary.html
+share/doc/gdk2/api-index-2-10.html
+share/doc/gdk2/api-index-2-12.html
+share/doc/gdk2/api-index-2-14.html
+share/doc/gdk2/api-index-2-16.html
+share/doc/gdk2/api-index-2-18.html
+share/doc/gdk2/api-index-2-2.html
+share/doc/gdk2/api-index-2-20.html
+share/doc/gdk2/api-index-2-22.html
+share/doc/gdk2/api-index-2-4.html
+share/doc/gdk2/api-index-2-6.html
+share/doc/gdk2/api-index-2-8.html
+share/doc/gdk2/api-index-deprecated.html
+share/doc/gdk2/api-index-full.html
+share/doc/gdk2/arrow.png
+share/doc/gdk2/based_arrow_down.png
+share/doc/gdk2/based_arrow_up.png
+share/doc/gdk2/boat.png
+share/doc/gdk2/bogosity.png
+share/doc/gdk2/bottom_left_corner.png
+share/doc/gdk2/bottom_right_corner.png
+share/doc/gdk2/bottom_side.png
+share/doc/gdk2/bottom_tee.png
+share/doc/gdk2/box_spiral.png
+share/doc/gdk2/center_ptr.png
+share/doc/gdk2/circle.png
+share/doc/gdk2/clock.png
+share/doc/gdk2/coffee_mug.png
+share/doc/gdk2/cross.png
+share/doc/gdk2/cross_reverse.png
+share/doc/gdk2/crosshair.png
+share/doc/gdk2/diamond_cross.png
+share/doc/gdk2/dot.png
+share/doc/gdk2/dotbox.png
+share/doc/gdk2/double_arrow.png
+share/doc/gdk2/draft_large.png
+share/doc/gdk2/draft_small.png
+share/doc/gdk2/draped_box.png
+share/doc/gdk2/exchange.png
+share/doc/gdk2/fleur.png
+share/doc/gdk2/gdk2-Application-launching.html
+share/doc/gdk2/gdk2-Bitmaps-and-Pixmaps.html
+share/doc/gdk2/gdk2-Cairo-Interaction.html
+share/doc/gdk2/gdk2-Colormaps-and-Colors.html
+share/doc/gdk2/gdk2-Cursors.html
+share/doc/gdk2/gdk2-Drag-and-Drop.html
+share/doc/gdk2/gdk2-Drawing-Primitives.html
+share/doc/gdk2/gdk2-Event-Structures.html
+share/doc/gdk2/gdk2-Events.html
+share/doc/gdk2/gdk2-Fonts.html
+share/doc/gdk2/gdk2-GdkRGB.html
+share/doc/gdk2/gdk2-General.html
+share/doc/gdk2/gdk2-Graphics-Contexts.html
+share/doc/gdk2/gdk2-Images.html
+share/doc/gdk2/gdk2-Input-Devices.html
+share/doc/gdk2/gdk2-Input.html
+share/doc/gdk2/gdk2-Keyboard-Handling.html
+share/doc/gdk2/gdk2-Pango-Interaction.html
+share/doc/gdk2/gdk2-Pixbufs.html
+share/doc/gdk2/gdk2-Points-Rectangles-and-Regions.html
+share/doc/gdk2/gdk2-Properties-and-Atoms.html
+share/doc/gdk2/gdk2-Selections.html
+share/doc/gdk2/gdk2-Testing.html
+share/doc/gdk2/gdk2-Threads.html
+share/doc/gdk2/gdk2-Visuals.html
+share/doc/gdk2/gdk2-Windows.html
+share/doc/gdk2/gdk2-X-Window-System-Interaction.html
+share/doc/gdk2/gdk2.devhelp2
+share/doc/gdk2/gobbler.png
+share/doc/gdk2/gumby.png
+share/doc/gdk2/hand1.png
+share/doc/gdk2/hand2.png
+share/doc/gdk2/heart.png
+share/doc/gdk2/home.png
+share/doc/gdk2/icon.png
+share/doc/gdk2/index.html
+share/doc/gdk2/index.sgml
+share/doc/gdk2/iron_cross.png
+share/doc/gdk2/left.png
+share/doc/gdk2/left_ptr.png
+share/doc/gdk2/left_side.png
+share/doc/gdk2/left_tee.png
+share/doc/gdk2/leftbutton.png
+share/doc/gdk2/ll_angle.png
+share/doc/gdk2/lr_angle.png
+share/doc/gdk2/man.png
+share/doc/gdk2/middlebutton.png
+share/doc/gdk2/mouse.png
+share/doc/gdk2/multihead.html
+share/doc/gdk2/pencil.png
+share/doc/gdk2/pirate.png
+share/doc/gdk2/plus.png
+share/doc/gdk2/question_arrow.png
+share/doc/gdk2/reference.html
+share/doc/gdk2/right.png
+share/doc/gdk2/right_ptr.png
+share/doc/gdk2/right_side.png
+share/doc/gdk2/right_tee.png
+share/doc/gdk2/rightbutton.png
+share/doc/gdk2/rotated-text.png
+share/doc/gdk2/rtl_logo.png
+share/doc/gdk2/sailboat.png
+share/doc/gdk2/sb_down_arrow.png
+share/doc/gdk2/sb_h_double_arrow.png
+share/doc/gdk2/sb_left_arrow.png
+share/doc/gdk2/sb_right_arrow.png
+share/doc/gdk2/sb_up_arrow.png
+share/doc/gdk2/sb_v_double_arrow.png
+share/doc/gdk2/shuttle.png
+share/doc/gdk2/sizing.png
+share/doc/gdk2/spider.png
+share/doc/gdk2/spraycan.png
+share/doc/gdk2/star.png
+share/doc/gdk2/style.css
+share/doc/gdk2/target.png
+share/doc/gdk2/tcross.png
+share/doc/gdk2/top_left_arrow.png
+share/doc/gdk2/top_left_corner.png
+share/doc/gdk2/top_right_corner.png
+share/doc/gdk2/top_side.png
+share/doc/gdk2/top_tee.png
+share/doc/gdk2/trek.png
+share/doc/gdk2/ul_angle.png
+share/doc/gdk2/umbrella.png
+share/doc/gdk2/up.png
+share/doc/gdk2/ur_angle.png
+share/doc/gdk2/watch.png
+share/doc/gdk2/xterm.png
+share/doc/gtk2/AbstractObjects.html
+share/doc/gtk2/Actions.html
+share/doc/gtk2/Builder.html
+share/doc/gtk2/ButtonWidgets.html
+share/doc/gtk2/DeprecatedObjects.html
+share/doc/gtk2/DisplayWidgets.html
+share/doc/gtk2/GtkAboutDialog.html
+share/doc/gtk2/GtkAccelLabel.html
+share/doc/gtk2/GtkAccessible.html
+share/doc/gtk2/GtkAction.html
+share/doc/gtk2/GtkActionGroup.html
+share/doc/gtk2/GtkActivatable.html
+share/doc/gtk2/GtkAdjustment.html
+share/doc/gtk2/GtkAlignment.html
+share/doc/gtk2/GtkArrow.html
+share/doc/gtk2/GtkAspectFrame.html
+share/doc/gtk2/GtkAssistant.html
+share/doc/gtk2/GtkBin.html
+share/doc/gtk2/GtkBox.html
+share/doc/gtk2/GtkBuildable.html
+share/doc/gtk2/GtkBuilder.html
+share/doc/gtk2/GtkButton.html
+share/doc/gtk2/GtkButtonBox.html
+share/doc/gtk2/GtkCList.html
+share/doc/gtk2/GtkCTree.html
+share/doc/gtk2/GtkCalendar.html
+share/doc/gtk2/GtkCellEditable.html
+share/doc/gtk2/GtkCellLayout.html
+share/doc/gtk2/GtkCellRenderer.html
+share/doc/gtk2/GtkCellRendererAccel.html
+share/doc/gtk2/GtkCellRendererCombo.html
+share/doc/gtk2/GtkCellRendererPixbuf.html
+share/doc/gtk2/GtkCellRendererProgress.html
+share/doc/gtk2/GtkCellRendererSpin.html
+share/doc/gtk2/GtkCellRendererSpinner.html
+share/doc/gtk2/GtkCellRendererText.html
+share/doc/gtk2/GtkCellRendererToggle.html
+share/doc/gtk2/GtkCellView.html
+share/doc/gtk2/GtkCheckButton.html
+share/doc/gtk2/GtkColorButton.html
+share/doc/gtk2/GtkColorSelection.html
+share/doc/gtk2/GtkColorSelectionDialog.html
+share/doc/gtk2/GtkCombo.html
+share/doc/gtk2/GtkComboBox.html
+share/doc/gtk2/GtkComboBoxEntry.html
+share/doc/gtk2/GtkComboBoxText.html
+share/doc/gtk2/GtkContainer.html
+share/doc/gtk2/GtkCurve.html
+share/doc/gtk2/GtkDialog.html
+share/doc/gtk2/GtkDrawingArea.html
+share/doc/gtk2/GtkEditable.html
+share/doc/gtk2/GtkEntry.html
+share/doc/gtk2/GtkEntryBuffer.html
+share/doc/gtk2/GtkEntryCompletion.html
+share/doc/gtk2/GtkEventBox.html
+share/doc/gtk2/GtkExpander.html
+share/doc/gtk2/GtkFileChooser.html
+share/doc/gtk2/GtkFileChooserButton.html
+share/doc/gtk2/GtkFileChooserDialog.html
+share/doc/gtk2/GtkFileChooserWidget.html
+share/doc/gtk2/GtkFileSelection.html
+share/doc/gtk2/GtkFixed.html
+share/doc/gtk2/GtkFontButton.html
+share/doc/gtk2/GtkFontSelection.html
+share/doc/gtk2/GtkFontSelectionDialog.html
+share/doc/gtk2/GtkFrame.html
+share/doc/gtk2/GtkGammaCurve.html
+share/doc/gtk2/GtkHBox.html
+share/doc/gtk2/GtkHButtonBox.html
+share/doc/gtk2/GtkHPaned.html
+share/doc/gtk2/GtkHRuler.html
+share/doc/gtk2/GtkHSV.html
+share/doc/gtk2/GtkHScale.html
+share/doc/gtk2/GtkHScrollbar.html
+share/doc/gtk2/GtkHSeparator.html
+share/doc/gtk2/GtkHandleBox.html
+share/doc/gtk2/GtkIMContext.html
+share/doc/gtk2/GtkIMContextSimple.html
+share/doc/gtk2/GtkIMMulticontext.html
+share/doc/gtk2/GtkIconTheme.html
+share/doc/gtk2/GtkIconView.html
+share/doc/gtk2/GtkImage.html
+share/doc/gtk2/GtkImageMenuItem.html
+share/doc/gtk2/GtkInfoBar.html
+share/doc/gtk2/GtkInputDialog.html
+share/doc/gtk2/GtkInvisible.html
+share/doc/gtk2/GtkItem.html
+share/doc/gtk2/GtkItemFactory.html
+share/doc/gtk2/GtkLabel.html
+share/doc/gtk2/GtkLayout.html
+share/doc/gtk2/GtkLinkButton.html
+share/doc/gtk2/GtkList.html
+share/doc/gtk2/GtkListItem.html
+share/doc/gtk2/GtkListStore.html
+share/doc/gtk2/GtkMenu.html
+share/doc/gtk2/GtkMenuBar.html
+share/doc/gtk2/GtkMenuItem.html
+share/doc/gtk2/GtkMenuShell.html
+share/doc/gtk2/GtkMenuToolButton.html
+share/doc/gtk2/GtkMessageDialog.html
+share/doc/gtk2/GtkMisc.html
+share/doc/gtk2/GtkNotebook.html
+share/doc/gtk2/GtkObject.html
+share/doc/gtk2/GtkOffscreenWindow.html
+share/doc/gtk2/GtkOldEditable.html
+share/doc/gtk2/GtkOptionMenu.html
+share/doc/gtk2/GtkPageSetup.html
+share/doc/gtk2/GtkPageSetupUnixDialog.html
+share/doc/gtk2/GtkPaned.html
+share/doc/gtk2/GtkPaperSize.html
+share/doc/gtk2/GtkPixmap.html
+share/doc/gtk2/GtkPlug.html
+share/doc/gtk2/GtkPreview.html
+share/doc/gtk2/GtkPrintContext.html
+share/doc/gtk2/GtkPrintJob.html
+share/doc/gtk2/GtkPrintSettings.html
+share/doc/gtk2/GtkPrintUnixDialog.html
+share/doc/gtk2/GtkPrinter.html
+share/doc/gtk2/GtkProgress.html
+share/doc/gtk2/GtkProgressBar.html
+share/doc/gtk2/GtkRadioAction.html
+share/doc/gtk2/GtkRadioButton.html
+share/doc/gtk2/GtkRadioMenuItem.html
+share/doc/gtk2/GtkRadioToolButton.html
+share/doc/gtk2/GtkRange.html
+share/doc/gtk2/GtkRecentAction.html
+share/doc/gtk2/GtkRecentChooser.html
+share/doc/gtk2/GtkRecentChooserDialog.html
+share/doc/gtk2/GtkRecentChooserMenu.html
+share/doc/gtk2/GtkRecentChooserWidget.html
+share/doc/gtk2/GtkRecentFilter.html
+share/doc/gtk2/GtkRecentManager.html
+share/doc/gtk2/GtkRuler.html
+share/doc/gtk2/GtkScale.html
+share/doc/gtk2/GtkScaleButton.html
+share/doc/gtk2/GtkScrollbar.html
+share/doc/gtk2/GtkScrolledWindow.html
+share/doc/gtk2/GtkSeparator.html
+share/doc/gtk2/GtkSeparatorMenuItem.html
+share/doc/gtk2/GtkSeparatorToolItem.html
+share/doc/gtk2/GtkSettings.html
+share/doc/gtk2/GtkSizeGroup.html
+share/doc/gtk2/GtkSocket.html
+share/doc/gtk2/GtkSpinButton.html
+share/doc/gtk2/GtkSpinner.html
+share/doc/gtk2/GtkStatusIcon.html
+share/doc/gtk2/GtkStatusbar.html
+share/doc/gtk2/GtkStyle.html
+share/doc/gtk2/GtkTable.html
+share/doc/gtk2/GtkTearoffMenuItem.html
+share/doc/gtk2/GtkText.html
+share/doc/gtk2/GtkTextBuffer.html
+share/doc/gtk2/GtkTextIter.html
+share/doc/gtk2/GtkTextMark.html
+share/doc/gtk2/GtkTextTag.html
+share/doc/gtk2/GtkTextTagTable.html
+share/doc/gtk2/GtkTextView.html
+share/doc/gtk2/GtkTipsQuery.html
+share/doc/gtk2/GtkToggleAction.html
+share/doc/gtk2/GtkToggleButton.html
+share/doc/gtk2/GtkToggleToolButton.html
+share/doc/gtk2/GtkToolButton.html
+share/doc/gtk2/GtkToolItem.html
+share/doc/gtk2/GtkToolItemGroup.html
+share/doc/gtk2/GtkToolPalette.html
+share/doc/gtk2/GtkToolShell.html
+share/doc/gtk2/GtkToolbar.html
+share/doc/gtk2/GtkTooltip.html
+share/doc/gtk2/GtkTooltips.html
+share/doc/gtk2/GtkTree.html
+share/doc/gtk2/GtkTreeItem.html
+share/doc/gtk2/GtkTreeModel.html
+share/doc/gtk2/GtkTreeModelFilter.html
+share/doc/gtk2/GtkTreeModelSort.html
+share/doc/gtk2/GtkTreeSelection.html
+share/doc/gtk2/GtkTreeSortable.html
+share/doc/gtk2/GtkTreeStore.html
+share/doc/gtk2/GtkTreeView.html
+share/doc/gtk2/GtkTreeViewColumn.html
+share/doc/gtk2/GtkUIManager.html
+share/doc/gtk2/GtkVBox.html
+share/doc/gtk2/GtkVButtonBox.html
+share/doc/gtk2/GtkVPaned.html
+share/doc/gtk2/GtkVRuler.html
+share/doc/gtk2/GtkVScale.html
+share/doc/gtk2/GtkVScrollbar.html
+share/doc/gtk2/GtkVSeparator.html
+share/doc/gtk2/GtkViewport.html
+share/doc/gtk2/GtkVolumeButton.html
+share/doc/gtk2/GtkWidget.html
+share/doc/gtk2/GtkWindow.html
+share/doc/gtk2/GtkWindowGroup.html
+share/doc/gtk2/LayoutContainers.html
+share/doc/gtk2/MenusAndCombos.html
+share/doc/gtk2/MiscObjects.html
+share/doc/gtk2/NumericEntry.html
+share/doc/gtk2/Ornaments.html
+share/doc/gtk2/PlugSocket.html
+share/doc/gtk2/Printing.html
+share/doc/gtk2/RecentDocuments.html
+share/doc/gtk2/ScrollingWidgets.html
+share/doc/gtk2/SelectorWidgets.html
+share/doc/gtk2/SpecialObjects.html
+share/doc/gtk2/TextWidget.html
+share/doc/gtk2/TextWidgetObjects.html
+share/doc/gtk2/TreeWidget.html
+share/doc/gtk2/TreeWidgetObjects.html
+share/doc/gtk2/WindowWidgets.html
+share/doc/gtk2/aboutdialog.png
+share/doc/gtk2/accel-label.png
+share/doc/gtk2/annotation-glossary.html
+share/doc/gtk2/api-index-2-10.html
+share/doc/gtk2/api-index-2-12.html
+share/doc/gtk2/api-index-2-14.html
+share/doc/gtk2/api-index-2-16.html
+share/doc/gtk2/api-index-2-18.html
+share/doc/gtk2/api-index-2-2.html
+share/doc/gtk2/api-index-2-20.html
+share/doc/gtk2/api-index-2-22.html
+share/doc/gtk2/api-index-2-24.html
+share/doc/gtk2/api-index-2-4.html
+share/doc/gtk2/api-index-2-6.html
+share/doc/gtk2/api-index-2-8.html
+share/doc/gtk2/api-index-deprecated.html
+share/doc/gtk2/api-index-full.html
+share/doc/gtk2/application-exit.png
+share/doc/gtk2/assistant.png
+share/doc/gtk2/button.png
+share/doc/gtk2/ch01.html
+share/doc/gtk2/ch02.html
+share/doc/gtk2/chap-drawing-model.html
+share/doc/gtk2/check-button.png
+share/doc/gtk2/checklist-gdkeventexpose-region.html
+share/doc/gtk2/checklist-modifiers.html
+share/doc/gtk2/checklist-named-icons.html
+share/doc/gtk2/color-button.png
+share/doc/gtk2/colorsel.png
+share/doc/gtk2/combo-box-entry.png
+share/doc/gtk2/combo-box.png
+share/doc/gtk2/decorating-the-assistant-pages.html
+share/doc/gtk2/dialog-error.png
+share/doc/gtk2/dialog-information.png
+share/doc/gtk2/dialog-password.png
+share/doc/gtk2/dialog-question.png
+share/doc/gtk2/dialog-warning.png
+share/doc/gtk2/document-new.png
+share/doc/gtk2/document-open.png
+share/doc/gtk2/document-print-preview.png
+share/doc/gtk2/document-print.png
+share/doc/gtk2/document-properties.png
+share/doc/gtk2/document-revert-ltr.png
+share/doc/gtk2/document-revert-rtl.png
+share/doc/gtk2/document-save-as.png
+share/doc/gtk2/document-save.png
+share/doc/gtk2/drive-harddisk.png
+share/doc/gtk2/edit-clear.png
+share/doc/gtk2/edit-copy.png
+share/doc/gtk2/edit-cut.png
+share/doc/gtk2/edit-delete.png
+share/doc/gtk2/edit-find-replace.png
+share/doc/gtk2/edit-find.png
+share/doc/gtk2/edit-paste.png
+share/doc/gtk2/edit-redo-ltr.png
+share/doc/gtk2/edit-redo-rtl.png
+share/doc/gtk2/edit-select-all.png
+share/doc/gtk2/edit-undo-ltr.png
+share/doc/gtk2/edit-undo-rtl.png
+share/doc/gtk2/entry.png
+share/doc/gtk2/figure-hierarchical-drawing.png
+share/doc/gtk2/figure-windowed-label.png
+share/doc/gtk2/file-button.png
+share/doc/gtk2/filechooser.png
+share/doc/gtk2/folder.png
+share/doc/gtk2/font-button.png
+share/doc/gtk2/fontsel.png
+share/doc/gtk2/format-indent-less-ltr.png
+share/doc/gtk2/format-indent-less-rtl.png
+share/doc/gtk2/format-indent-more-ltr.png
+share/doc/gtk2/format-indent-more-rtl.png
+share/doc/gtk2/format-justify-center.png
+share/doc/gtk2/format-justify-fill.png
+share/doc/gtk2/format-justify-left.png
+share/doc/gtk2/format-justify-right.png
+share/doc/gtk2/format-text-bold.png
+share/doc/gtk2/format-text-italic.png
+share/doc/gtk2/format-text-strikethrough.png
+share/doc/gtk2/format-text-underline.png
+share/doc/gtk2/frame.png
+share/doc/gtk2/glossary.html
+share/doc/gtk2/go-bottom.png
+share/doc/gtk2/go-down.png
+share/doc/gtk2/go-first-ltr.png
+share/doc/gtk2/go-first-rtl.png
+share/doc/gtk2/go-home.png
+share/doc/gtk2/go-jump-ltr.png
+share/doc/gtk2/go-jump-rtl.png
+share/doc/gtk2/go-last-ltr.png
+share/doc/gtk2/go-last-rtl.png
+share/doc/gtk2/go-next-ltr.png
+share/doc/gtk2/go-next-rtl.png
+share/doc/gtk2/go-previous-ltr.png
+share/doc/gtk2/go-previous-rtl.png
+share/doc/gtk2/go-top.png
+share/doc/gtk2/go-up.png
+share/doc/gtk2/gtk-apply.png
+share/doc/gtk2/gtk-builder-convert.html
+share/doc/gtk2/gtk-building.html
+share/doc/gtk2/gtk-cancel.png
+share/doc/gtk2/gtk-caps-lock-warning.png
+share/doc/gtk2/gtk-changes-1-2.html
+share/doc/gtk2/gtk-changes-2-0.html
+share/doc/gtk2/gtk-color-picker.png
+share/doc/gtk2/gtk-compiling.html
+share/doc/gtk2/gtk-connect.png
+share/doc/gtk2/gtk-convert.png
+share/doc/gtk2/gtk-directfb.html
+share/doc/gtk2/gtk-disconnect.png
+share/doc/gtk2/gtk-dnd-multiple.png
+share/doc/gtk2/gtk-dnd.png
+share/doc/gtk2/gtk-edit.png
+share/doc/gtk2/gtk-font.png
+share/doc/gtk2/gtk-index.png
+share/doc/gtk2/gtk-migrating-ClientSideWindows.html
+share/doc/gtk2/gtk-migrating-GtkAboutDialog.html
+share/doc/gtk2/gtk-migrating-GtkAction.html
+share/doc/gtk2/gtk-migrating-GtkAssistant.html
+share/doc/gtk2/gtk-migrating-GtkBuilder.html
+share/doc/gtk2/gtk-migrating-GtkColorButton.html
+share/doc/gtk2/gtk-migrating-GtkComboBox.html
+share/doc/gtk2/gtk-migrating-GtkFileChooser.html
+share/doc/gtk2/gtk-migrating-GtkIconView.html
+share/doc/gtk2/gtk-migrating-GtkLinkButton.html
+share/doc/gtk2/gtk-migrating-GtkRecentChooser.html
+share/doc/gtk2/gtk-migrating-checklist.html
+share/doc/gtk2/gtk-migrating-entry-icons.html
+share/doc/gtk2/gtk-migrating-label-links.html
+share/doc/gtk2/gtk-migrating-tooltips.html
+share/doc/gtk2/gtk-no.png
+share/doc/gtk2/gtk-ok.png
+share/doc/gtk2/gtk-orientation-landscape.png
+share/doc/gtk2/gtk-orientation-portrait.png
+share/doc/gtk2/gtk-orientation-reverse-landscape.png
+share/doc/gtk2/gtk-orientation-reverse-portrait.png
+share/doc/gtk2/gtk-osx.html
+share/doc/gtk2/gtk-page-setup.png
+share/doc/gtk2/gtk-preferences.png
+share/doc/gtk2/gtk-query-immodules-2.0.html
+share/doc/gtk2/gtk-question-index.html
+share/doc/gtk2/gtk-resources.html
+share/doc/gtk2/gtk-running.html
+share/doc/gtk2/gtk-select-color.png
+share/doc/gtk2/gtk-undelete-ltr.png
+share/doc/gtk2/gtk-undelete-rtl.png
+share/doc/gtk2/gtk-update-icon-cache.html
+share/doc/gtk2/gtk-windows.html
+share/doc/gtk2/gtk-x11.html
+share/doc/gtk2/gtk-yes.png
+share/doc/gtk2/gtk.html
+share/doc/gtk2/gtk2-Accelerator-Maps.html
+share/doc/gtk2/gtk2-Bindings.html
+share/doc/gtk2/gtk2-Clipboards.html
+share/doc/gtk2/gtk2-Drag-and-Drop.html
+share/doc/gtk2/gtk2-Feature-Test-Macros.html
+share/doc/gtk2/gtk2-Filesystem-utilities.html
+share/doc/gtk2/gtk2-General.html
+share/doc/gtk2/gtk2-Graphics-Contexts.html
+share/doc/gtk2/gtk2-GtkTreeView-drag-and-drop.html
+share/doc/gtk2/gtk2-High-level-Printing-API.html
+share/doc/gtk2/gtk2-Keyboard-Accelerators.html
+share/doc/gtk2/gtk2-Orientable.html
+share/doc/gtk2/gtk2-Resource-Files.html
+share/doc/gtk2/gtk2-Selections.html
+share/doc/gtk2/gtk2-Signals.html
+share/doc/gtk2/gtk2-Standard-Enumerations.html
+share/doc/gtk2/gtk2-Stock-Items.html
+share/doc/gtk2/gtk2-Testing.html
+share/doc/gtk2/gtk2-Themeable-Stock-Images.html
+share/doc/gtk2/gtk2-Types.html
+share/doc/gtk2/gtk2-gtkcheckmenuitem.html
+share/doc/gtk2/gtk2-gtkfilefilter.html
+share/doc/gtk2/gtk2.devhelp2
+share/doc/gtk2/gtkbase.html
+share/doc/gtk2/gtkfilechooser-installing-extra-widgets.html
+share/doc/gtk2/gtkfilechooser-installing-preview.html
+share/doc/gtk2/gtkfilechooser-new-features.html
+share/doc/gtk2/gtkfilechooser-selection-modes.html
+share/doc/gtk2/gtkobjects.html
+share/doc/gtk2/gtkrecent-advanced.html
+share/doc/gtk2/gtkrecent-chooser.html
+share/doc/gtk2/help-about.png
+share/doc/gtk2/help-contents.png
+share/doc/gtk2/home.png
+share/doc/gtk2/icon-view.png
+share/doc/gtk2/image-missing.png
+share/doc/gtk2/image.png
+share/doc/gtk2/index.html
+share/doc/gtk2/index.sgml
+share/doc/gtk2/label.png
+share/doc/gtk2/layout-btlr.png
+share/doc/gtk2/layout-btrl.png
+share/doc/gtk2/layout-lrbt.png
+share/doc/gtk2/layout-lrtb.png
+share/doc/gtk2/layout-rlbt.png
+share/doc/gtk2/layout-rltb.png
+share/doc/gtk2/layout-tblr.png
+share/doc/gtk2/layout-tbrl.png
+share/doc/gtk2/left.png
+share/doc/gtk2/link-button.png
+share/doc/gtk2/list-add.png
+share/doc/gtk2/list-and-tree.png
+share/doc/gtk2/list-remove.png
+share/doc/gtk2/media-floppy.png
+share/doc/gtk2/media-optical.png
+share/doc/gtk2/media-playback-pause.png
+share/doc/gtk2/media-playback-start-ltr.png
+share/doc/gtk2/media-playback-start-rtl.png
+share/doc/gtk2/media-playback-stop.png
+share/doc/gtk2/media-record.png
+share/doc/gtk2/media-seek-backward-ltr.png
+share/doc/gtk2/media-seek-backward-rtl.png
+share/doc/gtk2/media-seek-forward-ltr.png
+share/doc/gtk2/media-seek-forward-rtl.png
+share/doc/gtk2/media-skip-backward-ltr.png
+share/doc/gtk2/media-skip-backward-rtl.png
+share/doc/gtk2/media-skip-forward-ltr.png
+share/doc/gtk2/media-skip-forward-rtl.png
+share/doc/gtk2/menubar.png
+share/doc/gtk2/messagedialog.png
+share/doc/gtk2/migrating-GtkCombo.html
+share/doc/gtk2/migrating-gnomeuiinfo.html
+share/doc/gtk2/migrating.html
+share/doc/gtk2/multiline-text.png
+share/doc/gtk2/network-idle.png
+share/doc/gtk2/new-features-GtkComboBox.html
+share/doc/gtk2/notebook.png
+share/doc/gtk2/pagesetupdialog.png
+share/doc/gtk2/panes.png
+share/doc/gtk2/printdialog.png
+share/doc/gtk2/printer-error.png
+share/doc/gtk2/printer-info.png
+share/doc/gtk2/printer-paused.png
+share/doc/gtk2/printer-warning.png
+share/doc/gtk2/process-stop.png
+share/doc/gtk2/progressbar.png
+share/doc/gtk2/pt05.html
+share/doc/gtk2/radio-group.png
+share/doc/gtk2/recentchooserdialog.png
+share/doc/gtk2/right.png
+share/doc/gtk2/scales.png
+share/doc/gtk2/scrolledwindow.png
+share/doc/gtk2/separator.png
+share/doc/gtk2/setting-the-page-flow.html
+share/doc/gtk2/spinbutton.png
+share/doc/gtk2/spinner.png
+share/doc/gtk2/statusbar.png
+share/doc/gtk2/style.css
+share/doc/gtk2/system-run.png
+share/doc/gtk2/text-x-generic.png
+share/doc/gtk2/toggle-button.png
+share/doc/gtk2/toolbar.png
+share/doc/gtk2/toolpalette.png
+share/doc/gtk2/tools-check-spelling.png
+share/doc/gtk2/tree-view-coordinates.png
+share/doc/gtk2/ui-manager.html
+share/doc/gtk2/up.png
+share/doc/gtk2/view-fullscreen.png
+share/doc/gtk2/view-refresh.png
+share/doc/gtk2/view-restore.png
+share/doc/gtk2/view-sort-ascending.png
+share/doc/gtk2/view-sort-descending.png
+share/doc/gtk2/volumebutton.png
+share/doc/gtk2/window-close.png
+share/doc/gtk2/window.png
+share/doc/gtk2/zoom-fit-best.png
+share/doc/gtk2/zoom-in.png
+share/doc/gtk2/zoom-original.png
+share/doc/gtk2/zoom-out.png
+@dirrmtry share/doc/gtk2
+@dirrmtry share/doc/gdk2
+