Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (bd908d96ec50e532388b1ceaca57311d00cb0c75)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (bd908d96ec50e532388b1ceaca57311d00cb0c75)
  • Date: Sat, 22 Sep 2007 12:07:44 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

ChangeLog | 3 ++
dev/null |binary
gnome2-apps/gnumeric/CONFIGURE | 16 +++++++--------
gnome2-apps/gnumeric/DEPENDS | 10 ++++-----
gnome2-apps/gnumeric/DETAILS | 2 -
gnome2-apps/gnumeric/HISTORY | 7 ++++++
gnome2-apps/gnumeric/PREPARE | 8 +++----
gnome2-apps/gnumeric/gnumeric-1.7.11.tar.bz2.sig | 0
gnome2-apps/gnumeric/gnumeric-1.7.12.tar.bz2.sig |binary
gnome2-libs/goffice-0.5/BUILD | 2 +
gnome2-libs/goffice-0.5/DEPENDS | 23
++++++++++++++++++++++
gnome2-libs/goffice-0.5/DETAILS | 15 ++++++++++++++
gnome2-libs/goffice-0.5/HISTORY | 2 +
gnome2-libs/goffice-0.5/PRE_SUB_DEPENDS | 4 +++
gnome2-libs/goffice-0.5/SUB_DEPENDS | 6 +++++
gnome2-libs/goffice-0.5/goffice-0.5.0.tar.bz2.sig |binary
gnome2-libs/libgsf/DETAILS | 2 -
gnome2-libs/libgsf/HISTORY | 3 ++
gnome2-libs/libgsf/libgsf-1.14.6.tar.bz2.sig | 0
gnome2-libs/libgsf/libgsf-1.14.7.tar.bz2.sig |binary
20 files changed, 84 insertions(+), 19 deletions(-)

New commits:
commit bd908d96ec50e532388b1ceaca57311d00cb0c75
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

goffice-0.5: New spell for gnumeric devel version

commit 883a410358a76495c3eabd324f08890100fcf53b
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

gnumeric: updated to 1.7.12

commit 7a1cb5c165b6a09966f1f6317081d97da741f70f
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

libgsf: updated to 1.14.7

diff --git a/ChangeLog b/ChangeLog
index 7460eb2..bd209c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-09-22 Robin Cook <rcook AT wyrms.net>
+ * New spell gnome2-libs/goffice-0.5
+
2007-09-20 Treeve Jelbert <treeve AT sourcemage.org>
* kde4/kdeaddons4: new spell

diff --git a/gnome2-apps/gnumeric/CONFIGURE b/gnome2-apps/gnumeric/CONFIGURE
index 7ed87ee..204d7ff 100755
--- a/gnome2-apps/gnumeric/CONFIGURE
+++ b/gnome2-apps/gnumeric/CONFIGURE
@@ -1,11 +1,11 @@
-if [[ -z $SSCONVERT ]]; then
-# not configured yet, get old config data from gnumeric2 spell
- persistent_read gnumeric2 SSCONVERT SSCONVERT
- persistent_read gnumeric2 SSINDEX SSINDEX
- persistent_read gnumeric2 SOLVER SOLVER
- persistent_read gnumeric2 LONGDOUBLE LONGDOUBLE
- persistent_add SSCONVERT SSINDEX SOLVER LONGDOUBLE
-fi &&
+#if [[ -z $SSCONVERT ]]; then
+## not configured yet, get old config data from gnumeric2 spell
+# persistent_read gnumeric2 SSCONVERT SSCONVERT
+# persistent_read gnumeric2 SSINDEX SSINDEX
+# persistent_read gnumeric2 SOLVER SOLVER
+# persistent_read gnumeric2 LONGDOUBLE LONGDOUBLE
+# persistent_add SSCONVERT SSINDEX SOLVER LONGDOUBLE
+#fi &&
config_query SSCONVERT "Build ssconvert (cmd line sreadsheet conversion
tool)?" y &&
config_query SSINDEX "Build ssindex (spreadsheet indexer for beagle)?" n
&&
config_query SOLVER "Compile the solver?" y
&&
diff --git a/gnome2-apps/gnumeric/DEPENDS b/gnome2-apps/gnumeric/DEPENDS
index a78f0ea..e50cf11 100755
--- a/gnome2-apps/gnumeric/DEPENDS
+++ b/gnome2-apps/gnumeric/DEPENDS
@@ -1,11 +1,11 @@
-depends libole2-2 &&
-depends gal2 &&
-depends scrollkeeper &&
-depends libgsf &&
+depends libole2-2 &&
+depends gal2 &&
+depends rarian &&
+depends libgsf &&


if [[ "${GNUMERIC_DEVEL}" == "y" ]]; then
- depends goffice-dev
+ depends goffice-0.5
depends libxml2
else
depends goffice
diff --git a/gnome2-apps/gnumeric/DETAILS b/gnome2-apps/gnumeric/DETAILS
index 0eaeaaa..ec646ef 100755
--- a/gnome2-apps/gnumeric/DETAILS
+++ b/gnome2-apps/gnumeric/DETAILS
@@ -1,6 +1,6 @@
SPELL=gnumeric
if [[ "${GNUMERIC_DEVEL}" == "y" ]]; then
- VERSION=1.7.11
+ VERSION=1.7.12
else
VERSION=1.6.3
PATCHLEVEL=2
diff --git a/gnome2-apps/gnumeric/HISTORY b/gnome2-apps/gnumeric/HISTORY
index e8d6841..abc3235 100644
--- a/gnome2-apps/gnumeric/HISTORY
+++ b/gnome2-apps/gnumeric/HISTORY
@@ -1,3 +1,10 @@
+2007-09-22 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 1.7.12
+ * DEPENDS: change scrollkeeper to rarian
+ changed goffice-dev to goffice-0.5
+ * CONFIGURE: commented out the rename code as causing the spell to
ignore -r
+ * PREPARE: commented out the rename code as causing the spell to
ignore -r
+
2007-09-19 Arwed v. Merkatz <v.merkatz AT gmx.net>
* CONFIGURE, PREPARE: removed the && after the persistent_reads, they
return false if the variable isn't set, which is not an error for
diff --git a/gnome2-apps/gnumeric/PREPARE b/gnome2-apps/gnumeric/PREPARE
index b280374..5803f92 100755
--- a/gnome2-apps/gnumeric/PREPARE
+++ b/gnome2-apps/gnumeric/PREPARE
@@ -1,5 +1,5 @@
-if [[ -z $GNUMERIC_DEVEL ]]; then
- persistent_read gnumeric2 GNUMERIC_DEVEL GNUMERIC_DEVEL
- persistent_add GNUMERIC_DEVEL
-fi &&
+#if [[ -z $GNUMERIC_DEVEL ]]; then
+# persistent_read gnumeric2 GNUMERIC_DEVEL GNUMERIC_DEVEL
+# persistent_add GNUMERIC_DEVEL
+#fi &&
config_query GNUMERIC_DEVEL "Build devel (unstable) version?" n
diff --git a/gnome2-apps/gnumeric/gnumeric-1.7.11.tar.bz2.sig
b/gnome2-apps/gnumeric/gnumeric-1.7.11.tar.bz2.sig
deleted file mode 100644
index db0c48e..0000000
Binary files a/gnome2-apps/gnumeric/gnumeric-1.7.11.tar.bz2.sig and /dev/null
differ
diff --git a/gnome2-apps/gnumeric/gnumeric-1.7.12.tar.bz2.sig
b/gnome2-apps/gnumeric/gnumeric-1.7.12.tar.bz2.sig
new file mode 100644
index 0000000..a1a35f9
Binary files /dev/null and b/gnome2-apps/gnumeric/gnumeric-1.7.12.tar.bz2.sig
differ
diff --git a/gnome2-libs/goffice-0.5/BUILD b/gnome2-libs/goffice-0.5/BUILD
new file mode 100755
index 0000000..147da82
--- /dev/null
+++ b/gnome2-libs/goffice-0.5/BUILD
@@ -0,0 +1,2 @@
+CFLAGS=${CFLAGS//-ffast-math/} &&
+default_build
diff --git a/gnome2-libs/goffice-0.5/DEPENDS b/gnome2-libs/goffice-0.5/DEPENDS
new file mode 100755
index 0000000..cc5f95f
--- /dev/null
+++ b/gnome2-libs/goffice-0.5/DEPENDS
@@ -0,0 +1,23 @@
+depends glib2 &&
+depends libgsf &&
+depends xml-parser-expat &&
+
+optional_depends cairo \
+ '--with-cairo' \
+ '--without-cairo' \
+ 'for Cairo SVG support' &&
+
+optional_depends gtk+2 \
+ "--with-gtk" \
+ "--without-gtk" \
+ "Build the UI?" &&
+
+optional_depends libgnomeui \
+ "--with-gnome" \
+ "--without-gnome" \
+ "Use GNOME extensions?" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "Build gtk-doc files?"
diff --git a/gnome2-libs/goffice-0.5/DETAILS b/gnome2-libs/goffice-0.5/DETAILS
new file mode 100755
index 0000000..f4a997c
--- /dev/null
+++ b/gnome2-libs/goffice-0.5/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=goffice-0.5
+ VERSION=0.5.0
+ BRANCH=${VERSION%\.*}
+ SOURCE=goffice-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/goffice-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/goffice/$BRANCH/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=LGPL
+ WEB_SITE=http://www.gnome.org/
+ ENTERED=20070922
+ KEYWORDS="gnome2 libs"
+ SHORT='GOffice shared functionality'
+cat << EOF
+GOffice shared functionality.
+EOF
diff --git a/gnome2-libs/goffice-0.5/HISTORY b/gnome2-libs/goffice-0.5/HISTORY
new file mode 100644
index 0000000..c1ae2b1
--- /dev/null
+++ b/gnome2-libs/goffice-0.5/HISTORY
@@ -0,0 +1,2 @@
+2007-09-22 Robin Cook <rcook AT wyrms.net>
+ * New spell made from goffice-dev
diff --git a/gnome2-libs/goffice-0.5/PRE_SUB_DEPENDS
b/gnome2-libs/goffice-0.5/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..30129e7
--- /dev/null
+++ b/gnome2-libs/goffice-0.5/PRE_SUB_DEPENDS
@@ -0,0 +1,4 @@
+case $THIS_SUB_DEPENDS in
+ CAIRO) is_depends_enabled $SPELL cairo && return 0;;
+esac
+return 1
diff --git a/gnome2-libs/goffice-0.5/SUB_DEPENDS
b/gnome2-libs/goffice-0.5/SUB_DEPENDS
new file mode 100755
index 0000000..cc0159f
--- /dev/null
+++ b/gnome2-libs/goffice-0.5/SUB_DEPENDS
@@ -0,0 +1,6 @@
+case $THIS_SUB_DEPENDS in
+ CAIRO) echo "Cairo support requested: forcing cairo dependency."
+ depends cairo '--with-cairo';;
+ *) echo "Bogus sub_depends: $THIS_SUB_DEPENDS"
+ return 1;;
+esac
diff --git a/gnome2-libs/goffice-0.5/goffice-0.5.0.tar.bz2.sig
b/gnome2-libs/goffice-0.5/goffice-0.5.0.tar.bz2.sig
new file mode 100644
index 0000000..7488a46
Binary files /dev/null and
b/gnome2-libs/goffice-0.5/goffice-0.5.0.tar.bz2.sig differ
diff --git a/gnome2-libs/libgsf/DETAILS b/gnome2-libs/libgsf/DETAILS
index 6b02c42..8b3484e 100755
--- a/gnome2-libs/libgsf/DETAILS
+++ b/gnome2-libs/libgsf/DETAILS
@@ -1,5 +1,5 @@
SPELL=libgsf
- VERSION=1.14.6
+ VERSION=1.14.7
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/gnome2-libs/libgsf/HISTORY b/gnome2-libs/libgsf/HISTORY
index b59fd41..add3393 100644
--- a/gnome2-libs/libgsf/HISTORY
+++ b/gnome2-libs/libgsf/HISTORY
@@ -1,3 +1,6 @@
+2007-09-22 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 1.14.7
+
2007-09-05 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 1.14.6

diff --git a/gnome2-libs/libgsf/libgsf-1.14.6.tar.bz2.sig
b/gnome2-libs/libgsf/libgsf-1.14.6.tar.bz2.sig
deleted file mode 100644
index b3f715b..0000000
Binary files a/gnome2-libs/libgsf/libgsf-1.14.6.tar.bz2.sig and /dev/null
differ
diff --git a/gnome2-libs/libgsf/libgsf-1.14.7.tar.bz2.sig
b/gnome2-libs/libgsf/libgsf-1.14.7.tar.bz2.sig
new file mode 100644
index 0000000..8a06da4
Binary files /dev/null and b/gnome2-libs/libgsf/libgsf-1.14.7.tar.bz2.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (bd908d96ec50e532388b1ceaca57311d00cb0c75), Robin Cook, 09/22/2007

Archive powered by MHonArc 2.6.24.

Top of Page