Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sun, 07 Nov 2021 09:50:36 UTC Commit: 79b75257fbb7cb82f6249c1e2504fdd0c71fd0f0 https://github.com/geany/geany-osx/commit/79b75257fbb7cb82f6249c1e2504fdd0c7...
Log Message: ----------- Update Geany modules to latest dependencies
Modified Paths: -------------- geany.modules
Modified: geany.modules 32 lines changed, 15 insertions(+), 17 deletions(-) =================================================================== @@ -2,18 +2,14 @@ <!DOCTYPE moduleset SYSTEM "moduleset.dtd"> <?xml-stylesheet type="text/xsl" href="moduleset.xsl"?> <moduleset> - <repository type="tarball" name="ftp.gnome.org" default="yes" + <repository type="tarball" name="ftp.gnome.org" href="https://ftp.gnome.org/pub/GNOME/sources/"/> - <repository type="tarball" name="ftp.gnu.org" - href="https://ftp.gnu.org/gnu/%22/%3E <repository type="git" name="github.com" href="git://github.com/"/> - <repository type="tarball" name="sourceforge" - href="https://downloads.sourceforge.net/sourceforge/%22/%3E <repository type="git" name="gitlab.gnome.org" href="https://gitlab.gnome.org/GNOME/"/> - <repository type="tarball" name="pcre" - href="https://ftp.pcre.org/pub/pcre/%22/%3E + <repository type="tarball" name="download.gitlab.gnome.org" + href="https://gitlab.gnome.org/GNOME/%22/%3E <repository type="tarball" name="download.github.com" href="https://github.com/"/> <repository type="tarball" name="download.geany.org" @@ -27,21 +23,22 @@ <distutils id="docutils" supports-non-srcdir-builds="no"> <branch repo="files.pythonhosted.org" - module="packages/2f/e0/3d435b34abd2d62e8206171892f174b180cd37b09d57b924ca5c2ef2219d/docutils-${version}.tar.gz" - version="0.16"/> + module="packages/61/d7/8b2786f10b73e546aa9a85c2791393a6f475a16771b8028c7fb93d6ac8ce/docutils-${version}.tar.gz" + version="0.18"/> </distutils>
<!-- Needed by VTE 2.91 --> <autotools id="pcre2" autogenargs="--disable-jit --enable-pcre2-8"> - <branch repo="pcre" - module="pcre2-${version}.tar.bz2" - version="10.37"/> + <branch repo="download.github.com" + module="PhilipHazel/pcre2/releases/download/pcre2-${version}/pcre2-${version}.tar.bz2" + version="10.39"/> </autotools>
<meson id="vte291" mesonargs="-Dgnutls=false -Dicu=false -Dvapi=false -D_b_symbolic_functions=false"> - <branch module="vte/0.64/vte-${version}.tar.xz" - version="0.64.2"> + <branch repo="download.gitlab.gnome.org" + module="vte/-/archive/${version}/vte-${version}.tar.bz2" + version="0.66.1"> <!-- Make paths relative to bundle (fallback to system paths if not found) --> <patch file="https://github.com/geany/geany-osx/raw/master/geany_patches/03-vte_2.91_relpath.patch" strip="1" /> </branch> @@ -54,16 +51,17 @@ <cmake id="libgit2" cmakeargs="-DCMAKE_INSTALL_NAME_DIR=${PREFIX}/lib"> <branch repo="download.github.com" - module="libgit2/libgit2/archive/v${version}.tar.gz" + module="libgit2/libgit2/archive/refs/tags/v${version}.tar.gz" checkoutdir="libgit2-${version}" - version="1.1.1"/> + version="1.3.0"/> </cmake>
<!-- The mac integration library with a fix for radio menu items --> <autotools id="gtk-mac-integration-fixed" autogen-sh="configure" autogenargs="--disable-python"> - <branch module="gtk-mac-integration/3.0/gtk-mac-integration-${version}.tar.xz" + <branch repo="ftp.gnome.org" + module="gtk-mac-integration/3.0/gtk-mac-integration-${version}.tar.xz" checkoutdir="gtk-mac-integration-fixed" version="3.0.1"> <patch file="https://github.com/geany/geany-osx/raw/master/geany_patches/01-gtk_mac_integration_radio_fix.patch" strip="1" />
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).