Skip to content

Commit

Permalink
Change hrefs from jralls's personal repo to new gnucash repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Oct 29, 2015
1 parent 4817c37 commit 614bb47
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
6 changes: 1 addition & 5 deletions .jhbuildrc-custom
Expand Up @@ -25,7 +25,7 @@ modules = ["meta-gtk-osx-bootstrap", "meta-gtk-osx-core", "meta-gnucash-stable"]
#instances of "10.5" below with their OS version:
setup_sdk("10.5", "10.5",["i386"])

moduleset = "http://github.com/jralls/gnucash-on-osx/raw/master/modulesets/gnucash.modules"
moduleset = "http://github.com/gnucash/gnucash-on-osx/raw/master/modulesets/gnucash.modules"

#If you wish to enable the mysql backend, uncomment the lines below.
#MySQL requires CMake 2.6.0 or later to build, so the libmysql module
Expand All @@ -52,7 +52,3 @@ append_autogenargs("gnucash", "--with-dbi-dbd-dir=" + prefix +"/lib/dbd")
append_autogenargs("libiconv", "--with-libintl-prefix=" + prefix)

module_makecheck["gmp"] = True




14 changes: 7 additions & 7 deletions modulesets/gnucash.modules
Expand Up @@ -47,7 +47,7 @@
autogenargs="--with-guis=gtk2 --enable-local-install">
<branch module="gnucash/Dependencies/gwenhywfar-4.13.1.tar.gz" version="4.13.1"
repo="sourceforge">
<patch file="https://raw.github.com/jralls/gnucash-on-osx/master/patches/gwen-macos-bundle-path.patch" strip='1'/>
<patch file="https://raw.github.com/gnucash/gnucash-on-osx/master/patches/gwen-macos-bundle-path.patch" strip='1'/>
</branch>
<dependencies>
<dep package="libgcrypt"/>
Expand Down Expand Up @@ -117,7 +117,7 @@
autogenargs="--disable-static --enable-shared --disable-doc-build --disable-nls">
<branch repo="sourceforge" module="openjade/OpenSP-1.5.2.tar.gz"
version='1.5.2'>
<patch file="https://raw.github.com/jralls/gnucash-on-osx/master/patches/OpenSP-AC_CONFIG_HEADERS.patch" strip='0'/>
<patch file="https://raw.github.com/gnucash/gnucash-on-osx/master/patches/OpenSP-AC_CONFIG_HEADERS.patch" strip='0'/>
</branch>
</autotools>

Expand Down Expand Up @@ -150,7 +150,7 @@
module="slib"/> -->
<branch repo="csail" module="scm/slib-3b4.zip" version="3b3"
checkoutdir="slib">
<patch file="https://raw.github.com/jralls/gnucash-on-osx/master/patches/slib-install.patch"/>
<patch file="https://raw.github.com/gnucash/gnucash-on-osx/master/patches/slib-install.patch"/>
</branch>
<dependencies>
<dep package="guile"/>
Expand All @@ -160,7 +160,7 @@
<cmake id="mysql">
<branch repo="csclub" module="Connector-C/mysql-connector-c-6.0.2.tar.gz"
version="6.0.2" >
<patch file="https://raw.github.com/jralls/gnucash-on-osx/master/patches/libmysql.patch"/>
<patch file="https://raw.github.com/gnucash/gnucash-on-osx/master/patches/libmysql.patch"/>
</branch>
<dependencies>
<dep package="cmake"/>
Expand All @@ -170,15 +170,15 @@
<autotools id="libdbi" autogen-sh="autoreconf" autogenargs="--disable-docs">
<branch repo="sourceforge" module="libdbi/libdbi-0.8.4.tar.gz"
version="0.8.4">
<patch file="https://raw.github.com/jralls/gnucash-on-osx/master/patches/libdbi-fix-cflags.patch" strip="1"/>
<patch file="https://raw.github.com/gnucash/gnucash-on-osx/master/patches/libdbi-fix-cflags.patch" strip="1"/>
</branch>
</autotools>

<autotools id="libdbi-drivers" autogen-sh='autoreconf'
autogenargs='--with-sqlite3 --disable-docs --with-sqlite3-incdir="/usr/include" --with-sqlite3-libdir="/usr/lib" '>
<branch repo="sourceforge" version="0.8.3-1"
module="libdbi-drivers/libdbi-drivers-0.8.3-1.tar.gz">
<patch file="https://raw.github.com/jralls/gnucash-on-osx/master/patches/dbi-drv.patch" strip="1"/>
<patch file="https://raw.github.com/gnucash/gnucash-on-osx/master/patches/dbi-drv.patch" strip="1"/>
</branch>
<dependencies>
<dep package="libdbi"/>
Expand All @@ -202,7 +202,7 @@
<autotools id="goffice" autogen-sh="configure">
<branch module="goffice/0.8/goffice-0.8.17.tar.xz" version="0.8.17"
hash="sha256:165070beb67b84580afe80a8a100b674a81d553ab791acd72ac0c655f4fadb15">
<patch file="https://raw.github.com/jralls/gnucash-on-osx/master/patches/goffice-gsize.patch" strip="1"/>
<patch file="https://raw.github.com/gnucash/gnucash-on-osx/master/patches/goffice-gsize.patch" strip="1"/>
</branch>
<dependencies>
<dep package="gtk+"/>
Expand Down

0 comments on commit 614bb47

Please sign in to comment.