Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3e30a2337d4799917fa34ae9f6176b57f8e89f4d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3e30a2337d4799917fa34ae9f6176b57f8e89f4d)
  • Date: Sun, 26 Dec 2021 21:59:33 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 1 +
libs/libabw/DEPENDS | 7 +++++++
libs/libabw/DETAILS | 14 ++++++++++++++
libs/libabw/HISTORY | 2 ++
4 files changed, 24 insertions(+)

New commits:
commit 3e30a2337d4799917fa34ae9f6176b57f8e89f4d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libabw: new spell, AbiWord import library

diff --git a/ChangeLog b/ChangeLog
index d491c6f..849cbf6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@
* libs/libqxp: new spell, QuarkXPress format parser
* libs/libebook: new spell, Library for import of reflowable e-book
formats
+ * libs/libabw: new spell, AbiWord import library

2021-12-25 Pavel Vinogradov <public AT sourcemage.org>
* ruby-raa/ruby-3.1: new spell, Ruby 3.1
diff --git a/libs/libabw/DEPENDS b/libs/libabw/DEPENDS
new file mode 100755
index 0000000..c161d43
--- /dev/null
+++ b/libs/libabw/DEPENDS
@@ -0,0 +1,7 @@
+depends boost &&
+depends librevenge &&
+depends libxml2 &&
+optional_depends doxygen \
+ "" \
+ "--without-docs" \
+ "to build documentation"
diff --git a/libs/libabw/DETAILS b/libs/libabw/DETAILS
new file mode 100755
index 0000000..1cdee1e
--- /dev/null
+++ b/libs/libabw/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=libabw
+ VERSION=0.1.3
+ SOURCE="$SPELL-$VERSION.tar.xz"
+ SOURCE_URL[0]=https://dev-www.libreoffice.org/src/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:0d2646e1bad1e11b3da43714ac5931fc67ffdbc4e7a25a44ef5b6e6a41de1e0ae14596b4a87cceb07bf56dbbe9344622b3d60afcb054ee0ab8577ca8e9b5c289
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://wiki.documentfoundation.org/DLP/Libraries/libabw";
+ LICENSE[0]="MPL-2.0"
+ ENTERED=20211226
+ KEYWORDS=""
+ SHORT="AbiWord import library"
+cat << EOF
+Libabw is a library that parses the file format of AbiWord documents.
+EOF
diff --git a/libs/libabw/HISTORY b/libs/libabw/HISTORY
new file mode 100644
index 0000000..0aadf93
--- /dev/null
+++ b/libs/libabw/HISTORY
@@ -0,0 +1,2 @@
+2021-12-26 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3e30a2337d4799917fa34ae9f6176b57f8e89f4d), Ismael Luceno, 12/26/2021

Archive powered by MHonArc 2.6.24.

Top of Page