summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>1999-08-29 12:37:03 +0000
committerrh <rh@pkgsrc.org>1999-08-29 12:37:03 +0000
commitfba36680661a30cf926d5411719fcc1b8b7aa35a (patch)
treedf0e9153d14adb97f444927fb7b282c689a2f4b5
parente61af24a2d4dce4e368b6ef1a0c65559d062bcf7 (diff)
downloadpkgsrc-fba36680661a30cf926d5411719fcc1b8b7aa35a.tar.gz
Update gnome-libs to 1.0.14
Changes include: * various bug fixes from the gnome bug database. * gnome-libs.spec.in: Use sysconfdir=/etc instead of $prefix/etc * libgnome/gnome-config.c: Ignore lines that begin with a '#' * libgnomeui/gnome-dentry-edit.c: Attempt to remove the memory leak from not destroy the icon entry window. * libgnomeui/gnome-scores.c: use strftime() to allow showing the dates in a localized way. * libgnomeui/gnome-app-helper.c: changed "Create _New Window" to "Create New _Window" to avoid conflicts with menus that also use "_New" (it is the case of gmc) * po/*.po: modified to reflect that change * libgnorba/orbitgtk.c (gnorba_CORBA_init): Add new flag to control the priority of the CORBA loop. * idl/gnome-factory.idl: #include guard. * gnome-data/gnome.mime: Midi files also end in .mid * idl/desktop-textviewer.idl: Replace libgnorba/GnomeObject.h with libgnorba/gnome-unknown.h. Also, #include gnome-unknown.idl instead of GnomeObject.idl. * idl/desktop-textviewer.idl: Reflect latest GNOME::obj to GNOME::Unknown renaming. * gnome-bug.in (CATEGORIES): added 'gnome-applets' category * libgnorba/Makefile.am (gnome_object_built): Added gnome-unknown to the compilation process. * idl/Makefile.am (idl_DATA): Added gnome-unknown interface. * Removed the hypot() hack. * gnome-data/*.soundlist: Added Portuguese translations. * libgnorba/goad.c (goad_server_register): If `name' is passed in as NULL, an object keeps from registering in the name service, although it still exposes its IOR as before. If `name' isn't NULL but `kind' is NULL, `kind' is set to "server", and the object is placed in the naming service. * idl/GnomeObject.idl: Removed `oneway' from ref and unref; when such network optimizations are necessary, they should be done by caching the refcount in the client.
-rw-r--r--x11/gnome-libs/Makefile4
-rw-r--r--x11/gnome-libs/files/md54
-rw-r--r--x11/gnome-libs/files/patch-sum6
-rw-r--r--x11/gnome-libs/patches/patch-aa24
-rw-r--r--x11/gnome-libs/patches/patch-ah16
-rw-r--r--x11/gnome-libs/pkg/PLIST144
6 files changed, 159 insertions, 39 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile
index f6bc0996b48..a54889bcd86 100644
--- a/x11/gnome-libs/Makefile
+++ b/x11/gnome-libs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 1999/08/22 22:02:34 tron Exp $
+# $NetBSD: Makefile,v 1.30 1999/08/29 12:37:03 rh Exp $
#
-DISTNAME= gnome-libs-1.0.10
+DISTNAME= gnome-libs-1.0.14
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=gnome-1.0/sources/}
diff --git a/x11/gnome-libs/files/md5 b/x11/gnome-libs/files/md5
index 85feb6b2c37..c3d3f8f911a 100644
--- a/x11/gnome-libs/files/md5
+++ b/x11/gnome-libs/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.10 1999/07/14 20:45:28 tron Exp $
+$NetBSD: md5,v 1.11 1999/08/29 12:37:03 rh Exp $
-MD5 (gnome-libs-1.0.10.tar.gz) = a52896fb7f0cb82bb04dc09de97f08b2
+MD5 (gnome-libs-1.0.14.tar.gz) = 1a8dc9e378076c75ab67480c2cf3aab9
diff --git a/x11/gnome-libs/files/patch-sum b/x11/gnome-libs/files/patch-sum
index 2a7d208a000..ebc2be8af55 100644
--- a/x11/gnome-libs/files/patch-sum
+++ b/x11/gnome-libs/files/patch-sum
@@ -1,13 +1,13 @@
-$NetBSD: patch-sum,v 1.3 1999/07/15 08:02:36 tron Exp $
+$NetBSD: patch-sum,v 1.4 1999/08/29 12:37:03 rh Exp $
-MD5 (patch-aa) = 38df4611055f98b583f4fefe94a0299d
+MD5 (patch-aa) = 0e887f8a1c32d1aa0174f817ea9d1cfc
MD5 (patch-ab) = 911491cf3e32ffa67008d8d617f24a08
MD5 (patch-ac) = 2234ccfc4f168c91bb2fc8686ed0590c
MD5 (patch-ad) = c39cc321a208c5bf22aa8d07af9dd1a4
MD5 (patch-ae) = 23f76bc9937b327f5e9372ad4802c33e
MD5 (patch-af) = f14189c93bd7152e87cd5520823fc0d5
MD5 (patch-ag) = 44c356ffb86853b201740f377091e89b
-MD5 (patch-ah) = a6581012130db5feecbde4016b1170ca
+MD5 (patch-ah) = 3896b06bb0f1b552a5029097517667cc
MD5 (patch-ai) = baca2d5270e60252cf5e9406bd52064d
MD5 (patch-aj) = cb5dff8072ddfb84268ddf77453622e4
MD5 (patch-ak) = aef962961191617c236950a2e60a289b
diff --git a/x11/gnome-libs/patches/patch-aa b/x11/gnome-libs/patches/patch-aa
index 52eddc02f78..1a3ab3f33a3 100644
--- a/x11/gnome-libs/patches/patch-aa
+++ b/x11/gnome-libs/patches/patch-aa
@@ -1,24 +1,18 @@
-$NetBSD: patch-aa,v 1.5 1999/05/01 17:31:04 tron Exp $
+$NetBSD: patch-aa,v 1.6 1999/08/29 12:37:04 rh Exp $
---- configure.orig Sat Apr 10 02:29:31 1999
-+++ configure Sat May 1 19:06:55 1999
-@@ -2079,6 +2079,7 @@
- fi
+--- configure.orig Fri Aug 20 21:45:13 1999
++++ configure Sun Aug 29 12:56:36 1999
+@@ -2373,7 +2373,9 @@
+ LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
# Always use our own libtool.
+if false; then
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-
- # Check for any special flags to pass to ltconfig.
-@@ -2310,6 +2311,7 @@
- ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
- $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
- || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
+fi
# Redirect the config.log output again, so that the ltconfig log is not
# clobbered by the next message.
-@@ -5589,7 +5591,7 @@
+@@ -5653,7 +5655,7 @@
# AM_GNOME_GETTEXT above substs $DATADIRNAME
# this is the directory where the *.{mo,gmo} files are installed
@@ -27,7 +21,7 @@ $NetBSD: patch-aa,v 1.5 1999/05/01 17:31:04 tron Exp $
echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
-@@ -10858,7 +10860,7 @@
+@@ -10310,7 +10312,7 @@
GTKXMHTML_LIBS="-lgtkxmhtml $LIBGTKXMHTML_LIBS"
ZVT_LIBS="-lzvt $UTIL_LIBS $GTK_LIBS"
@@ -36,7 +30,7 @@ $NetBSD: patch-aa,v 1.5 1999/05/01 17:31:04 tron Exp $
GNOME_INCLUDEDIR='-I${includedir} -DNEED_GNOMESUPPORT_H -I${pkglibdir}/include'
GNOME_IDLDIR='-I${datadir}/idl'
-@@ -11435,10 +11437,10 @@
+@@ -10903,10 +10905,10 @@
top_srcdir="$ac_dots$ac_given_srcdir" ;;
esac
@@ -51,7 +45,7 @@ $NetBSD: patch-aa,v 1.5 1999/05/01 17:31:04 tron Exp $
echo creating "$ac_file"
rm -f "$ac_file"
-@@ -11708,10 +11710,10 @@
+@@ -11176,10 +11178,10 @@
*) # Relative path.
ac_sub_cache_file="$ac_dots$cache_file" ;;
esac
diff --git a/x11/gnome-libs/patches/patch-ah b/x11/gnome-libs/patches/patch-ah
index ef135b5b8b7..a2d89bb5f64 100644
--- a/x11/gnome-libs/patches/patch-ah
+++ b/x11/gnome-libs/patches/patch-ah
@@ -1,19 +1,13 @@
-$NetBSD: patch-ah,v 1.1 1998/12/29 17:53:11 tron Exp $
+$NetBSD: patch-ah,v 1.2 1999/08/29 12:37:04 rh Exp $
---- libart_lgpl/configure.orig Wed Dec 16 10:52:25 1998
-+++ libart_lgpl/configure Tue Dec 29 18:00:46 1998
-@@ -1272,6 +1272,7 @@
- fi
+--- libart_lgpl/configure.orig Fri Aug 20 21:45:16 1999
++++ libart_lgpl/configure Sun Aug 29 12:58:28 1999
+@@ -1922,7 +1922,9 @@
+ LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
# Always use our own libtool.
+if false; then
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-
- # Check for any special flags to pass to ltconfig.
-@@ -1316,6 +1317,7 @@
- ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
- $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
- || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
+fi
# Redirect the config.log output again, so that the ltconfig log is not
diff --git a/x11/gnome-libs/pkg/PLIST b/x11/gnome-libs/pkg/PLIST
index 8399e8304d0..d591f7d218b 100644
--- a/x11/gnome-libs/pkg/PLIST
+++ b/x11/gnome-libs/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 1999/07/14 20:45:30 tron Exp $
+@comment $NetBSD: PLIST,v 1.16 1999/08/29 12:37:04 rh Exp $
bin/dns-helper
bin/gconfigger
bin/gnome-bug
@@ -50,6 +50,9 @@ include/libart_lgpl/art_alphagamma.h
include/libart_lgpl/art_pixbuf.h
include/libart_lgpl/art_rect_svp.h
include/libart_lgpl/art_rgb_pixbuf_affine.h
+include/libart_lgpl/art_svp_point.h
+include/libart_lgpl/art_svp_wind.h
+include/libart_lgpl/art_vpath_dash.h
include/libgnome/gnome-config.h
include/libgnome/gnome-defs.h
include/libgnome/gnome-fileconvert.h
@@ -145,9 +148,14 @@ include/libgnomeui/libgnomeui.h
include/libgnomeui/gnome-color-picker.h
include/libgnomeui/gnome-popup-menu.h
include/libgnomeui/gnome-winhints.h
+include/libgnomeui/gnome-druid.h
+include/libgnomeui/gnome-druid-page.h
+include/libgnomeui/gnome-druid-page-start.h
+include/libgnomeui/gnome-druid-page-standard.h
+include/libgnomeui/gnome-druid-page-finish.h
include/libgnorba/gnorba.h
include/libgnorba/gnome-factory.h
-include/libgnorba/GnomeObject.h
+include/libgnorba/gnome-unknown.h
include/libgnorba/Table.h
include/gtk-xmhtml/miniparse.h
include/gtk-xmhtml/HTML.h
@@ -164,21 +172,21 @@ include/zvt/vt.h
lib/gnome-libs/include/gnomesupport.h
lib/gnomeConf.sh
lib/libart_lgpl.a
-lib/libart_lgpl.so.2.0
+lib/libart_lgpl.so.3.0
lib/libartConf.sh
lib/libgnome.a
lib/libgnomesupport.a
lib/libgnomesupport.so.0.0
lib/libgnomeui.a
-lib/libgnomeui.so.41.1
+lib/libgnomeui.so.42.1
lib/libgnorba.a
-lib/libgnorba.so.28.5
+lib/libgnorba.so.28.7
lib/libgnorbagtk.a
lib/libgnorbagtk.so.0.0
lib/libgtkxmhtml.a
lib/libgtkxmhtml.so.1.1
lib/libzvt.a
-lib/libzvt.so.4.3
+lib/libzvt.so.4.5
man/man1/gnome.1
man/man1/gnome-config.1
share/locale/de/LC_MESSAGES/gnome-libs.mo
@@ -204,6 +212,8 @@ share/locale/wa/LC_MESSAGES/gnome-libs.mo
share/locale/sk/LC_MESSAGES/gnome-libs.mo
share/locale/hr/LC_MESSAGES/gnome-libs.mo
share/locale/en_GB/LC_MESSAGES/gnome-libs.mo
+share/locale/zh_TW.Big5/LC_MESSAGES/gnome-libs.mo
+share/locale/el/LC_MESSAGES/gnome-libs.mo
sbin/gnome-pty-helper
share/aclocal/libart.m4
share/doc/gnome-libs/gnome-doc.el
@@ -223,6 +233,86 @@ share/doc/gnome-libs/html/gnome-faq.html
share/doc/gnome-libs/html/gnome-sections.txt
share/doc/gnome-libs/html/gnome.html
share/doc/gnome-libs/html/gnome/book1.html
+share/doc/gnome-libs/html/addauth.html
+share/doc/gnome-libs/html/altpol.html
+share/doc/gnome-libs/html/arch.html
+share/doc/gnome-libs/html/book1.html
+share/doc/gnome-libs/html/codstd.html
+share/doc/gnome-libs/html/cvs.html
+share/doc/gnome-libs/html/dialogapputil-docs.html
+share/doc/gnome-libs/html/event-driven-programming.html
+share/doc/gnome-libs/html/gnome-actionarea.html
+share/doc/gnome-libs/html/gnome-app-helper-convenience-macros.html
+share/doc/gnome-libs/html/gnome-app-helper-functions.html
+share/doc/gnome-libs/html/gnome-app-helper-gnomeuiinfo.html
+share/doc/gnome-libs/html/gnome-app-helper-keybindings-config.html
+share/doc/gnome-libs/html/gnome-app-helper-quick-example.html
+share/doc/gnome-libs/html/gnome-app-helper.html
+share/doc/gnome-libs/html/gnome-app-util.html
+share/doc/gnome-libs/html/gnome-app.html
+share/doc/gnome-libs/html/gnome-canvas-coordinates.html
+share/doc/gnome-libs/html/gnome-canvas-getting-started.html
+share/doc/gnome-libs/html/gnome-canvas-object-arguments.html
+share/doc/gnome-libs/html/gnome-canvas.html
+share/doc/gnome-libs/html/gnome-canvas-organization-of-items.html
+share/doc/gnome-libs/html/gnome-client.html
+share/doc/gnome-libs/html/gnome-color-selector.html
+share/doc/gnome-libs/html/gnome-defs.html
+share/doc/gnome-libs/html/gnome-dentry.html
+share/doc/gnome-libs/html/gnome-dialog.html
+share/doc/gnome-libs/html/gnome-dns.html
+share/doc/gnome-libs/html/gnome-fileconvert.html
+share/doc/gnome-libs/html/gnome-font-selector.html
+share/doc/gnome-libs/html/gnome-help.html
+share/doc/gnome-libs/html/gnome-history.html
+share/doc/gnome-libs/html/gnome-hook.html
+share/doc/gnome-libs/html/gnome-i18n.html
+share/doc/gnome-libs/html/gnome-ice.html
+share/doc/gnome-libs/html/gnome-mdi-docs.html
+share/doc/gnome-libs/html/gnome-messagebox.html
+share/doc/gnome-libs/html/gnome-mime.html
+share/doc/gnome-libs/html/intro.html
+share/doc/gnome-libs/html/gnome-net.html
+share/doc/gnome-libs/html/gnome-pixmap.html
+share/doc/gnome-libs/html/gnome-plugins.html
+share/doc/gnome-libs/html/gnome-properties.html
+share/doc/gnome-libs/html/gnome-score.html
+share/doc/gnome-libs/html/gnome-scores.html
+share/doc/gnome-libs/html/gnome-session.html
+share/doc/gnome-libs/html/gnome-startup.html
+share/doc/gnome-libs/html/gnome-stock-imlib.html
+share/doc/gnome-libs/html/gnome-stock-xpm.html
+share/doc/gnome-libs/html/gnome-stock.html
+share/doc/gnome-libs/html/gnome-string.html
+share/doc/gnome-libs/html/gnome-triggers.html
+share/doc/gnome-libs/html/gnome-util.html
+share/doc/gnome-libs/html/gnomeappbar.html
+share/doc/gnome-libs/html/graphics-contexts.html
+share/doc/gnome-libs/html/gtk-clock.html
+share/doc/gnome-libs/html/gtk-ted.html
+share/doc/gnome-libs/html/libgnome.html
+share/doc/gnome-libs/html/libgnomeui.html
+share/doc/gnome-libs/html/libgnorba-docs.html
+share/doc/gnome-libs/html/ln14.html
+share/doc/gnome-libs/html/nontech.html
+share/doc/gnome-libs/html/orbitgtk.html
+share/doc/gnome-libs/html/start.html
+share/doc/gnome-libs/html/thisdoc.html
+share/doc/gnome-libs/html/tut-doc.html
+share/doc/gnome-libs/html/tut-i18n.html
+share/doc/gnome-libs/html/tut-menus.html
+share/doc/gnome-libs/html/tut-parsing.html
+share/doc/gnome-libs/html/tut-sm.html
+share/doc/gnome-libs/html/tutorial.html
+share/doc/gnome-libs/html/visuals.html
+share/doc/gnome-libs/html/what.html
+share/doc/gnome-libs/html/whatis.html
+share/doc/gnome-libs/html/x-concepts-docs.html
+share/doc/gnome-libs/html/x1453.html
+share/doc/gnome-libs/html/x2161.html
+share/doc/gnome-libs/html/x2674.html
+share/doc/gnome-libs/html/x671.html
+share/doc/gnome-libs/html/docbook.css
share/doc/gnome-libs/html/gnome/gnome-gnome-config.html
share/doc/gnome-libs/html/gnome/gnome-gnome-defs.html
share/doc/gnome-libs/html/gnome/gnome-gnome-dentry.html
@@ -334,6 +424,7 @@ share/idl/GnomeObject.idl
share/idl/Table.idl
share/idl/gnome-factory.idl
share/idl/name-service.idl
+share/idl/gnome-unknown.idl
share/mime-info/gnome.mime
share/pixmaps/calculator-font.png
share/pixmaps/gnome-info.png
@@ -347,9 +438,46 @@ share/gtkrc
share/gtkrc.ja
share/gtkrc.ko
share/gtkrc.ru
+share/gtkrc.el
+share/gtkrc.eo
+share/gtkrc.he
+share/gtkrc.hy
+share/gtkrc.vi_VN.tcvn
+share/gtkrc.vi_VN.viscii
+share/gtkrc.tr
+share/gtkrc.th
+share/gtkrc.uk
+share/gtkrc.zh_CN
+share/gtkrc.iso88592
+share/gtkrc.iso88595
+share/gtkrc.zh_TW.Big5
+share/gtkrc.ka_GE.georgianps
+share/gtkrc.ka_GE.georgianacademy
share/type-convert/gnome-make-postscript-mimes
share/type-convert/type.convert
share/type-convert/postscript.convert
+share/gnome/html/zvt/book1.html
+share/gnome/html/zvt/x119.html
+share/gnome/html/zvt/x144.html
+share/gnome/html/zvt/x152.html
+share/gnome/html/zvt/x192.html
+share/gnome/html/zvt/x222.html
+share/gnome/html/zvt/x243.html
+share/gnome/html/zvt/x263.html
+share/gnome/html/zvt/x98.html
+share/gnome/html/zvt/zvtterm-future.html
+share/gnome/html/zvt/zvtterm-input-output.html
+share/gnome/html/zvt/zvtterm-notes.html
+share/gnome/html/zvt/zvtterm-properties.html
+share/gnome/html/zvt/zvtterm-reference.html
+share/gnome/html/zvt/zvtterm-window-hints.html
+share/gnome/html/zvt/zvtterm.html
+share/gnome/html/gnorba-decl.txt
+share/gnome/html/gnorba-sections.txt
+share/gnome/html/gnorba/gnorba-gnorba.html
+share/gnome/html/gnorba/gnorba-goad.html
+share/gnome/html/gnorba/index.html
+share/gnome/html/gnorba/libgnorba.html
@dirrm etc/sound/events
@dirrm etc/sound
@dirrm include/libgnorba
@@ -364,6 +492,10 @@ share/type-convert/postscript.convert
@dirrm share/doc/gnome-libs/html/gnome
@dirrm share/doc/gnome-libs/html
@dirrm share/doc/gnome-libs
+@dirrm share/gnome/html/zvt
+@dirrm share/gnome/html/gnorba
+@dirrm share/gnome/html
+@dirrm share/gnome
@dirrm share/idl
@dirrm share/mime-info
@dirrm share/pixmaps