What's new in GOK 0.11.15 ? * Bug fixes including: 155556, 157138, 157221, 154961, 155805, 156802 154918, 156802. * Mostly fixes and improvements to the dynamic accessibility keyboards. What's new in GOK 0.11.14 ? * Bug fixes including: 155182 (double actions), 154499, 154604, #156153, #156479, 155344, 155473, 155476, 155512. * LoginHelper's setSafe implementation now prevents word completion, as it should. * Distinguish between HTML content and browser controls. * Hush compiler warnings (bug 154915).
41 lines
1.2 KiB
Makefile
41 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.20 2004/11/05 14:11:41 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= gok-0.11.15
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gok/0.11/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= GNOME On-Screen Keyboard
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_DIRS+= gnome2-1.5
|
|
USE_GNU_TOOLS+= make
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_X11= 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/libgnomeui/buildlink3.mk"
|
|
.include "../../devel/libwnck/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|