pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/glade2 Revert previous: libgail-gnome pulls in t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dae710a542d3
branches:  trunk
changeset: 480246:dae710a542d3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 02 19:24:15 2004 +0000

description:
Revert previous: libgail-gnome pulls in too many dependencies and it
is not really needed. However, add a MESSAGE recommending its installation
(the shared library is dynamically loaded if it exists, so it can be
installed after glade2 has been installed).

Bump PKGREVISION to 2.

Ok'd by jmmv.

diffstat:

 devel/glade2/MESSAGE  |  7 +++++++
 devel/glade2/Makefile |  5 ++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r b5b112e93983 -r dae710a542d3 devel/glade2/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/glade2/MESSAGE      Thu Sep 02 19:24:15 2004 +0000
@@ -0,0 +1,7 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2004/09/02 19:24:15 wiz Exp $
+
+You might want to install the libgail-gnome package for better gnome
+accessibility support.
+
+===========================================================================
diff -r b5b112e93983 -r dae710a542d3 devel/glade2/Makefile
--- a/devel/glade2/Makefile     Thu Sep 02 16:53:20 2004 +0000
+++ b/devel/glade2/Makefile     Thu Sep 02 19:24:15 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.31 2004/08/31 18:11:03 jmmv Exp $
+# $NetBSD: Makefile,v 1.32 2004/09/02 19:24:15 wiz Exp $
 #
 
 DISTNAME=              glade-2.6.0
 PKGNAME=               ${DISTNAME:S/-/2-/}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            devel gnome
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/glade/2.6/}
 EXTRACT_SUFX=          .tar.bz2
@@ -27,7 +27,6 @@
 .include "../../devel/gail/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/libbonoboui/buildlink3.mk"
-.include "../../devel/libgail-gnome/buildlink3.mk"
 .include "../../devel/libgnomeui/buildlink3.mk"
 .include "../../devel/pkgconfig/buildlink3.mk"
 .include "../../graphics/libgnomecanvas/buildlink3.mk"



Home | Main Index | Thread Index | Old Index