summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: Add libkdepim.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-pim.scm (libkdepim): New variable.
* gnu: Add kgpg.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-utils.scm (kgpg): New variable.
* gnu: Add kleopatra.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-utils.scm (kleopatra): New variable.
* gnu: Add libkleo.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-pim.scm (libkleo): New variable.
* gnu: Add akonadi-calendar.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-pim.scm (akonadi-calendar): New variable.
* gnu: Add kmailtransport.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-pim.scm (kmailtransport): New variable.
* gnu: Add libkgapi.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-pim.scm (libkgapi): New variable.
* gnu: Add kontactinterface.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-pim.scm (kontactinterface): New variable.
* gnu: Add ksmtp.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-pim.scm (ksmtp): New variable.
* gnu: Add akonadi-contacts.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-pim.scm (akonadi-contacts): New variable.
* gnu: Add akonadi-search.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-pim.scm (akonadi-search): New variable.
* gnu: Add akonadi-notes.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-pim.scm (akonadi-notes): New variable.
* gnu: Add akonadi-mime.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-pim.scm (akonadi-mime): New variable.
* gnu: Add kalarmcal.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-pim.scm (kalarmcal): New variable.
* gnu: Add ktnef.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-pim.scm (ktnef): New variable.
* gnu: Add kldap.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-pim.scm (kldap): New variable.
* gnu: Add kimap.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-pim.scm (kimap): New variable.
* gnu: Add kidentitymanagement.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-pim.scm (kidentitymanagement): New variable.
* gnu: Add kpimtextedit.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-pim.scm (kpimtextedit): New variable.
* gnu: Add kcalutils.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-pim.scm (kcalutils): New variable.
* gnu: Add kmbox.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-pim.scm (kmbox): New variable.
* gnu: Add kmime.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-pim.scm (kmime): New variable.
* gnu: Add akonadi.Hartmut Goebel2020-02-03
| | | | | | | | * gnu/packages/kde-pim.scm, gnu/packages/patches/akonadi-paths.patch, gnu/packages/patches/akonadi-Revert-Make-installation-properly-relocatabl.patch gnu/packages/patches/akonadi-timestamps.patch: New files. * gnu/local.mk (MODULES): Add kde-pim.scm. (dist_patch): Add the patches.
* Merge branch 'master' into stagingMarius Bakke2020-01-29
|\
| * gnu: hexedit: Make F1 help more reliable.Jakub Kądziołka2020-01-29
| | | | | | | | | | | | | | | | * gnu/packages/hexedit.scm (hexedit)[arguments](patch-man-path): New phase. [inputs]: Add MAN-DB. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: OpenAL: Update to 1.20.1.Marius Bakke2020-01-29
| | | | | | | | * gnu/packages/audio.scm (openal): Update to 1.20.1.
| * gnu: whois: Update to 5.5.5.Marius Bakke2020-01-29
| | | | | | | | * gnu/packages/networking.scm (whois): Update to 5.5.5.
| * gnu: p11-kit: Update to 0.23.19.Marius Bakke2020-01-29
| | | | | | | | | | * gnu/packages/tls.scm (p11-kit): Update to 0.23.19. [source](uri): Adjust tarball name.
| * gnu: mbedtls-apache: Do not build the static libraries.Marius Bakke2020-01-29
| | | | | | | | | | * gnu/packages/tls.scm (mbedtls-apache)[arguments]: Add "-DUSE_STATIC_MBEDTLS_LIBRARY=OFF" in #:configure-flags.
| * gnu: mbedtls-apache: Update to 2.16.4.Marius Bakke2020-01-29
| | | | | | | | * gnu/packages/tls.scm (mbedtls-apache): Update to 2.16.4.
| * gnu: godot: List which third party files to keep.Timotej Lazar2020-01-29
| | | | | | | | | | | | | | | | | | Remove everything else to catch added dependencies in new versions. * gnu/packages/game-development.scm (godot)[source](snippet): Instead of removing (only) the unbundled libs, remove everything except the listed files. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: godot: Unbundle some dependencies.Timotej Lazar2020-01-29
| | | | | | | | | | | | | | | | | | * gnu/packages/game-development.scm (godot)[inputs]: Add bullet, mbedtls-apache, pcre2 and zstd. [arguments](configure-flags): Use system libraries for the above. [source](snippet): Remove bundled copies. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: godot: Update to 3.1.2.Timotej Lazar2020-01-29
| | | | | | | | | | | | | | | | | | * gnu/packages/game-development.scm (godot): Update to 3.1.2. [inputs]: Remove openssl, replaced by a bundled copy of mbedtls. [arguments](configure-flags): Remove builtin_openssl flag. [source]: Don’t try to remove the (now nonexistent) bundled openssl directory. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: opensmtpd-next: Update to 6.6.2p1 [security fixes].Tobias Geerinckx-Rice2020-01-29
| | | | | | | | | | | | | | | | | | | | Upstream[0] says “Qualys has found a critical vulnerability leading to a possible privilege escalation” and will provide more information later. [0]: https://www.opensmtpd.org * gnu/packages/mail.scm (opensmtpd-next): Update to 6.6.2p1.
| * gnu: gnome: Re-add gnome-initial-setup.Danny Milosavljevic2020-01-28
| | | | | | | | * gnu/packages/gnome.scm (gnome)[propagated-inputs}: Add gnome-initial-setup.
| * gnu: ode: Properly disable tests when cross-compiling.Nicolas Goaziou2020-01-28
| | | | | | | | | | * gnu/packages/game-development.scm (ode): Properly disable tests when using (%current-target-system).
| * gnu: Add emacs-unkillable-scratch.Amin Bandali2020-01-28
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-unkillable-scratch): New variable.
| * Use HTTPS for liballeg.org.Tobias Geerinckx-Rice2020-01-28
| | | | | | | | | | | | * gnu/packages/game-development.scm (allegro-4, allegro)[home-page]: Use HTTPS. * guix/licenses.scm (giftware): Likewise.
| * gnu: iproute2: Update to 5.5.0.Tobias Geerinckx-Rice2020-01-28
| | | | | | | | * gnu/packages/linux.scm (iproute): Update to 5.5.0.
| * gnu: Add bcachefs-tools.Tobias Geerinckx-Rice2020-01-28
| | | | | | | | * gnu/packages/file-systems.scm (bcachefs-tools): New public variable.
| * gnu: lxqt: Correct home page.Jonathan Brielmaier2020-01-28
| | | | | | | | | | | | * gnu/packages/lxqt.scm (lxqt)[home-page]: It's lxqt not lxde. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| * gnu: Add bruteforce-luks.Guillaume Le Vaillant2020-01-28
| | | | | | | | * gnu/packages/password-utils.scm (bruteforce-luks): New variable.
| * gnu: education.scm: Update copyright line.Nicolas Goaziou2020-01-28
| |
| * gnu: Add omnitux.Nicolas Goaziou2020-01-28
| | | | | | | | * gnu/packages/education.scm (omnitux): New variable.
| * gnu: Add emacs-delight.Amin Bandali2020-01-28
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-delight): New variable.
| * gnu: ocaml-ctypes: Don't use unstable tarball.Efraim Flashner2020-01-28
| | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-ctypes)[source]: Download using git-fetch. [arguments]: Add phase to make files writable.
| * gnu: ocaml-ocplib-endian: Don't use unstable tarball.Efraim Flashner2020-01-28
| | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-ocplib-endian)[source]: Download using git-fetch.
| * gnu: ocaml-lwt: Don't use unstable tarball.Efraim Flashner2020-01-28
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-lwt)[source]: Download using git-fetch.
| * gnu: Add emacs-mwim.Amin Bandali2020-01-28
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-mwim): New variable.
| * gnu: Add python-pypng.Jakub Kądziołka2020-01-28
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pypng): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>