summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2020-02-03gnu: Add konversation.Hartmut Goebel
* gnu/packages/kde-internet.scm (konversation): New variable. * gnu/packages/patches/konversation-Fix-build-with-Qt-5.11.patch: New file. * gnu/lokal.mk: Add it.
2020-02-03gnu: Add kget.Hartmut Goebel
* gnu/packages/kde-internet.scm (kget): New variable.
2020-02-03gnu: Add choqok.Hartmut Goebel
* gnu/packages/kde-internet.scm: New file. * gnu/packages/patches/choqok-Fix-building-under-Qt-5.13.patch: New file. * gnu/lokal.mk: Add them.
2020-02-03gnu: Add qoauth.Hartmut Goebel
* gnu/packages/web.scm (qoauth): New variable.
2020-02-03gnu: Add kdepim-apps-libs.Hartmut Goebel
* gnu/packages/kde-pim.scm (kdepim-apps-libs): New variable.
2020-02-03gnu: Add kpimcommon.Hartmut Goebel
* gnu/packages/kde-pim.scm (kpimcommon): New variable.
2020-02-03gnu: Add kmailimporter.Hartmut Goebel
* gnu/packages/kde-pim.scm (kmailimporter): New variable.
2020-02-03gnu: Add libkdepim.Hartmut Goebel
* gnu/packages/kde-pim.scm (libkdepim): New variable.
2020-02-03gnu: Add kgpg.Hartmut Goebel
* gnu/packages/kde-utils.scm (kgpg): New variable.
2020-02-03gnu: Add kleopatra.Hartmut Goebel
* gnu/packages/kde-utils.scm (kleopatra): New variable.
2020-02-03gnu: Add libkleo.Hartmut Goebel
* gnu/packages/kde-pim.scm (libkleo): New variable.
2020-02-03gnu: Add akonadi-calendar.Hartmut Goebel
* gnu/packages/kde-pim.scm (akonadi-calendar): New variable.
2020-02-03gnu: Add kmailtransport.Hartmut Goebel
* gnu/packages/kde-pim.scm (kmailtransport): New variable.
2020-02-03gnu: Add libkgapi.Hartmut Goebel
* gnu/packages/kde-pim.scm (libkgapi): New variable.
2020-02-03gnu: Add kontactinterface.Hartmut Goebel
* gnu/packages/kde-pim.scm (kontactinterface): New variable.
2020-02-03gnu: Add ksmtp.Hartmut Goebel
* gnu/packages/kde-pim.scm (ksmtp): New variable.
2020-02-03gnu: Add akonadi-contacts.Hartmut Goebel
* gnu/packages/kde-pim.scm (akonadi-contacts): New variable.
2020-02-03gnu: Add akonadi-search.Hartmut Goebel
* gnu/packages/kde-pim.scm (akonadi-search): New variable.
2020-02-03gnu: Add akonadi-notes.Hartmut Goebel
* gnu/packages/kde-pim.scm (akonadi-notes): New variable.
2020-02-03gnu: Add akonadi-mime.Hartmut Goebel
* gnu/packages/kde-pim.scm (akonadi-mime): New variable.
2020-02-03gnu: Add kalarmcal.Hartmut Goebel
* gnu/packages/kde-pim.scm (kalarmcal): New variable.
2020-02-03gnu: Add ktnef.Hartmut Goebel
* gnu/packages/kde-pim.scm (ktnef): New variable.
2020-02-03gnu: Add kldap.Hartmut Goebel
* gnu/packages/kde-pim.scm (kldap): New variable.
2020-02-03gnu: Add kimap.Hartmut Goebel
* gnu/packages/kde-pim.scm (kimap): New variable.
2020-02-03gnu: Add kidentitymanagement.Hartmut Goebel
* gnu/packages/kde-pim.scm (kidentitymanagement): New variable.
2020-02-03gnu: Add kpimtextedit.Hartmut Goebel
* gnu/packages/kde-pim.scm (kpimtextedit): New variable.
2020-02-03gnu: Add kcalutils.Hartmut Goebel
* gnu/packages/kde-pim.scm (kcalutils): New variable.
2020-02-03gnu: Add kmbox.Hartmut Goebel
* gnu/packages/kde-pim.scm (kmbox): New variable.
2020-02-03gnu: Add kmime.Hartmut Goebel
* gnu/packages/kde-pim.scm (kmime): New variable.
2020-02-03gnu: Add akonadi.Hartmut Goebel
* 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.
2020-01-29Merge branch 'master' into stagingMarius Bakke
2020-01-29gnu: hexedit: Make F1 help more reliable.Jakub Kądziołka
* gnu/packages/hexedit.scm (hexedit)[arguments](patch-man-path): New phase. [inputs]: Add MAN-DB. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-01-29gnu: OpenAL: Update to 1.20.1.Marius Bakke
* gnu/packages/audio.scm (openal): Update to 1.20.1.
2020-01-29gnu: whois: Update to 5.5.5.Marius Bakke
* gnu/packages/networking.scm (whois): Update to 5.5.5.
2020-01-29gnu: p11-kit: Update to 0.23.19.Marius Bakke
* gnu/packages/tls.scm (p11-kit): Update to 0.23.19. [source](uri): Adjust tarball name.
2020-01-29gnu: mbedtls-apache: Do not build the static libraries.Marius Bakke
* gnu/packages/tls.scm (mbedtls-apache)[arguments]: Add "-DUSE_STATIC_MBEDTLS_LIBRARY=OFF" in #:configure-flags.
2020-01-29gnu: mbedtls-apache: Update to 2.16.4.Marius Bakke
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.16.4.
2020-01-29gnu: godot: List which third party files to keep.Timotej Lazar
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>
2020-01-29gnu: godot: Unbundle some dependencies.Timotej Lazar
* 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>
2020-01-29gnu: godot: Update to 3.1.2.Timotej Lazar
* 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>
2020-01-29gnu: opensmtpd-next: Update to 6.6.2p1 [security fixes].Tobias Geerinckx-Rice
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.
2020-01-28gnu: gnome: Re-add gnome-initial-setup.Danny Milosavljevic
* gnu/packages/gnome.scm (gnome)[propagated-inputs}: Add gnome-initial-setup.
2020-01-28gnu: ode: Properly disable tests when cross-compiling.Nicolas Goaziou
* gnu/packages/game-development.scm (ode): Properly disable tests when using (%current-target-system).
2020-01-28gnu: Add emacs-unkillable-scratch.Amin Bandali
* gnu/packages/emacs-xyz.scm (emacs-unkillable-scratch): New variable.
2020-01-28Use HTTPS for liballeg.org.Tobias Geerinckx-Rice
* gnu/packages/game-development.scm (allegro-4, allegro)[home-page]: Use HTTPS. * guix/licenses.scm (giftware): Likewise.
2020-01-28gnu: iproute2: Update to 5.5.0.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (iproute): Update to 5.5.0.
2020-01-28gnu: Add bcachefs-tools.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs-tools): New public variable.
2020-01-28gnu: lxqt: Correct home page.Jonathan Brielmaier
* gnu/packages/lxqt.scm (lxqt)[home-page]: It's lxqt not lxde. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-01-28gnu: kde-systemtools.scm: Adjust module imports.Efraim Flashner
* gnu/packages/kde-systemtools.scm: Remove libvnc, add vnc.
2020-01-28gnu: Add bruteforce-luks.Guillaume Le Vaillant
* gnu/packages/password-utils.scm (bruteforce-luks): New variable.