Project

General

Profile

Bug #9739 » version1.patch

Steven Falco, 02/04/2022 09:35 PM

View differences:

manifest.json 2022-02-02 14:56:43.000000000 -0500 → manifest.json 2022-02-04 15:43:54.938978256 -0500
1 1
{
2 2
  "id" : "com.danplanet.chirp",
3 3
  "runtime" : "org.freedesktop.Platform",
4
  "runtime-version" : "19.08",
5
  "runtime-commit" : "b05888992f5d9e089bc3eb115d0b2998b394c84af1a001044844aac1b180a929",
4
  "runtime-version" : "21.08",
6 5
  "sdk" : "org.freedesktop.Sdk",
7
  "sdk-commit" : "ee4ecf9fbcf2de32d2c500e3c65e4460ada89ab91217e76a122c431cec63e54c",
8 6
  "command" : "chirpw",
9 7
  "modules" : [
10 8
    {
......
189 187
          "url" : "http://xmlsoft.org/sources/libxml2-2.9.9.tar.gz",
190 188
          "sha256" : "94fb70890143e3c6549f265cee93ec064c80a84c42ad0f23e85ee1fd6540a871",
191 189
          "type" : "archive"
190
        },
191
        {
192
          "path" : "libxml.patch",
193
          "type" : "patch"
192 194
        }
193 195
      ]
194 196
    },
......
262 264
    "--share=network",
263 265
    "--device=all"
264 266
  ]
265
}
267
}
266
-- a/configure	2022-02-04 15:44:55.862875355 -0500
268
++ b/configure	2022-02-04 15:46:25.773247446 -0500
......
15038 15038
PYTHON_TESTS=
15039 15039
pythondir=
15040 15040
if test "$with_python" != "no" ; then
15041
    if test -x "$with_python/bin/python"
15041
    if test -x "$with_python/bin/python2.7"
15042 15042
    then
15043
        echo Found python in $with_python/bin/python
15044
        PYTHON="$with_python/bin/python"
15043
        echo Found python in $with_python/bin/python2.7
15044
        PYTHON="$with_python/bin/python2.7"
15045 15045
    else
15046 15046
        if test -x "$with_python/python.exe"
15047 15047
        then
(1-1/3)