gnucash-on-osx master: Remove a few obsolete dependencies and update the source list accordingly

Geert Janssens gjanssens at code.gnucash.org
Mon Nov 6 11:18:31 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/18a3c478 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/da22015a (commit)



commit 18a3c478285564d1ed95e327a9bbaac4d8beb578
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Nov 6 17:18:21 2017 +0100

    Remove a few obsolete dependencies and update the source list accordingly
    
    We probably should add the more recent dependencies in here as well (like boost and icu).

diff --git a/gnucash-bundler/Sources b/gnucash-bundler/Sources
index 9744d4a..1b49895 100644
--- a/gnucash-bundler/Sources
+++ b/gnucash-bundler/Sources
@@ -12,12 +12,9 @@ those dpendencies provided here in binary form. Other programs may be
 required to successfully build GnuCash from source. Additional
 information on that may be found at http://www.gnucash.org.
 
-GConf: http://projects.gnome.org/gconf
 AQBanking: http://www.aquamania.de/aqbanking
 Gettext: http://www.gnu.org/software/gettext
-Gtk+-2.0: http://www.gtk.org
-ORBit: http://orbit-resource.sourceforge.net/
-bonobo: http://ftp.acc.umu.se/pub/GNOME/sources/libbonobo/
+Gtk+-3.0: http://www.gtk.org
 cairo: http://cairographics.org/
 dbus: http://dbus.freedesktop.org
 enchant: http://www.abisource.com/projects/enchant/
@@ -28,7 +25,6 @@ Glade: http://glade.gnome.org/
 Guile: http://www.gnu.org/software/guile/guile.html
 Ige-mac-integration: http://gtk-osx.sourceforge.net
 libart_lgpl: http://www.linuxfromscratch.org/blfs/view/cvs/general/libart_lgpl.html
-libgnome: http://www.gnome.org
 libgoffice: http://ftp.gnome.org/pub/GNOME/sources/goffice/
 libjpeg: http://www.ijg.org/
 libofx: http://libofx.sourceforge.net
@@ -36,7 +32,5 @@ libpng: http://www.libpng.org/pub/png/
 libtiff: http://www.libtiff.org/index.html
 OpenSP: http://openjade.sourceforge.net/
 Pango: http://www.pango.org
-Popt: http://rpm5.org/files/popt/
 Python: http://www.python.org
 readline: http://www.gnu.org/software/readline
-Slib: http://groups.csail.mit.edu/slib
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 3110f98..adfabfe 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -13,9 +13,6 @@
 	      href="http://www.freedesktop.org/software/" /-->
   <repository type='tarball' name='sourceforge'
 	      href="http://downloads.sourceforge.net/"/>
-  <!--  <repository type="cvs" name="slib.savannah.gnu.org"
-	      cvsroot=":pserver:anonymous at cvs.savannah.gnu.org:/sources/slib"
-	      password=""/> -->
   <repository type="tarball" name="csail"
 	      href="http://groups.csail.mit.edu/mac/ftpdir/"/>
   <repository type="tarball" name="csclub"
@@ -155,20 +152,6 @@
     </dependencies>
   </autotools>
 
- <autotools id="Slib" autogen-sh="install.sh"  makeargs="-f Makefile.gnucash"
-	    makeinstallargs="-f Makefile.gnucash"  skip-install="yes"
-	    skip-autogen="never" supports-non-srcdir-builds="no">
-    <!-- <branch repo="slib.savannah.gnu.org"
-	    module="slib"/> -->
-    <branch repo="csail" module="scm/slib-3b4.zip" version="3b3"
-	    checkoutdir="slib">
-      <patch file="https://raw.githubusercontent.com/gnucash/gnucash-on-osx/master/patches/slib-install.patch"/>
-    </branch>
-    <dependencies>
-      <dep package="guile"/>
-    </dependencies>
-  </autotools>
-
   <autotools id="pgsql">
     <branch repo="postgres" module="v9.6.5/postgresql-9.6.5.tar.bz2" 
             version="9.6.10"/>
diff --git a/patches/slib-install.patch b/patches/slib-install.patch
deleted file mode 100644
index c1e59f3..0000000
--- a/patches/slib-install.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- /dev/null   2009-03-22 11:30:58.000000000 -0700
-+++ install.sh  2009-03-22 12:54:40.000000000 -0700
-@@ -0,0 +1,8 @@
-+#!/bin/sh
-+mkdir $PREFIX/lib/slib
-+cp *.scm $PREFIX/lib/slib/
-+cp guile.init $PREFIX/lib/slib
-+cd $PREFIX/share/guile/1.8/
-+mkdir ../site
-+ln -s ../../../lib/slib .
-+$PREFIX/bin/guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)"
---- /dev/null   2009-03-22 11:30:58.000000000 -0700
-+++ Makefile.gnucash  2009-03-22 12:54:40.000000000 -0700
-@@ -0,0 +1,4 @@
-+all:
-+
-+install:
-+
-
-



Summary of changes:
 gnucash-bundler/Sources    |  8 +-------
 modulesets/gnucash.modules | 17 -----------------
 patches/slib-install.patch | 20 --------------------
 3 files changed, 1 insertion(+), 44 deletions(-)
 delete mode 100644 patches/slib-install.patch



More information about the gnucash-changes mailing list