Skip to Content.
Sympa Menu

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

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 (16794da38247d8bdcd276980f5b58d6f14c7795d)
  • Date: Mon, 15 Feb 2021 17:28:19 +0000

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

ChangeLog | 3 +++
python-pypi/svg2tikz/DEPENDS | 2 ++
python-pypi/svg2tikz/DETAILS | 17 +++++++++++++++++
python-pypi/svg2tikz/HISTORY | 2 ++
python-pypi/svg2tikz/PREPARE | 2 ++
5 files changed, 26 insertions(+)

New commits:
commit 16794da38247d8bdcd276980f5b58d6f14c7795d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

svg2tikz: new spell, Tools for converting SVG to TikZ/PGF

diff --git a/ChangeLog b/ChangeLog
index 65d3faf..f25db93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2021-02-15 Ismael Luceno <ismael AT sourcemage.org>
+ * python-pypi/svg2tikz: new spell, Tools for converting SVG to
TikZ/PGF
+
2021-02-13 Ismael Luceno <ismael AT sourcemage.org>
* VDEPENDS: added, move vdepends functionality there
* FUNCTIONS: simplified and fixed the is_version_less function
diff --git a/python-pypi/svg2tikz/DEPENDS b/python-pypi/svg2tikz/DEPENDS
new file mode 100755
index 0000000..5e13a48
--- /dev/null
+++ b/python-pypi/svg2tikz/DEPENDS
@@ -0,0 +1,2 @@
+depends python3 &&
+optional_depends inkscape "" "" "for Inkscape extensions"
diff --git a/python-pypi/svg2tikz/DETAILS b/python-pypi/svg2tikz/DETAILS
new file mode 100755
index 0000000..d59248e
--- /dev/null
+++ b/python-pypi/svg2tikz/DETAILS
@@ -0,0 +1,17 @@
+. "$GRIMOIRE"/FUNCTIONS
+ SPELL=svg2tikz
+ VERSION=$(get_scm_version)
+ SOURCE="$SPELL-git.tar.xz"
+ SOURCE_URL[0]=git://github.com/xyz2tex/$SPELL.git
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
+ WEB_SITE="https://github.com/xyz2tex/svg2tikz";
+ LICENSE[0]="GPL-2.0-or-later"
+ ENTERED=20210215
+ KEYWORDS=""
+ SHORT="Tools for converting SVG to TikZ/PGF"
+cat << EOF
+SVG2TikZ, formerly known as Inkscape2TikZ, is a set of tools for converting
+SVG graphics to TikZ/PGF code.
+EOF
diff --git a/python-pypi/svg2tikz/HISTORY b/python-pypi/svg2tikz/HISTORY
new file mode 100644
index 0000000..6b443f6
--- /dev/null
+++ b/python-pypi/svg2tikz/HISTORY
@@ -0,0 +1,2 @@
+2021-02-15 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS, PREPARE: spell created
diff --git a/python-pypi/svg2tikz/PREPARE b/python-pypi/svg2tikz/PREPARE
new file mode 100755
index 0000000..136a218
--- /dev/null
+++ b/python-pypi/svg2tikz/PREPARE
@@ -0,0 +1,2 @@
+. "$GRIMOIRE"/FUNCTIONS &&
+prepare_select_branch



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (16794da38247d8bdcd276980f5b58d6f14c7795d), Ismael Luceno, 02/15/2021

Archive powered by MHonArc 2.6.24.

Top of Page