Update to GTK+ 2.6.7, the next release in the GTK cycle.

This commit is contained in:
marcm 2005-05-24 21:29:11 +00:00
parent e10bc30b85
commit ec73f555e3
13 changed files with 178 additions and 152 deletions

View File

@ -1,13 +1,13 @@
# $OpenBSD: Makefile,v 1.21 2005/05/11 19:00:43 alek Exp $
# $OpenBSD: Makefile,v 1.22 2005/05/24 21:29:11 marcm Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "multi-platform graphical toolkit"
COMMENT-docs= "gtk+-2 documentation"
VERSION= 2.4.14
VERSION= 2.6.7
DISTNAME= gtk+-${VERSION}
PKGNAME= gtk+2-${VERSION}p0
PKGNAME= gtk+2-${VERSION}
PKGNAME-docs= gtk+2-docs-${VERSION}
CATEGORIES= x11 devel
@ -20,18 +20,18 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.4/
MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.6/
EXTRACT_SUFX= .tar.bz2
MULTI_PACKAGES= -docs
SUBPACKAGE?=
.if ${SUBPACKAGE} != "-docs"
WANTLIB= X11 Xcursor Xext Xft Xinerama Xrender c fontconfig freetype m z
WANTLIB= X11 Xcursor Xext Xfixes Xft Xinerama Xrender c fontconfig freetype m z
MODULES= devel/gettext
LIB_DEPENDS= glib-2.0.400.0,gmodule-2.0.400.0,gobject-2.0.400.0::devel/glib2 \
pango-1.0.399.1,pangoft2-1.0.399.1,pangox-1.0.399.1,pangoxft-1.0.399.1::devel/pango \
LIB_DEPENDS= glib-2.0.600.0,gmodule-2.0.600.0,gobject-2.0.600.0::devel/glib2 \
pango-1.0.800.1,pangoft2-1.0.800.1,pangox-1.0.800.1,pangoxft-1.0.800.1::devel/pango \
atk-1.0.0.1::devel/atk \
tiff.35::graphics/tiff \
png.3::graphics/png \
@ -45,12 +45,11 @@ PKG_ARCH= *
USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include/freetype2/ -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
LDFLAGS="-L${LOCALBASE}/lib" \
PKG_CONFIG_PATH="${LOCALBASE}/lib/pkgconfig:${X11BASE}/lib/pkgconfig"
MAKE_FLAGS= LT_VERSION_INFO="401:0:400"
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
MD5 (gtk+-2.4.14.tar.bz2) = 10470d574933460809e4ac488e579e26
RMD160 (gtk+-2.4.14.tar.bz2) = 6cd4424b5c66e2a30cfc9504f3bdec850778700d
SHA1 (gtk+-2.4.14.tar.bz2) = c1acb2f438c747420e6e704a4019e0b2c8b60398
SIZE (gtk+-2.4.14.tar.bz2) = 9641695
MD5 (gtk+-2.6.7.tar.bz2) = b89bf892a0dee943f98b4caa12f773c8
RMD160 (gtk+-2.6.7.tar.bz2) = c664442d779f7fd1668a0294aa66d687f34601e4
SHA1 (gtk+-2.6.7.tar.bz2) = 3a583ae6b468ded5dfcdc87cbd4f487d56b3e2c7
SIZE (gtk+-2.6.7.tar.bz2) = 11424614

View File

@ -1,25 +0,0 @@
$OpenBSD: patch-configure,v 1.9 2004/12/07 06:20:46 marcm Exp $
--- configure.orig Thu Dec 2 19:55:50 2004
+++ configure Thu Dec 2 23:56:43 2004
@@ -8062,7 +8062,7 @@ nto-qnx*)
openbsd*)
version_type=sunos
need_lib_prefix=no
- need_version=yes
+ need_version=no
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
shlibpath_var=LD_LIBRARY_PATH
@@ -26590,12 +26590,6 @@ echo "$as_me: error: Xft Pango backend f
else
{ { echo "$as_me:$LINENO: error: Pango 1.2.0 and Xft backend is required for x11 target" >&5
echo "$as_me: error: Pango 1.2.0 and Xft backend is required for x11 target" >&2;}
- { (exit 1); exit 1; }; }
- fi
-
- if $PKG_CONFIG --exists xft ; then : ; else
- { { echo "$as_me:$LINENO: error: Xft version 2 is required for x11 target" >&5
-echo "$as_me: error: Xft version 2 is required for x11 target" >&2;}
{ (exit 1); exit 1; }; }
fi

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-demos_Makefile_in,v 1.5 2004/06/22 03:15:03 marcm Exp $
--- demos/Makefile.in.orig 2004-04-01 15:28:47.000000000 -0800
+++ demos/Makefile.in 2004-04-01 15:30:06.000000000 -0800
@@ -779,6 +779,7 @@ uninstall-info: uninstall-info-recursive
$OpenBSD: patch-demos_Makefile_in,v 1.6 2005/05/24 21:29:11 marcm Exp $
--- demos/Makefile.in.orig Tue Apr 12 13:31:04 2005
+++ demos/Makefile.in Sat Apr 16 19:38:39 2005
@@ -789,6 +789,7 @@ uninstall-info: uninstall-info-recursive
test-inline-pixbufs.h: $(pixbuf_csource_deps) apple-red.png gnome-foot.png

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-gdk-pixbuf_Makefile_in,v 1.5 2004/06/22 03:15:03 marcm Exp $
--- gdk-pixbuf/Makefile.in.orig 2004-04-01 14:39:05.000000000 -0800
+++ gdk-pixbuf/Makefile.in 2004-04-01 14:41:40.000000000 -0800
@@ -1489,13 +1489,6 @@ install-data-hook: install-ms-lib instal
$OpenBSD: patch-gdk-pixbuf_Makefile_in,v 1.6 2005/05/24 21:29:11 marcm Exp $
--- gdk-pixbuf/Makefile.in.orig Tue Apr 12 13:31:06 2005
+++ gdk-pixbuf/Makefile.in Sat Apr 16 19:38:39 2005
@@ -1607,13 +1607,6 @@ install-data-hook: install-ms-lib instal
@if $(RUN_QUERY_LOADER_TEST) ; then \
$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/gtk-2.0 ; \
$(top_builddir)/gdk-pixbuf/gdk-pixbuf-query-loaders > $(DESTDIR)$(sysconfdir)/gtk-2.0/gdk-pixbuf.loaders ; \
@ -15,7 +15,7 @@ $OpenBSD: patch-gdk-pixbuf_Makefile_in,v 1.5 2004/06/22 03:15:03 marcm Exp $
fi
uninstall-local: uninstall-ms-lib uninstall-libtool-import-lib
@@ -1507,7 +1500,7 @@ uninstall-local: uninstall-ms-lib uninst
@@ -1625,7 +1618,7 @@ uninstall-local: uninstall-ms-lib uninst
@BUILD_DYNAMIC_MODULES_TRUE@ LOADERS=`echo libpixbufloader-*.la` ; \
@BUILD_DYNAMIC_MODULES_TRUE@ if test "x$$LOADERS" != 'xlibpixbufloader-*.la' ; then \
@BUILD_DYNAMIC_MODULES_TRUE@ echo "Writing a gdk-pixbuf.loader file to use when running examples before installing gdk-pixbuf."; \

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-gdk-pixbuf_gdk-pixbuf-io_c,v 1.2 2004/06/22 03:15:03 marcm Exp $
--- gdk-pixbuf/gdk-pixbuf-io.c.orig 2004-03-15 06:28:45.000000000 -0800
+++ gdk-pixbuf/gdk-pixbuf-io.c 2004-03-30 22:55:18.000000000 -0800
@@ -229,7 +229,7 @@ gdk_pixbuf_get_module_file (void)
$OpenBSD: patch-gdk-pixbuf_gdk-pixbuf-io_c,v 1.3 2005/05/24 21:29:11 marcm Exp $
--- gdk-pixbuf/gdk-pixbuf-io.c.orig Sun Dec 5 04:43:47 2004
+++ gdk-pixbuf/gdk-pixbuf-io.c Wed Mar 30 21:27:26 2005
@@ -258,7 +258,7 @@ gdk_pixbuf_get_module_file (void)
gchar *result = g_strdup (g_getenv ("GDK_PIXBUF_MODULE_FILE"));
if (!result)

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-gtk_gtkrc_c,v 1.1 2003/12/08 06:08:43 marcm Exp $
--- gtk/gtkrc.c.orig 2003-12-07 10:44:43.000000000 -0800
+++ gtk/gtkrc.c 2003-12-07 10:45:41.000000000 -0800
@@ -358,7 +358,7 @@ gtk_rc_get_im_module_file (void)
$OpenBSD: patch-gtk_gtkrc_c,v 1.2 2005/05/24 21:29:11 marcm Exp $
--- gtk/gtkrc.c.orig Wed Apr 6 06:49:08 2005
+++ gtk/gtkrc.c Sat Apr 16 19:38:39 2005
@@ -364,7 +364,7 @@ gtk_rc_get_im_module_file (void)
if (im_module_file)
result = g_strdup (im_module_file);
else

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-gtk_stock-icons_Makefile_in,v 1.3 2004/08/08 17:14:24 marcm Exp $
--- gtk/stock-icons/Makefile.in.orig Fri Jul 9 21:04:40 2004
+++ gtk/stock-icons/Makefile.in Sat Aug 7 15:42:38 2004
@@ -581,7 +581,7 @@ noinst_DATA = gtkstockpixbufs.h
$OpenBSD: patch-gtk_stock-icons_Makefile_in,v 1.4 2005/05/24 21:29:11 marcm Exp $
--- gtk/stock-icons/Makefile.in.orig Tue Apr 12 13:31:08 2005
+++ gtk/stock-icons/Makefile.in Sat Apr 16 19:38:39 2005
@@ -653,7 +653,7 @@ noinst_DATA = gtkstockpixbufs.h
CLEANFILES = $(noinst_DATA)
@CROSS_COMPILING_TRUE@pixbuf_csource = $(GDK_PIXBUF_CSOURCE)

View File

@ -1,78 +0,0 @@
$OpenBSD: patch-ltmain_sh,v 1.7 2004/10/26 03:52:02 marcm Exp $
--- ltmain.sh.orig Sun Apr 11 19:01:57 2004
+++ ltmain.sh Mon Oct 11 18:03:07 2004
@@ -1857,9 +1857,12 @@ EOF
if test "$linkmode,$pass" = "prog,link"; then
compile_deplibs="$deplib $compile_deplibs"
finalize_deplibs="$deplib $finalize_deplibs"
- else
- deplibs="$deplib $deplibs"
+ continue
fi
+ if test "$linkmode" = "lib"; then
+ newdependency_libs="$deplib $newdependency_libs"
+ fi
+ deplibs="$deplib $deplibs"
continue
;;
-l*)
@@ -2024,6 +2027,7 @@ EOF
fi
continue
;;
+
%DEPLIBS%)
alldeplibs=yes
continue
@@ -2274,10 +2278,6 @@ EOF
link_static=no # Whether the deplib will be linked statically
if test -n "$library_names" &&
{ test "$prefer_static_libs" = no || test -z "$old_library"; }; then
- if test "$installed" = no; then
- notinst_deplibs="$notinst_deplibs $lib"
- need_relink=yes
- fi
# This is a shared library
# Warn about portability, can't link against -module's on
@@ -5827,40 +5827,6 @@ relink_command=\"$relink_command\""
# Exit here if they wanted silent mode.
test "$show" = : && exit $EXIT_SUCCESS
- $echo "----------------------------------------------------------------------"
- $echo "Libraries have been installed in:"
- for libdir in $libdirs; do
- $echo " $libdir"
- done
- $echo
- $echo "If you ever happen to want to link against installed libraries"
- $echo "in a given directory, LIBDIR, you must either use libtool, and"
- $echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
- $echo "flag during linking and do at least one of the following:"
- if test -n "$shlibpath_var"; then
- $echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
- $echo " during execution"
- fi
- if test -n "$runpath_var"; then
- $echo " - add LIBDIR to the \`$runpath_var' environment variable"
- $echo " during linking"
- fi
- if test -n "$hardcode_libdir_flag_spec"; then
- libdir=LIBDIR
- eval flag=\"$hardcode_libdir_flag_spec\"
-
- $echo " - use the \`$flag' linker flag"
- fi
- if test -n "$admincmds"; then
- $echo " - have your system administrator run these commands:$admincmds"
- fi
- if test -f /etc/ld.so.conf; then
- $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
- fi
- $echo
- $echo "See any operating system documentation about shared libraries for"
- $echo "more information, such as the ld(1) and ld.so(8) manual pages."
- $echo "----------------------------------------------------------------------"
exit $EXIT_SUCCESS
;;

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-modules_input_Makefile_in,v 1.7 2004/06/22 03:15:03 marcm Exp $
--- modules/input/Makefile.in.orig 2004-04-01 15:24:05.000000000 -0800
+++ modules/input/Makefile.in 2004-04-01 15:25:54.000000000 -0800
@@ -772,19 +772,13 @@ install-data-hook:
$OpenBSD: patch-modules_input_Makefile_in,v 1.8 2005/05/24 21:29:11 marcm Exp $
--- modules/input/Makefile.in.orig Tue Apr 12 13:31:09 2005
+++ modules/input/Makefile.in Sat Apr 16 19:38:39 2005
@@ -805,19 +805,13 @@ install-data-hook:
$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/gtk-2.0 ; \
echo "$(top_builddir)/gtk/gtk-query-immodules-2.0 > $(DESTDIR)$(sysconfdir)/gtk-2.0/gtk.immodules" ; \
$(top_builddir)/gtk/gtk-query-immodules-2.0 > $(DESTDIR)$(sysconfdir)/gtk-2.0/gtk.immodules ; \

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PFRAG.shared,v 1.12 2005/05/11 19:00:43 alek Exp $
@comment $OpenBSD: PFRAG.shared,v 1.13 2005/05/24 21:29:11 marcm Exp $
lib/gtk-2.0/2.4.0/engines/libpixmap.so
lib/gtk-2.0/2.4.0/immodules/im-am-et.so
lib/gtk-2.0/2.4.0/immodules/im-cedilla.so
lib/gtk-2.0/2.4.0/immodules/im-cyrillic-translit.so
@ -23,7 +24,7 @@ lib/gtk-2.0/2.4.0/loaders/libpixbufloader-tiff.so
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-wbmp.so
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xbm.so
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.so
@lib lib/libgdk-x11-2.0.so.401.0
@lib lib/libgdk_pixbuf-2.0.so.401.0
@lib lib/libgdk_pixbuf_xlib-2.0.so.401.0
@lib lib/libgtk-x11-2.0.so.401.0
@lib lib/libgdk-x11-2.0.so.600.7
@lib lib/libgdk_pixbuf-2.0.so.600.7
@lib lib/libgdk_pixbuf_xlib-2.0.so.600.7
@lib lib/libgtk-x11-2.0.so.600.7

View File

@ -1,8 +1,9 @@
@comment $OpenBSD: PLIST,v 1.19 2004/12/07 06:20:46 marcm Exp $
@comment $OpenBSD: PLIST,v 1.20 2005/05/24 21:29:11 marcm Exp $
bin/gdk-pixbuf-csource
bin/gdk-pixbuf-query-loaders
bin/gtk-demo
bin/gtk-query-immodules-2.0
bin/gtk-update-icon-cache
include/gtk-2.0/
include/gtk-2.0/gdk/
include/gtk-2.0/gdk-pixbuf/
@ -10,14 +11,17 @@ include/gtk-2.0/gdk-pixbuf-xlib/
include/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h
include/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h
include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-animation.h
include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h
include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h
include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-features.h
include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-io.h
include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-loader.h
include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h
include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-transform.h
include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h
include/gtk-2.0/gdk-pixbuf/gdk-pixdata.h
include/gtk-2.0/gdk/gdk.h
include/gtk-2.0/gdk/gdkalias.h
include/gtk-2.0/gdk/gdkcolor.h
include/gtk-2.0/gdk/gdkcursor.h
include/gtk-2.0/gdk/gdkdisplay.h
@ -49,6 +53,7 @@ include/gtk-2.0/gdk/gdkwindow.h
include/gtk-2.0/gdk/gdkx.h
include/gtk-2.0/gtk/
include/gtk-2.0/gtk/gtk.h
include/gtk-2.0/gtk/gtkaboutdialog.h
include/gtk-2.0/gtk/gtkaccelgroup.h
include/gtk-2.0/gtk/gtkaccellabel.h
include/gtk-2.0/gtk/gtkaccelmap.h
@ -68,9 +73,12 @@ include/gtk-2.0/gtk/gtkcalendar.h
include/gtk-2.0/gtk/gtkcelleditable.h
include/gtk-2.0/gtk/gtkcelllayout.h
include/gtk-2.0/gtk/gtkcellrenderer.h
include/gtk-2.0/gtk/gtkcellrenderercombo.h
include/gtk-2.0/gtk/gtkcellrendererpixbuf.h
include/gtk-2.0/gtk/gtkcellrendererprogress.h
include/gtk-2.0/gtk/gtkcellrenderertext.h
include/gtk-2.0/gtk/gtkcellrenderertoggle.h
include/gtk-2.0/gtk/gtkcellview.h
include/gtk-2.0/gtk/gtkcheckbutton.h
include/gtk-2.0/gtk/gtkcheckmenuitem.h
include/gtk-2.0/gtk/gtkclipboard.h
@ -95,6 +103,7 @@ include/gtk-2.0/gtk/gtkenums.h
include/gtk-2.0/gtk/gtkeventbox.h
include/gtk-2.0/gtk/gtkexpander.h
include/gtk-2.0/gtk/gtkfilechooser.h
include/gtk-2.0/gtk/gtkfilechooserbutton.h
include/gtk-2.0/gtk/gtkfilechooserdialog.h
include/gtk-2.0/gtk/gtkfilechooserwidget.h
include/gtk-2.0/gtk/gtkfilefilter.h
@ -116,6 +125,7 @@ include/gtk-2.0/gtk/gtkhscrollbar.h
include/gtk-2.0/gtk/gtkhseparator.h
include/gtk-2.0/gtk/gtkiconfactory.h
include/gtk-2.0/gtk/gtkicontheme.h
include/gtk-2.0/gtk/gtkiconview.h
include/gtk-2.0/gtk/gtkimage.h
include/gtk-2.0/gtk/gtkimagemenuitem.h
include/gtk-2.0/gtk/gtkimcontext.h
@ -137,8 +147,10 @@ include/gtk-2.0/gtk/gtkmenu.h
include/gtk-2.0/gtk/gtkmenubar.h
include/gtk-2.0/gtk/gtkmenuitem.h
include/gtk-2.0/gtk/gtkmenushell.h
include/gtk-2.0/gtk/gtkmenutoolbutton.h
include/gtk-2.0/gtk/gtkmessagedialog.h
include/gtk-2.0/gtk/gtkmisc.h
include/gtk-2.0/gtk/gtkmodules.h
include/gtk-2.0/gtk/gtknotebook.h
include/gtk-2.0/gtk/gtkobject.h
include/gtk-2.0/gtk/gtkoldeditable.h
@ -219,37 +231,68 @@ include/gtk-2.0/gtk/gtkwidget.h
include/gtk-2.0/gtk/gtkwindow.h
lib/gtk-2.0/
lib/gtk-2.0/2.4.0/
lib/gtk-2.0/2.4.0/engines/
lib/gtk-2.0/2.4.0/engines/libpixmap.a
lib/gtk-2.0/2.4.0/engines/libpixmap.la
lib/gtk-2.0/2.4.0/immodules/
lib/gtk-2.0/2.4.0/immodules/im-am-et.a
lib/gtk-2.0/2.4.0/immodules/im-am-et.la
lib/gtk-2.0/2.4.0/immodules/im-cedilla.a
lib/gtk-2.0/2.4.0/immodules/im-cedilla.la
lib/gtk-2.0/2.4.0/immodules/im-cyrillic-translit.a
lib/gtk-2.0/2.4.0/immodules/im-cyrillic-translit.la
lib/gtk-2.0/2.4.0/immodules/im-inuktitut.a
lib/gtk-2.0/2.4.0/immodules/im-inuktitut.la
lib/gtk-2.0/2.4.0/immodules/im-ipa.a
lib/gtk-2.0/2.4.0/immodules/im-ipa.la
lib/gtk-2.0/2.4.0/immodules/im-thai-broken.a
lib/gtk-2.0/2.4.0/immodules/im-thai-broken.la
lib/gtk-2.0/2.4.0/immodules/im-ti-er.a
lib/gtk-2.0/2.4.0/immodules/im-ti-er.la
lib/gtk-2.0/2.4.0/immodules/im-ti-et.a
lib/gtk-2.0/2.4.0/immodules/im-ti-et.la
lib/gtk-2.0/2.4.0/immodules/im-viqr.a
lib/gtk-2.0/2.4.0/immodules/im-viqr.la
lib/gtk-2.0/2.4.0/immodules/im-xim.a
lib/gtk-2.0/2.4.0/immodules/im-xim.la
lib/gtk-2.0/2.4.0/loaders/
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ani.a
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ani.la
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-bmp.a
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-bmp.la
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-gif.a
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-gif.la
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ico.a
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ico.la
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-jpeg.a
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-jpeg.la
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-pcx.a
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-pcx.la
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-png.a
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-png.la
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-pnm.a
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-pnm.la
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ras.a
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ras.la
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-tga.a
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-tga.la
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-tiff.a
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-tiff.la
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-wbmp.a
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-wbmp.la
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xbm.a
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xbm.la
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.a
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.la
lib/gtk-2.0/include/
lib/gtk-2.0/include/gdkconfig.h
lib/libgdk-x11-2.0.a
lib/libgdk-x11-2.0.la
lib/libgdk_pixbuf-2.0.a
lib/libgdk_pixbuf-2.0.la
lib/libgdk_pixbuf_xlib-2.0.a
lib/libgdk_pixbuf_xlib-2.0.la
lib/libgtk-x11-2.0.a
lib/libgtk-x11-2.0.la
lib/pkgconfig/
lib/pkgconfig/gdk-2.0.pc
@ -261,6 +304,7 @@ lib/pkgconfig/gtk+-x11-2.0.pc
@man man/man1/gdk-pixbuf-csource.1
@man man/man1/gdk-pixbuf-query-loaders.1
@man man/man1/gtk-query-immodules-2.0.1
@man man/man1/gtk-update-icon-cache.1
share/aclocal/gtk-2.0.m4
share/gtk-2.0/
share/gtk-2.0/demo/
@ -270,6 +314,7 @@ share/gtk-2.0/demo/appwindow.c
share/gtk-2.0/demo/background.jpg
share/gtk-2.0/demo/button_box.c
share/gtk-2.0/demo/changedisplay.c
share/gtk-2.0/demo/clipboard.c
share/gtk-2.0/demo/colorsel.c
share/gtk-2.0/demo/dialog.c
share/gtk-2.0/demo/drawingarea.c
@ -280,17 +325,21 @@ share/gtk-2.0/demo/floppybuddy.gif
share/gtk-2.0/demo/gnome-applets.png
share/gtk-2.0/demo/gnome-calendar.png
share/gtk-2.0/demo/gnome-foot.png
share/gtk-2.0/demo/gnome-fs-directory.png
share/gtk-2.0/demo/gnome-fs-regular.png
share/gtk-2.0/demo/gnome-gimp.png
share/gtk-2.0/demo/gnome-gmush.png
share/gtk-2.0/demo/gnome-gsame.png
share/gtk-2.0/demo/gnu-keys.png
share/gtk-2.0/demo/gtk-logo-rgb.gif
share/gtk-2.0/demo/hypertext.c
share/gtk-2.0/demo/iconview.c
share/gtk-2.0/demo/images.c
share/gtk-2.0/demo/list_store.c
share/gtk-2.0/demo/menus.c
share/gtk-2.0/demo/panes.c
share/gtk-2.0/demo/pixbufs.c
share/gtk-2.0/demo/rotated_text.c
share/gtk-2.0/demo/sizegroup.c
share/gtk-2.0/demo/stock_browser.c
share/gtk-2.0/demo/textview.c
@ -304,10 +353,6 @@ share/locale/am/
share/locale/am/LC_MESSAGES/
share/locale/am/LC_MESSAGES/gtk20-properties.mo
share/locale/am/LC_MESSAGES/gtk20.mo
share/locale/ang/
share/locale/ang/LC_MESSAGES/
share/locale/ang/LC_MESSAGES/gtk20-properties.mo
share/locale/ang/LC_MESSAGES/gtk20.mo
share/locale/ar/
share/locale/ar/LC_MESSAGES/
share/locale/ar/LC_MESSAGES/gtk20-properties.mo
@ -478,6 +523,10 @@ share/locale/ro/LC_MESSAGES/gtk20-properties.mo
share/locale/ro/LC_MESSAGES/gtk20.mo
share/locale/ru/LC_MESSAGES/gtk20-properties.mo
share/locale/ru/LC_MESSAGES/gtk20.mo
share/locale/rw/
share/locale/rw/LC_MESSAGES/
share/locale/rw/LC_MESSAGES/gtk20-properties.mo
share/locale/rw/LC_MESSAGES/gtk20.mo
share/locale/sk/LC_MESSAGES/gtk20-properties.mo
share/locale/sk/LC_MESSAGES/gtk20.mo
share/locale/sl/LC_MESSAGES/gtk20-properties.mo
@ -532,6 +581,10 @@ share/locale/wa/
share/locale/wa/LC_MESSAGES/
share/locale/wa/LC_MESSAGES/gtk20-properties.mo
share/locale/wa/LC_MESSAGES/gtk20.mo
share/locale/xh/
share/locale/xh/LC_MESSAGES/
share/locale/xh/LC_MESSAGES/gtk20-properties.mo
share/locale/xh/LC_MESSAGES/gtk20.mo
share/locale/yi/
share/locale/yi/LC_MESSAGES/
share/locale/yi/LC_MESSAGES/gtk20-properties.mo

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-docs,v 1.11 2004/10/26 03:52:02 marcm Exp $
@comment $OpenBSD: PLIST-docs,v 1.12 2005/05/24 21:29:11 marcm Exp $
share/gtk-doc/
share/gtk-doc/html/
share/gtk-doc/html/gdk/
@ -32,6 +32,10 @@ share/gtk-doc/html/gdk-pixbuf/home.png
share/gtk-doc/html/gdk-pixbuf/index.html
share/gtk-doc/html/gdk-pixbuf/index.sgml
share/gtk-doc/html/gdk-pixbuf/ix01.html
share/gtk-doc/html/gdk-pixbuf/ix02.html
share/gtk-doc/html/gdk-pixbuf/ix03.html
share/gtk-doc/html/gdk-pixbuf/ix04.html
share/gtk-doc/html/gdk-pixbuf/ix05.html
share/gtk-doc/html/gdk-pixbuf/left.png
share/gtk-doc/html/gdk-pixbuf/license.html
share/gtk-doc/html/gdk-pixbuf/right.png
@ -105,6 +109,10 @@ share/gtk-doc/html/gdk/index.html
share/gtk-doc/html/gdk/index.sgml
share/gtk-doc/html/gdk/iron_cross.png
share/gtk-doc/html/gdk/ix01.html
share/gtk-doc/html/gdk/ix02.html
share/gtk-doc/html/gdk/ix03.html
share/gtk-doc/html/gdk/ix04.html
share/gtk-doc/html/gdk/ix05.html
share/gtk-doc/html/gdk/left.png
share/gtk-doc/html/gdk/left_ptr.png
share/gtk-doc/html/gdk/left_side.png
@ -126,6 +134,7 @@ share/gtk-doc/html/gdk/right_ptr.png
share/gtk-doc/html/gdk/right_side.png
share/gtk-doc/html/gdk/right_tee.png
share/gtk-doc/html/gdk/rightbutton.png
share/gtk-doc/html/gdk/rotated-text.png
share/gtk-doc/html/gdk/rtl_logo.png
share/gtk-doc/html/gdk/sailboat.png
share/gtk-doc/html/gdk/sb_down_arrow.png
@ -160,6 +169,7 @@ share/gtk-doc/html/gtk/Actions.html
share/gtk-doc/html/gtk/ButtonWidgets.html
share/gtk-doc/html/gtk/DeprecatedObjects.html
share/gtk-doc/html/gtk/DisplayWidgets.html
share/gtk-doc/html/gtk/GtkAboutDialog.html
share/gtk-doc/html/gtk/GtkAccelLabel.html
share/gtk-doc/html/gtk/GtkAccessible.html
share/gtk-doc/html/gtk/GtkAction.html
@ -178,9 +188,12 @@ share/gtk-doc/html/gtk/GtkCalendar.html
share/gtk-doc/html/gtk/GtkCellEditable.html
share/gtk-doc/html/gtk/GtkCellLayout.html
share/gtk-doc/html/gtk/GtkCellRenderer.html
share/gtk-doc/html/gtk/GtkCellRendererCombo.html
share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html
share/gtk-doc/html/gtk/GtkCellRendererProgress.html
share/gtk-doc/html/gtk/GtkCellRendererText.html
share/gtk-doc/html/gtk/GtkCellRendererToggle.html
share/gtk-doc/html/gtk/GtkCellView.html
share/gtk-doc/html/gtk/GtkCheckButton.html
share/gtk-doc/html/gtk/GtkCheckMenuItem.html
share/gtk-doc/html/gtk/GtkColorButton.html
@ -199,6 +212,7 @@ share/gtk-doc/html/gtk/GtkEntryCompletion.html
share/gtk-doc/html/gtk/GtkEventBox.html
share/gtk-doc/html/gtk/GtkExpander.html
share/gtk-doc/html/gtk/GtkFileChooser.html
share/gtk-doc/html/gtk/GtkFileChooserButton.html
share/gtk-doc/html/gtk/GtkFileChooserDialog.html
share/gtk-doc/html/gtk/GtkFileChooserWidget.html
share/gtk-doc/html/gtk/GtkFileSelection.html
@ -220,6 +234,7 @@ share/gtk-doc/html/gtk/GtkIMContext.html
share/gtk-doc/html/gtk/GtkIMContextSimple.html
share/gtk-doc/html/gtk/GtkIMMulticontext.html
share/gtk-doc/html/gtk/GtkIconTheme.html
share/gtk-doc/html/gtk/GtkIconView.html
share/gtk-doc/html/gtk/GtkImage.html
share/gtk-doc/html/gtk/GtkImageMenuItem.html
share/gtk-doc/html/gtk/GtkInputDialog.html
@ -235,6 +250,7 @@ share/gtk-doc/html/gtk/GtkMenu.html
share/gtk-doc/html/gtk/GtkMenuBar.html
share/gtk-doc/html/gtk/GtkMenuItem.html
share/gtk-doc/html/gtk/GtkMenuShell.html
share/gtk-doc/html/gtk/GtkMenuToolButton.html
share/gtk-doc/html/gtk/GtkMessageDialog.html
share/gtk-doc/html/gtk/GtkMisc.html
share/gtk-doc/html/gtk/GtkNotebook.html
@ -317,9 +333,23 @@ share/gtk-doc/html/gtk/TextWidgetObjects.html
share/gtk-doc/html/gtk/TreeWidget.html
share/gtk-doc/html/gtk/TreeWidgetObjects.html
share/gtk-doc/html/gtk/WindowWidgets.html
share/gtk-doc/html/gtk/accel-label.png
share/gtk-doc/html/gtk/button.png
share/gtk-doc/html/gtk/ch01.html
share/gtk-doc/html/gtk/ch02.html
share/gtk-doc/html/gtk/check-button.png
share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html
share/gtk-doc/html/gtk/checklist-modifiers.html
share/gtk-doc/html/gtk/color-button.png
share/gtk-doc/html/gtk/colorsel.png
share/gtk-doc/html/gtk/combo-box-entry.png
share/gtk-doc/html/gtk/combo-box.png
share/gtk-doc/html/gtk/entry.png
share/gtk-doc/html/gtk/file-button.png
share/gtk-doc/html/gtk/filechooser.png
share/gtk-doc/html/gtk/font-button.png
share/gtk-doc/html/gtk/fontsel.png
share/gtk-doc/html/gtk/frame.png
share/gtk-doc/html/gtk/glossary.html
share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html
share/gtk-doc/html/gtk/gtk-Bindings.html
@ -344,14 +374,18 @@ share/gtk-doc/html/gtk/gtk-changes-2-0.html
share/gtk-doc/html/gtk/gtk-compiling.html
share/gtk-doc/html/gtk/gtk-framebuffer.html
share/gtk-doc/html/gtk/gtk-gtkfilefilter.html
share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html
share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html
share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html
share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html
share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html
share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html
share/gtk-doc/html/gtk/gtk-migrating-checklist.html
share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html
share/gtk-doc/html/gtk/gtk-question-index.html
share/gtk-doc/html/gtk/gtk-resources.html
share/gtk-doc/html/gtk/gtk-running.html
share/gtk-doc/html/gtk/gtk-update-icon-cache.html
share/gtk-doc/html/gtk/gtk-windows.html
share/gtk-doc/html/gtk/gtk-x11.html
share/gtk-doc/html/gtk/gtk.devhelp
@ -363,16 +397,37 @@ share/gtk-doc/html/gtk/gtkfilechooser-new-features.html
share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html
share/gtk-doc/html/gtk/gtkobjects.html
share/gtk-doc/html/gtk/home.png
share/gtk-doc/html/gtk/icon-view.png
share/gtk-doc/html/gtk/image.png
share/gtk-doc/html/gtk/index.html
share/gtk-doc/html/gtk/index.sgml
share/gtk-doc/html/gtk/ix01.html
share/gtk-doc/html/gtk/ix02.html
share/gtk-doc/html/gtk/ix03.html
share/gtk-doc/html/gtk/ix04.html
share/gtk-doc/html/gtk/ix05.html
share/gtk-doc/html/gtk/label.png
share/gtk-doc/html/gtk/left.png
share/gtk-doc/html/gtk/list-and-tree.png
share/gtk-doc/html/gtk/menubar.png
share/gtk-doc/html/gtk/messagedialog.png
share/gtk-doc/html/gtk/migrating-GtkCombo.html
share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html
share/gtk-doc/html/gtk/migrating.html
share/gtk-doc/html/gtk/multiline-text.png
share/gtk-doc/html/gtk/new-features-GtkComboBox.html
share/gtk-doc/html/gtk/notebook.png
share/gtk-doc/html/gtk/panes.png
share/gtk-doc/html/gtk/progressbar.png
share/gtk-doc/html/gtk/pt05.html
share/gtk-doc/html/gtk/radio-group.png
share/gtk-doc/html/gtk/right.png
share/gtk-doc/html/gtk/scales.png
share/gtk-doc/html/gtk/scrolledwindow.png
share/gtk-doc/html/gtk/separator.png
share/gtk-doc/html/gtk/spinbutton.png
share/gtk-doc/html/gtk/statusbar.png
share/gtk-doc/html/gtk/stock_about_24.png
share/gtk-doc/html/gtk/stock_add_24.png
share/gtk-doc/html/gtk/stock_align_center_24.png
share/gtk-doc/html/gtk/stock_align_justify_24.png
@ -387,6 +442,7 @@ share/gtk-doc/html/gtk/stock_clear_24.png
share/gtk-doc/html/gtk/stock_close_24.png
share/gtk-doc/html/gtk/stock_color_picker_25.png
share/gtk-doc/html/gtk/stock_colorselector_24.png
share/gtk-doc/html/gtk/stock_connect_24.png
share/gtk-doc/html/gtk/stock_convert_24.png
share/gtk-doc/html/gtk/stock_copy_24.png
share/gtk-doc/html/gtk/stock_cut_24.png
@ -395,13 +451,18 @@ share/gtk-doc/html/gtk/stock_dialog_error_48.png
share/gtk-doc/html/gtk/stock_dialog_info_48.png
share/gtk-doc/html/gtk/stock_dialog_question_48.png
share/gtk-doc/html/gtk/stock_dialog_warning_48.png
share/gtk-doc/html/gtk/stock_directory_24.png
share/gtk-doc/html/gtk/stock_disconnect_24.png
share/gtk-doc/html/gtk/stock_dnd_32.png
share/gtk-doc/html/gtk/stock_dnd_multiple_32.png
share/gtk-doc/html/gtk/stock_down_arrow_24.png
share/gtk-doc/html/gtk/stock_edit_24.png
share/gtk-doc/html/gtk/stock_exec_24.png
share/gtk-doc/html/gtk/stock_exit_24.png
share/gtk-doc/html/gtk/stock_file_24.png
share/gtk-doc/html/gtk/stock_first_24.png
share/gtk-doc/html/gtk/stock_font_24.png
share/gtk-doc/html/gtk/stock_harddisk_24.png
share/gtk-doc/html/gtk/stock_help_24.png
share/gtk-doc/html/gtk/stock_home_24.png
share/gtk-doc/html/gtk/stock_index_24.png
@ -409,6 +470,16 @@ share/gtk-doc/html/gtk/stock_jump_to_24.png
share/gtk-doc/html/gtk/stock_jump_to_rtl_24.png
share/gtk-doc/html/gtk/stock_last_24.png
share/gtk-doc/html/gtk/stock_left_arrow_24.png
share/gtk-doc/html/gtk/stock_media_forward_24.png
share/gtk-doc/html/gtk/stock_media_next_24.png
share/gtk-doc/html/gtk/stock_media_pause_24.png
share/gtk-doc/html/gtk/stock_media_play_24.png
share/gtk-doc/html/gtk/stock_media_play_rtl_24.png
share/gtk-doc/html/gtk/stock_media_previous_24.png
share/gtk-doc/html/gtk/stock_media_record_24.png
share/gtk-doc/html/gtk/stock_media_rewind_24.png
share/gtk-doc/html/gtk/stock_media_stop_24.png
share/gtk-doc/html/gtk/stock_network_24.png
share/gtk-doc/html/gtk/stock_new_24.png
share/gtk-doc/html/gtk/stock_no_20.png
share/gtk-doc/html/gtk/stock_ok_20.png
@ -434,9 +505,11 @@ share/gtk-doc/html/gtk/stock_sort_descending_24.png
share/gtk-doc/html/gtk/stock_spellcheck_24.png
share/gtk-doc/html/gtk/stock_stop_24.png
share/gtk-doc/html/gtk/stock_text_bold_24.png
share/gtk-doc/html/gtk/stock_text_indent_24.png
share/gtk-doc/html/gtk/stock_text_italic_24.png
share/gtk-doc/html/gtk/stock_text_strikethrough_24.png
share/gtk-doc/html/gtk/stock_text_underline_24.png
share/gtk-doc/html/gtk/stock_text_unindent_24.png
share/gtk-doc/html/gtk/stock_top_24.png
share/gtk-doc/html/gtk/stock_trash_24.png
share/gtk-doc/html/gtk/stock_undelete_24.png
@ -450,5 +523,8 @@ share/gtk-doc/html/gtk/stock_zoom_fit_24.png
share/gtk-doc/html/gtk/stock_zoom_in_24.png
share/gtk-doc/html/gtk/stock_zoom_out_24.png
share/gtk-doc/html/gtk/style.css
share/gtk-doc/html/gtk/toggle-button.png
share/gtk-doc/html/gtk/toolbar.png
share/gtk-doc/html/gtk/ui-manager.html
share/gtk-doc/html/gtk/up.png
share/gtk-doc/html/gtk/window.png