unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#28624: [PATCH] Add missing closing brace to tklib
@ 2017-09-27 18:50 Maxim Cournoyer
  2017-09-27 18:58 ` Danny Milosavljevic
  0 siblings, 1 reply; 3+ messages in thread
From: Maxim Cournoyer @ 2017-09-27 18:50 UTC (permalink / raw)
  To: 28624

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

This patch fixes a missing closing brace in the description of tklib, as
reported by jlicht in #guix.

It caused the "guix package --search" feature to break on master.

Maxim

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-tklib-Add-missing-closing-brace.patch --]
[-- Type: text/x-patch, Size: 819 bytes --]

From 98b167b3f00c5416365062fac000ab1b9deb9d10 Mon Sep 17 00:00:00 2001
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Date: Wed, 27 Sep 2017 14:38:22 -0400
Subject: [PATCH] gnu: tklib: Add missing closing brace.

* gnu/packages/tcl.scm (tklib): Add closing brace.

Thanks to jlicht for reporting it in #guix.
---
 gnu/packages/tcl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm
index 49cee3e05..34c84c1bf 100644
--- a/gnu/packages/tcl.scm
+++ b/gnu/packages/tcl.scm
@@ -276,7 +276,7 @@ modules for Tk, all written in high-level Tcl.  Examples of provided widgets:
 @enumerate
 @item @code{chatwidget}
 @item @code{datefield}
-@item @code{tooltip
+@item @code{tooltip}
 @item @code{cursor}
 @item @code{ipentry}
 @item @code{tablelist}
-- 
2.14.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#28624: [PATCH] Add missing closing brace to tklib
  2017-09-27 18:50 bug#28624: [PATCH] Add missing closing brace to tklib Maxim Cournoyer
@ 2017-09-27 18:58 ` Danny Milosavljevic
  2017-09-27 19:30   ` bug#28624: [PATCHv2] " Maxim Cournoyer
  0 siblings, 1 reply; 3+ messages in thread
From: Danny Milosavljevic @ 2017-09-27 18:58 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: 28624-done

I pushed is patch to master as 958be7a4232c934c6480548efb86a00303e0eb71.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#28624: [PATCHv2] Add missing closing brace to tklib
  2017-09-27 18:58 ` Danny Milosavljevic
@ 2017-09-27 19:30   ` Maxim Cournoyer
  0 siblings, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2017-09-27 19:30 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 28624-done

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

Danny Milosavljevic <dannym@scratchpost.org> writes:

> I pushed is patch to master as 958be7a4232c934c6480548efb86a00303e0eb71.

Sorry, I sent the patch too soon, there was another problem, where # was
used in place of @ in the same description :/.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-tklib-Fix-texinfo-description.patch --]
[-- Type: text/x-patch, Size: 1092 bytes --]

From 61091a95f7e90aa351d473037a984533b315f585 Mon Sep 17 00:00:00 2001
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Date: Wed, 27 Sep 2017 14:38:22 -0400
Subject: [PATCH] gnu: tklib: Fix texinfo description.

* gnu/packages/tcl.scm (tklib): Fix texinfo description.

Thanks to jlicht for reporting it in #guix.
---
 gnu/packages/tcl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm
index 49cee3e05..5d9eba75f 100644
--- a/gnu/packages/tcl.scm
+++ b/gnu/packages/tcl.scm
@@ -276,7 +276,7 @@ modules for Tk, all written in high-level Tcl.  Examples of provided widgets:
 @enumerate
 @item @code{chatwidget}
 @item @code{datefield}
-@item @code{tooltip
+@item @code{tooltip}
 @item @code{cursor}
 @item @code{ipentry}
 @item @code{tablelist}
@@ -289,7 +289,7 @@ modules for Tk, all written in high-level Tcl.  Examples of provided widgets:
 @item @code{ctext}
 @item @code{autosscroll}
 @item @code{canvas}
-#end enumerate")
+@end enumerate")
     (license (package-license tcl))))
 
 (define-public tclxml
-- 
2.14.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-27 19:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-27 18:50 bug#28624: [PATCH] Add missing closing brace to tklib Maxim Cournoyer
2017-09-27 18:58 ` Danny Milosavljevic
2017-09-27 19:30   ` bug#28624: [PATCHv2] " Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).