pkgsrc/devel/eel2/Makefile
jmmv eeb0bdbe55 Update to 2.14.0:
Major changes in 2.14.0 were:
* Translation updates
* Fix a11y crash

Major changes in 2.13.92 were:
* Translation fixes for EditableLabel context menu
* Build fixes

Major changes in 2.13.91 were:
* Fix exec line for open-with desktop files
* Translation updates

Major changes in 2.13.90 were:
* Translation updates.

Major changes in 2.13.4 were:
* New background setting mode supported
* Add eel_mime_get_availible_mime_types()
* HIG fixes to open with dialog
* Don't show alerts in taskbar

Major changes in 2.13.3 were:
* Remove titles from alerts
* Use GtkComboBox instead of (deprecated) GtkOptionMenu

Major changes in 2.13.2 were:
* Fix translations in alerts
* Code cleanups

Major changes in 2.13.1 were:
* sort by name in application chooser
2006-03-30 21:12:06 +00:00

37 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.51 2006/03/30 21:12:06 jmmv Exp $
DISTNAME= eel-2.14.0
PKGNAME= ${DISTNAME:S/-/2-/}
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/eel/2.14/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Eazel Extensions Library for GNOME2
BUILD_USES_MSGFMT= YES
USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake pkg-config
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
PKGCONFIG_OVERRIDE= eel-2.0.pc.in
.include "../../devel/GConf2/buildlink3.mk"
.include "../../devel/gail/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../graphics/libart2/buildlink3.mk"
.include "../../sysutils/gnome-menus/buildlink3.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gnome-desktop/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"