diff options
author | rh <rh@pkgsrc.org> | 2001-04-06 22:19:16 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-04-06 22:19:16 +0000 |
commit | f09db9e6c64717c30364497804c99bcb2f723555 (patch) | |
tree | 2199f48ed63081fa40e7328d43ee87c1d056ce9a /devel | |
parent | a224f6d78ed5e08967d102c28328a0be1073a162 (diff) | |
download | pkgsrc-f09db9e6c64717c30364497804c99bcb2f723555.tar.gz |
Update gal to 0.5nb1 fixing up dependencies, mainly to avoid circular
dependencies between gal and gnome-core>=1.4.0
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gal/Makefile | 13 | ||||
-rw-r--r-- | devel/gal/pkg/PLIST | 3 |
2 files changed, 9 insertions, 7 deletions
diff --git a/devel/gal/Makefile b/devel/gal/Makefile index f944f290737..e43e3592b80 100644 --- a/devel/gal/Makefile +++ b/devel/gal/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2001/03/19 12:57:43 tron Exp $ +# $NetBSD: Makefile,v 1.11 2001/04/06 22:19:16 rh Exp $ # DISTNAME= gal-0.5 +PKGNAME= ${DISTNAME}nb1 CATEGORIES= gnome devel MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gal/} @@ -10,12 +11,12 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= Gnome Application Libraries DEPENDS+= libiconv-*:../../converters/libiconv -DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core -DEPENDS+= gnome-print>=0.25:../../print/gnome-print -DEPENDS+= gnome-vfs-*:../../sysutils/gnome-vfs -DEPENDS+= libglade>=0.13:../../devel/libglade +DEPENDS+= gnome-libs>=1.2.13:../../x11/gnome-libs +DEPENDS+= gnome-print>=0.28:../../print/gnome-print +DEPENDS+= gnome-vfs>=1.0:../../sysutils/gnome-vfs +DEPENDS+= libglade>=0.16:../../devel/libglade DEPENDS+= libunicode>=0.4:../../textproc/libunicode -DEPENDS+= bonobo>=0.26:../../devel/bonobo +DEPENDS+= bonobo>=0.37:../../devel/bonobo GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/devel/gal/pkg/PLIST b/devel/gal/pkg/PLIST index 5a77c07b573..bb1320a0c3e 100644 --- a/devel/gal/pkg/PLIST +++ b/devel/gal/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2001/03/19 12:57:44 tron Exp $ +@comment $NetBSD: PLIST,v 1.9 2001/04/06 22:19:16 rh Exp $ include/gal/util/e-util.h include/gal/util/e-xml-utils.h include/gal/util/e-cache.h @@ -132,6 +132,7 @@ ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gal.mo ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gal.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gal.mo ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gal.mo +@exec mkdir -p -m 0755 %D/share/gal/html/gal @dirrm share/gal/html/gal @dirrm share/gal/html @dirrm share/gal/0.5/glade |