Bug #9739 » version1.patch
manifest.json 2022-02-02 14:56:43.000000000 -0500 → manifest.json 2022-02-04 15:43:54.938978256 -0500 | ||
---|---|---|
{
|
||
"id" : "com.danplanet.chirp",
|
||
"runtime" : "org.freedesktop.Platform",
|
||
"runtime-version" : "19.08",
|
||
"runtime-commit" : "b05888992f5d9e089bc3eb115d0b2998b394c84af1a001044844aac1b180a929",
|
||
"runtime-version" : "21.08",
|
||
"sdk" : "org.freedesktop.Sdk",
|
||
"sdk-commit" : "ee4ecf9fbcf2de32d2c500e3c65e4460ada89ab91217e76a122c431cec63e54c",
|
||
"command" : "chirpw",
|
||
"modules" : [
|
||
{
|
||
... | ... | |
"url" : "http://xmlsoft.org/sources/libxml2-2.9.9.tar.gz",
|
||
"sha256" : "94fb70890143e3c6549f265cee93ec064c80a84c42ad0f23e85ee1fd6540a871",
|
||
"type" : "archive"
|
||
},
|
||
{
|
||
"path" : "libxml.patch",
|
||
"type" : "patch"
|
||
}
|
||
]
|
||
},
|
||
... | ... | |
"--share=network",
|
||
"--device=all"
|
||
]
|
||
}
|
||
}
|
||
-- a/configure 2022-02-04 15:44:55.862875355 -0500
|
||
++ b/configure 2022-02-04 15:46:25.773247446 -0500
|
||
... | ... | |
PYTHON_TESTS=
|
||
pythondir=
|
||
if test "$with_python" != "no" ; then
|
||
if test -x "$with_python/bin/python"
|
||
if test -x "$with_python/bin/python2.7"
|
||
then
|
||
echo Found python in $with_python/bin/python
|
||
PYTHON="$with_python/bin/python"
|
||
echo Found python in $with_python/bin/python2.7
|
||
PYTHON="$with_python/bin/python2.7"
|
||
else
|
||
if test -x "$with_python/python.exe"
|
||
then
|