Update 2.4.10 -> 2.4.13
Standard stuff, bug fixes and such.
This commit is contained in:
parent
1ee0d3a3fd
commit
49da90bad1
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2004/09/27 03:15:07 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2004/10/26 03:52:02 marcm Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
COMMENT= "multi-platform graphical toolkit"
|
||||
COMMENT-docs= "gtk+-2 documentation"
|
||||
|
||||
VERSION= 2.4.10
|
||||
VERSION= 2.4.13
|
||||
DISTNAME= gtk+-${VERSION}
|
||||
PKGNAME= gtk+2-${VERSION}
|
||||
PKGNAME-docs= gtk+2-docs-${VERSION}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gtk+-2.4.10.tar.bz2) = d74a4eaa2cded9c125c6b322cc6622ec
|
||||
RMD160 (gtk+-2.4.10.tar.bz2) = fbccac77513c564f1a5270da8b90dabdbd785d8e
|
||||
SHA1 (gtk+-2.4.10.tar.bz2) = f74a64d2fd5df92fe241f31a2a2043f6eb1e13fe
|
||||
MD5 (gtk+-2.4.13.tar.bz2) = 3a438e1010704b11acaf060c9ba0fd7b
|
||||
RMD160 (gtk+-2.4.13.tar.bz2) = cb769d1874f53d86f95146cb1ef5cdf6f4b5cd23
|
||||
SHA1 (gtk+-2.4.13.tar.bz2) = d57ad7165317e580cb7fda7719e767232e6697b6
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.7 2004/09/16 04:14:55 marcm Exp $
|
||||
--- configure.orig Wed Aug 25 11:27:19 2004
|
||||
+++ configure Sun Sep 5 20:33:58 2004
|
||||
@@ -8065,7 +8065,7 @@ nto-qnx*)
|
||||
$OpenBSD: patch-configure,v 1.8 2004/10/26 03:52:02 marcm Exp $
|
||||
--- configure.orig Fri Oct 8 12:09:42 2004
|
||||
+++ configure Mon Oct 11 18:02:40 2004
|
||||
@@ -8062,7 +8062,7 @@ nto-qnx*)
|
||||
openbsd*)
|
||||
version_type=sunos
|
||||
need_lib_prefix=no
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-configure,v 1.7 2004/09/16 04:14:55 marcm Exp $
|
||||
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
|
||||
@@ -26745,12 +26745,6 @@ echo "$as_me: error: Xft Pango backend f
|
||||
@@ -26535,12 +26535,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;}
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.6 2004/09/16 04:14:55 marcm Exp $
|
||||
--- ltmain.sh.orig Thu Apr 8 06:34:47 2004
|
||||
+++ ltmain.sh Sun Sep 5 20:34:43 2004
|
||||
@@ -1847,9 +1847,12 @@ EOF
|
||||
$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"
|
||||
@ -16,7 +16,7 @@ $OpenBSD: patch-ltmain_sh,v 1.6 2004/09/16 04:14:55 marcm Exp $
|
||||
continue
|
||||
;;
|
||||
-l*)
|
||||
@@ -2014,6 +2017,7 @@ EOF
|
||||
@@ -2024,6 +2027,7 @@ EOF
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
@ -24,7 +24,7 @@ $OpenBSD: patch-ltmain_sh,v 1.6 2004/09/16 04:14:55 marcm Exp $
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -2262,10 +2266,6 @@ EOF
|
||||
@@ -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
|
||||
@ -33,11 +33,11 @@ $OpenBSD: patch-ltmain_sh,v 1.6 2004/09/16 04:14:55 marcm Exp $
|
||||
- need_relink=yes
|
||||
- fi
|
||||
# This is a shared library
|
||||
|
||||
# Warn about portability, can't link against -module's on some systems (darwin)
|
||||
@@ -5804,40 +5804,6 @@ relink_command=\"$relink_command\""
|
||||
|
||||
# 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 0
|
||||
test "$show" = : && exit $EXIT_SUCCESS
|
||||
|
||||
- $echo "----------------------------------------------------------------------"
|
||||
- $echo "Libraries have been installed in:"
|
||||
@ -73,6 +73,6 @@ $OpenBSD: patch-ltmain_sh,v 1.6 2004/09/16 04:14:55 marcm Exp $
|
||||
- $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 0
|
||||
exit $EXIT_SUCCESS
|
||||
;;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.9 2004/09/27 03:15:07 marcm Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.10 2004/10/26 03:52:02 marcm Exp $
|
||||
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 +23,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.400.10
|
||||
@lib lib/libgdk_pixbuf-2.0.so.400.10
|
||||
@lib lib/libgdk_pixbuf_xlib-2.0.so.400.10
|
||||
@lib lib/libgtk-x11-2.0.so.400.10
|
||||
@lib lib/libgdk-x11-2.0.so.400.13
|
||||
@lib lib/libgdk_pixbuf-2.0.so.400.13
|
||||
@lib lib/libgdk_pixbuf_xlib-2.0.so.400.13
|
||||
@lib lib/libgtk-x11-2.0.so.400.13
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.17 2004/09/16 04:14:55 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.18 2004/10/26 03:52:02 marcm Exp $
|
||||
bin/gdk-pixbuf-csource
|
||||
bin/gdk-pixbuf-query-loaders
|
||||
bin/gtk-demo
|
||||
@ -306,6 +306,10 @@ 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
|
||||
@ -314,6 +318,10 @@ share/locale/az/
|
||||
share/locale/az/LC_MESSAGES/
|
||||
share/locale/az/LC_MESSAGES/gtk20-properties.mo
|
||||
share/locale/az/LC_MESSAGES/gtk20.mo
|
||||
share/locale/az_IR/
|
||||
share/locale/az_IR/LC_MESSAGES/
|
||||
share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo
|
||||
share/locale/az_IR/LC_MESSAGES/gtk20.mo
|
||||
share/locale/be/
|
||||
share/locale/be/LC_MESSAGES/
|
||||
share/locale/be/LC_MESSAGES/gtk20-properties.mo
|
||||
@ -614,4 +622,3 @@ share/themes/Emacs/gtk-2.0-key/gtkrc
|
||||
@cwd /var/db
|
||||
@extra gtk-2.0/gtk.immodules
|
||||
@extra gtk-2.0/gdk-pixbuf.loaders
|
||||
@extra gtk-2.0/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-docs,v 1.10 2004/09/27 03:15:07 marcm Exp $
|
||||
@comment $OpenBSD: PLIST-docs,v 1.11 2004/10/26 03:52:02 marcm Exp $
|
||||
share/gtk-doc/
|
||||
share/gtk-doc/html/
|
||||
share/gtk-doc/html/gdk/
|
||||
@ -449,5 +449,6 @@ share/gtk-doc/html/gtk/stock_zoom_1_24.png
|
||||
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/ui-manager.html
|
||||
share/gtk-doc/html/gtk/up.png
|
||||
|
Loading…
Reference in New Issue
Block a user