7ed1780b10
* Added workaround for SEGV bug in GnomeMessageBox in gnome-libs 1.2.3. * A few changes in the generated code to keep g++ happy. * Added gtk_widget_grab_focus() and gtk_widget_activate_default() to the lists of standard signal handlers. * Changed the widget tree view so it automatically expands to show selected widgets. * Updates to Russian, Swedish, French, Korean and Japanese translations. * Fixed code generation bug with GnomePropertyBox which caused a SEGV. * Added support for the "relief" property for GtkButton & GtkToggleButton. This is the only change to the XML file format. * Fixed menu editor bug which meant that widgets were occasionally given the same name. * Added support for tooltips for GtkRadioButton and GtkCheckButton. * Better support for keyboard navigation (from Jon K Hellan). * Fixed --write-source option so it handles relative paths (from Rick Niles). * Stopped installing logo into `gnome-config --datadir` since it causes problems for people installing in personal directories etc. Also changed the generated Makefile.am so it doesn't do it either. * Added 'Class' property to the property editor so you can see the class of the selected widget (from Jon K Hellan). * Output the GtkOptionMenu and GtkCombo item strings separately in the translatable strings file. * Allowed start & finish pages of a GnomeDruid to be removed, in case the developer wants to replace them with custom pages. * Fixed the 'Redisplay Window' (Ctl-R) command so it should work again. * Added the XML file and the autogen.sh file to the EXTRA_DIST in the generated Makefile.am so they get distributed with the project.
31 lines
1.1 KiB
Makefile
31 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.17 2000/10/15 17:20:44 rh Exp $
|
|
# FreeBSD Id: Makefile,v 1.10 1998/11/18 17:35:16 vanilla Exp
|
|
#
|
|
|
|
DISTNAME= glade-0.5.11
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://glade.pn.org/ \
|
|
${MASTER_SITE_GNOME:=stable/sources/glade/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://glade.pn.org/
|
|
|
|
DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
|
|
USE_X11BASE= yes
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/doc/glade
|
|
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/glade
|
|
${INSTALL_MAN} ${WRKSRC}/TODO ${PREFIX}/share/doc/glade
|
|
${INSTALL_MAN} ${WRKSRC}/doc/developer.txt ${PREFIX}/share/doc/glade
|
|
${INSTALL_MAN} ${WRKSRC}/doc/file_format.txt ${PREFIX}/share/doc/glade
|
|
${INSTALL_MAN} ${WRKSRC}/doc/generic.txt ${PREFIX}/share/doc/glade
|
|
${INSTALL_MAN} ${WRKSRC}/doc/manual.txt ${PREFIX}/share/doc/glade
|
|
${INSTALL_MAN} ${WRKSRC}/doc/notes.txt ${PREFIX}/share/doc/glade
|
|
${INSTALL_MAN} ${WRKSRC}/doc/portability.txt ${PREFIX}/share/doc/glade
|
|
${INSTALL_MAN} ${WRKSRC}/doc/source_code.txt ${PREFIX}/share/doc/glade
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|