summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-08-30 11:42:27 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-08-30 11:42:27 +0000
commit8c77611b6468f1c5103ae0aeba1c3832eac5ed89 (patch)
treef78fa051c807e129febf63275500bf9c9c2d6fef /app-accessibility/gnopernicus/files
parentRe-added osx patch as it's still needed, I trusted upstream on that but direc... (diff)
downloadgentoo-2-8c77611b6468f1c5103ae0aeba1c3832eac5ed89.tar.gz
gentoo-2-8c77611b6468f1c5103ae0aeba1c3832eac5ed89.tar.bz2
gentoo-2-8c77611b6468f1c5103ae0aeba1c3832eac5ed89.zip
New release: 0.11.5
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-accessibility/gnopernicus/files')
-rw-r--r--app-accessibility/gnopernicus/files/digest-gnopernicus-0.11.41
-rw-r--r--app-accessibility/gnopernicus/files/digest-gnopernicus-0.11.51
-rw-r--r--app-accessibility/gnopernicus/files/gnopernicus-0.11.5-i18n_macros.patch21
3 files changed, 22 insertions, 1 deletions
diff --git a/app-accessibility/gnopernicus/files/digest-gnopernicus-0.11.4 b/app-accessibility/gnopernicus/files/digest-gnopernicus-0.11.4
deleted file mode 100644
index 1b00be85277c..000000000000
--- a/app-accessibility/gnopernicus/files/digest-gnopernicus-0.11.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bdf481d42904fae9de4ef9ecc7373523 gnopernicus-0.11.4.tar.bz2 2119358
diff --git a/app-accessibility/gnopernicus/files/digest-gnopernicus-0.11.5 b/app-accessibility/gnopernicus/files/digest-gnopernicus-0.11.5
new file mode 100644
index 000000000000..dd79515e6e53
--- /dev/null
+++ b/app-accessibility/gnopernicus/files/digest-gnopernicus-0.11.5
@@ -0,0 +1 @@
+MD5 a12235ac42a21eb143ffa2da09e3d059 gnopernicus-0.11.5.tar.bz2 2156948
diff --git a/app-accessibility/gnopernicus/files/gnopernicus-0.11.5-i18n_macros.patch b/app-accessibility/gnopernicus/files/gnopernicus-0.11.5-i18n_macros.patch
new file mode 100644
index 000000000000..d39f4f8b83c7
--- /dev/null
+++ b/app-accessibility/gnopernicus/files/gnopernicus-0.11.5-i18n_macros.patch
@@ -0,0 +1,21 @@
+diff -NurdB gnopernicus-0.11.5/braille/libbrl/ttybrl.c gnopernicus-0.11.5-patched/braille/libbrl/ttybrl.c
+--- gnopernicus-0.11.5/braille/libbrl/ttybrl.c 2005-08-22 07:08:02.000000000 -0500
++++ gnopernicus-0.11.5-patched/braille/libbrl/ttybrl.c 2005-08-30 03:15:50.000000000 -0500
+@@ -190,7 +190,7 @@
+ client_callback (bec, &bed);
+ break;
+ default:
+- fprintf(stderr,_("BRLTTY command code not bound to Gnopernicus key code: 0X%04X\n)", keypress);
++ fprintf(stderr,_("BRLTTY command code not bound to Gnopernicus key code: 0X%04X\n"), keypress);
+ break;
+ }
+ break;
+@@ -267,7 +267,7 @@
+ return 0;
+ }
+
+- fprintf(stderr, _("BrlAPI detected a %dx%d display\n)", dd.x, dd.y);
++ fprintf(stderr, _("BrlAPI detected a %dx%d display\n"), dd.x, dd.y);
+
+ device->cell_count = dd.x * dd.y;
+ device->display_count = 1; /* No status cells implemented yet */