2.6.0 ("Almodóvar did it again!") * Fixes: - Fix a compiler error (bug #135625) * Translations: - Updated Brasilian translation (Gustavo Noronha Silva) - Updated Bengali translation (Khandakar Mujahidul Islam) - Added Punjabi translation (Jaswinder Singh Phulewala) - Updated Welsh translation (Telsa Gwynne) - Added British translation (Gareth Owen) 2.5.92 ("We are the champions") * Fixes: - Update to application/x-core MIME type - Disable Back button when debugging is the first page * Improvements: - Update translated docs (Glynn Foster) - 2.5.90 ("I love it when a plan comes together") * Fixes; - Fix a crash when going back from the email page. Thanks to Simon Frankau for fixing this (bug #126449) - Fix a crash when checking versions twice (bug #134167) - Load product list after failing guessing. * Improvements: - Kill the confirmation dialog - Set the FileChooser in save mode for saving bug reports 2.5.3 ("No name release") * Fixes: - Fix Application cooment (Vincent Untz) - Some build fixes (Jason Leach, Alexander Winston, Vincent Berger) - Fix typos in schemas * Improvements: - If GNOME version is older than 6 months suggest upgrading - Use GtkFileChooser in entries 2.5.2 ("Franco Corelli") * Fixes: - Preserve bug description - Don't hardcode FileChooser size - Don't add closed products * Improvements: - Report Irix, Fedora and Gentoo "distributions" - Show only Applications we can submit bugs to bugzilla (Bug #129138) - Use a radio button to switch between Applications/Porducts view - Add application/product name to component page (Bug #128349) - Ported to gtk_icon_theme_* - Add translators to about dialog - Port configuration to GConf 2.5.1 ("Mi mamá prefiere GNOME") * Fixes: - Load again component list * Improvements: - Use GtkFileChooser in the non-glade stuff (Jan Arne Petersen) 2.5.0 ("He tardado 10 minutos en atarme las botas") * Fixes: - Fix some mem leaks (Kjartan Maraas, bug #125396) - Disable deprecations (Sivaiah N) - Fix crash when trying to debug a non-found program (Vincent Untz, bug #115147) * Improvements: - Don't show up to three windows at a time (Vincent Untz, bug #110817)
40 lines
1.2 KiB
Makefile
40 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.25 2004/04/01 18:54:03 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= bug-buddy-2.6.0
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/bug-buddy/2.6/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= sab@posix.org.uk
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Graphical GNOME2 bug reporting tool
|
|
|
|
BUILD_USES_MSGFMT= YES
|
|
DEPENDS+= gnome2-dirs>=1.5:../../misc/gnome2-dirs
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK3= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_X11= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
GCONF2_SCHEMAS= bug-buddy.schemas
|
|
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
|
.include "../../devel/GConf2/schemas.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libbonobo/buildlink3.mk"
|
|
.include "../../devel/libglade2/buildlink3.mk"
|
|
.include "../../devel/libgnome/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../devel/libglade2/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../graphics/libgnomecanvas/buildlink3.mk"
|
|
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
|
.include "../../x11/gnome-desktop/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|