2007-03-21 13:05:41 +01:00
|
|
|
# $NetBSD: Makefile,v 1.50 2007/03/21 12:05:56 wiz Exp $
|
2003-12-30 18:56:39 +01:00
|
|
|
#
|
|
|
|
|
Update to 1.1.1:
Changes in 1.1.1
Magnifier:
* when source changes, move UI to the new source.
Braille:
* send text to brltty, this way it decides what to display
Translation:
* added: Bengali India
* updated: Dzongkha, Bulgarian, Catalan, German, French, Finnish, Gujarati
Changes in 1.1.0
Speech:
* added presentation for spread sheet cells and paragraphs
* reworked presentation for combos
* shutup speech when a key is pressed
* changed keyboard library
Magnifier:
* changed presentation for paragraphs
* zoomer boundaries clamped to screen boundaries
* do not assume that source and target have same size
Braille:
* added French braille table
* added braille tty support
Translation:
* added: Georgian, Dzongkha
* updated: Albanian, Brazilian Portuguese, Czech, Catalan, Galician,
Vietnamese, Gujarati, French
2006-08-06 21:09:10 +02:00
|
|
|
DISTNAME= gnopernicus-1.1.1
|
2007-03-21 13:05:41 +01:00
|
|
|
PKGREVISION= 2
|
2003-12-30 18:56:39 +01:00
|
|
|
CATEGORIES= x11
|
Update to 1.1.1:
Changes in 1.1.1
Magnifier:
* when source changes, move UI to the new source.
Braille:
* send text to brltty, this way it decides what to display
Translation:
* added: Bengali India
* updated: Dzongkha, Bulgarian, Catalan, German, French, Finnish, Gujarati
Changes in 1.1.0
Speech:
* added presentation for spread sheet cells and paragraphs
* reworked presentation for combos
* shutup speech when a key is pressed
* changed keyboard library
Magnifier:
* changed presentation for paragraphs
* zoomer boundaries clamped to screen boundaries
* do not assume that source and target have same size
Braille:
* added French braille table
* added braille tty support
Translation:
* added: Georgian, Dzongkha
* updated: Albanian, Brazilian Portuguese, Czech, Catalan, Galician,
Vietnamese, Gujarati, French
2006-08-06 21:09:10 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnopernicus/1.1/}
|
2003-12-30 18:56:39 +01:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2003-12-30 18:56:39 +01:00
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
COMMENT= Collection of accessibility apps for GNOME 2
|
|
|
|
|
2004-04-14 18:15:20 +02:00
|
|
|
USE_DIRS+= gnome2-1.5
|
2006-07-05 07:37:39 +02:00
|
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
2003-12-30 18:56:39 +01:00
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2005-12-06 00:55:01 +01:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
2006-03-30 23:31:53 +02:00
|
|
|
CONFIGURE_ARGS+= --with-sysconfsubdir=
|
2004-02-17 23:40:30 +01:00
|
|
|
PKG_SYSCONFSUBDIR= gnopernicus
|
|
|
|
OWN_DIRS+= ${PKG_SYSCONFDIR}/translation_tables
|
|
|
|
EGDIR= ${PREFIX}/share/examples/gnopernicus
|
|
|
|
|
|
|
|
CONF_FILES= ${EGDIR}/translation_tables/de.a2b \
|
|
|
|
${PKG_SYSCONFDIR}/translation_tables/de.a2b
|
|
|
|
CONF_FILES+= ${EGDIR}/translation_tables/en_US.a2b \
|
|
|
|
${PKG_SYSCONFDIR}/translation_tables/en_US.a2b
|
|
|
|
CONF_FILES+= ${EGDIR}/translation_tables/es.a2b \
|
|
|
|
${PKG_SYSCONFDIR}/translation_tables/es.a2b
|
Update to 1.1.1:
Changes in 1.1.1
Magnifier:
* when source changes, move UI to the new source.
Braille:
* send text to brltty, this way it decides what to display
Translation:
* added: Bengali India
* updated: Dzongkha, Bulgarian, Catalan, German, French, Finnish, Gujarati
Changes in 1.1.0
Speech:
* added presentation for spread sheet cells and paragraphs
* reworked presentation for combos
* shutup speech when a key is pressed
* changed keyboard library
Magnifier:
* changed presentation for paragraphs
* zoomer boundaries clamped to screen boundaries
* do not assume that source and target have same size
Braille:
* added French braille table
* added braille tty support
Translation:
* added: Georgian, Dzongkha
* updated: Albanian, Brazilian Portuguese, Czech, Catalan, Galician,
Vietnamese, Gujarati, French
2006-08-06 21:09:10 +02:00
|
|
|
CONF_FILES+= ${EGDIR}/translation_tables/fr.a2b \
|
|
|
|
${PKG_SYSCONFDIR}/translation_tables/fr.a2b
|
2004-02-17 23:40:30 +01:00
|
|
|
CONF_FILES+= ${EGDIR}/translation_tables/sv.a2b \
|
|
|
|
${PKG_SYSCONFDIR}/translation_tables/sv.a2b
|
2006-04-04 20:07:16 +02:00
|
|
|
INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS}
|
2006-03-30 23:31:53 +02:00
|
|
|
INSTALL_MAKE_FLAGS+= translationdir=${EGDIR}/translation_tables
|
2004-02-17 23:40:30 +01:00
|
|
|
|
2005-06-01 21:44:07 +02:00
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.gnopernicus
|
|
|
|
PKG_SUPPORTED_OPTIONS= inet6
|
2003-12-30 18:56:39 +01:00
|
|
|
|
2005-06-01 21:44:07 +02:00
|
|
|
.include "../../mk/bsd.options.mk"
|
2003-12-30 18:56:39 +01:00
|
|
|
|
2005-06-01 21:44:07 +02:00
|
|
|
.if !empty(PKG_OPTIONS:Minet6)
|
2003-12-30 18:56:39 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-ipv6
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-ipv6
|
|
|
|
.endif
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
|
|
|
|
2007-02-22 20:26:05 +01:00
|
|
|
PKGCONFIG_OVERRIDE+= gnopernicus-1.0.pc.in
|
2003-12-30 18:56:39 +01:00
|
|
|
|
|
|
|
GCONF2_SCHEMAS+= brlmonitor.schemas
|
|
|
|
GCONF2_SCHEMAS+= gnopernicus.schemas
|
|
|
|
GCONF2_SCHEMAS+= remote.schemas
|
|
|
|
|
Update to 1.1.1:
Changes in 1.1.1
Magnifier:
* when source changes, move UI to the new source.
Braille:
* send text to brltty, this way it decides what to display
Translation:
* added: Bengali India
* updated: Dzongkha, Bulgarian, Catalan, German, French, Finnish, Gujarati
Changes in 1.1.0
Speech:
* added presentation for spread sheet cells and paragraphs
* reworked presentation for combos
* shutup speech when a key is pressed
* changed keyboard library
Magnifier:
* changed presentation for paragraphs
* zoomer boundaries clamped to screen boundaries
* do not assume that source and target have same size
Braille:
* added French braille table
* added braille tty support
Translation:
* added: Georgian, Dzongkha
* updated: Albanian, Brazilian Portuguese, Czech, Catalan, Galician,
Vietnamese, Gujarati, French
2006-08-06 21:09:10 +02:00
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.4.1
|
|
|
|
BUILDLINK_API_DEPENDS.gnome-speech+= gnome-speech>=0.3.5
|
|
|
|
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.8.0
|
|
|
|
BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.6.7
|
2005-03-22 17:32:32 +01:00
|
|
|
|
2004-02-17 23:13:19 +01:00
|
|
|
.include "../../audio/gnome-speech/buildlink3.mk"
|
|
|
|
.include "../../devel/at-spi/buildlink3.mk"
|
2003-12-30 18:56:39 +01:00
|
|
|
.include "../../devel/GConf2/schemas.mk"
|
2004-02-17 23:13:19 +01:00
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
2005-03-22 17:32:32 +01:00
|
|
|
.include "../../devel/libglade2/buildlink3.mk"
|
2004-02-17 23:13:19 +01:00
|
|
|
.include "../../devel/libgnome/buildlink3.mk"
|
|
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
Update to 1.1.1:
Changes in 1.1.1
Magnifier:
* when source changes, move UI to the new source.
Braille:
* send text to brltty, this way it decides what to display
Translation:
* added: Bengali India
* updated: Dzongkha, Bulgarian, Catalan, German, French, Finnish, Gujarati
Changes in 1.1.0
Speech:
* added presentation for spread sheet cells and paragraphs
* reworked presentation for combos
* shutup speech when a key is pressed
* changed keyboard library
Magnifier:
* changed presentation for paragraphs
* zoomer boundaries clamped to screen boundaries
* do not assume that source and target have same size
Braille:
* added French braille table
* added braille tty support
Translation:
* added: Georgian, Dzongkha
* updated: Albanian, Brazilian Portuguese, Czech, Catalan, Galician,
Vietnamese, Gujarati, French
2006-08-06 21:09:10 +02:00
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
2004-02-17 23:13:19 +01:00
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
2003-12-30 18:56:39 +01:00
|
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
2004-02-17 23:13:19 +01:00
|
|
|
.include "../../x11/gnome-mag/buildlink3.mk"
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
2003-12-30 18:56:39 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|