Age | Commit message (Collapse) | Author |
|
|
|
Apply the 1-line revert from upstream that was the sole fix in 4.14.47,
4.9.105, and 4.4.135. Here we cherry-pick the patch until the corresponding
linux-libre versions are released.
* gnu/packages/linux.scm (linux-libre-4.14, linux-libre-4.9)
(linux-libre-arm-generic-4.14, linux-libre-arm-omap2plus-4.14)
(linux-libre-4.4): Add the patch.
|
|
* gnu/packages/games.scm (0ad-data, 0ad): Update to 0.0.23-alpha.
[source]: Use HTTPS URL.
[inputs]: Add libsodium.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/dns.scm (knot): Update to 2.6.7.
|
|
* gnu/packages/disk.scm (duperemove): Update to 0.11.
|
|
* gnu/packages/terminals.scm (sakura): Update to 3.6.0.
|
|
* gnu/packages/web.scm (stunnel): Update to 5.46.
|
|
* gnu/packages/video.scm (mkvtoolnix)[arguments]: Substitute INVOKE for
SYSTEM*.
|
|
* gnu/packages/video.scm (liba52)[arguments]: Substitute INVOKE for
SYSTEM*.
|
|
* gnu/packages/video.scm (aalib)[arguments]: Substitute INVOKE for
SYSTEM*.
|
|
* gnu/packages/search.scm (xapian)[arguments]: Substitute INVOKE for
SYSTEM*.
|
|
* gnu/packages/calendar.scm (khal)[arguments]: Substitute INVOKE for
SYSTEM* and explicitly return #t from phases where needed.
|
|
* gnu/packages/web.scm (rss-bridge)[arguments]: Substitute INVOKE for
SYSTEM*.
|
|
* gnu/packages/web.scm (python-clf)[arguments]: Substitute INVOKE for
SYSTEM*.
|
|
* gnu/packages/web.scm (python-internetarchive)[arguments]: Substitute
INVOKE for SYSTEM*.
|
|
* gnu/packages/web.scm (httptunnel)[arguments]: Substitute INVOKE for
SYSTEM*.
|
|
* gnu/packages/web.scm (surfraw)[arguments]: Substitute INVOKE for
SYSTEM*.
|
|
* gnu/packages/web.scm (gumbo-parser)[arguments]: Substitute INVOKE for
SYSTEM*.
|
|
* gnu/packages/web.scm (sassc)[arguments]: Substitute INVOKE for SYSTEM*
and its plumbing.
|
|
* gnu/packages/web.scm (tidy)[arguments]: Substitute INVOKE for SYSTEM*.
|
|
* gnu/packages/education.scm (tipp10)[arguments]: Substitute INVOKE for
SYSTEM*.
|
|
* gnu/packages/web.scm (krona-tools)[arguments]: Substitute INVOKE for
SYSTEM*.
|
|
* gnu/packages/web.scm (fcgiwrap)[arguments]: Substitute INVOKE for
SYSTEM*.
|
|
* gnu/packages/video.scm (ffmpeg)[arguments]: Substitute INVOKE for
SYSTEM*.
|
|
* gnu/packages/statistics.scm (r-dplyr): Update to 0.7.5.
[propagated-inputs]: Add r-tidyselect.
|
|
* gnu/packages/skarnet.scm (s6-rc): Update to 0.4.0.1.
|
|
* gnu/packages/skarnet.scm (skalibs): Update to 2.6.4.0.
|
|
* gnu/packages/suckless.scm (lchat)[description]: Use @code.
|
|
* gnu/packages/suckless.scm (lchat): Update to 0.0.0-3.f951919.
[arguments]: Run tests. Install man page.
|
|
* gnu/packages/suckless.scm (human): Update to 0.3.
[source]: Use version as the tag, and GIT-FILE-NAME.
|
|
* gnu/packages/suckless.scm (sent): Update to 1.
[source]: Switch to URL-FETCH/TARBALL.
|
|
* gnu/packages/suckless.scm (st): Update to 0.8.1.
[arguments]: Relax ‘inhibit-terminfo-install’ regular expression.
|
|
* gnu/packages/suckless.scm (spoon): Update to 0.6.
|
|
This adds ~400 KiB (.5%) to isync's now-73.1 MiB closure.
* gnu/packages/mail.scm (isync)[inputs]: Add ZLIB.
|
|
* gnu/packages/databases.scm (mariadb): Update to 10.1.33.
|
|
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.13.
(%linux-libre-hash): Update hash.
|
|
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.46.
(%linux-libre-4.14-hash): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.104.
|
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.134.
|
|
* gnu/packages/scribus.scm (scribus)[arguments]: Add a 'patch-source' phase
that includes missing headers.
|
|
* gnu/packages/patches/glibc-locales.patch: Adjust for glibc 2.27.
|
|
* gnu/packages/emacs.scm (emms)[arguments]: Reset time stamps of files to be
gzipped; let post-install phase return #t.
|
|
* gnu/packages/java.scm (icedtea-7)[native-inputs]: Add gcc-4.9.
|
|
* gnu/packages/java.scm (icedtea-6)[native-inputs]: Add gcc-4.9 and libnsl.
|
|
Co-authored-by: Roel Janssen <roel@gnu.org>
* gnu/packages/video.scm (vlc): Update to 3.0.3.
[native-inputs]: Add flex, bison, and gettext-minimal.
[inputs]: Replace ffmpeg-2.8 with the latest ffmpeg. Replace lua-5.1 with
lua-5.2. Add eudev, fribidi, libarchive, libass, libavc1394, libbluray,
libcaca, libdca, libdvdnav, libdvdread, libebml, libidn, libmatroska,
libmodplug, libmpeg2, libraw1394, librsvg, libsecret, libupnp, libva,
libvdpau, libvpx, libx264, qtsvg, samba, speexdsp, taglib, twolame, unzip,
wayland, and wayland-protocols.
[arguments]: Add BUILDCC=gcc to configure-flags. In the 'patch-source' phase,
remove a vestigial substitution fix, enable the use of fribidi deprecated
interfaces, and adjust the file names in substitutions from "gui/qt4" to
"gui/qt". Move the 'regenerate-plugin-cache' phase after 'strip', and in it,
set the timestamps to 1 second after the epoch, and use 'invoke'. Add new
'wrap-executable' phase.
Signed-off-by: Clément Lassieur <clement@lassieur.org>
|
|
* gnu/packages/networking.scm (wireshark)[arguments]: End 'patch-source' phase
with #t.
|
|
* gnu/packages/perl.scm (perl-text-format): Update to 0.61.
|
|
* gnu/packages/openstack.scm (python-oslo.utils): Update to 3.36.2.
|
|
This is a follow-up to commit 5ffac538aa604b71814ac74579626f0d3110b96e.
* tests/pack.scm (self-contained-tarball): Adjust arguments to
"self-contained-tarball".
|
|
* gnu/packages/gnome.scm (gtkglext)[arguments]: Add build phase to fix name
collision.
|