aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Expand)AuthorAge
...
| | * gnu: powertop: Update to 2.10.•••* gnu/packages/linux.scm (powertop): Update to 2.10. Tobias Geerinckx-Rice2019-02-24
| | * gnu: screengrab: Don't use NAME in source URI.•••* gnu/packages/lxqt.scm (screengrab)[source]: Hard-code NAME. Tobias Geerinckx-Rice2019-02-24
| | * gnu: fping: Update to 4.2.•••* gnu/packages/networking.scm (fping): Update to 4.2. Tobias Geerinckx-Rice2019-02-24
| | * gnu: gwenhywfar, aqbanking: Use HTTPS home page.•••* gnu/packages/gnucash.scm (gwenhywfar, aqbanking)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2019-02-24
| | * gnu: gnumeric: Update to 1.12.44.•••* gnu/packages/gnome.scm (gnumeric): Update to 1.12.44. Tobias Geerinckx-Rice2019-02-24
| | * gnu: gnumeric: Don't use NAME in source URI.•••* gnu/packages/gnome.scm (gnumeric)[source]: Hard-code NAME. Tobias Geerinckx-Rice2019-02-24
| | * gnu: drumstick: Update to 1.1.2.•••* gnu/packages/music.scm (drumstick): Update to 1.1.2. Tobias Geerinckx-Rice2019-02-24
| | * gnu: ktexteditor: Don't use NAME in source URI.•••* gnu/packages/kde-frameworks.scm (ktexteditor)[source]: Hard-code NAME. Tobias Geerinckx-Rice2019-02-24
| | * gnu: ktexteditor: Return #t from all phases.•••* gnu/packages/kde-frameworks.scm (ktexteditor)[arguments]: Always return #t from phases. Tobias Geerinckx-Rice2019-02-24
| | * gnu: font-hack: Future-proof description.•••* gnu/packages/fonts.scm (font-hack)[description]: Use vague upstream wording. Tobias Geerinckx-Rice2019-02-24
| | * gnu: font-lato: Use HTTPS home page.•••* gnu/packages/fonts.scm (font-lato)[source, home-page]: Use HTTPS. Tobias Geerinckx-Rice2019-02-24
| * | gnu: python-requests: Propagate required inputs.•••This is a follow-up to commit b5c2e7205177742f33b308a1590f279ce132d5b4. * gnu/packages/python-web.scm (python-requests)[propagated-inputs]: Add PYTHON-CERTIFI, PYTHON-CHARDET, PYTHON-IDNA, and PYTHON-URLLIB3. (python-urllib3)[native-inputs]: Remove (due to dependency cycle). Marius Bakke2019-03-01
| * | gnu: python-cffi: Build HTML documentation in separate derivation.•••This is necessary to solve a dependency cycle between Sphinx and Requests. * gnu/packages/libffi.scm (python-cffi)[outputs]: Remove. [native-inputs]: Remove PYTHON-SPHINX. [arguments]: Remove 'install-doc' phase. * gnu/packages/libffi.scm (python-cffi-documentation): New public variable. Marius Bakke2019-03-01
| * | gnu: pciutils: Update to 3.6.2.•••* gnu/packages/pciutils.scm (pciutils): Update to 3.6.2. Marius Bakke2019-03-01
| * | gnu: kmod: Update to 26.•••* gnu/packages/linux.scm (kmod): Update to 26. Marius Bakke2019-03-01
| * | gnu: elfutils: Update to 0.176.•••* gnu/packages/elf.scm (elfutils): Update to 0.176. Marius Bakke2019-03-01
| * | gnu: gdk-pixbuf: Update to 2.38.1.•••* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.38.1. Marius Bakke2019-03-01
* | | gnu: attr: Update to 2.4.48.•••* gnu/packages/attr.scm (attr): Update to 2.4.48. [source](uri): Adjust for renamed tarball. [arguments]: Remove obsolete phases. [license]: Remove GPL2+ (see upstream commit 0fb61a4d20). Marius Bakke2019-03-01
* | | gnu: acl: Update to 2.2.53.•••* gnu/packages/patches/acl-hurd-path-max.patch, gnu/packages/patches/acl-fix-perl-regex.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/acl.scm (acl): Update to 2.2.53. [source](uri): Adjust for renamed tarball. [arguments]: Remove #:test-target. Adjust disabled tests. Don't override install phase. Marius Bakke2019-03-01
* | | gnu: libcap: Update to 2.26.•••* gnu/packages/linux.scm (libcap): Update to 2.26. Marius Bakke2019-03-01
* | | gnu: efivar: Fix build failure with GCC7.•••* gnu/packages/linux.scm (efivar)[arguments]: Add phase 'kernel-headers-are-system-headers'. Marius Bakke2019-02-28
* | | gnu: make-bootstrap: Adjust for GCC7.•••This is a follow-up to commit 01e8263febb9634564b4b73af49b81a36567a11b. * gnu/packages/make-bootstrap.scm (package-with-relocatable-glibc): Add the GCC7 'treat-glibc-as-system-header' build phase. Marius Bakke2019-02-28
* | | gnu: GCC: Move cross-toolchain build fix to (gnu packages cross-base).•••This makes sure it is inherited by packages using (cross-gcc ...). This commit is a followup to 01e8263febb9634564b4b73af49b81a36567a11b. * gnu/build/cross-toolchain.scm (cross-gcc-build-phases): Move 'treat-glibc-as-system-header' phase ... * gnu/packages/cross-base.scm (cross-gcc-arguments): ... here. Marius Bakke2019-02-28
* | | gnu: groff: Return #t from all phases.•••* gnu/packages/groff.scm (groff)[arguments]: Return #t from phases. Marius Bakke2019-02-28
* | | gnu: groff: Adjust relocatability snippet for 1.22.4.•••This commit does three things. It reverts 73b2ce87 ("gnu: groff-minimal: Disable relocatability."), re-applies f57693e1 ("gnu: groff: Disable relocatability."), and finally adjusts the substitution for changes since 0559a4c2 ("gnu: groff: Update to 1.22.4."). * gnu/packages/groff.scm (groff-minimal)[arguments]: Move relocatibility snippet ... (groff)[arguments]: ... here. Don't delete relocation.cpp and adjust file name. Marius Bakke2019-02-28
* | | Merge branch 'staging' into core-updatesMarius Bakke2019-02-24
|\| |
| * | Merge branch 'master' into stagingMarius Bakke2019-02-24
| |\|
| | * gnu: git: Update to 2.21.0.•••* gnu/packages/version-control.scm (git): Update to 2.21.0. Marius Bakke2019-02-24
| | * gnu: GCC: Don't modify copyright headers in xtensa patch.•••* gnu/packages/patches/ath9k-htc-firmware-gcc.patch: Drop hunk. Marius Bakke2019-02-24
| | * gnu: libksysguard: Update to 5.15.1.•••* gnu/packages/kde-plasma.scm (libksysguard): Update to 5.15.1. Tobias Geerinckx-Rice2019-02-24
| | * gnu: libkscreen: Update to 5.15.1.•••* gnu/packages/kde-plasma.scm (libkscreen): Update to 5.15.1. Tobias Geerinckx-Rice2019-02-24
| | * gnu: kscreenlocker: Update to 5.15.1.•••* gnu/packages/kde-plasma.scm (kscreenlocker): Update to 5.15.1. Tobias Geerinckx-Rice2019-02-24
| | * gnu: kdecoration: Update to 5.15.1.•••* gnu/packages/kde-plasma.scm (kdecoration): Update to 5.15.1. Tobias Geerinckx-Rice2019-02-24
| | * gnu: font-hack: Update to 3.003.•••* gnu/packages/fonts.scm (font-hack): Update to 3.003. Tobias Geerinckx-Rice2019-02-24
| | * gnu: ragel: Update to 6.10.•••* gnu/packages/ragel.scm (ragel): Update to 6.10. Tobias Geerinckx-Rice2019-02-24
| | * gnu: ragel: Use HTTPS home page.•••* gnu/packages/ragel.scm (ragel)[source, home-page]: Use HTTPS. Tobias Geerinckx-Rice2019-02-24
| | * gnu: bind: Update to 9.12.3-P4.•••* gnu/packages/dns.scm (isc-bind): Update to 9.12.3-P4. Tobias Geerinckx-Rice2019-02-24
| | * gnu: bind: Don't use NAME in source URI.•••* gnu/packages/dns.scm (isc-bind)[source]: Hard-code NAME. Tobias Geerinckx-Rice2019-02-24
| | * gnu: autogen: Update to 5.18.16.•••* gnu/packages/autogen.scm (autogen): Update to 5.18.16. [inputs]: Update to guile-2.2. [arguments]: Add ‘--disable-dependency-tracking’ to #:configure-flags. Re-indent. Tobias Geerinckx-Rice2019-02-24
| | * gnu: clamav: Update to 0.101.1.•••* gnu/packages/antivirus.scm (clamav): Update to 0.101.1. [source]: Delete bundled tomsfastmath outright. [native-inputs]: Remove bison and flex. [inputs]: Switch to pcre2. * gnu/packages/patches/clamav-system-tomsfastmath.patch: Update. Tobias Geerinckx-Rice2019-02-24
| | * gnu: parallel: Update to 20190222.•••* gnu/packages/parallel.scm (parallel): Update to 20190222. Tobias Geerinckx-Rice2019-02-24
| | * gnu: acpid: Update to 2.0.31.•••* gnu/packages/linux.scm (acpid): Update to 2.0.31. Tobias Geerinckx-Rice2019-02-24
| | * gnu: 4ti2: Update to 1.6.9.•••* gnu/packages/maths.scm (4ti2): Update to 1.6.9. [source]: Update URI. Tobias Geerinckx-Rice2019-02-24
| | * gnu: agda: Update to 2.5.4.2.•••* gnu/packages/agda.scm (agda): Update to 2.5.4.2. [inputs]: Remove cpphs. Tobias Geerinckx-Rice2019-02-24
| | * gnu: perl-net-idn-encode: Update to 2.500.•••* gnu/packages/perl.scm (perl-net-idn-encode): Update to 2.500. Re-indent. Tobias Geerinckx-Rice2019-02-24
| | * gnu: qd: Update to 2.3.22.•••* gnu/packages/multiprecision.scm (qd): Update to 2.3.22. Tobias Geerinckx-Rice2019-02-24
| | * gnu: 0xffff: Don't use unstable tarball.•••* gnu/packages/flashing-tools.scm (0xffff)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice2019-02-24
| | * gnu: 0xffff: Update to 0.8.•••* gnu/packages/flashing-tools.scm (0xffff): Update to 0.8. [arguments]: Build man page reproducibly. Tobias Geerinckx-Rice2019-02-24
| | * gnu: Add libtommath.•••* gnu/packages/multiprecision.scm (libtommath): New variable. * gnu/packages/patches/libtommath.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2019-02-24
| | * gnu: linux-libre: Update to 4.20.12.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.12. (%linux-libre-hash): Update hash. Mark H Weaver2019-02-23