Skip to Content.
Sympa Menu

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

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 (67d6657bfeb6c00387df27d9ca579459a0399d4b)
  • Date: Sun, 19 Apr 2020 18:30:08 +0000

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

ChangeLog | 3 +++
FUNCTIONS | 2 +-
gnome2-libs/goffice/DEPENDS | 13 ++++++++++---
gnome2-libs/goffice/DETAILS | 4 ++--
gnome2-libs/goffice/HISTORY | 4 ++++
5 files changed, 20 insertions(+), 6 deletions(-)

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

goffice 0.10.46

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

goffice: Update dependencies

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

FUNCTIONS: vdepends: Add unversioned dependencies

diff --git a/ChangeLog b/ChangeLog
index 665fbb5..503924d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2020-04-19 Ismael Luceno <ismael AT sourcemage.org>
+ * FUNCTIONS: vdepends: added support for unversioned dependencies
+
2020-04-17 Vlad Glagolev <stealth AT sourcemage.org>
* x11/xwallpaper: new spell, secure wallpaper setting utility for X

diff --git a/FUNCTIONS b/FUNCTIONS
index 4eba101..9d2c8fb 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -941,7 +941,7 @@ function check_tmp_noexec() {
vdepends(){
while read dep op depver flags; do
case "$op" in
- '>'|'>='|'<'|'<='|'='|'!=') ;;
+ '>'|'>='|'<'|'<='|'='|'!='|'') ;;
*)
message "${PROBLEM_COLOR}Unsupported operator \"$op\".$DEFAULT_COLOR"
return 1
diff --git a/gnome2-libs/goffice/DEPENDS b/gnome2-libs/goffice/DEPENDS
index cbeb0e2..7b63ede 100755
--- a/gnome2-libs/goffice/DEPENDS
+++ b/gnome2-libs/goffice/DEPENDS
@@ -1,6 +1,13 @@
-depends glib2 &&
-depends libgsf &&
-depends xml-parser-expat &&
+. "$GRIMOIRE"/FUNCTIONS &&
+vdepends << ! &&
+ gdk-pixbuf2 >= 2.22.0
+ glib2 >= 2.40.0
+ libgsf >= 1.14.24
+ librsvg2 >= 2.22.0
+ libxml2 >= 2.4.12
+ pango >= 1.24.0
+ libxslt
+!
depends -sub "PS PDF SVG" cairo &&

if [ "$GOFFICE_BACKEND" == "gsettings" ]; then
diff --git a/gnome2-libs/goffice/DETAILS b/gnome2-libs/goffice/DETAILS
index 7c7980a..beb17d8 100755
--- a/gnome2-libs/goffice/DETAILS
+++ b/gnome2-libs/goffice/DETAILS
@@ -1,10 +1,10 @@
SPELL=goffice
- VERSION=0.10.44
+ VERSION=0.10.46
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
-
SOURCE_HASH=sha512:9e86440afaee4d6eadd31c328a13dc54fb4056dfc70ef0196d83bada5f05eb4fc12daf35fc4e79ea6ebfe8a97dc6ed74b50e514f9d27f08bff776ab898f1c71d
+
SOURCE_HASH=sha512:23714fef4dabccc76fe96b78d8eba9c9adb01cb9b3e2f1a9768598fb2a82742b2d2060a7d2548279998488c59e313d7a5863a96b2eb380f540b61fb08e0330f3
LICENSE[0]=LGPL
WEB_SITE=http://www.gnome.org/
ENTERED=20050530
diff --git a/gnome2-libs/goffice/HISTORY b/gnome2-libs/goffice/HISTORY
index 209f434..76e35e7 100644
--- a/gnome2-libs/goffice/HISTORY
+++ b/gnome2-libs/goffice/HISTORY
@@ -1,3 +1,7 @@
+2020-04-19 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: updated dependencies
+ * DETAILS: updated spell to 0.10.46
+
2018-12-27 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.10.44




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (67d6657bfeb6c00387df27d9ca579459a0399d4b), Ismael Luceno, 04/19/2020

Archive powered by MHonArc 2.6.24.

Top of Page