2.10.0 ("La movida") * Translations: - Some translations updates 2.9.92 ("Magical Fenix") * Translations: - Lot of translations updates - New Ukrainian translation of the documentation by Maxim V. Dziumanenko <mvd@mylinux.com.ua> 2.9.91 ("Hänsel und Gretel") * Fixes: - Port to the new libmenu API to get the list of available applications. - Fix the applets loading. 2.9.3 ("Wild Rose") * Translations: - Updated Italian, Chinese, Swedish, Estonian and German translations. 2.9.2 ("Tres Jotas") * Fixes: - Use the command line option --include-file to include a file - Skip the product/component pages if the application is passed on the command line (also show its name in the intro page) * Improvements: - Added a kill command line argument for killing that pid after the bug report is sent (this is useful for calling bud-buddy inside your application when a non-segfaulf crash occurs, like in python code or scheme, etc...)
44 lines
1.4 KiB
Makefile
44 lines
1.4 KiB
Makefile
# $NetBSD: Makefile,v 1.30 2005/03/22 16:27:52 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= bug-buddy-2.10.0
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/bug-buddy/2.10/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= sab@posix.org.uk
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Graphical GNOME2 bug reporting tool
|
|
|
|
BUILD_USES_MSGFMT= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK3= YES
|
|
USE_DIRS+= gnome2-1.5
|
|
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/desktop-file-utils/desktopdb.mk"
|
|
.include "../../sysutils/gnome-menus/buildlink3.mk"
|
|
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
|
|
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/gnome-desktop/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|