summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: weechat: Update to 3.3.Tobias Geerinckx-Rice2021-10-03
| | | | * gnu/packages/irc.scm (weechat): Update to 3.3.
* gnu: unionfs-fuse: Update to 2.2.Tobias Geerinckx-Rice2021-10-03
| | | | * gnu/packages/linux.scm (unionfs-fuse): Update to 2.2.
* gnu: gramps: Update to 5.1.4.Tobias Geerinckx-Rice2021-10-03
| | | | * gnu/packages/genealogy.scm (gramps): Update to 5.1.4.
* gnu: freeorion: Update to 0.4.10.2.Tobias Geerinckx-Rice2021-10-03
| | | | * gnu/packages/games.scm (freeorion): Update to 0.4.10.2.
* gnu: freeorion: Don't use unstable tarball.Tobias Geerinckx-Rice2021-10-03
| | | | | * gnu/packages/games.scm (freeorion)[source]: Use GIT-FETCH and GIT-FILE-NAME. Remove explicit #t snippet return value.
* gnu: corsix-th: Update to 0.65.1.Tobias Geerinckx-Rice2021-10-03
| | | | * gnu/packages/games.scm (corsix-th): Update to 0.65.1.
* gnu: yadifa: Update to 2.5.1 [security fixes].Tobias Geerinckx-Rice2021-10-03
| | | | * gnu/packages/dns.scm (yadifa): Update to 2.5.1.
* gnu: sx: Don't propagate xauth.Tobias Geerinckx-Rice2021-10-03
| | | | | | * gnu/packages/xdisorg.scm (sx)[arguments]: Patch sx to refer to xauth. [propagated-inputs]: Move xauth from here… [inputs]: …to here.
* gnu: sx: Update to 2.1.7.Tobias Geerinckx-Rice2021-10-03
| | | | * gnu/packages/xdisorg.scm (sx): Update to 2.1.7.
* gnu: dnsmasq: Prepare for cross-compilation.Tobias Geerinckx-Rice2021-10-03
| | | | * gnu/packages/dns.scm (dnsmasq)[arguments]: Use CC-FOR-TARGET.
* gnu: dnsmasq: Update to 2.86.Tobias Geerinckx-Rice2021-10-03
| | | | * gnu/packages/dns.scm (dnsmasq): Update to 2.86.
* gnu: squashfs-tools-ng: Update to 1.1.3.Tobias Geerinckx-Rice2021-10-03
| | | | * gnu/packages/compression.scm (squashfs-tools-ng): Update to 1.1.3.
* gnu: ccache: Update to 4.4.2.Tobias Geerinckx-Rice2021-10-03
| | | | | | | | * gnu/packages/ccache.scm (ccache): Update to 4.4.2. [source]: Remove patch. [arguments]: Substitute nonexistent compgen. * gnu/packages/patches/ccache-fix-basedir-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: snapraid: Update to 11.6.Tobias Geerinckx-Rice2021-10-03
| | | | * gnu/packages/backup.scm (snapraid): Update to 11.6.
* gnu: libhx: Update to 4.0.1.Tobias Geerinckx-Rice2021-10-03
| | | | | * gnu/packages/c.scm (libhx): Update to 4.0.1. [source, home-page]: Update URL.
* gnu: os-prober: Update to 1.79.Tobias Geerinckx-Rice2021-10-03
| | | | * gnu/packages/bootloaders.scm (os-prober): Update to 1.79.
* gnu: bcachefs-tools: Update to 0.1-11.3785043.Tobias Geerinckx-Rice2021-10-03
| | | | * gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-11.3785043.
* gnu: guile-dbd-sqlite3: Use normal variable instead of @ reference.Arun Isaac2021-10-03
| | | | | * gnu/packages/guile-xyz.scm (guile-dbd-sqlite3)[inputs]: Replace (@ (gnu packages compression) zlib) with zlib.
* gnu: Add guile-dbd-mysql.Arun Isaac2021-10-03
| | | | * gnu/packages/guile-xyz.scm (guile-dbd-mysql): New variable.
* gnu: guile-dbi-bootstrap: Remove package.Arun Isaac2021-10-03
| | | | | | | | guile-dbi-bootstrap was formerly used by guile-dbd-sqlite3 and guile-dbd-postgresql. It is no longer required now that guile-dbi uses native-search-paths to find guile-dbd-* libraries. * gnu/packages/guile-xyz.scm (guile-dbi-bootstrap): Delete variable.
* gnu: guile-dbd-postgresql: Inherit from guile-dbi.Arun Isaac2021-10-03
| | | | | | | * gnu/packages/guile-xyz.scm (guile-dbd-postgresql): Inherit from guile-dbi. Remove version, source, build-system, home-page and license fields. [arguments]: Remove patch-src/Makefile.am phase. Do not return #t from phases. [native-inputs]: Replace guile-dbi-bootstrap with guile-dbi.
* gnu: guile-dbd-sqlite3: Inherit from guile-dbi.Arun Isaac2021-10-03
| | | | | | | * gnu/packages/guile-xyz.scm (guile-dbd-sqlite3): Inherit from guile-dbi. Remove version, source, build-system, home-page and license fields. [arguments]: Replace chdir phase. Delete patch-extension-path phase. [native-inputs]: Replace guile-dbi-bootstrap with guile-dbi.
* gnu: guile-dbi: Update to 2.1.8.Arun Isaac2021-10-03
| | | | | * gnu/packages/guile-xyz.scm (guile-dbi): Update to 2.1.8. [arguments]: Add chdir phase.
* gnu: guile-dbi: Do not return #t from custom phases.Arun Isaac2021-10-03
| | | | | * gnu/packages/guile-xyz.scm (guile-dbi)[arguments]: Do not return #t from custom phases.
* gnu: guile-dbi: Search for dbd libraries using native-search-paths.Arun Isaac2021-10-03
| | | | | | | * gnu/packages/guile-xyz.scm (guile-dbi)[arguments]: Do not set LDFLAGS and RPATH in #:make-flags. [inputs]: Remove guile-dbd-sqlite3 and guile-dbd-postgresql. [native-search-paths]: Add GUILE_DBD_PATH.
* gnu: guile-dbi: Remove hard-coded guile effective version.Arun Isaac2021-10-03
| | | | | | * gnu/packages/guile-xyz.scm (guile-dbi)[arguments]: Import target-guile-effective-version from (guix build guile-build-system). Use target-guile-effective-version to determine the guile effective version.
* gnu: guile-dbi: Update upstream source.Arun Isaac2021-10-03
| | | | | | * gnu/packages/guile-xyz.scm (guile-dbi)[source]: Use git-fetch. Update URI. [home-page]: Update URI. [native-inputs]: Add autoconf, automake, libtool, perl and texinfo.
* gnu: xpra: Update to 4.2.2.Matthew James Kraai2021-10-03
| | | | | | * gnu/packages/xorg.scm (xpra): Update to 4.2.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python-gnupg: Honor #:tests? flag.Efraim Flashner2021-10-03
| | | | | * gnu/packages/gnupg.scm (python-gnupg)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
* gnu: python-gnupg: Build with gnupg.Efraim Flashner2021-10-03
| | | | | * gnu/packages/gnupg.scm (python-gnupg)[native-inputs]: Replace gnupg-1 with gnupg.
* gnu: python-gnupg: Update to 0.4.7.Zac Berkowitz2021-10-03
| | | | | | | | | * gnu/packages/gnupg.scm (python-gnupg): Update to 0.4.7. [homepage]: change to https://pythonhosted.org/python-gnupg/index.html due to redirect. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: fzf: Fix fish functions location.Efraim Flashner2021-10-03
| | | | | | | | Reported by wp1148917-web <drwilly@drwilly.de>. * gnu/packages/terminals.scm (fzf)[arguments]: Adjust 'install-completions phase to install the fish vendor functions into the correct location.
* gnu: wget2: Update to 2.0.0.Efraim Flashner2021-10-03
| | | | * gnu/packages/wget.scm (wget2): Update to 2.0.0.
* gnu: gthumb: Add optional dependencies.Vinicius Monego2021-10-02
| | | | | | | * gnu/packages/gnome.scm (gthumb)[native-inputs]: Order alphabetically. [inputs]: Order alphabetically. Add colord, libheif, librsvg, libwebp. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gthumb: Update to 3.12.0.Vinicius Monego2021-10-02
| | | | | | * gnu/packages/gnome.scm (gthumb): Update to 3.12.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: amssynth: Update to 1.12.2.Thomas Albers2021-10-02
| | | | | | | | | * gnu/packages/music.scm (amsynth): Update to 1.12.2. [arguments]: Adjust 'patch-file-names' phase. [inputs]: Remove GTKMM-2 and LASH. [propagated-inputs]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: linux-libre 5.4: Update to 5.4.150.Leo Famulari2021-10-02
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.150. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.70.Leo Famulari2021-10-02
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.70. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.14.9.Leo Famulari2021-10-02
| | | | | * gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.9. (linux-libre-5.14-pristine-source): Update hash.
* gnu: sdl-ttf: Update to 2.0.11.1.宋文武2021-10-02
| | | | * gnu/packages/sdl.scm (sdl-ttf): Update to 2.0.11.1.
* gnu: ungoogled-chromium: Update to 94.0.4606.71-1.Marius Bakke2021-10-02
| | | | | | | | | | | | * gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for 94. (arch-patch, %arch-revision, %arch-patches): New variables. (%chromium-version): Set to 94.0.4606.71. (%ungoogled-revision, %ungoogled-origin): Update to 94.0.4606.71-1. (ungoogled-chromium-snippet): Apply %ARCH-PATCHES. (ungoogled-chromium)[version]: Use %UNGOOGLED-REVISION if it matches %CHROMIUM-VERSION, otherwise use a "-0" suffix. [arguments]: Adjust renamed configure flag. [inputs]: Change from HARFBUZZ to HARFBUZZ-3.0.
* gnu: uBlock Origin: Update to 1.38.2.Marius Bakke2021-10-02
| | | | * gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.38.2.
* gnu: harfbuzz: Add 3.0.Marius Bakke2021-10-02
| | | | * gnu/packages/gtk.scm (harfbuzz-3.0): New public variable.
* gnu: zfs: Update to 2.1.1.Kaelyn Takata2021-10-02
| | | | | | | * gnu/packages/file-systems.scm (zfs): Update to 2.1.1. [arguments]: Do not return #t from custom phases. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: komikku: Update to 0.34.1.Liliana Marie Prikler2021-10-02
| | | | * gnu/packages/gnome.scm (komikku): Update to 0.34.1.
* gnu: gnuradio: Add missing input for gr_filter_design tool.Guillaume Le Vaillant2021-10-02
| | | | * gnu/packages/radio.scm (gnuradio)[inputs]: Add python-pyqtgraph.
* gnu: Move libgme to audio.scm.Leo Prikler2021-10-02
| | | | | | | * gnu/packages/music.scm (libgme): Move from here... * gnu/packages/audio.scm (libgme): ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add hwinfo.Raghav Gururajan2021-10-01
| | | | | | * gnu/packages/hardware.scm (hwinfo): New variable. Co-authored-by: Petr Hodina <phodina@protonmail.com>
* gnu: Add libx86emu.Raghav Gururajan2021-10-01
| | | | | | | * gnu/packages/virtualization.scm (libx86emu): New variable. Co-authored-by: Petr Hodina <phodina@protonmail.com> Co-authored-by: Vincent Legoll <vincent.legoll@gmail.com>
* gnu: emacs-filladapt: Fix typo in description.Tobias Geerinckx-Rice2021-10-01
| | | | | * gnu/packages/emacs-xyz.scm (emacs-filladapt)[description]: Fix ‘funtions’ typo.