diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-10 05:22:13 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-10 05:22:13 +0000 |
commit | 610ae5681637c1051a0c17b54e29d97f53da2f3a (patch) | |
tree | c231a1eb74b07e444fa7363012cb84bf23d83ce0 /x11-toolkits/py-gtk2 | |
parent | 15b6544926b07a98710eeb765baf03e3fc9a195c (diff) |
Notes
Diffstat (limited to 'x11-toolkits/py-gtk2')
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/files/patch-Makefile.in | 22 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/files/patch-doc_Makefile.in | 11 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/pkg-plist | 522 |
5 files changed, 507 insertions, 62 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index 94267b33cb03..8660cd385cab 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -3,14 +3,14 @@ # Whom: marc@informatik.uni-bremen.de # # $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gtk2/Makefile,v 1.54 2007/09/16 17:26:18 ahze Exp $ +# $MCom: ports/x11-toolkits/py-gtk2/Makefile,v 1.58 2008/09/27 01:53:01 mezz Exp $ # PORTNAME= gtk -PORTVERSION= 2.12.1 +PORTVERSION= 2.13.0 PORTREVISION= 1 CATEGORIES= x11-toolkits python -MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/pygtk/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pygtk-${PORTVERSION} @@ -27,7 +27,7 @@ RUN_DEPENDS= ${PYNUMERIC} \ USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget libglade2 +USE_GNOME= gnomehack libglade2 USE_PYTHON= yes USE_GETTEXT= yes GNU_CONFIGURE= yes diff --git a/x11-toolkits/py-gtk2/distinfo b/x11-toolkits/py-gtk2/distinfo index 68bb84b1c509..f866dc2bb7b2 100644 --- a/x11-toolkits/py-gtk2/distinfo +++ b/x11-toolkits/py-gtk2/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/pygtk-2.12.1.tar.bz2) = a816346d750d61e3fa67a200e4292694 -SHA256 (gnome2/pygtk-2.12.1.tar.bz2) = 4100ed4bf295b03106308f1cfb9931cc22910401dab785f8bd3af9935f1fe13d -SIZE (gnome2/pygtk-2.12.1.tar.bz2) = 2175955 +MD5 (gnome2/pygtk-2.13.0.tar.bz2) = e1513921bfd3790b456899c483fceaea +SHA256 (gnome2/pygtk-2.13.0.tar.bz2) = 80c5b788a4e7a92349ebfa6494848fcb81f57099609df1ace313458808a58418 +SIZE (gnome2/pygtk-2.13.0.tar.bz2) = 2130260 diff --git a/x11-toolkits/py-gtk2/files/patch-Makefile.in b/x11-toolkits/py-gtk2/files/patch-Makefile.in index b9cedaf23921..1ddb1d6b990b 100644 --- a/x11-toolkits/py-gtk2/files/patch-Makefile.in +++ b/x11-toolkits/py-gtk2/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig Tue Sep 5 02:02:53 2006 -+++ Makefile.in Tue Sep 5 02:06:11 2006 -@@ -292,7 +292,7 @@ sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - AUTOMAKE_OPTIONS = 1.7 - @BUILD_GTK_TRUE@GTK_SUBDIR = gtk --SUBDIRS = codegen . $(GTK_SUBDIR) examples tests docs -+SUBDIRS = codegen . $(GTK_SUBDIR) examples - PLATFORM_VERSION = 2.0 - CLEANFILES = atk.c pango.c pangocairo.c - EXTRA_DIST = \ +--- Makefile.in.orig 2008-09-01 08:50:06.000000000 +0000 ++++ Makefile.in 2008-09-01 08:51:03.000000000 +0000 +@@ -124,7 +124,7 @@ + DATA = $(defs_DATA) $(pkgconfig_DATA) + ETAGS = etags + CTAGS = ctags +-DIST_SUBDIRS = . gtk examples tests docs ++DIST_SUBDIRS = . gtk examples + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + distdir = $(PACKAGE)-$(VERSION) + top_distdir = $(distdir) diff --git a/x11-toolkits/py-gtk2/files/patch-doc_Makefile.in b/x11-toolkits/py-gtk2/files/patch-doc_Makefile.in new file mode 100644 index 000000000000..857b4fa66e7a --- /dev/null +++ b/x11-toolkits/py-gtk2/files/patch-doc_Makefile.in @@ -0,0 +1,11 @@ +--- docs/Makefile.in.orig 2008-09-03 16:07:35.000000000 +0000 ++++ docs/Makefile.in 2008-09-03 16:07:55.000000000 +0000 +@@ -812,7 +812,7 @@ + html/unixprint-functions.html + + CSS_FILES = $(PYGOBJECT_PYGDOCS)/style.css +-TARGET_DIR = $(datadir)/gtk-doc/html/pygtk ++TARGET_DIR = $(datadir)/doc/py-gtk + CSSdir = $(TARGET_DIR) + EXTRA_DIST = \ + cursors icons \ diff --git a/x11-toolkits/py-gtk2/pkg-plist b/x11-toolkits/py-gtk2/pkg-plist index 05099ad5b9bf..9dffd29cb82d 100644 --- a/x11-toolkits/py-gtk2/pkg-plist +++ b/x11-toolkits/py-gtk2/pkg-plist @@ -76,9 +76,15 @@ lib/pygtk/2.0/demos/statusicon.pyo lib/pygtk/2.0/demos/stock_browser.py lib/pygtk/2.0/demos/stock_browser.pyc lib/pygtk/2.0/demos/stock_browser.pyo +lib/pygtk/2.0/demos/textscroll.py +lib/pygtk/2.0/demos/textscroll.pyc +lib/pygtk/2.0/demos/textscroll.pyo lib/pygtk/2.0/demos/textview.py lib/pygtk/2.0/demos/textview.pyc lib/pygtk/2.0/demos/textview.pyo +lib/pygtk/2.0/demos/tooltip.py +lib/pygtk/2.0/demos/tooltip.pyc +lib/pygtk/2.0/demos/tooltip.pyo lib/pygtk/2.0/demos/tree_store.py lib/pygtk/2.0/demos/tree_store.pyc lib/pygtk/2.0/demos/tree_store.pyo @@ -121,6 +127,467 @@ lib/pygtk/2.0/pygtk-demo.pyo libdata/pkgconfig/pygtk-2.0.pc %%PORTDOCS%%%%DOCSDIR%%/MAPPING %%PORTDOCS%%%%DOCSDIR%%/THREADS +%%PORTDOCS%%%%DOCSDIR%%/atk-class-reference.html +%%PORTDOCS%%%%DOCSDIR%%/atk-constants.html +%%PORTDOCS%%%%DOCSDIR%%/class-atkaction.html +%%PORTDOCS%%%%DOCSDIR%%/class-atkcomponent.html +%%PORTDOCS%%%%DOCSDIR%%/class-atkdocument.html +%%PORTDOCS%%%%DOCSDIR%%/class-atkeditabletext.html +%%PORTDOCS%%%%DOCSDIR%%/class-atkgobjectaccessible.html +%%PORTDOCS%%%%DOCSDIR%%/class-atkhyperlink.html +%%PORTDOCS%%%%DOCSDIR%%/class-atkhypertext.html +%%PORTDOCS%%%%DOCSDIR%%/class-atkimage.html +%%PORTDOCS%%%%DOCSDIR%%/class-atkimplementor.html +%%PORTDOCS%%%%DOCSDIR%%/class-atknoopobject.html +%%PORTDOCS%%%%DOCSDIR%%/class-atknoopobjectfactory.html +%%PORTDOCS%%%%DOCSDIR%%/class-atkobject.html +%%PORTDOCS%%%%DOCSDIR%%/class-atkobjectfactory.html +%%PORTDOCS%%%%DOCSDIR%%/class-atkrectangle.html +%%PORTDOCS%%%%DOCSDIR%%/class-atkregistry.html +%%PORTDOCS%%%%DOCSDIR%%/class-atkrelation.html +%%PORTDOCS%%%%DOCSDIR%%/class-atkrelationset.html +%%PORTDOCS%%%%DOCSDIR%%/class-atkselection.html +%%PORTDOCS%%%%DOCSDIR%%/class-atkstateset.html +%%PORTDOCS%%%%DOCSDIR%%/class-atkstreamablecontent.html +%%PORTDOCS%%%%DOCSDIR%%/class-atktable.html +%%PORTDOCS%%%%DOCSDIR%%/class-atktext.html +%%PORTDOCS%%%%DOCSDIR%%/class-atkvalue.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkatom.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkcairocontext.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkcolor.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkcolormap.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkcursor.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkdevice.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkdisplay.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkdisplaymanager.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkdragcontext.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkdrawable.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkevent.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkgc.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkimage.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkkeymap.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkpangorenderer.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkpixbuf.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkpixbufanimation.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkpixbufanimationiter.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkpixbufloader.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkpixmap.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkrectangle.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkregion.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkscreen.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkvisual.html +%%PORTDOCS%%%%DOCSDIR%%/class-gdkwindow.html +%%PORTDOCS%%%%DOCSDIR%%/class-gladexml.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkaboutdialog.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkaccelgroup.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkaccellabel.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkaccelmap.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkaccessible.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkaction.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkactiongroup.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkadjustment.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkalignment.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkarrow.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkaspectframe.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkassistant.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkbin.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkborder.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkbox.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkbuildable.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkbuilder.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkbutton.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkbuttonbox.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkcalendar.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkcelleditable.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkcelllayout.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkcellrenderer.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkcellrendereraccel.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkcellrenderercombo.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkcellrendererpixbuf.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkcellrendererprogress.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkcellrendererspin.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkcellrenderertext.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkcellrenderertoggle.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkcellview.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkcheckbutton.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkcheckmenuitem.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkclipboard.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkcolorbutton.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkcolorselection.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkcolorselectiondialog.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkcombo.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkcombobox.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkcomboboxentry.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkcontainer.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkcurve.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkdialog.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkdrawingarea.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkeditable.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkentry.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkentrycompletion.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkeventbox.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkexpander.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkfilechooser.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkfilechooserbutton.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkfilechooserdialog.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkfilechooserwidget.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkfilefilter.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkfileselection.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkfixed.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkfontbutton.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkfontselection.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkfontselectiondialog.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkframe.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkgammacurve.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkhandlebox.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkhbox.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkhbuttonbox.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkhpaned.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkhruler.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkhscale.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkhscrollbar.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkhseparator.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkiconfactory.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkiconinfo.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkiconset.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkiconsource.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkicontheme.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkiconview.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkimage.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkimagemenuitem.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkimcontext.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkimcontextsimple.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkimmulticontext.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkinputdialog.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkinvisible.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkitem.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkitemfactory.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtklabel.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtklayout.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtklinkbutton.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkliststore.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkmenu.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkmenubar.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkmenuitem.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkmenushell.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkmenutoolbutton.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkmessagedialog.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkmisc.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtknotebook.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkobject.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkoptionmenu.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkpagesetup.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkpagesetupunixdialog.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkpaned.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkpapersize.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkplug.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkprintcontext.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkprinter.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkprintjob.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkprintoperation.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkprintoperationpreview.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkprintsettings.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkprintunixdialog.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkprogressbar.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkradioaction.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkradiobutton.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkradiomenuitem.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkradiotoolbutton.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkrange.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkrcstyle.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkrecentaction.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkrecentchooser.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkrecentchooserdialog.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkrecentchoosermenu.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkrecentchooserwidget.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkrecentfilter.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkrecentinfo.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkrecentmanager.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkrequisition.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkruler.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkscale.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkscalebutton.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkscrollbar.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkscrolledwindow.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkselectiondata.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkseparator.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkseparatormenuitem.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkseparatortoolitem.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtksettings.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtksizegroup.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtksocket.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkspinbutton.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkstatusbar.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkstatusicon.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkstyle.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktable.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktearoffmenuitem.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktextattributes.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktextbuffer.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktextchildanchor.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktextiter.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktextmark.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktexttag.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktexttagtable.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktextview.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktoggleaction.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktogglebutton.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktoggletoolbutton.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktoolbar.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktoolbutton.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktoolitem.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktooltip.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktooltips.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktreedragdest.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktreedragsource.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktreeiter.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktreemodel.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktreemodelfilter.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktreemodelsort.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktreerowreference.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktreeselection.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktreesortable.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktreestore.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktreeview.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtktreeviewcolumn.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkuimanager.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkvbox.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkvbuttonbox.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkviewport.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkvolumebutton.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkvpaned.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkvruler.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkvscale.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkvscrollbar.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkvseparator.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkwidget.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkwindow.html +%%PORTDOCS%%%%DOCSDIR%%/class-gtkwindowgroup.html +%%PORTDOCS%%%%DOCSDIR%%/class-hierarchy.html +%%PORTDOCS%%%%DOCSDIR%%/class-pangoattribute.html +%%PORTDOCS%%%%DOCSDIR%%/class-pangoattriterator.html +%%PORTDOCS%%%%DOCSDIR%%/class-pangoattrlist.html +%%PORTDOCS%%%%DOCSDIR%%/class-pangocairocairocontext.html +%%PORTDOCS%%%%DOCSDIR%%/class-pangocairocairofontmap.html +%%PORTDOCS%%%%DOCSDIR%%/class-pangocolor.html +%%PORTDOCS%%%%DOCSDIR%%/class-pangocontext.html +%%PORTDOCS%%%%DOCSDIR%%/class-pangofont.html +%%PORTDOCS%%%%DOCSDIR%%/class-pangofontdescription.html +%%PORTDOCS%%%%DOCSDIR%%/class-pangofontface.html +%%PORTDOCS%%%%DOCSDIR%%/class-pangofontfamily.html +%%PORTDOCS%%%%DOCSDIR%%/class-pangofontmap.html +%%PORTDOCS%%%%DOCSDIR%%/class-pangofontmetrics.html +%%PORTDOCS%%%%DOCSDIR%%/class-pangofontset.html +%%PORTDOCS%%%%DOCSDIR%%/class-pangofontsetsimple.html +%%PORTDOCS%%%%DOCSDIR%%/class-pangoglyphstring.html +%%PORTDOCS%%%%DOCSDIR%%/class-pangolanguage.html +%%PORTDOCS%%%%DOCSDIR%%/class-pangolayout.html +%%PORTDOCS%%%%DOCSDIR%%/class-pangolayoutiter.html +%%PORTDOCS%%%%DOCSDIR%%/class-pangolayoutline.html +%%PORTDOCS%%%%DOCSDIR%%/class-pangorenderer.html +%%PORTDOCS%%%%DOCSDIR%%/class-pangotabarray.html +%%PORTDOCS%%%%DOCSDIR%%/class-pygtkgenericcellrenderer.html +%%PORTDOCS%%%%DOCSDIR%%/class-pygtkgenerictreemodel.html +%%PORTDOCS%%%%DOCSDIR%%/class-pygtktreemodelrow.html +%%PORTDOCS%%%%DOCSDIR%%/class-pygtktreemodelrowiter.html +%%PORTDOCS%%%%DOCSDIR%%/cursors/X_cursor.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/arrow.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/based_arrow_down.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/based_arrow_up.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/boat.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/bogosity.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/bottom_left_corner.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/bottom_right_corner.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/bottom_side.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/bottom_tee.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/box_spiral.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/center_ptr.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/circle.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/clock.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/coffee_mug.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/cross.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/cross_reverse.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/crosshair.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/diamond_cross.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/dot.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/dotbox.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/double_arrow.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/draft_large.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/draft_small.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/draped_box.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/exchange.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/fleur.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/gobbler.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/gumby.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/hand1.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/hand2.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/heart.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/icon.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/iron_cross.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/left_ptr.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/left_side.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/left_tee.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/leftbutton.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/ll_angle.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/lr_angle.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/man.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/middlebutton.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/mouse.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/pencil.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/pirate.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/plus.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/question_arrow.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/right_ptr.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/right_side.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/right_tee.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/rightbutton.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/rtl_logo.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/sailboat.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/sb_down_arrow.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/sb_h_double_arrow.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/sb_left_arrow.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/sb_right_arrow.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/sb_up_arrow.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/sb_v_double_arrow.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/shuttle.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/sizing.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/spider.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/spraycan.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/star.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/target.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/tcross.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/top_left_arrow.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/top_left_corner.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/top_right_corner.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/top_side.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/top_tee.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/trek.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/ul_angle.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/umbrella.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/ur_angle.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/watch.png +%%PORTDOCS%%%%DOCSDIR%%/cursors/xterm.png +%%PORTDOCS%%%%DOCSDIR%%/gdk-class-reference.html +%%PORTDOCS%%%%DOCSDIR%%/gdk-constants.html +%%PORTDOCS%%%%DOCSDIR%%/gdk-functions.html +%%PORTDOCS%%%%DOCSDIR%%/glade-class-reference.html +%%PORTDOCS%%%%DOCSDIR%%/gtk-class-reference.html +%%PORTDOCS%%%%DOCSDIR%%/gtk-constants.html +%%PORTDOCS%%%%DOCSDIR%%/gtk-functions.html +%%PORTDOCS%%%%DOCSDIR%%/gtk-stock-items.html +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_about_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_add_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_align_center_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_align_justify_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_align_left_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_align_right_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_apply_20.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_bottom_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_broken_image_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_cancel_20.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_cdrom_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_clear_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_close_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_color_picker_25.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_colorselector_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_connect_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_convert_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_copy_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_cut_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_dialog_authentication_48.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_dialog_error_48.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_dialog_info_48.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_dialog_question_48.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_dialog_warning_48.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_directory_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_disconnect_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_dnd_32.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_dnd_multiple_32.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_down_arrow_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_edit_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_exec_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_exit_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_file_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_first_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_font_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_fullscreen_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_harddisk_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_help_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_home_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_index_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_info_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_jump_to_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_jump_to_rtl_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_last_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_leave_fullscreen_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_left_arrow_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_media_forward_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_media_next_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_media_pause_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_media_play_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_media_play_rtl_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_media_previous_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_media_record_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_media_rewind_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_media_stop_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_network_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_new_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_no_20.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_ok_20.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_open_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_paste_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_preferences_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_print_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_print_preview_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_properties_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_redo_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_redo_rtl_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_refresh_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_remove_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_revert_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_revert_rtl_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_right_arrow_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_save_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_save_as_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_search_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_search_replace_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_sort_ascending_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_sort_descending_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_spellcheck_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_stop_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_text_bold_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_text_indent_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_text_italic_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_text_strikethrough_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_text_underline_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_text_unindent_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_top_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_trash_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_undelete_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_undelete_rtl_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_undo_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_undo_rtl_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_up_arrow_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_yes_20.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_zoom_1_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_zoom_fit_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_zoom_in_24.png +%%PORTDOCS%%%%DOCSDIR%%/icons/stock_zoom_out_24.png +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/index.sgml +%%PORTDOCS%%%%DOCSDIR%%/pango-class-reference.html +%%PORTDOCS%%%%DOCSDIR%%/pango-constants.html +%%PORTDOCS%%%%DOCSDIR%%/pango-functions.html +%%PORTDOCS%%%%DOCSDIR%%/pango-markup-language.html +%%PORTDOCS%%%%DOCSDIR%%/pangocairo-class-reference.html +%%PORTDOCS%%%%DOCSDIR%%/pangocairo-constants.html +%%PORTDOCS%%%%DOCSDIR%%/pangocairo-functions.html +%%PORTDOCS%%%%DOCSDIR%%/pygtk-introduction.html +%%PORTDOCS%%%%DOCSDIR%%/pygtk-reference-format.html +%%PORTDOCS%%%%DOCSDIR%%/pygtk.devhelp +%%PORTDOCS%%%%DOCSDIR%%/unixprint-class-reference.html +%%PORTDOCS%%%%DOCSDIR%%/unixprint-constants.html +%%PORTDOCS%%%%DOCSDIR%%/unixprint-functions.html %%PORTDOCS%%%%EXAMPLESDIR%%/Makefile %%PORTDOCS%%%%EXAMPLESDIR%%/Makefile.am %%PORTDOCS%%%%EXAMPLESDIR%%/Makefile.in @@ -134,6 +601,7 @@ libdata/pkgconfig/pygtk-2.0.pc %%PORTDOCS%%%%EXAMPLESDIR%%/gobject/editable-interface.py %%PORTDOCS%%%%EXAMPLESDIR%%/gobject/properties.py %%PORTDOCS%%%%EXAMPLESDIR%%/gobject/signal.py +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/application.py %%PORTDOCS%%%%EXAMPLESDIR%%/gtk/bin.py %%PORTDOCS%%%%EXAMPLESDIR%%/gtk/customtreemodel.py %%PORTDOCS%%%%EXAMPLESDIR%%/gtk/filechooser.py @@ -195,7 +663,9 @@ libdata/pkgconfig/pygtk-2.0.pc %%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/sizegroup.py %%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/statusicon.py %%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/stock_browser.py +%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/textscroll.py %%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/textview.py +%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/tooltip.py %%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/tree_store.py %%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/treemodel.py %%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/ui_manager.py @@ -209,52 +679,11 @@ libdata/pkgconfig/pygtk-2.0.pc %%PORTDOCS%%%%EXAMPLESDIR%%/simple/scribble.py %%PORTDOCS%%%%EXAMPLESDIR%%/simple/simple.py %%PORTDOCS%%%%EXAMPLESDIR%%/simple/tooltip.py -share/pygtk/2.0/codegen/__init__.py -share/pygtk/2.0/codegen/__init__.pyc -share/pygtk/2.0/codegen/__init__.pyo -share/pygtk/2.0/codegen/argtypes.py -share/pygtk/2.0/codegen/argtypes.pyc -share/pygtk/2.0/codegen/argtypes.pyo -share/pygtk/2.0/codegen/codegen.py -share/pygtk/2.0/codegen/codegen.pyc -share/pygtk/2.0/codegen/codegen.pyo -share/pygtk/2.0/codegen/createdefs.py -share/pygtk/2.0/codegen/createdefs.pyc -share/pygtk/2.0/codegen/createdefs.pyo -share/pygtk/2.0/codegen/definitions.py -share/pygtk/2.0/codegen/definitions.pyc -share/pygtk/2.0/codegen/definitions.pyo -share/pygtk/2.0/codegen/defsparser.py -share/pygtk/2.0/codegen/defsparser.pyc -share/pygtk/2.0/codegen/defsparser.pyo -share/pygtk/2.0/codegen/docextract.py -share/pygtk/2.0/codegen/docextract.pyc -share/pygtk/2.0/codegen/docextract.pyo -share/pygtk/2.0/codegen/docgen.py -share/pygtk/2.0/codegen/docgen.pyc -share/pygtk/2.0/codegen/docgen.pyo -share/pygtk/2.0/codegen/h2def.py -share/pygtk/2.0/codegen/h2def.pyc -share/pygtk/2.0/codegen/h2def.pyo -share/pygtk/2.0/codegen/mergedefs.py -share/pygtk/2.0/codegen/mergedefs.pyc -share/pygtk/2.0/codegen/mergedefs.pyo -share/pygtk/2.0/codegen/mkskel.py -share/pygtk/2.0/codegen/mkskel.pyc -share/pygtk/2.0/codegen/mkskel.pyo -share/pygtk/2.0/codegen/override.py -share/pygtk/2.0/codegen/override.pyc -share/pygtk/2.0/codegen/override.pyo -share/pygtk/2.0/codegen/reversewrapper.py -share/pygtk/2.0/codegen/reversewrapper.pyc -share/pygtk/2.0/codegen/reversewrapper.pyo -share/pygtk/2.0/codegen/scmexpr.py -share/pygtk/2.0/codegen/scmexpr.pyc -share/pygtk/2.0/codegen/scmexpr.pyo share/pygtk/2.0/defs/atk-types.defs share/pygtk/2.0/defs/atk.defs share/pygtk/2.0/defs/gdk-2.10.defs share/pygtk/2.0/defs/gdk-2.12.defs +share/pygtk/2.0/defs/gdk-2.14.defs share/pygtk/2.0/defs/gdk-base-types.defs share/pygtk/2.0/defs/gdk-base.defs share/pygtk/2.0/defs/gdk-types.defs @@ -263,6 +692,8 @@ share/pygtk/2.0/defs/gtk-2.10-types.defs share/pygtk/2.0/defs/gtk-2.10.defs share/pygtk/2.0/defs/gtk-2.12-types.defs share/pygtk/2.0/defs/gtk-2.12.defs +share/pygtk/2.0/defs/gtk-2.14-types.defs +share/pygtk/2.0/defs/gtk-2.14.defs share/pygtk/2.0/defs/gtk-base-types.defs share/pygtk/2.0/defs/gtk-base.defs share/pygtk/2.0/defs/gtk-extrafuncs.defs @@ -275,7 +706,6 @@ share/pygtk/2.0/defs/pango.defs share/pygtk/2.0/defs/pangocairo.defs share/pygtk/2.0/defs/pangocairo.override @dirrm share/pygtk/2.0/defs -@dirrm share/pygtk/2.0/codegen @dirrm share/pygtk/2.0 @dirrm share/pygtk %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/simple @@ -289,10 +719,14 @@ share/pygtk/2.0/defs/pangocairo.override %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/glade %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/atk %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%%/icons +%%PORTDOCS%%@dirrm %%DOCSDIR%%/cursors +%%PORTDOCS%%@dirrm %%DOCSDIR%%/ @dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gtk +@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0 @dirrm lib/pygtk/2.0/demos/images @dirrm lib/pygtk/2.0/demos @dirrm lib/pygtk/2.0 @dirrm lib/pygtk @dirrm include/pygtk-2.0/pygtk +@dirrm include/pygtk-2.0 |