From: Danny Milosavljevic <dannym@scratchpost.org>
To: 28100@debbugs.gnu.org
Subject: [bug#28100] [PATCH 1/2] gnu: Add liblinebreak.
Date: Tue, 15 Aug 2017 20:47:08 +0200 [thread overview]
Message-ID: <20170815184709.18690-1-dannym@scratchpost.org> (raw)
In-Reply-To: <20170815184452.18629-1-dannym@scratchpost.org>
* gnu/packages/ebook.scm (liblinebreak): New variable.
---
gnu/packages/ebook.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index 32f4f3b2d..187d1ed63 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -195,3 +195,23 @@ ebooks for convenient reading.")
license:public-domain
license:silofl1.1
license:cc-by-sa3.0))))
+
+(define-public liblinebreak
+ (package
+ (name "liblinebreak")
+ (version "2.1")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://sourceforge/vimgadgets"
+ "/liblinebreak/" version
+ "/liblinebreak-" version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1f36dbq7nc77lln1by2n1yl050g9dc63viawhs3gc3169mavm36x"))))
+ (build-system gnu-build-system)
+ (home-page "http://vimgadgets.sourceforge.net/liblinebreak/")
+ (synopsis "Library for detecting where linebreaks are allowed in text")
+ (description "@code{liblinebreak} is a library that can be used to detect
+where linebreaks are allowed in a given text.")
+ (license license:zlib)))
next prev parent reply other threads:[~2017-08-15 18:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-15 18:44 [bug#28100] [PATCH 0/2] Add FBReader Danny Milosavljevic
2017-08-15 18:47 ` Danny Milosavljevic [this message]
2017-08-15 18:47 ` [bug#28100] [PATCH 2/2] gnu: Add fbreader Danny Milosavljevic
2017-08-16 9:00 ` Ricardo Wurmus
2017-08-16 9:03 ` [bug#28100] [PATCH 1/2] gnu: Add liblinebreak Ricardo Wurmus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170815184709.18690-1-dannym@scratchpost.org \
--to=dannym@scratchpost.org \
--cc=28100@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.