diff options
author | Lu Hui <luhux76@gmail.com> | 2023-06-09 21:22:10 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-08-27 10:19:34 +0800 |
commit | 28fdf6cc16aee56fdc17a31701b90ace6e512481 (patch) | |
tree | bec33714eeced2566819df2289376b1bd59fe53d /gnu/packages/patches/libsigrokdecode-python3.9-fix.patch | |
parent | 1dce88777691b7a38ad66ba58b17a9b368c11e07 (diff) |
gnu: libsigrokdecode: Update to 0.5.3-0.e6962b3, fix build.
* gnu/packages/electronics.scm (libsigrokdecode): Update to 0.5.3-0.e6962b3.
[source]: Use git-fetch. Remove patches.
[native-inputs]: Add libtool.
[arguments]<#:phases>: Remove bootstrap phase.
* gnu/packages/patches/libsigrokdecode-python3.9-fix.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Unregister it.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages/patches/libsigrokdecode-python3.9-fix.patch')
-rw-r--r-- | gnu/packages/patches/libsigrokdecode-python3.9-fix.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/packages/patches/libsigrokdecode-python3.9-fix.patch b/gnu/packages/patches/libsigrokdecode-python3.9-fix.patch deleted file mode 100644 index 4a6e1223ec..0000000000 --- a/gnu/packages/patches/libsigrokdecode-python3.9-fix.patch +++ /dev/null @@ -1,19 +0,0 @@ -From: Dan Horák <dan@danny.cz> -Subject: Add support for Python 3.9 - -Origin: upstream, https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff;h=9b0ad5177bd692f7556a4756bdbd2da81d9c34ce -Bug-Debian: https://bugs.debian.org/972769 - -diff --git a/configure.ac b/configure.ac -index f9958b3..2917cb3 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -100,7 +100,7 @@ SR_PKG_CHECK_SUMMARY([srd_pkglibs_summary]) - # first, since usually only that variant will add "-lpython3.8". - # https://docs.python.org/3/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build - SR_PKG_CHECK([python3], [SRD_PKGLIBS], -- [python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.6], [python-3.5 >= 3.5], [python-3.4 >= 3.4], [python-3.3 >= 3.3], [python-3.2 >= 3.2], [python3 >= 3.2]) -+ [python-3.9-embed], [python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.6], [python-3.5 >= 3.5], [python-3.4 >= 3.4], [python-3.3 >= 3.3], [python-3.2 >= 3.2], [python3 >= 3.2]) - AS_IF([test "x$sr_have_python3" = xno], - [AC_MSG_ERROR([Cannot find Python 3 development headers.])]) - |