summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-09gnu: libx86emu: Skip tests on non-x86 systems.Efraim Flashner
* gnu/packages/virtualization.scm (libx86emu)[arguments]: Skip tests when not building on an x86 system.
2023-07-09gnu: cups: Don't set #:tests? to #:true.Efraim Flashner
* gnu/packages/cups.scm (cups)[arguments]: Rewrite to strip the #:tests? argument from the inherited package.
2023-07-09gnu: s7: Don't set #:tests? to #:true.Efraim Flashner
* gnu/packages/lisp.scm (s7)[arguments]: Rewrite to strip the #:tests? argument from the inherited package.
2023-07-09gnu: rest-next: Don't set #:tests? to #:true.Efraim Flashner
* gnu/packages/gnome.scm (rest-next)[arguments]: Rewrite to strip #:tests? argument from the inherited package.
2023-07-09gnu: python-pytest-enabler: Don't set #:tests to #:true.Efraim Flashner
* gnu/packages/check.scm (python-pytest-enabler)[arguments]: Rewrite to strip the #:tests? argument from the inherited package.
2023-07-09gnu: imath: Skip tests when cross-compiling.Efraim Flashner
* gnu/packages/graphics.scm (imath)[arguments]: Adjust #:tests? to skip tests when cross-compiling.
2023-07-09gnu: ode: Skip tests when cross-compiling.Efraim Flashner
* gnu/packages/game-development.scm (ode)[arguments]: Adjust #:tests? to skip tests when cross-compiling.
2023-07-09gnu: libxml2: Download using mirror uri.Efraim Flashner
* gnu/packages/xml.scm (libxml2)[source]: Rewrite source uri to use download mirrors.
2023-07-09gnu: libxslt: Download using mirror uri.Efraim Flashner
* gnu/packages/xml.scm (libxslt)[source]: Rewrite source uri to use download mirrors.
2023-07-09gnu: plasma-nano: Download using mirror uri.Efraim Flashner
* gnu/packages/kde-plasma.scm (plasma-nano)[source]: Rewrite source uri to use download mirrors.
2023-07-09gnu: plasma-mobile: Download using mirror uri.Efraim Flashner
* gnu/packages/kde-plasma.scm (plasma-mobile)[source]: Rewrite source uri to use download mirrors.
2023-07-09gnu: gpsd: Download using mirror uri.Efraim Flashner
* gnu/packages/gps.scm (gpsd)[source]: Rewrite source uri to use download mirrors.
2023-07-09gnu: Add vcmi.Vagrant Cascadian
* gnu/packages/games.scm (vcmi): New variable. * gnu/packages/patches/vcmi-disable-privacy-breach.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09gnu: Add fuzzylite.Vagrant Cascadian
* gnu/packages/games.scm (fuzzylite): New variable. * gnu/packages/patches/fuzzylite-relative-path-in-tests.patch: New file. * gnu/packages/patches/fuzzylite-use-catch2.patch: New file. * gnu/packages/patches/fuzzylite-soften-float-equality.patch: New file. * gnu/local.mk (dist_patch_DATA): Register them here. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09Revert "gnu: maven-model-builder@3.0: Fix build."Bruno Victal
This reverts commit d54faf155aeeeb2aceb5cc19f141c2b8d0e0720a. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09Revert "gnu: maven-settings-builder: Fix build."Bruno Victal
This reverts commit c0a0cec87ff01ba3ee6f9baaafdb92b7ecc94489. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09Revert "gnu: maven-model-builder: Fix build."Bruno Victal
This reverts commit 04f9ac0cfaf86f9e590e0fdc62855d9c87245104. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09Revert "gnu: maven-resolver-provider: Fix build."Bruno Victal
This reverts commit 3d2ce30f6b4b505c9680369d118c2aa9f7bacff4. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09Revert "gnu: maven-core-bootstrap: Fix build."Bruno Victal
This reverts commit 1a93ff9a8b0c64ccb0e365f4e5c199e0ac8b9de6. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09Revert "gnu: maven-embedder: Fix build."Bruno Victal
This reverts commit 87ba11eff1b7a1784c94c897d468ba28822b0609. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09gnu: maven-pom: Add missing shebangs.Bruno Victal
* gnu/packages/patches/maven-generate-component-xml.patch: Add missing shebang. * gnu/packages/patches/maven-generate-javax-inject-named.patch: Likewise. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-02gnu: audacious: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/music.scm (audacious)[arguments]: Rewrite as G-expressions.
2023-07-02gnu: audacious: Update to 4.3.1.Tobias Geerinckx-Rice
* gnu/packages/music.scm (audacious): Update to 4.3.1.
2023-07-02gnu: Fix typo in copyright header.Tobias Geerinckx-Rice
* gnu/packages/terminals.scm: Substitute ‘©’ for ‘@’.
2023-07-02gnu: asciinema: Update to 2.3.0.Tobias Geerinckx-Rice
* gnu/packages/terminals.scm (asciinema): Update to 2.3.0.
2023-07-02gnu: cups: Replace with 2.4.6 [fixes CVE-2023-34241].Tobias Geerinckx-Rice
* gnu/packages/cups.scm (cups-minimal/fixed): New variable. (cups-minimal)[replacement]: Assign it to new field.
2023-07-02gnu: yt-dlp: Update to 2023.07.06.Tobias Geerinckx-Rice
* gnu/packages/video.scm (yt-dlp): Update to 2023.07.06.
2023-07-02gnu: mu: Update to 1.10.5.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (mu): Update to 1.10.5.
2023-07-02gnu: xplanet: Update package style.Sharlatan Hellseher
* gnu/packages/astronomy.scm (xplanet)[arguments]: Use G-expressions. Improve code style. [inputs]: Remove labels. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: stuff: Mark up description.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (stuff)[description]: Use @uref{}.
2023-07-02gnu: stuff: Update to 2.0.1.Sharlatan Hellseher
* gnu/packages/astronomy.scm (stuff): Update to 2.0.1. [source]: Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add autoconf, automake, libtool, and pkg-config. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: skymaker: Use @uref{}.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (skymaker)[description]: Use @uref{} over @url{}.
2023-07-02gnu: skymaker: Update to 4.2.0-0.1a69c47.Sharlatan Hellseher
* gnu/packages/astronomy.scm (skymaker): Update to 4.2.0-0.1a69c47. [source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Remove upstreamed -fcommon work-around. [native-inputs]: Add autoconf, automake, libtool, and pkg-config. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: skymaker: Remove input labels.Sharlatan Hellseher
* gnu/packages/astronomy.scm (skymaker)[inputs]: Remove input labels. [arguments]: Adjust accordingly. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: skymaker: Use G-expressions.Sharlatan Hellseher
* gnu/packages/astronomy.scm (skymaker)[arguments]: Rewrite as G-expressions. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: skymaker: Fix build.Sharlatan Hellseher
* gnu/packages/astronomy.scm (skymaker)[arguments]: Build with GCC 10. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: missfits: Mark up description.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (missfits)[description]: Use @acronym{} and @uref{}.
2023-07-02gnu: missfits: Fetch sources from Git.Sharlatan Hellseher
* gnu/packages/astronomy.scm (missfits)[source]: Use GIT-FETCH and GIT-FILE-NAME. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: missfits: Fix build.Sharlatan Hellseher
* gnu/packages/astronomy.scm (missfits)[arguments]: Add CPPFLAGS to pass build with GCC 10. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: eye: Mark up description.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (eye)[description]: Use @acronym{} and @dfn{}.
2023-07-02gnu: eye: Fetch sources from Git.Sharlatan Hellseher
* gnu/packages/astronomy.scm (eye)[source]: Use GIT-FETCH and GIT-FILE-NAME. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: eye: Fix build.Sharlatan Hellseher
* gnu/packages/astronomy.scm (eye)[arguments]: Add #:configure-flags to build with GCC 10. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: swarp: Update to 2.41.5.Sharlatan Hellseher
* gnu/packages/astronomy.scm (swarp): Update to 2.41.5. [source]: Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add automake, autoconf, libtool, and pkg-config. [inputs]: Add cfitsio. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: weightwatcher: Fetch sources from Git.Sharlatan Hellseher
They were removed from the home page. * gnu/packages/astronomy.scm (weightwatcher)[source]: Use GIT-FETCH and GIT-FILE-NAME. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: weightwatcher: Fix build.Sharlatan Hellseher
* gnu/packages/astronomy.scm (weightwatcher)[arguments]: Add #:configure-flags to build with GCC 10. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-08gnu: clipman: Use a source file-name.Efraim Flashner
* gnu/packages/xdisorg.scm (clipman)[source]: Use a source file-name.
2023-07-08gnu: emacs-pasp-mode: Use a source file-name.Efraim Flashner
* gnu/packages/potassco.scm (emacs-pasp-mode)[source]: Use a source file-name.
2023-07-08gnu: pantheon-wallpapers: Use a source file-name.Efraim Flashner
* gnu/packages/pantheon.scm (pantheon-wallpapers)[source]: Use a source file-name.
2023-07-08gnu: emacs-auto-compile: Use a source file-name.Efraim Flashner
* gnu/packages/emacs-xyz.scm (emacs-auto-compile)[source]: Use a source file-name.
2023-07-08gnu: emacs-bookmark-plus: Use a source file-name.Efraim Flashner
* gnu/packages/emacs-xyz.scm (emacs-bookmark-plus)[source]: Use a source file-name.