Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5673e686d3a37b5751d5bad19f44fdee843588bb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5673e686d3a37b5751d5bad19f44fdee843588bb)
  • Date: Sun, 3 Sep 2017 01:00:46 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ChangeLog | 3 +++
doc/bookworm/BUILD | 1 +
doc/bookworm/DEPENDS | 7 +++++++
doc/bookworm/DETAILS | 22 ++++++++++++++++++++++
doc/bookworm/HISTORY | 2 ++
doc/bookworm/PREPARE | 2 ++
6 files changed, 37 insertions(+)

New commits:
commit 5673e686d3a37b5751d5bad19f44fdee843588bb
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

doc/bookworm: new spell, a simple, focused eBook reader

diff --git a/ChangeLog b/ChangeLog
index 2ef0131..f0bdaaa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-09-02 Pavel Vinogradov <public AT sourcemage.org>
+ * doc/bookworm: new spell, a simple, focused eBook reader
+
2017-09-02 Ismael Luceno <ismael AT sourcemage.org>
* net/picocom: new spell, Minimal dumb-terminal emulation program

diff --git a/doc/bookworm/BUILD b/doc/bookworm/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/doc/bookworm/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/doc/bookworm/DEPENDS b/doc/bookworm/DEPENDS
new file mode 100755
index 0000000..da9bca7
--- /dev/null
+++ b/doc/bookworm/DEPENDS
@@ -0,0 +1,7 @@
+depends cmake &&
+depends git &&
+depends granite &&
+depends poppler &&
+depends sqlite &&
+depends vala &&
+depends webkitgtk3
diff --git a/doc/bookworm/DETAILS b/doc/bookworm/DETAILS
new file mode 100755
index 0000000..c802e37
--- /dev/null
+++ b/doc/bookworm/DETAILS
@@ -0,0 +1,22 @@
+. "${GRIMOIRE}/FUNCTIONS"
+ SPELL="bookworm"
+ VERSION="$(get_scm_version)"
+ SOURCE="${SPELL}-scm.tar.bz2"
+ SOURCE_URL[0]="git://github.com/babluboy/${SPELL}.git:${SPELL}-scm"
+ FORCE_DOWNLOAD="on"
+ SOURCE_IGNORE="volatile"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
+ WEB_SITE="https://babluboy.github.io/bookworm/";
+ ENTERED="20170802"
+ LICENSE[0]="GPL"
+ SHORT="a simple, focused eBook reader"
+cat << EOF
+A simple, focused eBook reader.
+
+Supports following formats of eBooks:
+ * EPUB;
+ * PDF;
+ * MOBI;
+ * CBR;
+ * CBZ.
+EOF
diff --git a/doc/bookworm/HISTORY b/doc/bookworm/HISTORY
new file mode 100644
index 0000000..63166e1
--- /dev/null
+++ b/doc/bookworm/HISTORY
@@ -0,0 +1,2 @@
+2017-09-02 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD, DETAILS, DEPENDS, PREPARE: created spell
diff --git a/doc/bookworm/PREPARE b/doc/bookworm/PREPARE
new file mode 100755
index 0000000..0db80c5
--- /dev/null
+++ b/doc/bookworm/PREPARE
@@ -0,0 +1,2 @@
+. "${GRIMOIRE}/FUNCTIONS" &&
+prepare_select_branch



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5673e686d3a37b5751d5bad19f44fdee843588bb), Pavel Vinogradov, 09/02/2017

Archive powered by MHonArc 2.6.24.

Top of Page