Update to 1.0.55

This commit is contained in:
Ade Lovett 2000-01-14 20:51:19 +00:00
parent 108e73f59b
commit 27a7471132
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24750
12 changed files with 48 additions and 96 deletions

View File

@ -1,13 +1,13 @@
# New ports collection makefile for: gnomelibs
# Version required: 1.0.54
# Version required: 1.0.55
# Date created: 17 June 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#
DISTNAME= gnome-libs-1.0.54
PKGNAME= gnomelibs-1.0.54
DISTNAME= gnome-libs-1.0.55
PKGNAME= gnomelibs-1.0.55
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-libs

View File

@ -1 +1 @@
MD5 (gnome-libs-1.0.54.tar.gz) = 5a1bab7b742974e98dd2c637225d3138
MD5 (gnome-libs-1.0.55.tar.gz) = be8779341d598b4d5656b2383028b36c

View File

@ -1,26 +1,26 @@
--- gnome-config.in.orig Sat Sep 11 03:25:18 1999
+++ gnome-config.in Mon Oct 18 11:43:01 1999
--- gnome-config.in.orig Thu Jan 13 13:36:11 2000
+++ gnome-config.in Thu Jan 13 13:42:44 2000
@@ -19,7 +19,7 @@
pkglibdir=${libdir}/@PACKAGE@
pkgincludedir=${includedir}/@PACKAGE@
MODULE_VERSION=@PACKAGE@-@VERSION@
-module_dirs="$libdir"
+module_dirs="$sysconfdir"
+module_dirs="$sysconfdir:/usr/local/etc"
# stolen from autoconf
if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
@@ -65,18 +65,18 @@
@@ -65,20 +65,21 @@
Known values for LIBRARY are:
- glib (calls glib-config)
+ glib (calls GLIB_CONFIG)
+ glib (calls glib12-config)
idl (to be used with orbit-idl)
gnome
gnomeui
gnorba
- gtk (calls gtk-config)
+ gtk (calls GTK_CONFIG)
+ gtk (calls gtk12-config)
gtkxmhtml (only --libs)
zvt (only --libs)
@ -28,10 +28,14 @@
- ${libdir}/<LIBRARY>Conf.sh
+ ${sysconfdir}/<LIBRARY>Conf.sh
+and /usr/local/etc/<LIBRARY>Conf.sh
is looked in for the necessary information. Those currently installed
-is looked in for the necessary information. Those currently installed
+are looked in for the necessary information. Those currently installed
appear to be:
@@ -161,19 +161,19 @@
EOF
@@ -161,19 +162,19 @@
usage 1
;;
glib)

View File

@ -1,20 +0,0 @@
--- libgnomeui/gnome-about.c.orig Mon Oct 25 13:34:06 1999
+++ libgnomeui/gnome-about.c Mon Oct 25 13:58:13 1999
@@ -1,6 +1,6 @@
/* GNOME GUI Library
* Copyright (C) 1998 Cesar Miquel <miquel@df.uba.ar>
- * Based in gnome-about, copyright (C) 1998 Horacio J. Pe<50>a
+ * Based in gnome-about, copyright (C) 1998 Horacio J. Pe驕
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -414,6 +414,9 @@
/* FIXME: dirty hack, but it solves i18n problem without rewriting the
drawing code.. */
style = gtk_style_ref (widget->style);
+
+ /* For true i18n */
+ gtk_widget_ensure_style(widget);
gtk_widget_set_name (widget, "Title");
gai->font_title = gdk_font_ref (widget->style->font);

View File

@ -1,13 +1,13 @@
# New ports collection makefile for: gnomelibs
# Version required: 1.0.54
# Version required: 1.0.55
# Date created: 17 June 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#
DISTNAME= gnome-libs-1.0.54
PKGNAME= gnomelibs-1.0.54
DISTNAME= gnome-libs-1.0.55
PKGNAME= gnomelibs-1.0.55
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-libs

View File

@ -1 +1 @@
MD5 (gnome-libs-1.0.54.tar.gz) = 5a1bab7b742974e98dd2c637225d3138
MD5 (gnome-libs-1.0.55.tar.gz) = be8779341d598b4d5656b2383028b36c

View File

@ -1,26 +1,26 @@
--- gnome-config.in.orig Sat Sep 11 03:25:18 1999
+++ gnome-config.in Mon Oct 18 11:43:01 1999
--- gnome-config.in.orig Thu Jan 13 13:36:11 2000
+++ gnome-config.in Thu Jan 13 13:42:44 2000
@@ -19,7 +19,7 @@
pkglibdir=${libdir}/@PACKAGE@
pkgincludedir=${includedir}/@PACKAGE@
MODULE_VERSION=@PACKAGE@-@VERSION@
-module_dirs="$libdir"
+module_dirs="$sysconfdir"
+module_dirs="$sysconfdir:/usr/local/etc"
# stolen from autoconf
if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
@@ -65,18 +65,18 @@
@@ -65,20 +65,21 @@
Known values for LIBRARY are:
- glib (calls glib-config)
+ glib (calls GLIB_CONFIG)
+ glib (calls glib12-config)
idl (to be used with orbit-idl)
gnome
gnomeui
gnorba
- gtk (calls gtk-config)
+ gtk (calls GTK_CONFIG)
+ gtk (calls gtk12-config)
gtkxmhtml (only --libs)
zvt (only --libs)
@ -28,10 +28,14 @@
- ${libdir}/<LIBRARY>Conf.sh
+ ${sysconfdir}/<LIBRARY>Conf.sh
+and /usr/local/etc/<LIBRARY>Conf.sh
is looked in for the necessary information. Those currently installed
-is looked in for the necessary information. Those currently installed
+are looked in for the necessary information. Those currently installed
appear to be:
@@ -161,19 +161,19 @@
EOF
@@ -161,19 +162,19 @@
usage 1
;;
glib)

View File

@ -1,20 +0,0 @@
--- libgnomeui/gnome-about.c.orig Mon Oct 25 13:34:06 1999
+++ libgnomeui/gnome-about.c Mon Oct 25 13:58:13 1999
@@ -1,6 +1,6 @@
/* GNOME GUI Library
* Copyright (C) 1998 Cesar Miquel <miquel@df.uba.ar>
- * Based in gnome-about, copyright (C) 1998 Horacio J. Pe<50>a
+ * Based in gnome-about, copyright (C) 1998 Horacio J. Pe驕
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -414,6 +414,9 @@
/* FIXME: dirty hack, but it solves i18n problem without rewriting the
drawing code.. */
style = gtk_style_ref (widget->style);
+
+ /* For true i18n */
+ gtk_widget_ensure_style(widget);
gtk_widget_set_name (widget, "Title");
gai->font_title = gdk_font_ref (widget->style->font);

View File

@ -1,13 +1,13 @@
# New ports collection makefile for: gnomelibs
# Version required: 1.0.54
# Version required: 1.0.55
# Date created: 17 June 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#
DISTNAME= gnome-libs-1.0.54
PKGNAME= gnomelibs-1.0.54
DISTNAME= gnome-libs-1.0.55
PKGNAME= gnomelibs-1.0.55
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-libs

View File

@ -1 +1 @@
MD5 (gnome-libs-1.0.54.tar.gz) = 5a1bab7b742974e98dd2c637225d3138
MD5 (gnome-libs-1.0.55.tar.gz) = be8779341d598b4d5656b2383028b36c

View File

@ -1,26 +1,26 @@
--- gnome-config.in.orig Sat Sep 11 03:25:18 1999
+++ gnome-config.in Mon Oct 18 11:43:01 1999
--- gnome-config.in.orig Thu Jan 13 13:36:11 2000
+++ gnome-config.in Thu Jan 13 13:42:44 2000
@@ -19,7 +19,7 @@
pkglibdir=${libdir}/@PACKAGE@
pkgincludedir=${includedir}/@PACKAGE@
MODULE_VERSION=@PACKAGE@-@VERSION@
-module_dirs="$libdir"
+module_dirs="$sysconfdir"
+module_dirs="$sysconfdir:/usr/local/etc"
# stolen from autoconf
if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
@@ -65,18 +65,18 @@
@@ -65,20 +65,21 @@
Known values for LIBRARY are:
- glib (calls glib-config)
+ glib (calls GLIB_CONFIG)
+ glib (calls glib12-config)
idl (to be used with orbit-idl)
gnome
gnomeui
gnorba
- gtk (calls gtk-config)
+ gtk (calls GTK_CONFIG)
+ gtk (calls gtk12-config)
gtkxmhtml (only --libs)
zvt (only --libs)
@ -28,10 +28,14 @@
- ${libdir}/<LIBRARY>Conf.sh
+ ${sysconfdir}/<LIBRARY>Conf.sh
+and /usr/local/etc/<LIBRARY>Conf.sh
is looked in for the necessary information. Those currently installed
-is looked in for the necessary information. Those currently installed
+are looked in for the necessary information. Those currently installed
appear to be:
@@ -161,19 +161,19 @@
EOF
@@ -161,19 +162,19 @@
usage 1
;;
glib)

View File

@ -1,20 +0,0 @@
--- libgnomeui/gnome-about.c.orig Mon Oct 25 13:34:06 1999
+++ libgnomeui/gnome-about.c Mon Oct 25 13:58:13 1999
@@ -1,6 +1,6 @@
/* GNOME GUI Library
* Copyright (C) 1998 Cesar Miquel <miquel@df.uba.ar>
- * Based in gnome-about, copyright (C) 1998 Horacio J. Pe<50>a
+ * Based in gnome-about, copyright (C) 1998 Horacio J. Pe驕
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -414,6 +414,9 @@
/* FIXME: dirty hack, but it solves i18n problem without rewriting the
drawing code.. */
style = gtk_style_ref (widget->style);
+
+ /* For true i18n */
+ gtk_widget_ensure_style(widget);
gtk_widget_set_name (widget, "Title");
gai->font_title = gdk_font_ref (widget->style->font);