diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-02-14 20:16:19 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-02-14 20:16:19 +0000 |
commit | 14bf9488c2924766390fc255a1426f3a83ebfd7d (patch) | |
tree | 84967cdcfcb52cb467e823f48f9ad01c284add47 /devel/libgnomeui/Makefile | |
parent | cf42394076c03738660df82112700ded84a7ab5b (diff) | |
download | pkgsrc-14bf9488c2924766390fc255a1426f3a83ebfd7d.tar.gz |
Updated to 2.2.0.1. Changes from 2.0.6:
* configure.in (LIBGNOMEUI_AGE): Add EXTRAVERSION and set to .1
* libgnomeui/Makefile.am (libgnomeui_2_la_LDFLAGS): Correct version number bug
* configure.in: Added "mn" to ALL_LINGUAS.
* configure.in: Fixup libtool versioning and release 2.2.0
* configure.in: Added Amharic (am), Arabic (ar), Macedonian (mk) and Dutch
(nl) to ALL_LINGUAS.
* libgnomeui/gnome-icon-theme.c (theme_lookup_icon): Don't scale up unless we
have to. Scaling down gives much better results.
* libgnomeui/gnome-uidefs.h (GNOME_KEY_MOD_PAUSE_GAME): Use GDK_Pause as the
pause key. #92358.
* libgnomeui/gnome-app-helper.c: (gnome_app_install_statusbar_menu_hints):
Apply fix for #102812, by Tom Ball.
* libgnomeui/gnome-popup-menu.c: (gnome_popup_menu_do_popup_modal): Apply fix
for #96899, by Erwann Chenede.
Diffstat (limited to 'devel/libgnomeui/Makefile')
-rw-r--r-- | devel/libgnomeui/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/devel/libgnomeui/Makefile b/devel/libgnomeui/Makefile index 9e0c851ae42..1409800bfac 100644 --- a/devel/libgnomeui/Makefile +++ b/devel/libgnomeui/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.7 2003/01/04 11:38:28 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2003/02/14 20:16:19 jmmv Exp $ # -DISTNAME= libgnomeui-2.0.6 +DISTNAME= libgnomeui-2.2.0.1 CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeui/2.0/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeui/2.2/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmmv@netbsd.org HOMEPAGE= http://www.gnome.org/ COMMENT= Core GNOME2 graphical libraries -BUILD_DEPENDS+= gtk-doc>=0.6:../../textproc/gtk-doc BUILD_USES_MSGFMT= yes +DEPENDS= gnome2-dirs>=1.0:../../misc/gnome2-dirs GNU_CONFIGURE= yes USE_BUILDLINK2= yes @@ -20,6 +20,9 @@ USE_GMAKE= yes USE_PERL5= yes USE_X11= yes +CONFIGURE_ARGS+= --enable-gtk-doc=no +CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html + USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool |