pkgsrc/x11/gnopernicus/Makefile

68 lines
2 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.40 2006/03/21 06:00:53 jlam Exp $
#
Update to 0.11.7: ================= Changes in 0.11.7 ================= Braille: * Update to use last brltty version 3.7. * Map more commands from brltty to gnopernicus commands. Translations: * Add Persion language. * Updated Kurdish, Vietnamese, Brazilian Portuguese, Basque translations. ================= Changes in 0.11.6 ================= Translations: * Updated Catalan, Portuguese, Polish, Czech, Romanian, German, Japanese, Hungarian, Bulgarian, Lithuanian, Norwegian, Albanian, Vietnamese, Canadian English, Spanish, Gujarati, Galician, Greek, Russian, Finnish, Turkish, Welsh, Traditional Chinese, Norwegian, Hungarian, French and Serbian translations. ================= Changes in 0.11.5 ================= Braille: * The user can now specify the connection port manually. * The BRLTTY device will be present in the device list only if brltty is present at compile time. Translations: * Updated Catalan, Spanish, Gujarati, Canadian English, Greek, Vietnamese, Russian, Albanian, Hungarian, Ukrainian, Finnish, Lithuanian, Portuguese, Norwegian, German, Traditional Chinese, Japanese and Polish translations. ================= Changes in 0.11.4 ================= Translations: * Updated Gujarati, Simplified Chinese, Polish, Norwegian, Vietnamese, Canadian English, and Finnish translations. ================= Changes in 0.11.3 ================= Braille: * Added support for BAUM PocketVario24 and BAUM SuperVario40. Translations: * Added translation for punctuation signs. * Updated German, Norwegian, Traditional Chinese, Canadian English, Spanish, Vietnamese and Finnish translations. ================= Changes in 0.11.2 ================= General: * Improved reporting of StarOfficeCalc cells when navigating trough the spreadsheet; Translations: * Updated Canadian English, Japanese, Greek, Welsh, Nepali, Czech, Simplified Chinese, Bulgarian, Danish, French and German translations. ================= Changes in 0.11.1 ================= Speech: * Report the active line in a table even if it is not selected. * Report the new state if a table line became selected or unselected. * Restart speech if it dies while initializing. ================= Changes in 0.11.0 ================= Speech: * Improved reporting for tables. * Improved speech interrupt when switching between objects. Magnifier: * Changed the presentation to magnifier: objects larger than or equal with desktop size are not presented to magnifier.
2005-10-16 14:12:01 +02:00
DISTNAME= gnopernicus-0.11.7
PKGREVISION= 5
CATEGORIES= x11
Update to 0.11.7: ================= Changes in 0.11.7 ================= Braille: * Update to use last brltty version 3.7. * Map more commands from brltty to gnopernicus commands. Translations: * Add Persion language. * Updated Kurdish, Vietnamese, Brazilian Portuguese, Basque translations. ================= Changes in 0.11.6 ================= Translations: * Updated Catalan, Portuguese, Polish, Czech, Romanian, German, Japanese, Hungarian, Bulgarian, Lithuanian, Norwegian, Albanian, Vietnamese, Canadian English, Spanish, Gujarati, Galician, Greek, Russian, Finnish, Turkish, Welsh, Traditional Chinese, Norwegian, Hungarian, French and Serbian translations. ================= Changes in 0.11.5 ================= Braille: * The user can now specify the connection port manually. * The BRLTTY device will be present in the device list only if brltty is present at compile time. Translations: * Updated Catalan, Spanish, Gujarati, Canadian English, Greek, Vietnamese, Russian, Albanian, Hungarian, Ukrainian, Finnish, Lithuanian, Portuguese, Norwegian, German, Traditional Chinese, Japanese and Polish translations. ================= Changes in 0.11.4 ================= Translations: * Updated Gujarati, Simplified Chinese, Polish, Norwegian, Vietnamese, Canadian English, and Finnish translations. ================= Changes in 0.11.3 ================= Braille: * Added support for BAUM PocketVario24 and BAUM SuperVario40. Translations: * Added translation for punctuation signs. * Updated German, Norwegian, Traditional Chinese, Canadian English, Spanish, Vietnamese and Finnish translations. ================= Changes in 0.11.2 ================= General: * Improved reporting of StarOfficeCalc cells when navigating trough the spreadsheet; Translations: * Updated Canadian English, Japanese, Greek, Welsh, Nepali, Czech, Simplified Chinese, Bulgarian, Danish, French and German translations. ================= Changes in 0.11.1 ================= Speech: * Report the active line in a table even if it is not selected. * Report the new state if a table line became selected or unselected. * Restart speech if it dies while initializing. ================= Changes in 0.11.0 ================= Speech: * Improved reporting for tables. * Improved speech interrupt when switching between objects. Magnifier: * Changed the presentation to magnifier: objects larger than or equal with desktop size are not presented to magnifier.
2005-10-16 14:12:01 +02:00
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnopernicus/0.11/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Collection of accessibility apps for GNOME 2
USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake pkg-config
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
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
CONF_FILES+= ${EGDIR}/translation_tables/sv.a2b \
${PKG_SYSCONFDIR}/translation_tables/sv.a2b
2005-06-01 21:44:07 +02:00
PKG_OPTIONS_VAR= PKG_OPTIONS.gnopernicus
PKG_SUPPORTED_OPTIONS= inet6
2005-06-01 21:44:07 +02:00
.include "../../mk/bsd.options.mk"
2005-06-01 21:44:07 +02:00
.if !empty(PKG_OPTIONS:Minet6)
CONFIGURE_ARGS+= --enable-ipv6
.else
CONFIGURE_ARGS+= --disable-ipv6
.endif
CONFIGURE_ARGS+= --disable-gtk-doc
PKGCONFIG_OVERRIDE+= gnopernicus-1.0.pc.in
GCONF2_SCHEMAS+= brlmonitor.schemas
GCONF2_SCHEMAS+= gnopernicus.schemas
GCONF2_SCHEMAS+= remote.schemas
BUILDLINK_DEPENDS.glib2+= glib2>=2.4.1
2004-02-17 23:13:19 +01:00
.include "../../audio/gnome-speech/buildlink3.mk"
.include "../../devel/at-spi/buildlink3.mk"
.include "../../devel/GConf2/schemas.mk"
2004-02-17 23:13:19 +01:00
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
2004-02-17 23:13:19 +01:00
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
2004-02-17 23:13:19 +01:00
.include "../../x11/gnome-mag/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"