summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: policycoreutils: Use G-expression.Marius Bakke2022-08-13
| | | | * gnu/packages/selinux.scm (policycoreutils)[arguments]: Convert to gexp.
* gnu: libsepol: Use G-expression.Marius Bakke2022-08-13
| | | | * gnu/packages/selinux.scm (libsepol)[arguments]: Convert to gexp.
* gnu: policycoreutils: Remove input labels.Marius Bakke2022-08-13
| | | | | * gnu/packages/selinux.scm (policycoreutils)[native-inputs, inputs]: Remove labels.
* gnu: python-sepolgen: Use G-expression and remove labels.Marius Bakke2022-08-13
| | | | | | * gnu/packages/selinux.scm (python-sepolgen)[arguments]: Convert to G-expression. Don't refer to python by label. [inputs]: Remove labels.
* gnu: secilc: Remove input labels.Marius Bakke2022-08-13
| | | | | | * gnu/packages/selinux.scm (secilc)[arguments]: Use G-expression and SEARCH-INPUT-DIRECTORY. [inputs, native-inputs]: Remove labels.
* gnu: libsemanage: Remove input labels.Marius Bakke2022-08-13
| | | | | * gnu/packages/selinux.scm (libsemanage)[arguments]: Use G-expression. [native-inputs, inputs]: Remove labels.
* gnu: libselinux: Remove input labels.Marius Bakke2022-08-13
| | | | | * gnu/packages/selinux.scm (libselinux)[arguments]: Use G-expression. [native-inputs, inputs, propagated-inputs]: Remove labels.
* gnu: checkpolicy: Remove input labels.Marius Bakke2022-08-13
| | | | | | * gnu/packages/selinux.scm (checkpolicy)[arguments]: Use G-expression & SERACH-INPUT-FILE. [native-inputs, inputs]: Remove labels.
* gnu: SELinux: Update to 3.4.Marius Bakke2022-08-13
| | | | | * gnu/packages/selinux.scm (libsepol): Update to 3.4. (libselinux)[propagated-inputs]: Replace PCRE with PCRE2.
* gnu: serf: Add release-monitoring-url.Marius Bakke2022-08-13
| | | | * gnu/packages/web.scm (serf)[properties]: New field.
* gnu: qtractor: Fix build.Marius Bakke2022-08-13
| | | | | | This is a follow-up to commit 1ef04fb2288dade3ad2883026ae286a68ef13a1e. * gnu/packages/music.scm (qtractor)[inputs]: Change from QTSVG to QTSVG-5.
* gnu: python-m2r: Adjust for Python 3.10.Marius Bakke2022-08-13
| | | | | * gnu/packages/python-xyz.scm (python-m2r)[source](modules, snippet): New fields.
* gnu: python-pre-commit: Remove unnecessary dependency.Marius Bakke2022-08-13
| | | | | * gnu/packages/python-xyz.scm (python-pre-commit)[propagated-inputs]: Remove PYTHON-IMPORTLIB-RESOURCES, which is part of the stdlib nowadays.
* gnu: python-numpy: Add 'upstream-name' property.Marius Bakke2022-08-13
| | | | * gnu/packages/python-xyz.scm (python-numpy)[properties]: New field.
* gnu: python-pyaml: Update to 21.10.1.Marius Bakke2022-08-13
| | | | * gnu/packages/python-xyz.scm (python-pyaml): Update to 21.10.1.
* gnu: graphviz: Add release-monitoring-url.Marius Bakke2022-08-13
| | | | * gnu/packages/graphviz.scm (graphviz)[properties]: New field.
* gnu: gsequencer: Update to 4.3.4.Vinicius Monego2022-08-13
| | | | | | * gnu/packages/music.scm (gsequencer): Update to 4.3.4. [inputs]: Replace gtk+ with gtk, libsoup-minimal-2 with libsoup, webkitgtk-with-libsoup-2 with webkitgtk.
* gnu: yt-dlp: Build from Git.raingloom2022-08-07
| | | | | | | | | * gnu/packages/video.scm (yt-dlp)[source]: Use GIT-FETCH and GIT-FILE-NAME. Remove the snippet. [arguments]: Build the man page in the 'build-generated-files phase. [native-inputs]: Add pandoc. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: yt-dlp: Update to 2022.08.08.pinoaffe2022-08-07
| | | | | | * gnu/packages/video.scm (yt-dlp): Update to 2022.08.08. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add fstransform.Tobias Geerinckx-Rice2022-08-07
| | | | * gnu/packages/file-systems.scm (fstransform): New public variable.
* gnu: dvdisaster: Use G-expressions.Tobias Geerinckx-Rice2022-08-07
| | | | | * gnu/packages/cdrom.scm (dvdisaster)[arguments]: Rewrite as G-expressions.
* gnu: dvdisaster: Update to 0.79.10.Tobias Geerinckx-Rice2022-08-07
| | | | * gnu/packages/cdrom.scm (dvdisaster): Update to 0.79.10.
* gnu: dvdisaster: Remove input labels.Tobias Geerinckx-Rice2022-08-07
| | | | | * gnu/packages/cdrom.scm (dvdisaster)[native-inputs]: Remove input labels.
* gnu: kiwix-desktop: Add bash-minimal to inputs.Arun Isaac2022-08-13
| | | | * gnu/packages/web.scm (kiwix-desktop)[inputs]: Add bash-minimal.
* gnu: kiwix-tools: Update to 3.3.0.Arun Isaac2022-08-13
| | | | * gnu/packages/web.scm (kiwix-tools): Update to 3.3.0.
* gnu: kiwix-desktop: Update to 2.2.2.Arun Isaac2022-08-13
| | | | | | | * gnu/packages/web.scm (kiwix-desktop): Update to 2.2.2. [arguments]: Delete enable-print-support and substitute-source phases. Use search-input-file. Do not return #t from phases. [native-inputs]: Remove labels.
* gnu: kiwix-lib: Update to 11.0.0.Arun Isaac2022-08-13
| | | | | | | | * gnu/packages/web.scm (kiwix-lib): Update to 11.0.0. [arguments]: Do not explicitly pass mustache path to CPPFLAGS. Do not return #t from phases. Use search-input-file. [native-inputs]: Remove labels. Use cpp-mustache package instead of its source.
* gnu: libzim: Update to 8.0.0.Arun Isaac2022-08-13
| | | | | * gnu/packages/web.scm (libzim): Update to 8.0.0. [inputs]: Remove labels. Sort.
* gnu: Add cpp-mustache.Arun Isaac2022-08-13
| | | | * gnu/packages/cpp.scm (cpp-mustache): New variable.
* gnu: pre-commit: Update to 2.20.0.Vinicius Monego2022-08-13
| | | | * gnu/packages/version-control.scm (pre-commit): Update to 2.20.0.
* gnu: freecad: Update to 0.20.1.Vinicius Monego2022-08-13
| | | | * gnu/packages/engineering.scm (freecad): Update to 0.20.1.
* gnu: shotcut: Update to 22.06.23.Vinicius Monego2022-08-13
| | | | | | | * gnu/packages/video.scm (shotcut): Update to 22.06.23. [arguments]: Do not replace the 'configure phase as Shotcut switched to the CMake build system in this version. [inputs]: Add fftw.
* gnu: mlt: Update to 7.8.0.Vinicius Monego2022-08-13
| | | | * gnu/packages/video.scm (mlt): Update to 7.8.0.
* gnu: python-wand: Update to 0.6.9.Vinicius Monego2022-08-13
| | | | * gnu/packages/python-xyz.scm (python-wand): Update to 0.6.9.
* gnu: mixxx: Update to 2.3.3.Vinicius Monego2022-08-13
| | | | * gnu/packages/music.scm (mixxx): Update to 2.3.3.
* gnu: openxr: Update to 1.0.24.Vinicius Monego2022-08-13
| | | | * gnu/packages/graphics.scm (openxr): Update to 1.0.24.
* gnu: homebank: Update to 5.5.6.Vinicius Monego2022-08-13
| | | | * gnu/packages/finance.scm (homebank): Update to 5.5.6.
* gnu: mu: Update to 1.8.8.Tobias Geerinckx-Rice2022-08-07
| | | | * gnu/packages/mail.scm (mu): Update to 1.8.8.
* gnu: perl-data-optlist: Update to 0.112.Efraim Flashner2022-08-12
| | | | * gnu/packages/perl.scm (perl-data-optlist): Update to 0.112.
* gnu: perl-test-simple: Update to 1.302191.Efraim Flashner2022-08-12
| | | | * gnu/packages/perl-check.scm (perl-test-simple): Update to 1.302191.
* gnu: perl-net-http: Update to 6.22.Efraim Flashner2022-08-12
| | | | * gnu/packages/web.scm (perl-net-http): Update to 6.22.
* gnu: perl-libwww: Update to 6.67.Efraim Flashner2022-08-12
| | | | * gnu/packages/web.scm (perl-libwww): Update to 6.67.
* gnu: perl-http-cookies: Update to 6.10.Efraim Flashner2022-08-12
| | | | * gnu/packages/web.scm (perl-http-cookies): Update to 6.10.
* gnu: perl-file-listing: Update to 6.15.Efraim Flashner2022-08-12
| | | | * gnu/packages/web.scm (perl-file-listing): Update to 6.15.
* gnu: libfido2: Update to 1.11.0.Efraim Flashner2022-08-12
| | | | * gnu/packages/security-token.scm (libfido2): Update to 1.11.0.
* gnu: libfido2: Use https for source uri.Efraim Flashner2022-08-12
| | | | * gnu/packages/security-token.scm (libfido2)[source]: Rewrite using https.
* gnu: tesseract-ocr: Make the default install minimally useful.Maxim Cournoyer2022-08-12
| | | | | | | | | | | Fixes <https://issues.guix.gnu.org/47536>. * gnu/packages/ocr.scm (tesseract-ocr) [phases]{adjust-TESSDATA_PREFIX-macro}: New phase. {install-minimal-tessdata}: New phase. [native-inputs]: Add tesseract-ocr-tessdata-fast. [search-paths]: New field. [description]: Mention how to add support for more languages.
* gnu: Add tesseract-ocr-tessdata-fast.Maxim Cournoyer2022-08-12
| | | | * gnu/packages/ocr.scm (tesseract-ocr-tessdata-fast): New variable.
* gnu: tor: Update to 0.4.7.10.Tobias Geerinckx-Rice2022-08-07
| | | | * gnu/packages/tor.scm (tor): Update to 0.4.7.10.
* gnu: monero-gui: Fix path to p2pool.Guillaume Le Vaillant2022-08-12
| | | | | | | Fixes <https://issues.guix.gnu.org/55512>. * gnu/packages/finance.scm (monero-gui)[inputs]: Add p2pool. [arguments]: Add 'fix-p2pool-path' phase.