diff options
| author | Dariqq <dariqq@posteo.net> | 2026-06-15 15:28:37 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-26 15:14:32 +0200 |
| commit | 0f7fcbd6b54813923ca224739ccbcb14217f5076 (patch) | |
| tree | 5b568e36cde3f39f1f87149355ba01968639a566 /gnu/packages/gnunet.scm | |
| parent | de92b82d5cf27eb1ef6d92897b0494c214d59418 (diff) | |
gnu: libextractor: Update to 1.14.
* gnu/packages/gnunet.scm (libextractor): Update to 1.14.
[#:phases]: Remove 'force-reconfigure phase.
[native-inuts]: Remove autoconf, automake, gettext, libtool, texinfo.
* gnu/packages/patches/libextractor-tidy-support.patch: Delete patch.
* gnu/local.mk (dist_patch_DATA): Remove deleted patch.
Change-Id: Ic0cc4e2c842a7f88fdecf631a07b4d6aff9e4a01
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/gnunet.scm')
| -rw-r--r-- | gnu/packages/gnunet.scm | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index c0bcee085bb..db9a550a07e 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm | |||
| @@ -88,16 +88,14 @@ | |||
| 88 | (define-public libextractor | 88 | (define-public libextractor |
| 89 | (package | 89 | (package |
| 90 | (name "libextractor") | 90 | (name "libextractor") |
| 91 | (version "1.13") | 91 | (version "1.14") |
| 92 | (source (origin | 92 | (source (origin |
| 93 | (method url-fetch) | 93 | (method url-fetch) |
| 94 | (uri (string-append "mirror://gnu/libextractor/libextractor-" | 94 | (uri (string-append "mirror://gnu/libextractor/libextractor-" |
| 95 | version ".tar.gz")) | 95 | version ".tar.gz")) |
| 96 | (sha256 | 96 | (sha256 |
| 97 | (base32 | 97 | (base32 |
| 98 | "0mgprmwdhdwq9xhfxfhcncd304425nvcc4zi8ci5f0nja4n333xv")) | 98 | "1026dg626b0vy55rz3wv9rpmvqsqahbpphsdqqr4mz6a7x1mafhs")))) |
| 99 | (patches | ||
| 100 | (search-patches "libextractor-tidy-support.patch")))) | ||
| 101 | (build-system gnu-build-system) | 99 | (build-system gnu-build-system) |
| 102 | (outputs '("out" | 100 | (outputs '("out" |
| 103 | "static")) ; 420 KiB .a files | 101 | "static")) ; 420 KiB .a files |
| @@ -107,9 +105,6 @@ | |||
| 107 | #$(this-package-input "libltdl"))) | 105 | #$(this-package-input "libltdl"))) |
| 108 | #:phases | 106 | #:phases |
| 109 | #~(modify-phases %standard-phases | 107 | #~(modify-phases %standard-phases |
| 110 | (add-after 'unpack 'force-reconfigure | ||
| 111 | (lambda _ | ||
| 112 | (delete-file "configure"))) | ||
| 113 | (add-after 'install 'move-static-libraries | 108 | (add-after 'install 'move-static-libraries |
| 114 | (lambda* (#:key outputs #:allow-other-keys) | 109 | (lambda* (#:key outputs #:allow-other-keys) |
| 115 | ;; Move static libraries to the "static" output. | 110 | ;; Move static libraries to the "static" output. |
| @@ -122,12 +117,7 @@ | |||
| 122 | (delete-file file)) | 117 | (delete-file file)) |
| 123 | (find-files lib "\\.a$")))))))) | 118 | (find-files lib "\\.a$")))))))) |
| 124 | (native-inputs | 119 | (native-inputs |
| 125 | (list autoconf-2.71 | 120 | (list pkg-config)) |
| 126 | automake | ||
| 127 | gettext-minimal | ||
| 128 | libtool | ||
| 129 | pkg-config | ||
| 130 | texinfo)) | ||
| 131 | (inputs | 121 | (inputs |
| 132 | (list bzip2 | 122 | (list bzip2 |
| 133 | exiv2-0.27 | 123 | exiv2-0.27 |
