1f8552aa22
What's new in GOK 1.0.5? * Respond to more children-changed:add events, specifically, rebuild the UI component list if children are added to ROLE_FRAME objects, ROLE_ROOT_PANE objects, or ROLE_PANEL objects (in addition to the roles already listened to, for instance ROLE_HTML_CONTAINER). * Handle the somewhat aberrant menus that some gtk+ apps exhibit if their UIs were created with glade - namely, menus may have ROLE_MENU_ITEM instead of ROLE_MENU. If a ROLE_MENU_ITEM has children, then we now treat it as though it had ROLE_MENU. What's new in GOK 1.0.4? * Fix for #301377, we can now handle actionable table cells even if they don't have unique names. * We now grab focus if the actionable item is a button; this improves behavior with the gtk file selector. * New languages: "eu" (Basque), Iñaki Larrañaga. "rw" (Rwandan), Steve Murphy. * Fix for #172111.
41 lines
1.2 KiB
Makefile
41 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.30 2005/08/21 11:32:46 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= gok-1.0.5
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gok/1.0/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= GNOME On-Screen Keyboard
|
|
|
|
USE_DIRS+= gnome2-1.5
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
|
|
|
PKGCONFIG_OVERRIDE+= gok-1.0.pc.in
|
|
|
|
GCONF2_SCHEMAS= gok.schemas
|
|
|
|
.include "../../audio/esound/buildlink3.mk"
|
|
.include "../../audio/gnome-speech/buildlink3.mk"
|
|
.include "../../devel/at-spi/buildlink3.mk"
|
|
.include "../../devel/atk/buildlink3.mk"
|
|
.include "../../devel/gail/buildlink3.mk"
|
|
.include "../../devel/GConf2/schemas.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/libbonobo/buildlink3.mk"
|
|
.include "../../devel/libglade2/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../devel/libwnck/buildlink3.mk"
|
|
.include "../../net/ORBit2/buildlink3.mk"
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|