[Midnightbsd-cvs] mports [18196] trunk/devel/glade3: glade 3.8.5
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Mar 17 20:31:33 EDT 2015
Revision: 18196
http://svnweb.midnightbsd.org/mports/?rev=18196
Author: laffer1
Date: 2015-03-17 20:31:32 -0400 (Tue, 17 Mar 2015)
Log Message:
-----------
glade 3.8.5
Modified Paths:
--------------
trunk/devel/glade3/Makefile
trunk/devel/glade3/distinfo
trunk/devel/glade3/pkg-descr
trunk/devel/glade3/pkg-plist
Modified: trunk/devel/glade3/Makefile
===================================================================
--- trunk/devel/glade3/Makefile 2015-03-18 00:29:12 UTC (rev 18195)
+++ trunk/devel/glade3/Makefile 2015-03-18 00:31:32 UTC (rev 18196)
@@ -8,8 +8,7 @@
#
PORTNAME= glade3
-PORTVERSION= 3.7.3
-PORTREVISION= 1
+PORTVERSION= 3.8.5
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -19,42 +18,29 @@
LICENSE= gpl2
INSTALLS_ICONS= yes
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GNOME= gtk20 libxml2 gnomeprefix gnomehack \
- gnomedocutils desktopfileutils ltverhack:10
-WANT_GNOME= yes
-USE_GETTEXT= yes
+USE_GNOME= gtk20 libxml2 gnomedocutils
+USES= gmake gettext libtool pathfix desktop-file-utils pkgconfig tar:xz
INSTALLS_OMF= yes
+INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
+GNU_CONFIGURE= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
DOCSDIR= ${PREFIX}/share/doc/gladeui
-.include <bsd.port.pre.mk>
+OPTIONS_DEFINE= GNOME PYTHON
+OPTIONS_DEFAULT=PYTHON
+GNOME_DESC= GNOME UI widget support
+OPTIONS_SUB= yes
-.if ${HAVE_GNOME:Mlibgnomeui}!=""
-USE_GNOME+= libgnomeui
-CONFIGURE_ARGS+=--enable-gnome
-PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-gnome
-.else
-CONFIGURE_ARGS+=--disable-gnome
-.endif
+GNOME_CONFIGURE_ENABLE= gnome
+GNOME_USE= GNOME=libgnomeui
+PYTHON_CONFIGURE_ENABLE= python
+PYTHON_USE= GNOME=pygtk2
+PUTHON_USES= python:2
-#.if ${HAVE_GNOME:Mpygtk2}!=""
-#USE_PYTHON= yes
-#EXTENSIONS+= python
-#USE_GNOME+= pygtk2
-#PLIST_SUB+= PYTHON:=""
-#CONFIGURE_ARGS+=--enable-python
-#.else
-CONFIGURE_ARGS+=--disable-python
-PLIST_SUB+= PYTHON:="@comment "
-#.endif
-
post-install:
${MKDIR} ${PREFIX}/lib/glade3/bindings
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: trunk/devel/glade3/distinfo
===================================================================
--- trunk/devel/glade3/distinfo 2015-03-18 00:29:12 UTC (rev 18195)
+++ trunk/devel/glade3/distinfo 2015-03-18 00:31:32 UTC (rev 18196)
@@ -1,3 +1,2 @@
-SHA256 (gnome2/glade3-3.7.3.tar.bz2) = 6b78f91abee024bad50f93a9dc60e8912dda113e388bd4607bd5fc0e6342f9a0
-RMD160 (gnome2/glade3-3.7.3.tar.bz2) = bdc4df09433d3da908d21bb8dc4c6ba7d452f4fe
-SIZE (gnome2/glade3-3.7.3.tar.bz2) = 2683694
+SHA256 (gnome2/glade3-3.8.5.tar.xz) = 58a5f6e4df4028230ddecc74c564808b7ec4471b1925058e29304f778b6b2735
+SIZE (gnome2/glade3-3.8.5.tar.xz) = 2322076
Modified: trunk/devel/glade3/pkg-descr
===================================================================
--- trunk/devel/glade3/pkg-descr 2015-03-18 00:29:12 UTC (rev 18195)
+++ trunk/devel/glade3/pkg-descr 2015-03-18 00:31:32 UTC (rev 18196)
@@ -1,5 +1,8 @@
Glade is a RAD tool to enable quick & easy development of user interfaces
-for GTK+/GNOME. It can generate the C source code needed to create
-the interfaces designed within Glade's interface editor.
+for the GTK+ toolkit and the GNOME desktop environment. The user interfaces
+designed in Glade are saved as XML, and by using the GtkBuilder GTK+ object
+these can be loaded by applications dynamically as needed.
+This version of Glade targets Gtk+ 2.
+
WWW: http://glade.gnome.org/
Modified: trunk/devel/glade3/pkg-plist
===================================================================
--- trunk/devel/glade3/pkg-plist 2015-03-18 00:29:12 UTC (rev 18195)
+++ trunk/devel/glade3/pkg-plist 2015-03-18 00:31:32 UTC (rev 18196)
@@ -1,5 +1,4 @@
bin/glade-3
-bin/glade-3-previewer
include/libgladeui-1.0/gladeui/glade-accels.h
include/libgladeui-1.0/gladeui/glade-activatable-editor.h
include/libgladeui-1.0/gladeui/glade-app.h
@@ -43,8 +42,10 @@
include/libgladeui-1.0/gladeui/glade-signal-editor.h
include/libgladeui-1.0/gladeui/glade-signal.h
include/libgladeui-1.0/gladeui/glade-store-editor.h
+include/libgladeui-1.0/gladeui/glade-string-list.h
include/libgladeui-1.0/gladeui/glade-text-button.h
include/libgladeui-1.0/gladeui/glade-tool-button-editor.h
+include/libgladeui-1.0/gladeui/glade-tool-item-group-editor.h
include/libgladeui-1.0/gladeui/glade-treeview-editor.h
include/libgladeui-1.0/gladeui/glade-utils.h
include/libgladeui-1.0/gladeui/glade-widget-action.h
@@ -52,68 +53,21 @@
include/libgladeui-1.0/gladeui/glade-widget.h
include/libgladeui-1.0/gladeui/glade-xml-utils.h
include/libgladeui-1.0/gladeui/glade.h
-%%GNOME:%%lib/glade3/modules/libgladegnome.a
-%%GNOME:%%lib/glade3/modules/libgladegnome.la
-%%GNOME:%%lib/glade3/modules/libgladegnome.so
-%%PYTHON:%%lib/glade3/modules/libgladepython.a
-%%PYTHON:%%lib/glade3/modules/libgladepython.la
-%%PYTHON:%%lib/glade3/modules/libgladepython.so
-lib/glade3/modules/libgladegtk.a
-lib/glade3/modules/libgladegtk.la
+%%GNOME%%lib/glade3/modules/libgladegnome.so
lib/glade3/modules/libgladegtk.so
-lib/libgladeui-1.a
-lib/libgladeui-1.la
+%%PYTHON%%lib/glade3/modules/libgladepython.so
lib/libgladeui-1.so
-lib/libgladeui-1.so.10
+lib/libgladeui-1.so.11
+lib/libgladeui-1.so.11.2.0
libdata/pkgconfig/gladeui-1.0.pc
share/applications/glade-3.desktop
-%%DOCSDIR%%/GladeApp.html
-%%DOCSDIR%%/GladeBaseEditor.html
-%%DOCSDIR%%/GladeClipboard.html
-%%DOCSDIR%%/GladeDesignView.html
-%%DOCSDIR%%/GladeEditorProperty.html
-%%DOCSDIR%%/GladeFixed.html
-%%DOCSDIR%%/GladeInspector.html
-%%DOCSDIR%%/GladePalette.html
-%%DOCSDIR%%/GladePlaceholder.html
-%%DOCSDIR%%/GladeProject.html
-%%DOCSDIR%%/GladeProperty.html
-%%DOCSDIR%%/GladeWidget.html
-%%DOCSDIR%%/GladeWidgetAction.html
-%%DOCSDIR%%/catalog.html
-%%DOCSDIR%%/catalogintro.html
-%%DOCSDIR%%/core.html
-%%DOCSDIR%%/dockables.html
-%%DOCSDIR%%/gladeui.devhelp
-%%DOCSDIR%%/gladeui.devhelp2
-%%DOCSDIR%%/gladeui-Glade-Parameter.html
-%%DOCSDIR%%/gladeui-Glade-Utils.html
-%%DOCSDIR%%/gladeui-GladeClipboardView.html
-%%DOCSDIR%%/gladeui-GladeSignalEditor.html
-%%DOCSDIR%%/gladeui-GladePropertyClass.html
-%%DOCSDIR%%/gladeui-Xml-Utils.html
-%%DOCSDIR%%/gladeui-glade-command.html
-%%DOCSDIR%%/gladeui-glade-editor.html
-%%DOCSDIR%%/gladeui-glade-widget-adaptor.html
-%%DOCSDIR%%/home.png
-%%DOCSDIR%%/index.html
-%%DOCSDIR%%/index.sgml
-%%DOCSDIR%%/ix01.html
-%%DOCSDIR%%/left.png
-%%DOCSDIR%%/misc.html
-%%DOCSDIR%%/properties.html
-%%DOCSDIR%%/pythonsupport.html
-%%DOCSDIR%%/right.png
-%%DOCSDIR%%/style.css
-%%DOCSDIR%%/up.png
-%%DOCSDIR%%/widgetclasses.html
-%%GNOME:%%%%DATADIR%%/catalogs/bonobo.xml
-%%GNOME:%%%%DATADIR%%/catalogs/bonobo.xml.in
-%%GNOME:%%%%DATADIR%%/catalogs/canvas.xml
-%%GNOME:%%%%DATADIR%%/catalogs/canvas.xml.in
+%%GNOME%%%%DATADIR%%/catalogs/bonobo.xml
+%%GNOME%%%%DATADIR%%/catalogs/bonobo.xml.in
+%%GNOME%%%%DATADIR%%/catalogs/canvas.xml
+%%GNOME%%%%DATADIR%%/catalogs/canvas.xml.in
%%DATADIR%%/catalogs/glade-catalog.dtd
-%%GNOME:%%%%DATADIR%%/catalogs/gnome.xml
-%%GNOME:%%%%DATADIR%%/catalogs/gnome.xml.in
+%%GNOME%%%%DATADIR%%/catalogs/gnome.xml
+%%GNOME%%%%DATADIR%%/catalogs/gnome.xml.in
%%DATADIR%%/catalogs/gtk+.xml
%%DATADIR%%/catalogs/gtk+.xml.in
%%DATADIR%%/catalogs/gtkunixprint.xml
@@ -121,33 +75,35 @@
%%DATADIR%%/pixmaps/atk.png
%%DATADIR%%/pixmaps/devhelp.png
%%DATADIR%%/pixmaps/drag-resize.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-bonobo-dock.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-bonobo-dockitem.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-about.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-app.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-appbar.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-canvas.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-colorpicker.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-dateedit.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-dialog.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-druid.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-druidpageedge.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-druidpagestandard.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-entry.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-fileentry.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-fontpicker.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-href.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-iconentry.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-iconlist.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-iconselection.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-messagebox.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-pixmap.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-pixmapentry.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-propertybox.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-bonobo-dock.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-bonobo-dockitem.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-about.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-app.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-appbar.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-canvas.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-colorpicker.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-dateedit.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-dialog.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-druid.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-druidpageedge.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-druidpagestandard.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-entry.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-fileentry.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-fontpicker.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-href.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-iconentry.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-iconlist.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-iconselection.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-messagebox.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-pixmap.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-pixmapentry.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-propertybox.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-aboutdialog.png
+%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-accelgroup.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-accellabel.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-action.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-actiongroup.png
+%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-adjustment.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-alignment.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-arrow.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-aspectframe.png
@@ -159,6 +115,7 @@
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendererpixbuf.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendererprogress.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendererspin.png
+%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendererspinner.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrenderertext.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrenderertoggle.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-checkbutton.png
@@ -170,6 +127,7 @@
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-combo.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-combobox.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-comboboxentry.png
+%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-comboboxtext.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-curve.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-custom.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-default.png
@@ -176,6 +134,7 @@
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-dialog.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-drawingarea.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-entry.png
+%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-entrybuffer.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-entrycompletion.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-eventbox.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-expander.png
@@ -182,6 +141,7 @@
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-filechooserbutton.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-filechooserdialog.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-filechooserwidget.png
+%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-filefilter.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-fileselection.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-fixed.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-fontbutton.png
@@ -230,9 +190,15 @@
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-scrolledwindow.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-separatormenuitem.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-separatortoolitem.png
+%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-sizegroup.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-spinbutton.png
+%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-spinner.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-statusbar.png
+%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-statusicon.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-table.png
+%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-textbuffer.png
+%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-texttag.png
+%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-texttagtable.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-textview.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-toggleaction.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-togglebutton.png
@@ -240,6 +206,11 @@
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-toolbar.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-toolbutton.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-toolitem.png
+%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-toolitemgroup.png
+%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-toolpalette.png
+%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-treemodelfilter.png
+%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-treemodelsort.png
+%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-treeselection.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-treestore.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-treeview.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-treeviewcolumn.png
@@ -254,33 +225,35 @@
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-vseparator.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-window.png
%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-windowgroup.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-bonobo-dock.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-bonobo-dockitem.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-about.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-app.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-appbar.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-canvas.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-colorpicker.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-dateedit.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-dialog.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-druid.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-druidpageedge.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-druidpagestandard.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-entry.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-fileentry.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-fontpicker.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-href.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-iconentry.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-iconlist.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-iconselection.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-messagebox.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-pixmap.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-pixmapentry.png
-%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-propertybox.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-bonobo-dock.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-bonobo-dockitem.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-about.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-app.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-appbar.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-canvas.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-colorpicker.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-dateedit.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-dialog.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-druid.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-druidpageedge.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-druidpagestandard.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-entry.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-fileentry.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-fontpicker.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-href.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-iconentry.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-iconlist.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-iconselection.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-messagebox.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-pixmap.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-pixmapentry.png
+%%GNOME%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-propertybox.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-aboutdialog.png
+%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-accelgroup.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-accellabel.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-action.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-actiongroup.png
+%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-adjustment.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-alignment.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-arrow.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-aspectframe.png
@@ -292,6 +265,7 @@
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendererpixbuf.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendererprogress.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendererspin.png
+%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendererspinner.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrenderertext.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrenderertoggle.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-checkbutton.png
@@ -303,6 +277,7 @@
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-combo.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-combobox.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-comboboxentry.png
+%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-comboboxtext.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-curve.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-custom.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-default.png
@@ -309,6 +284,7 @@
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-dialog.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-drawingarea.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-entry.png
+%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-entrybuffer.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-entrycompletion.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-eventbox.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-expander.png
@@ -315,6 +291,7 @@
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-filechooserbutton.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-filechooserdialog.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-filechooserwidget.png
+%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-filefilter.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-fileselection.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-fixed.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-fontbutton.png
@@ -363,9 +340,15 @@
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-scrolledwindow.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-separatormenuitem.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-separatortoolitem.png
+%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-sizegroup.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-spinbutton.png
+%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-spinner.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-statusbar.png
+%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-statusicon.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-table.png
+%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-textbuffer.png
+%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-texttag.png
+%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-texttagtable.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-textview.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-toggleaction.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-togglebutton.png
@@ -373,8 +356,14 @@
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-toolbar.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-toolbutton.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-toolitem.png
+%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-toolitemgroup.png
+%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-toolpalette.png
+%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-treemodelfilter.png
+%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-treemodelsort.png
+%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-treeselection.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-treestore.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-treeview.png
+%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-treeviewcolumn.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-vbox.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-vbuttonbox.png
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-viewport.png
@@ -388,63 +377,105 @@
%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-windowgroup.png
%%DATADIR%%/pixmaps/plus.png
%%DATADIR%%/pixmaps/selector.png
-share/gnome/help/glade/C/figures/main-window.png
-share/gnome/help/glade/C/glade.xml
-share/gnome/help/glade/C/legal.xml
-share/gnome/help/glade/bg/figures/main-window.png
-share/gnome/help/glade/bg/glade.xml
-share/gnome/help/glade/bg/legal.xml
-share/gnome/help/glade/cs/figures/main-window.png
-share/gnome/help/glade/cs/glade.xml
-share/gnome/help/glade/cs/legal.xml
-share/gnome/help/glade/de/figures/main-window.png
-share/gnome/help/glade/de/glade.xml
-share/gnome/help/glade/de/legal.xml
-share/gnome/help/glade/el/figures/main-window.png
-share/gnome/help/glade/el/glade.xml
-share/gnome/help/glade/el/legal.xml
-share/gnome/help/glade/en_GB/figures/main-window.png
-share/gnome/help/glade/en_GB/glade.xml
-share/gnome/help/glade/en_GB/legal.xml
-share/gnome/help/glade/eu/figures/main-window.png
-share/gnome/help/glade/eu/glade.xml
-share/gnome/help/glade/eu/legal.xml
-share/gnome/help/glade/es/figures/main-window.png
-share/gnome/help/glade/es/glade.xml
-share/gnome/help/glade/es/legal.xml
-share/gnome/help/glade/fr/figures/main-window.png
-share/gnome/help/glade/fr/glade.xml
-share/gnome/help/glade/fr/legal.xml
-share/gnome/help/glade/hi/figures/main-window.png
-share/gnome/help/glade/hi/glade.xml
-share/gnome/help/glade/hi/legal.xml
-share/gnome/help/glade/it/figures/main-window.png
-share/gnome/help/glade/it/glade.xml
-share/gnome/help/glade/it/legal.xml
-share/gnome/help/glade/ja/figures/main-window.png
-share/gnome/help/glade/ja/glade.xml
-share/gnome/help/glade/ja/legal.xml
-share/gnome/help/glade/oc/figures/main-window.png
-share/gnome/help/glade/oc/glade.xml
-share/gnome/help/glade/oc/legal.xml
-share/gnome/help/glade/pt_BR/figures/main-window.png
-share/gnome/help/glade/pt_BR/glade.xml
-share/gnome/help/glade/pt_BR/legal.xml
-share/gnome/help/glade/ru/figures/main-window.png
-share/gnome/help/glade/ru/glade.xml
-share/gnome/help/glade/ru/legal.xml
-share/gnome/help/glade/sl/figures/main-window.png
-share/gnome/help/glade/sl/glade.xml
-share/gnome/help/glade/sl/legal.xml
-share/gnome/help/glade/sv/figures/main-window.png
-share/gnome/help/glade/sv/glade.xml
-share/gnome/help/glade/sv/legal.xml
-share/gnome/help/glade/uk/figures/main-window.png
-share/gnome/help/glade/uk/glade.xml
-share/gnome/help/glade/uk/legal.xml
-share/gnome/help/glade/zh_CN/figures/main-window.png
-share/gnome/help/glade/zh_CN/glade.xml
-share/gnome/help/glade/zh_CN/legal.xml
+share/gnome/help/glade3/C/figures/main-window.png
+share/gnome/help/glade3/C/glade3.xml
+share/gnome/help/glade3/C/legal.xml
+share/gnome/help/glade3/bg/figures/main-window.png
+share/gnome/help/glade3/bg/glade3.xml
+share/gnome/help/glade3/bg/legal.xml
+share/gnome/help/glade3/cs/figures/main-window.png
+share/gnome/help/glade3/cs/glade3.xml
+share/gnome/help/glade3/cs/legal.xml
+share/gnome/help/glade3/de/figures/main-window.png
+share/gnome/help/glade3/de/glade3.xml
+share/gnome/help/glade3/de/legal.xml
+share/gnome/help/glade3/el/figures/main-window.png
+share/gnome/help/glade3/el/glade3.xml
+share/gnome/help/glade3/el/legal.xml
+share/gnome/help/glade3/en_GB/figures/main-window.png
+share/gnome/help/glade3/en_GB/glade3.xml
+share/gnome/help/glade3/en_GB/legal.xml
+share/gnome/help/glade3/es/figures/main-window.png
+share/gnome/help/glade3/es/glade3.xml
+share/gnome/help/glade3/es/legal.xml
+share/gnome/help/glade3/eu/figures/main-window.png
+share/gnome/help/glade3/eu/glade3.xml
+share/gnome/help/glade3/eu/legal.xml
+share/gnome/help/glade3/fr/figures/main-window.png
+share/gnome/help/glade3/fr/glade3.xml
+share/gnome/help/glade3/fr/legal.xml
+share/gnome/help/glade3/hi/figures/main-window.png
+share/gnome/help/glade3/hi/glade3.xml
+share/gnome/help/glade3/hi/legal.xml
+share/gnome/help/glade3/it/figures/main-window.png
+share/gnome/help/glade3/it/glade3.xml
+share/gnome/help/glade3/it/legal.xml
+share/gnome/help/glade3/ja/figures/main-window.png
+share/gnome/help/glade3/ja/glade3.xml
+share/gnome/help/glade3/ja/legal.xml
+share/gnome/help/glade3/oc/figures/main-window.png
+share/gnome/help/glade3/oc/glade3.xml
+share/gnome/help/glade3/oc/legal.xml
+share/gnome/help/glade3/pt_BR/figures/main-window.png
+share/gnome/help/glade3/pt_BR/glade3.xml
+share/gnome/help/glade3/pt_BR/legal.xml
+share/gnome/help/glade3/ru/figures/main-window.png
+share/gnome/help/glade3/ru/glade3.xml
+share/gnome/help/glade3/ru/legal.xml
+share/gnome/help/glade3/sl/figures/main-window.png
+share/gnome/help/glade3/sl/glade3.xml
+share/gnome/help/glade3/sl/legal.xml
+share/gnome/help/glade3/sv/figures/main-window.png
+share/gnome/help/glade3/sv/glade3.xml
+share/gnome/help/glade3/sv/legal.xml
+share/gnome/help/glade3/uk/figures/main-window.png
+share/gnome/help/glade3/uk/glade3.xml
+share/gnome/help/glade3/uk/legal.xml
+share/gnome/help/glade3/zh_CN/figures/main-window.png
+share/gnome/help/glade3/zh_CN/glade3.xml
+share/gnome/help/glade3/zh_CN/legal.xml
+share/gtk-doc/html/gladeui/GladeApp.html
+share/gtk-doc/html/gladeui/GladeBaseEditor.html
+share/gtk-doc/html/gladeui/GladeClipboard.html
+share/gtk-doc/html/gladeui/GladeDesignView.html
+share/gtk-doc/html/gladeui/GladeEditorProperty.html
+share/gtk-doc/html/gladeui/GladeFixed.html
+share/gtk-doc/html/gladeui/GladeInspector.html
+share/gtk-doc/html/gladeui/GladePalette.html
+share/gtk-doc/html/gladeui/GladePlaceholder.html
+share/gtk-doc/html/gladeui/GladeProject.html
+share/gtk-doc/html/gladeui/GladeProperty.html
+share/gtk-doc/html/gladeui/GladeWidget.html
+share/gtk-doc/html/gladeui/GladeWidgetAction.html
+share/gtk-doc/html/gladeui/catalog.html
+share/gtk-doc/html/gladeui/catalogintro.html
+share/gtk-doc/html/gladeui/core.html
+share/gtk-doc/html/gladeui/dockables.html
+share/gtk-doc/html/gladeui/gladeui-Glade-Parameter.html
+share/gtk-doc/html/gladeui/gladeui-Glade-Utils.html
+share/gtk-doc/html/gladeui/gladeui-GladeClipboardView.html
+share/gtk-doc/html/gladeui/gladeui-GladePropertyClass.html
+share/gtk-doc/html/gladeui/gladeui-GladeSignalEditor.html
+share/gtk-doc/html/gladeui/gladeui-Xml-Utils.html
+share/gtk-doc/html/gladeui/gladeui-glade-command.html
+share/gtk-doc/html/gladeui/gladeui-glade-editor.html
+share/gtk-doc/html/gladeui/gladeui-glade-widget-adaptor.html
+share/gtk-doc/html/gladeui/gladeui.devhelp2
+share/gtk-doc/html/gladeui/home.png
+share/gtk-doc/html/gladeui/index.html
+share/gtk-doc/html/gladeui/index.sgml
+share/gtk-doc/html/gladeui/ix01.html
+share/gtk-doc/html/gladeui/left-insensitive.png
+share/gtk-doc/html/gladeui/left.png
+share/gtk-doc/html/gladeui/misc.html
+share/gtk-doc/html/gladeui/properties.html
+share/gtk-doc/html/gladeui/pythonsupport.html
+share/gtk-doc/html/gladeui/right-insensitive.png
+share/gtk-doc/html/gladeui/right.png
+share/gtk-doc/html/gladeui/style.css
+share/gtk-doc/html/gladeui/up-insensitive.png
+share/gtk-doc/html/gladeui/up.png
+share/gtk-doc/html/gladeui/widgetclasses.html
share/icons/hicolor/16x16/apps/glade-3.png
share/icons/hicolor/22x22/apps/glade-3.png
share/icons/hicolor/24x24/apps/glade-3.png
@@ -463,9 +494,9 @@
share/locale/da/LC_MESSAGES/glade3.mo
share/locale/de/LC_MESSAGES/glade3.mo
share/locale/el/LC_MESSAGES/glade3.mo
+share/locale/en at shaw/LC_MESSAGES/glade3.mo
share/locale/en_CA/LC_MESSAGES/glade3.mo
share/locale/en_GB/LC_MESSAGES/glade3.mo
-share/locale/en at shaw/LC_MESSAGES/glade3.mo
share/locale/eo/LC_MESSAGES/glade3.mo
share/locale/es/LC_MESSAGES/glade3.mo
share/locale/et/LC_MESSAGES/glade3.mo
@@ -517,105 +548,23 @@
share/locale/zh_CN/LC_MESSAGES/glade3.mo
share/locale/zh_HK/LC_MESSAGES/glade3.mo
share/locale/zh_TW/LC_MESSAGES/glade3.mo
-share/omf/glade/glade-C.omf
-share/omf/glade/glade-bg.omf
-share/omf/glade/glade-cs.omf
-share/omf/glade/glade-de.omf
-share/omf/glade/glade-el.omf
-share/omf/glade/glade-en_GB.omf
-share/omf/glade/glade-eu.omf
-share/omf/glade/glade-es.omf
-share/omf/glade/glade-fr.omf
-share/omf/glade/glade-hi.omf
-share/omf/glade/glade-it.omf
-share/omf/glade/glade-ja.omf
-share/omf/glade/glade-oc.omf
-share/omf/glade/glade-pt_BR.omf
-share/omf/glade/glade-ru.omf
-share/omf/glade/glade-sl.omf
-share/omf/glade/glade-sv.omf
-share/omf/glade/glade-uk.omf
-share/omf/glade/glade-zh_CN.omf
- at dirrm share/omf/glade
- at dirrm share/gnome/help/glade/zh_CN/figures
- at dirrm share/gnome/help/glade/zh_CN
- at dirrm share/gnome/help/glade/uk/figures
- at dirrm share/gnome/help/glade/uk
- at dirrm share/gnome/help/glade/sv/figures
- at dirrm share/gnome/help/glade/sv
- at dirrm share/gnome/help/glade/sl/figures
- at dirrm share/gnome/help/glade/sl
- at dirrm share/gnome/help/glade/ru/figures
- at dirrm share/gnome/help/glade/ru
- at dirrm share/gnome/help/glade/pt_BR/figures
- at dirrm share/gnome/help/glade/pt_BR
- at dirrm share/gnome/help/glade/oc/figures
- at dirrm share/gnome/help/glade/oc
- at dirrm share/gnome/help/glade/ja/figures
- at dirrm share/gnome/help/glade/ja
- at dirrm share/gnome/help/glade/it/figures
- at dirrm share/gnome/help/glade/it
- at dirrm share/gnome/help/glade/hi/figures
- at dirrm share/gnome/help/glade/hi
- at dirrm share/gnome/help/glade/fr/figures
- at dirrm share/gnome/help/glade/fr
- at dirrm share/gnome/help/glade/es/figures
- at dirrm share/gnome/help/glade/es
- at dirrm share/gnome/help/glade/eu/figures
- at dirrm share/gnome/help/glade/eu
- at dirrm share/gnome/help/glade/en_GB/figures
- at dirrm share/gnome/help/glade/en_GB
- at dirrm share/gnome/help/glade/el/figures
- at dirrm share/gnome/help/glade/el
- at dirrm share/gnome/help/glade/de/figures
- at dirrm share/gnome/help/glade/de
- at dirrm share/gnome/help/glade/cs/figures
- at dirrm share/gnome/help/glade/cs
- at dirrm share/gnome/help/glade/bg/figures
- at dirrm share/gnome/help/glade/bg
- at dirrm share/gnome/help/glade/C/figures
- at dirrm share/gnome/help/glade/C
- at dirrm share/gnome/help/glade
- at dirrm %%DATADIR%%/pixmaps/hicolor/22x22/actions
- at dirrm %%DATADIR%%/pixmaps/hicolor/22x22
- at dirrm %%DATADIR%%/pixmaps/hicolor/16x16/actions
- at dirrm %%DATADIR%%/pixmaps/hicolor/16x16
- at dirrm %%DATADIR%%/pixmaps/hicolor
- at dirrm %%DATADIR%%/pixmaps
- at dirrm %%DATADIR%%/catalogs
- at dirrm %%DATADIR%%
- at dirrm %%DOCSDIR%%
- at dirrm lib/glade3/modules
- at dirrm lib/glade3/bindings
- at dirrm lib/glade3
- at dirrm include/libgladeui-1.0/gladeui
- at dirrm include/libgladeui-1.0
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at dirrmtry share/applications
- at dirrmtry share/locale/zh_HK/LC_MESSAGES
- at dirrmtry share/locale/zh_HK
- at dirrmtry share/locale/te/LC_MESSAGES
- at dirrmtry share/locale/te
- at dirrmtry share/locale/sr at latin/LC_MESSAGES
- at dirrmtry share/locale/sr at latin
- at dirrmtry share/locale/sr/LC_MESSAGES
- at dirrmtry share/locale/sr
- at dirrmtry share/locale/si/LC_MESSAGES
- at dirrmtry share/locale/si
- at dirrmtry share/locale/oc/LC_MESSAGES
- at dirrmtry share/locale/oc
- at dirrmtry share/locale/mr/LC_MESSAGES
- at dirrmtry share/locale/mr
- at dirrmtry share/locale/mai/LC_MESSAGES
- at dirrmtry share/locale/mai
- at dirrmtry share/locale/en at shaw/LC_MESSAGES
- at dirrmtry share/locale/en at shaw
- at dirrmtry share/locale/cs/LC_MESSAGES
- at dirrmtry share/locale/cs
- at dirrmtry share/locale/ca at valencia/LC_MESSAGES
- at dirrmtry share/locale/ca at valencia
- at dirrmtry share/locale/bn_IN/LC_MESSAGES
- at dirrmtry share/locale/bn_IN
- at dirrmtry share/locale/ast/LC_MESSAGES
- at dirrmtry share/locale/ast
+share/omf/glade3/glade3-C.omf
+share/omf/glade3/glade3-bg.omf
+share/omf/glade3/glade3-cs.omf
+share/omf/glade3/glade3-de.omf
+share/omf/glade3/glade3-el.omf
+share/omf/glade3/glade3-en_GB.omf
+share/omf/glade3/glade3-es.omf
+share/omf/glade3/glade3-eu.omf
+share/omf/glade3/glade3-fr.omf
+share/omf/glade3/glade3-hi.omf
+share/omf/glade3/glade3-it.omf
+share/omf/glade3/glade3-ja.omf
+share/omf/glade3/glade3-oc.omf
+share/omf/glade3/glade3-pt_BR.omf
+share/omf/glade3/glade3-ru.omf
+share/omf/glade3/glade3-sl.omf
+share/omf/glade3/glade3-sv.omf
+share/omf/glade3/glade3-uk.omf
+share/omf/glade3/glade3-zh_CN.omf
+ at dir lib/glade3/bindings
More information about the Midnightbsd-cvs
mailing list