diff options
author | rh <rh@pkgsrc.org> | 2001-08-14 08:11:11 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-08-14 08:11:11 +0000 |
commit | 9c4f64a1097a01eb92f4da04e369181336725e4b (patch) | |
tree | 12b26bb602388216bc5debdbd764d699b7999af4 /devel/eel/Makefile | |
parent | 221cbf9d1b549e29a5ccf0e04c709edb53bf0950 (diff) | |
download | pkgsrc-9c4f64a1097a01eb92f4da04e369181336725e4b.tar.gz |
Update eel to 1.0.1
Changes since 1.0:
Speed up drawing of solid backgrounds.
Speed up handling of default fonts.
Switched from Alt to Control for list view key bindings to
match changes in Nautilus and Sawfish.
Fixed x/y problem that was causing a bug in Nautilus list view
clicking.
Improve handling of URIs and escaped characters.
Fix some return_if_fails that were incorrect.
Make font manager code work even when there are tabs in the
font control files.
Make the font manager code work when fonts are symbolic links.
Added more calls and clean up some implementation details,
including more self check machinery.
Diffstat (limited to 'devel/eel/Makefile')
-rw-r--r-- | devel/eel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/eel/Makefile b/devel/eel/Makefile index 1b8c3addae9..c563771f692 100644 --- a/devel/eel/Makefile +++ b/devel/eel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 17:56:29 rh Exp $ +# $NetBSD: Makefile,v 1.2 2001/08/14 08:11:11 rh Exp $ # -DISTNAME= eel-1.0 +DISTNAME= eel-1.0.1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/eel/}/ EXTRACT_SUFX= .tar.bz2 @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.eazel.com/ COMMENT= Eazel Extenstions Library -DEPENDS+= librsvg-*:../../graphics/librsvg +DEPENDS+= librsvg>=1.0.1:../../graphics/librsvg BUILD_USES_MSGFMT= YES GNU_CONFIGURE= YES |