Skip to Content.
Sympa Menu

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

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 (e1955ffd36a647aa3cbe10ef9e2952f7c6e8c10c)
  • Date: Mon, 16 Sep 2019 19:08:45 +0000

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

chat-irc/ii/DETAILS | 4 ++--
chat-irc/ii/HISTORY | 3 +++
science/octave/DETAILS | 4 ++--
science/octave/HISTORY | 3 +++
utils/gnuplot/DEPENDS | 4 ++++
utils/gnuplot/HISTORY | 3 +++
wm-addons/slock/DETAILS | 4 ++--
wm-addons/slock/HISTORY | 3 +++
8 files changed, 22 insertions(+), 6 deletions(-)

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

ii 1.8

commit 967cf44f4cdb15f49fca9ac91592229cbf6f2361
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

slock 1.4

commit 513b54c8c904a4e8e139c7cd308f1e6cc9fd5660
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gnuplot: Add missing dependency on qtsvg

commit 1760ac46220964c232661d385ad23a6e184c0a74
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

octave 5.1.0

diff --git a/chat-irc/ii/DETAILS b/chat-irc/ii/DETAILS
index 44a9b16..e481855 100755
--- a/chat-irc/ii/DETAILS
+++ b/chat-irc/ii/DETAILS
@@ -1,8 +1,8 @@
SPELL=ii
- VERSION=1.7
+ VERSION=1.8
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]=http://dl.suckless.org/tools/${SOURCE}
-
SOURCE_HASH=sha512:1fa744bc9b4291b5c6c56e023d982aad59001137db6c7682284a2d63e649a32d558adbb85ae3407e312ae5436852b4278c2c522d4ef03f47cf54ea3a1f13ca90
+
SOURCE_HASH=sha512:2b41a0611ac76612c9333e8490709ee22d17506f0c5d7e680a0d8f3f8b511bd5b279555cf609c1543aba71948819369a3c306b1168086890aa49c145b7860e17
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="http://tools.suckless.org/ii/";
LICENSE[0]=MIT
diff --git a/chat-irc/ii/HISTORY b/chat-irc/ii/HISTORY
index 76d8d84..075488f 100644
--- a/chat-irc/ii/HISTORY
+++ b/chat-irc/ii/HISTORY
@@ -1,2 +1,5 @@
+2019-09-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.8
+
2015-01-11 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: spell created
diff --git a/science/octave/DETAILS b/science/octave/DETAILS
index a43cf55..cb6dfe8 100755
--- a/science/octave/DETAILS
+++ b/science/octave/DETAILS
@@ -1,6 +1,6 @@
SPELL=octave
- VERSION=4.4.1
-
SOURCE_HASH=sha512:e165f0638a18552d0b455b974eaffc774ffa03a2ea47c48998d12f52707cab249b8f9c5eb32dd20c9858babc31d23edb4b93be29abb0656c109e309f3d2585ca
+ VERSION=5.1.0
+
SOURCE_HASH=sha512:d1615864b934695c1dc6dfed556007b5a803ece3cc6273278dd50fb299e17fdbe2c5a74a7e48cd525e4c5e225b77124f08929d87d8f57d59d3759edafa8a580a
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
diff --git a/science/octave/HISTORY b/science/octave/HISTORY
index 7b79738..ff8d0a9 100644
--- a/science/octave/HISTORY
+++ b/science/octave/HISTORY
@@ -1,3 +1,6 @@
+2019-09-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 5.1.0
+
2019-01-10 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: -sub OPENGL fltk (fails linking otherwise)
* DEPENDS, BUILD: Qt GUI, no rpath/shared lib messing
diff --git a/utils/gnuplot/DEPENDS b/utils/gnuplot/DEPENDS
index 43ae864..60f48c2 100755
--- a/utils/gnuplot/DEPENDS
+++ b/utils/gnuplot/DEPENDS
@@ -42,6 +42,10 @@ optional_depends libcerf "--with-libcerf"
"--without-libcerf" \
optional_depends texlive "--with-latex" "--without-latex" \
"for LaTeX support" &&

+if is_depends_enabled $SPELL qtbase; then
+ depends qtsvg
+fi &&
+
if is_depends_enabled $SPELL wxgtk; then
depends cairo &&
depends pango
diff --git a/utils/gnuplot/HISTORY b/utils/gnuplot/HISTORY
index e500bb6..b13b108 100644
--- a/utils/gnuplot/HISTORY
+++ b/utils/gnuplot/HISTORY
@@ -1,3 +1,6 @@
+2019-09-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Added missing dependency on qtsvg
+
2019-05-29 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 5.2.7

diff --git a/wm-addons/slock/DETAILS b/wm-addons/slock/DETAILS
index 0c75c0c..bff649e 100755
--- a/wm-addons/slock/DETAILS
+++ b/wm-addons/slock/DETAILS
@@ -1,8 +1,8 @@
SPELL="slock"
- VERSION=1.3
+ VERSION=1.4
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]="http://dl.suckless.org/tools/${SOURCE}";
-
SOURCE_HASH=sha512:5024588f6d25f9d72a9d2b8ef9d8a2a94e5d5e53f30f4a15df83b693a3706b1ad6550422f36af29f54429a9c516d14a349e46aeb9896c6e32009ff0da5c02a8f
+
SOURCE_HASH=sha512:ad285360dd3f16a225159abaf2f82fabf2c675bd74478cf717f68cbe5941a6c620e3c88544ce675ce3ff19af4bb0675c9405685e0f74ee4e84f7d34c61a0532f
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://tools.suckless.org/slock";
LICENSE[0]="MIT"
diff --git a/wm-addons/slock/HISTORY b/wm-addons/slock/HISTORY
index 9302f13..251acd4 100644
--- a/wm-addons/slock/HISTORY
+++ b/wm-addons/slock/HISTORY
@@ -1,3 +1,6 @@
+2019-09-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.4
+
2016-02-12 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.3




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e1955ffd36a647aa3cbe10ef9e2952f7c6e8c10c), Ismael Luceno, 09/16/2019

Archive powered by MHonArc 2.6.24.

Top of Page