summaryrefslogtreecommitdiff
path: root/x11/gnopernicus/patches
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-10-28 19:13:54 +0000
committerjmmv <jmmv@pkgsrc.org>2004-10-28 19:13:54 +0000
commit191062ad12d077e8db344d45a01c4988ca079edc (patch)
tree6a5beebbc967368d9583ac06722db64060083229 /x11/gnopernicus/patches
parent4638dcd0dd9cc7dc5d5f991ed571de1fd7df34a4 (diff)
downloadpkgsrc-191062ad12d077e8db344d45a01c4988ca079edc.tar.gz
Update to 0.9.16:
Changes in 0.9.16 ================= Speech: * Modify to remove information from queue for an end of speech marker only if the marker is for text for which information is. Changes in 0.9.15 ================= Presentation: Gnopernicus now presents context information for when a toolbar item is focused. Translation: Added and updated Romanian translation. Updated Canadian English, Italian and Simplified Chinese translations. Changes in 0.9.14 ================= Miscelaneous: * Gnopernicus uses now version 1.7 of autotools. Translation: * Updated Danish, Korean, Spanish and British translations. Changes in 0.9.13 ================= Miscelaneous: * Gnopernicus uses now version 1.7 of autotools. Translation: * Updated Danish, Korean, Spanish and British translations. Changes in 0.9.12 ================= Translation: * Added Russian, Turkish, Traditional Chinese translations.
Diffstat (limited to 'x11/gnopernicus/patches')
-rw-r--r--x11/gnopernicus/patches/patch-ab14
-rw-r--r--x11/gnopernicus/patches/patch-ac22
-rw-r--r--x11/gnopernicus/patches/patch-ad22
3 files changed, 29 insertions, 29 deletions
diff --git a/x11/gnopernicus/patches/patch-ab b/x11/gnopernicus/patches/patch-ab
index 64032bf30f4..69a3c01eccf 100644
--- a/x11/gnopernicus/patches/patch-ab
+++ b/x11/gnopernicus/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.2 2004/09/21 17:12:18 jmmv Exp $
+$NetBSD: patch-ab,v 1.3 2004/10/28 19:13:54 jmmv Exp $
---- gnopi/Makefile.in.orig 2004-08-30 18:39:59.000000000 +0200
+--- gnopi/Makefile.in.orig 2004-10-14 08:44:55.000000000 +0200
+++ gnopi/Makefile.in
-@@ -190,7 +190,7 @@ gnopernicus_SOURCES = gnopi.c gnopiu
- LDADD = ../srutil/libsrutil.la ../srconf/libsrconf/libsrconf.la $(GNOPI_LIBS)
+@@ -307,7 +307,7 @@ LDADD = ../srutil/libsrutil.la \
+ $(GNOPI_LIBS)
-translationdir = $(sysconfdir)/gnopernicus-1.0/translation_tables
+translationdir = $(datadir)/examples/gnopernicus/translation_tables
- translation_DATA = de.a2b es.a2b sv.a2b en_US.a2b
-
-
+ translation_DATA = de.a2b \
+ es.a2b \
+ sv.a2b \
diff --git a/x11/gnopernicus/patches/patch-ac b/x11/gnopernicus/patches/patch-ac
index 9fd09e36074..76cc77e086f 100644
--- a/x11/gnopernicus/patches/patch-ac
+++ b/x11/gnopernicus/patches/patch-ac
@@ -1,13 +1,13 @@
-$NetBSD: patch-ac,v 1.3 2004/09/21 17:12:18 jmmv Exp $
+$NetBSD: patch-ac,v 1.4 2004/10/28 19:13:54 jmmv Exp $
---- srcore/Makefile.in.orig 2004-08-30 18:39:59.000000000 +0200
+--- srcore/Makefile.in.orig 2004-10-14 08:44:59.000000000 +0200
+++ srcore/Makefile.in
-@@ -175,7 +175,7 @@ WARN_CXXFLAGS = @WARN_CXXFLAGS@
- X_LIBS = @X_LIBS@
- gnopernicuslocaledir = @gnopernicuslocaledir@
-
--INCLUDES = -I$(srcdir) -I$(top_srcdir)/braille/libbrl -I$(top_srcdir)/speech/libsrs -I$(top_srcdir)/srlow/libsrlow -I$(top_srcdir)/srconf/libsrconf -I$(top_srcdir)/kbd_mouse/libke -I$(top_srcdir)/magnifier/libmag -I$(top_srcdir)/srutil -DGNOPERNICUSLOCALEDIR=\""$(gnopernicuslocaledir)"\" -DBRAILLE_TRANS_TABLES_DIR=\"$(sysconfdir)/gnopernicus-1.0/translation_tables/\" -DPRESENTATION_DIR=\"$(datadir)/gnopernicus/presentation/\" -DBRLMON_DIR=\"$(libexecdir)/\" $(SRCORE_CFLAGS) -DG_LOG_DOMAIN=\"gnopernicus\" -DSRS_NO_MARKERS_SUPPORTED
-+INCLUDES = -I$(srcdir) -I$(top_srcdir)/braille/libbrl -I$(top_srcdir)/speech/libsrs -I$(top_srcdir)/srlow/libsrlow -I$(top_srcdir)/srconf/libsrconf -I$(top_srcdir)/kbd_mouse/libke -I$(top_srcdir)/magnifier/libmag -I$(top_srcdir)/srutil -DGNOPERNICUSLOCALEDIR=\""$(gnopernicuslocaledir)"\" -DBRAILLE_TRANS_TABLES_DIR=\"$(sysconfdir)/translation_tables/\" -DPRESENTATION_DIR=\"$(datadir)/gnopernicus/presentation/\" -DBRLMON_DIR=\"$(libexecdir)/\" $(SRCORE_CFLAGS) -DG_LOG_DOMAIN=\"gnopernicus\" -DSRS_NO_MARKERS_SUPPORTED
-
-
- bin_PROGRAMS = srcore
+@@ -243,7 +243,7 @@ INCLUDES = -I$(srcdir)
+ -I$(top_srcdir)/magnifier/libmag \
+ -I$(top_srcdir)/srutil \
+ -DGNOPERNICUSLOCALEDIR=\""$(gnopernicuslocaledir)"\" \
+- -DBRAILLE_TRANS_TABLES_DIR=\"$(sysconfdir)/gnopernicus-1.0/translation_tables/\" \
++ -DBRAILLE_TRANS_TABLES_DIR=\"$(sysconfdir)/translation_tables/\" \
+ -DPRESENTATION_DIR=\"$(datadir)/gnopernicus/presentation/\" \
+ -DBRLMON_DIR=\"$(libexecdir)/\" \
+ $(SRCORE_CFLAGS) \
diff --git a/x11/gnopernicus/patches/patch-ad b/x11/gnopernicus/patches/patch-ad
index 685fad597f6..930a8b54fd9 100644
--- a/x11/gnopernicus/patches/patch-ad
+++ b/x11/gnopernicus/patches/patch-ad
@@ -1,13 +1,13 @@
-$NetBSD: patch-ad,v 1.2 2004/09/21 17:12:18 jmmv Exp $
+$NetBSD: patch-ad,v 1.3 2004/10/28 19:13:54 jmmv Exp $
---- braille/libbrl/Makefile.in.orig 2004-08-30 18:39:53.000000000 +0200
+--- braille/libbrl/Makefile.in.orig 2004-10-14 08:44:55.000000000 +0200
+++ braille/libbrl/Makefile.in
-@@ -178,7 +178,7 @@ NULL =
-
- libbrl_LTLIBRARIES = libbrl.la
-
--INCLUDES = -I$(top_builddir) -I$(top_srcdir)/srutil -I$(top_srcdir)/srconf/libsrconf -DBRAILLE_TRANS_TABLES_DIR=\"$(sysconfdir)/gnopernicus-1.0/translation_tables/\" -DTTYNAME0=\"$(TTYNAME_0)\" -DTTYNAME1=\"$(TTYNAME_1)\" $(BRLTTY_ACTIVE) $(LIBBRL_CFLAGS) -DG_LOG_DOMAIN=\"gnopernicus\"
-+INCLUDES = -I$(top_builddir) -I$(top_srcdir)/srutil -I$(top_srcdir)/srconf/libsrconf -DBRAILLE_TRANS_TABLES_DIR=\"$(sysconfdir)/translation_tables/\" -DTTYNAME0=\"$(TTYNAME_0)\" -DTTYNAME1=\"$(TTYNAME_1)\" $(BRLTTY_ACTIVE) $(LIBBRL_CFLAGS) -DG_LOG_DOMAIN=\"gnopernicus\"
-
-
- LDFLAGS = $(LIBBRL_LIBS) @LT_VERSION_INFO@
+@@ -240,7 +240,7 @@ libbrl_LTLIBRARIES = libbrl.la
+ INCLUDES = -I$(top_builddir) \
+ -I$(top_srcdir)/srutil \
+ -I$(top_srcdir)/srconf/libsrconf \
+- -DBRAILLE_TRANS_TABLES_DIR=\"$(sysconfdir)/gnopernicus-1.0/translation_tables/\" \
++ -DBRAILLE_TRANS_TABLES_DIR=\"$(sysconfdir)/translation_tables/\" \
+ -DTTYNAME0=\"$(TTYNAME_0)\" -DTTYNAME1=\"$(TTYNAME_1)\" \
+ $(BRLTTY_ACTIVE) \
+ $(LIBBRL_CFLAGS) \