Skip to Content.
Sympa Menu

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

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 (385efa9a29d4d23f6e93e7f36db2ffca9c4e6887)
  • Date: Fri, 23 Sep 2022 13:40:12 +0000

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

gnome2-apps/gnumeric/DEPENDS | 12 ++++++++----
gnome2-apps/gnumeric/DETAILS | 4 ++--
gnome2-apps/gnumeric/HISTORY | 4 ++++
3 files changed, 14 insertions(+), 6 deletions(-)

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

gnumeric: Add dep version checks

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

gnumeric 1.12.53

diff --git a/gnome2-apps/gnumeric/DEPENDS b/gnome2-apps/gnumeric/DEPENDS
index 33659af..9f6f70c 100755
--- a/gnome2-apps/gnumeric/DEPENDS
+++ b/gnome2-apps/gnumeric/DEPENDS
@@ -1,11 +1,15 @@
. "$GRIMOIRE/FUNCTIONS" &&
+. "$GRIMOIRE/VDEPENDS" &&

depends glib2 &&
-depends gtk+3 &&
depends intltool &&
-depends libgsf &&
-depends goffice &&
-depends libxml2 &&
+
+vdepends <<-EOF &&
+ goffice >= 0.10.51
+ libgsf >= 1.14.33
+ libxml2 >= 2.4.12
+ gtk+3 >= 3.8.7
+EOF

optional_depends gtk+3 \
"--with-gtk" \
diff --git a/gnome2-apps/gnumeric/DETAILS b/gnome2-apps/gnumeric/DETAILS
index 7e17b75..9c3c791 100755
--- a/gnome2-apps/gnumeric/DETAILS
+++ b/gnome2-apps/gnumeric/DETAILS
@@ -1,9 +1,9 @@
SPELL=gnumeric
- VERSION=1.12.47
+ VERSION=1.12.53
SOURCE=$SPELL-$VERSION.tar.xz
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
-
SOURCE_HASH=sha512:f6298fee752b062672acc20e18388d7424719d69ce9586888f33be07ca92bbd7d99e46b98e9ab2a546d1954d3113b59a5105d46c4e8a13e65e1ae9acc38391ab
+
SOURCE_HASH=sha512:6e9d7b12f9448c75d39985984fac9880c61583fbac10ad9070f5ec7a5bd573874d79e13372d9a185616a5cdb5f53d3f67aeda6ca4bae33e3f5ca0a2160045d7b
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
LICENSE[0]=GPL
WEB_SITE=https://projects.gnome.org/gnumeric/
diff --git a/gnome2-apps/gnumeric/HISTORY b/gnome2-apps/gnumeric/HISTORY
index dd2fbbe..d3c53ba 100644
--- a/gnome2-apps/gnumeric/HISTORY
+++ b/gnome2-apps/gnumeric/HISTORY
@@ -1,3 +1,7 @@
+2022-09-23 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.12.53
+ * DEPENDS: added version checks
+
2020-07-28 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.12.47




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (385efa9a29d4d23f6e93e7f36db2ffca9c4e6887), Ismael Luceno, 09/23/2022

Archive powered by MHonArc 2.6.24.

Top of Page