Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (9ebf1241bb7afdd23e116ac0a7ea2f75903ffd11)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (9ebf1241bb7afdd23e116ac0a7ea2f75903ffd11)
  • Date: Mon, 20 Jun 2022 10:46:02 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
qt5-cmake/sigil/BUILD | 3 +++
qt5-cmake/sigil/CONFIGURE | 1 +
qt5-cmake/sigil/DEPENDS | 14 ++++++++++++++
qt5-cmake/sigil/DETAILS | 19 +++++++++++++++++++
qt5-cmake/sigil/HISTORY | 11 +++++++++++
qt5-cmake/sigil/sigil.gpg |binary
7 files changed, 51 insertions(+)

New commits:
commit 9ebf1241bb7afdd23e116ac0a7ea2f75903ffd11
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

sigil-1.9.10

diff --git a/ChangeLog b/ChangeLog
index bdb5899..8f015dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-06-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * qt5-cmake/sigil: added, ePub editor
+
2022-06-18 Vlad Glagolev <stealth AT sourcemage.org>
* utils/proot: new spell, chroot, mount --bind, and binfmt_misc
without
privilege/setup for Linux
diff --git a/qt5-cmake/sigil/BUILD b/qt5-cmake/sigil/BUILD
new file mode 100755
index 0000000..8d89eb8
--- /dev/null
+++ b/qt5-cmake/sigil/BUILD
@@ -0,0 +1,3 @@
+
+OPTS+=' -DUSE_SYSTEM_LIBS=1' &&
+default_build
diff --git a/qt5-cmake/sigil/CONFIGURE b/qt5-cmake/sigil/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/qt5-cmake/sigil/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/qt5-cmake/sigil/DEPENDS b/qt5-cmake/sigil/DEPENDS
new file mode 100755
index 0000000..285b13f
--- /dev/null
+++ b/qt5-cmake/sigil/DEPENDS
@@ -0,0 +1,14 @@
+source $GRIMOIRE/QT_DEPENDS &&
+if [[ -f /etc/KDE_USE_QT6 ]];then
+ depends qt6webengine
+else
+ depends qtwebengine
+fi &&
+depends hunspell &&
+depends libxkbcommon &&
+depends lxml &&
+#depends minizip &&
+depends pcre2 &&
+depends python3 &&
+depends zlib
+#hunspell_dictionaries
diff --git a/qt5-cmake/sigil/DETAILS b/qt5-cmake/sigil/DETAILS
new file mode 100755
index 0000000..6b78cbc
--- /dev/null
+++ b/qt5-cmake/sigil/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=sigil
+ VERSION=1.9.10
+ SOURCE=Sigil-$VERSION.tar.gz
+ WEB_SITE=https://github.com/Sigil-Ebook/Sigil
+ SOURCE_URL=$WEB_SITE/archive/refs/tags/$VERSION.tar.gz
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=$WEB_SITE/releases/download/$VERSION/$SOURCE2
+# SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=sigil.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Sigil-$VERSION
+ ENTERED=20110925
+ LICENSE[0]=GPL3
+ KEYWORDS=""
+ SHORT="WYSIWYG EPub ebook editor"
+cat << EOF
+Sigil is a multi-platform WYSIWYG ebook editor. It is designed to edit books
in ePub
+format.
+EOF
diff --git a/qt5-cmake/sigil/HISTORY b/qt5-cmake/sigil/HISTORY
new file mode 100644
index 0000000..e75ca7d
--- /dev/null
+++ b/qt5-cmake/sigil/HISTORY
@@ -0,0 +1,11 @@
+2022-06-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.9.10
+ * DETAILS: add gpg checking
+ * sigil.gpg: add "Doug Massay <douglaslmassay AT gmail.com>"
+
+2020-11-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: don't use system minizip
+
+2011-09-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version git
+ build from git repo
diff --git a/qt5-cmake/sigil/sigil.gpg b/qt5-cmake/sigil/sigil.gpg
new file mode 100644
index 0000000..9ea0d68
Binary files /dev/null and b/qt5-cmake/sigil/sigil.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (9ebf1241bb7afdd23e116ac0a7ea2f75903ffd11), Treeve Jelbert, 06/20/2022

Archive powered by MHonArc 2.6.24.

Top of Page