summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2019-12-11gnu: libvpx: Do not build static libraries.Marius Bakke
* gnu/packages/video.scm (libvpx)[arguments]: Add "--disable-static" to #:configure-flags.
2019-12-11gnu: Add emacs-almost-mono-themes.Ricardo Wurmus
* gnu/packages/emacs-xyz.scm (emacs-almost-mono-themes): New variable.
2019-12-11gnu: netcat-openbsd: Update to 1.206-1.Alex Griffin
* gnu/packages/admin.scm (netcat-openbsd): Update to 1.206-1.
2019-12-11gnu: gnome-shell-extension-dash-to-dock: Update to 66.Leo Prikler
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock): Update to 66. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-12-11gnu: python-argcomplete: Update to 1.10.3.Ricardo Wurmus
Co-authored-by: pimi <madalinionel.patrascu@mdc-berlin.de> * gnu/packages/python-xyz.scm (python-argcomplete): Update to 1.10.3. [arguments]: Patch completion script to keep tool references. [inputs]: Add "grep" and "which". [native-inputs]: Add "python-coverage", "python-flake8", "python-wheel", and "fish".
2019-12-11gnu: vpnc-scripts: Use WRAP-SCRIPT.Ricardo Wurmus
* gnu/packages/vpn.scm (vpnc-scripts)[arguments]: Use WRAP-SCRIPT instead of WRAP-PROGRAM. [inputs]: Add guile.
2019-12-11gnu: qemu: Build with vde2 support.Diego Nicola Barbato
* gnu/packages/virtualization.scm (qemu)[inputs]: Add vde2. * gnu/packages/virtualization.scm (qemu-minimal)[inputs]: Remove vde2 from inherited inputs. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-12-11gnu: Add vde2.Diego Nicola Barbato
* gnu/packages/networking.scm (vde2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-12-11gnu: Add r-lintr.Nicolò Balzarotti
* gnu/packages/cran.scm (r-lintr): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-12-11gnu: Add r-cyclocomp.Nicolò Balzarotti
* gnu/packages/cran.scm (r-cyclocomp): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-12-11gnu: Add r-xmlparsedata.Nicolò Balzarotti
* gnu/packages/cran.scm (r-xmlparsedata): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-12-11gnu: Add r-statcheck.Nicolò Balzarotti
* gnu/packages/cran.scm (r-statcheck): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-12-11gnu: Deprecate kdevplatform package.Hartmut Goebel
* gnu/packages/kde.scm (kdevplatform): Define as a deprecated alias for 'kdevelop`.
2019-12-11gnu: kdevelop: Update to 5.4.5.Hartmut Goebel
* gnu/packages/kde.scm(kdevelop): Update to 5.4.5, use qt-build-sytem. [native-inputs]: Move shared-mime-info from … [inputs] … here; Remove kconfig, kdevplatform, libepoxy; Add apr, apr-util, astyle, attica, boost, kconfigwidgets, kservice, libkomparediff2, oxygen-icons, qtquickcontrols2, sonnet, subversion; structure and sort list of inputs. [arguments] Disable tests. <phases>: Base on phases from qt-build-system. {wrap-executable}: Remove. {add-include-path}: New phase. {check} Keep it..
2019-12-11gnu: kdevelop-pg-qt: Update to 2.2.0.Hartmut Goebel
* gnu/packages/kde.scm(kdevelop-pg-qt): Update to 2.2.0.
2019-12-11gnu: nss: Fix CVE-2019-11745 via graft.Mark H Weaver
* gnu/packages/patches/nss-CVE-2019-11745.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/nss.scm (nss/fixed): New variable. (nss)[replacement]: Add field.
2019-12-11gnu: enchive: Update to 3.5.nixo
* gnu/packages/crypto.scm (enchive): Update to 3.5. [source]: Replace url-fetch with git-fetch. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-12-11gnu: libraft: Update to 0.9.11.Andrew Miloradovsky
* gnu/packages/cluster.scm (libraft): Update to 0.9.11. [arguments]: Enable libuv I/O backend. Add phase to skip some tests. [inputs]: Add libuv. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-12-11gnu: xf86-video-intel: Update to 2.99.917-15.f66d395.Marius Bakke
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-15.f66d395.
2019-12-11gnu: Remove duplicate copyright line.Marius Bakke
* gnu/packages/kde.scm: Remove duplicate copyright.
2019-12-11gnu: strace: Update to 5.4.Marius Bakke
* gnu/packages/linux.scm (strace): Update to 5.4.
2019-12-11gnu: shadow: Update to 4.8.Marius Bakke
* gnu/packages/admin.scm (shadow): Update to 4.8.
2019-12-11gnu: OpenAL: Update home page.Marius Bakke
* gnu/packages/audio.scm (openal)[source, home-page]: Use HTTPS.
2019-12-11gnu: OpenAL: Update to 1.20.0.Marius Bakke
* gnu/packages/audio.scm (openal): Update to 1.20.0. [arguments]: Adjust for renamed files. [native-inputs]: Remove.
2019-12-11gnu: re2: Update to 2019-12-01.Marius Bakke
* gnu/packages/regex.scm (re2): Update to 2019-12-01.
2019-12-11gnu: dav1d: Update to 0.5.2.Marius Bakke
* gnu/packages/video.scm (dav1d): Update to 0.5.2.
2019-12-11gnu: frei0r-plugins: Update to 1.7.0.Marius Bakke
* gnu/packages/video.scm (frei0r-plugins): Update to 1.7.0. [native-inputs]: Remove LIBTOOL, AUTOCONF and AUTOMAKE. [arguments]: Remove 'autotools' phase. Add 'patch-Makefile' phase.
2019-12-11gnu: libsoup: Update to 2.68.3.Marius Bakke
* gnu/packages/gnome.scm (libsoup): Update to 2.68.3.
2019-12-11gnu: elogind: Update to 241.4.Marius Bakke
* gnu/packages/freedesktop.scm (elogind): Update to 241.4.
2019-12-10gnu: git: Update to 2.24.1 [security fixes].Mark H Weaver
Includes fixes for CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351, CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, CVE-2019-1387, and CVE-2019-19604. * gnu/packages/version-control.scm (git): Update to 2.24.1. [native-inputs]: Update git-manpages accordingly.
2019-12-10gnu: cgit: Update git-source to 2.18.2 [security-fixes].Mark H Weaver
Includes fixes for CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351, CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, and CVE-2019-1387 * gnu/packages/version-control.scm (cgit)[inputs]: Update git-source to 2.18.2.
2019-12-10gnu: qps: Update to 2.0.0.Reza Alizadeh Majd
* gnu/packages/lxqt.scm (qps): Update to 2.0.0. Signed-off-by: Brett Gilio <brettg@posteo.net>
2019-12-10gnu: gajim: Fix search for translations.Ricardo Wurmus
Fixes <https://bugs.gnu.org/38558>. * gnu/packages/messaging.scm (gajim)[arguments]: Wrap executables in XDG_DATA_DIRS.
2019-12-10gnu: Add kjumpingcube.Hartmut Goebel
* gnu/packages/games.scm (kjumpingcube): New variable.
2019-12-10gnu: Add ksquares.Hartmut Goebel
* gnu/packages/games.scm (ksquares): New variable.
2019-12-10gnu: Add kreversi.Hartmut Goebel
* gnu/packages/games.scm (kreversi): New variable.
2019-12-10gnu: Add knavalbattle.Hartmut Goebel
* gnu/packages/games.scm (knavalbattle): New variable.
2019-12-10gnu: Add kollision.Hartmut Goebel
* gnu/packages/games.scm (kollision): New variable.
2019-12-10gnu: Add ksnakeduel.Hartmut Goebel
* gnu/packages/games.scm (ksnakeduel): New variable.
2019-12-10gnu: Add killbots.Hartmut Goebel
* gnu/packages/games.scm (killbots): New variable.
2019-12-10gnu: Add bovo.Hartmut Goebel
* gnu/packages/games.scm (bovo): New variable.
2019-12-10gnu: Add kspaceduel.Hartmut Goebel
* gnu/packages/games.scm (kspaceduel): New variable.
2019-12-10gnu: Add kapman.Hartmut Goebel
* gnu/packages/games.scm (kapman): New variable.
2019-12-10gnu: Add lskat.Hartmut Goebel
* gnu/packages/games.scm (lskat): New variable.
2019-12-10gnu: Add kubrick.Hartmut Goebel
* gnu/packages/games.scm (kubrick): New variable.
2019-12-10gnu: Add kigo.Hartmut Goebel
* gnu/packages/games.scm (kigo): New variable.
2019-12-10gnu: Add kiriki.Hartmut Goebel
* gnu/packages/games.scm (kiriki): New variable.
2019-12-10gnu: Add palapeli.Hartmut Goebel
* gnu/packages/games.scm (palapeli): New variable.
2019-12-10gnu: Add ksirk.Hartmut Goebel
* gnu/packages/games.scm (ksirk): New variable.
2019-12-10gnu: Add granatier.Hartmut Goebel
* gnu/packages/games.scm (granatier): New variable.