| Commit message (Expand) | Author | Age |
* | gnu: julius: Update to 1.4.1.•••* gnu/packages/games.scm (julius): Update to 1.4.1.
| Tobias Geerinckx-Rice | 2020-06-14 |
* | gnu: angband: Use HTTPS.•••* gnu/packages/games.scm (angband)[source, home-page]: Use HTTPS.
| Tobias Geerinckx-Rice | 2020-06-14 |
* | gnu: angband: Update to 4.2.1.•••* gnu/packages/games.scm (angband): Update to 4.2.1.
| Tobias Geerinckx-Rice | 2020-06-14 |
* | gnu: libolm: Update to 3.1.5.•••* gnu/packages/crypto.scm (libolm): Update to 3.1.5.
| Tobias Geerinckx-Rice | 2020-06-14 |
* | gnu: gnome-chess: Update to 3.36.1.•••* gnu/packages/games.scm (gnome-chess): Update to 3.36.1.
| Tobias Geerinckx-Rice | 2020-06-14 |
* | gnu: gnome-chess: Don't use NAME in source URI.•••* gnu/packages/games.scm (gnome-chess)[source]: Hard-code NAME.
| Tobias Geerinckx-Rice | 2020-06-14 |
* | gnu: facter: Update to 4.0.26.•••* gnu/packages/admin.scm (facter): Update to 4.0.26.
| Tobias Geerinckx-Rice | 2020-06-14 |
* | gnu: rust-tokio: Update to 0.2.21.•••* gnu/packages/crates-io.scm (rust-tokio): Update to 0.2.21.
| Tobias Geerinckx-Rice | 2020-06-14 |
* | gnu: rust-serde-bytes: Fix typo in synopsis.•••* gnu/packages/crates-io.scm (rust-serde-bytes)[synopsis]: Remove ‘of’.
| Tobias Geerinckx-Rice | 2020-06-14 |
* | gnu: rust-serde-bytes: Update to 0.11.5.•••* gnu/packages/crates-io.scm (rust-serde-bytes): Update to 0.11.5.
| Tobias Geerinckx-Rice | 2020-06-14 |
* | gnu: alsa-modular-synth: Hide default GCC.•••* gnu/packages/audio.scm (alsa-modular-synth)[native-inputs]: Distinguish
GCC-5.
[arguments]: Add build phase "hide-default-gcc".
| Ricardo Wurmus | 2020-06-13 |
* | gnu: alsa-modular-synth: Add patch to fix vocoder build error.•••* gnu/packages/patches/alsa-modular-synth-fix-vocoder.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/audio.scm (alsa-modular-synth)[source]: Add it.
| Ricardo Wurmus | 2020-06-13 |
* | gnu: check@0.12: Do not inherit replacements from check.•••* gnu/packages/check.scm (check-0.12): Use INHERIT instead of PACKAGE/INHERIT.
| Marius Bakke | 2020-06-13 |
* | gnu: libnet: Update home page.•••* gnu/packages/networking.scm (libnet)[home-page]: Adjust to current, as
referred to from the previous.
| Marius Bakke | 2020-06-13 |
* | gnu: libnet: Update to 1.2.•••* gnu/packages/networking.scm (libnet): Update to 1.2.
[source]: Switch to URL-FETCH.
[arguments]: Remove chdir phase.
[native-inputs]: Remove AUTOCONF, AUTOMAKE, and LIBTOOL. Add PERL.
| Marius Bakke | 2020-06-13 |
* | gnu: jucipp: Build with Clang 10.•••* gnu/packages/text-editors.scm (jucipp)[inputs]: Change from CLANG to CLANG-10.
| Marius Bakke | 2020-06-13 |
* | gnu: ghc-regex-pcre-builtin: Update home page.•••* gnu/packages/haskell-xyz.scm (ghc-regex-pcre-builtin)[home-page]: Set to the
correct home page, not the alternative 'ghc-regex-pcre' library.
| Marius Bakke | 2020-06-13 |
* | gnu: perl-net-dns-resolver-programmable: Remove "v" prefix from version string.•••* gnu/packages/networking.scm (perl-net-dns-resolver-programmable)[version]:
Remove "v" prefix.
[source](uri): Adjust accordingly.
| Marius Bakke | 2020-06-13 |
* | Merge branch 'staging' | Marius Bakke | 2020-06-13 |
|\ |
|
| * | gnu: mesa: Ensure replacements are inherited in special variants.•••* gnu/packages/gl.scm (mesa-opencl, mesa-opencl-icd, mesa-headers): Use
PACKAGE/INHERIT instead of regular inheritance.
| Marius Bakke | 2020-06-12 |
| * | gnu: mesa: Replace with 20.0.8.•••* gnu/packages/gl.scm (mesa-20.0.8): New variable.
(mesa)[replacement]: New field.
| Marius Bakke | 2020-06-12 |
| * | Merge branch 'master' into staging | Marius Bakke | 2020-06-11 |
| |\ |
|
| * | | gnu: calibre: Update to 4.18.0.•••* gnu/packages/patches/calibre-remove-test-bs4.patch,
gnu/packages/patches/calibre-msgpack-compat.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/ebook.scm (calibre): Update to 4.18.0.
[source](patches): Remove obsolete patches.
[source](snippet): Disable test for bundled odfpy.
[inputs]: Add HUNSPELL, HYPHEN, PYTHON2-BEAUTIFULSOUP4, PYTHON2-PYQTWEBENGINE,
and QTWEBENGINE.
[arguments]: Add phase 'patch-more-shebangs'. Adjust configure phase to set
HOME and make fonts available. Simplify one substitution, and provide the
absolute file name of 'sip'.
| Marius Bakke | 2020-06-08 |
| * | | gnu: python-html5-parser: Update to 0.4.9.•••* gnu/packages/python-web.scm (python-html5-parser): Update to 0.4.9.
| Marius Bakke | 2020-06-08 |
| * | | gnu: Add python2-pyqtwebengine.•••* gnu/packages/qt.scm (python2-pyqtwebengine): New public variable.
| Marius Bakke | 2020-06-08 |
| * | | gnu: python2-pyqt: Propagate requireed inputs.•••* gnu/packages/qt.scm (python2-pyqt)[propagated-inputs]: Add PYTHON2-SIP and
PYTHON-ENUM34. New field.
| Marius Bakke | 2020-06-08 |
| * | | Merge branch 'master' into staging | Marius Bakke | 2020-06-08 |
| |\ \ |
|
| * | | | gnu: python-pyqtwebengine: Remove duplicate input.•••* gnu/packages/qt.scm (python-pyqtwebengine)[inputs]: Remove PYTHON-PYQT.
| Marius Bakke | 2020-06-07 |
| * | | | gnu: python-pyqtwebengine: Update to 5.14.0.•••* gnu/packages/qt.scm (python-pyqtwebengine): Update to 5.14.0.
[source](uri): Add PyPI mirror.
| Marius Bakke | 2020-06-07 |
| * | | | gnu: python-pyqt: Use PYTHON-VERSION.•••* gnu/packages/qt.scm (python-pyqt)[arguments]: Add #:modules. Use
PYTHON-VERSION from PYTHON-BUILD-SYSTEM instead of custom implementation.
| Marius Bakke | 2020-06-07 |
| * | | | gnu: python-pyqt: Update to 5.14.2.•••* gnu/packages/qt.scm (python-pyqt): Update to 5.14.2.
[source](uri): Add PyPI mirror.
[source](patches): Remove obsolete.
* gnu/packages/patches/pyqt-unbundled-qt.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Marius Bakke | 2020-06-07 |
| * | | | gnu: python-sip: Use PYTHON-VERSION.•••* gnu/packages/qt.scm (python-sip)[arguments]: Add #:imported-modules.
Rewrite phase to use PYTHON-VERSION instead of custom implementation.
| Marius Bakke | 2020-06-07 |
| * | | | gnu: python-sip: Update to 4.19.22.•••* gnu/packages/qt.scm (python-sip): Update to 4.19.22.
| Marius Bakke | 2020-06-07 |
| * | | | gnu: kdeconnect: Update to 1.4.•••* gnu/packages/kde.scm (kdeconnect): Update to 1.4.
[arguments]: Add #:phases.
[inputs]: Add KIRIGAMI, KPEOPLE, KPEOPLEVCARD, PULSEAUDIO-QT, and QTMULTIMEDIA.
| Marius Bakke | 2020-06-06 |
| * | | | gnu: Add pulseaudio-qt.•••* gnu/packages/kde-frameworks.scm (pulseaudio-qt): New public variable.
| Marius Bakke | 2020-06-06 |
| * | | | gnu: KDE: Update to 20.04.1.•••* gnu/packages/patches/akonadi-paths.patch: Adjust for upstream changes.
* gnu/packages/patches/kdepim-runtime-Fix-missing-link-libraries.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/kde-internet.scm (kget, kopete, krdc, libgravatar): Update to
20.04.1.
[source](uri): Adjust for new upstream location.
* gnu/packages/kde-multimedia.scm (audiocd-kio, dragon, ffmpegthumbs, juk,
k3b, kamoso, kmix, kwave, libkcddb, libkcompactdisc): Likewise.
* gnu/packages/kde-systemtools.scm (dolphin, dolphin-plugins, khelpcenter,
konsole, krfb, ksystemlog): Update to 20.04.1.
[source](uri): Adjust for new upstream location.
* gnu/packages/kde-utils.scm (kate, kmag, kmousetool, kmouth, sweeper): Update
to 20.04.1.
[source](uri): Adjust for new upstream location.
* gnu/packages/kde.scm (baloo-widgets, libkomparediff2, kqtquickcharts,
grantleetheme, kcachegrind, libkdegames, zeroconf-ioslave): Update to 20.04.1.
[source](uri): Adjust for new upstream location.
(grantleetheme)[inputs]: Add KGUIADDONS.
* gnu/packages/kde-pim.scm (akonadi, akonadi-calendar, akonadi-contacts,
akonadi-mime, akonadi-notes, akonadi-search, kincidenceeditor, kaddressbook,
kalarmcal, kblog, kcalendarsupport, kcalutils, kdav, kdepim-apps-libs,
kdepim-runtime, keventviews, kgpg, kidentitymanagement, kimap, kldap,
kleopatra, kmail, kmailcommon, kmailimporter, kmailtransport, kmbox,
kmessagelib, kmime, knotes, kontactinterface, korganizer, kpimcommon,
kpimtextedit, ksmtp, ktnef, libkdepim, libkgapi, libkleo, libksieve): Update
to 20.04.1.
[source](uri): Adjust to current.
(akonadi)[inputs]: Remove KDBUSADDONS and KDESIGNERPLUGIN.
(akonadi-calendar)[inputs]: Remove KDBUSADDONS.
(kdepim-runtime)[source](patches): Remove.
[arguments]: Add phase 'extend-CPLUS_INCLUDE_PATH'.
[inputs]: Remove KDBUSADDONS and KICONTHEMES.
(kmessagelib)[arguments]: Add phase 'extend-CPLUS_INCLUDE_PATH.
[inputs]: Add QCA.
(kdepim-apps-libs)[inputs]: Remove KDBUSADDONS and KICONTHEMES.
(knotes)[inputs]: Remove KDBUSADDONS.
(kpimcommon)[inputs]: Remove KDBUSADDONS and KCOMPLETION.
(libksieve)[arguments]: Disable one more test.
(korganizer)[arguments]: Disable one test.
| Marius Bakke | 2020-06-06 |
| * | | | gnu: KDE Plasma: Update to 5.18.5.•••* gnu/packages/kde-plasma.scm (kdecoration, kscreenlocker, libksysguard,
libkscreen): Update to 5.18.5.
| Marius Bakke | 2020-06-06 |
| * | | | gnu: grantlee: Update to 5.2.0.•••* gnu/packages/qt.scm (grantlee): Update to 5.2.0.
[inputs]: Add QTDECLARATIVE.
[arguments]: Remove #:configure-flags. Remove obsolete phase.
| Marius Bakke | 2020-06-06 |
| * | | | gnu: Remove nss/fixed.•••The merge preceding this commit ignored the nss replacement added in commit
7bc396bf353c5550c49b3f8791b34072ba417d90. This commit removes the remaining
bits, because the fix is already present in nss@3.52.1.
* gnu/packages/patches/nss-CVE-2020-12399.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/nss.scm (nss/fixed): Remove variable.
| Marius Bakke | 2020-06-06 |
| * | | | Merge branch 'master' into staging | Marius Bakke | 2020-06-06 |
| |\ \ \ |
|
| * | | | | gnu: ghc-7: Clean up package definition.•••* gnu/packages/haskell.scm (ghc-7)[modules, imported-modules]: Remove
the unused rpath module.
[phases]: Use invoke instead of system*.
| Jakub Kądziołka | 2020-06-01 |
| * | | | | gnu: rust-xml-rs-0.8: Update to 0.8.3.•••* gnu/packages/crates-io.scm (rust-mlx-rs-0.8): Update to 0.8.3.
| Efraim Flashner | 2020-05-30 |
| * | | | | gnu: rust-xml-rs-0.8: Fix build.•••* gnu/packages/crates-io.scm (rust-xml-rs-0.8)[source]: Add snippet to
change doctests into regular tests.
| Efraim Flashner | 2020-05-30 |
| * | | | | Merge branch 'master' into staging | Marius Bakke | 2020-05-29 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'master' into staging | Marius Bakke | 2020-05-26 |
| |\ \ \ \ \ |
|
| * | | | | | | gnu: qtwebengine: Fix build failure.•••* gnu/packages/qt.scm (qtwebengine)[source](snippet): Preserve the included
Mesa headers, to avoid an incompatibility with system Mesa. Also adjust some
files to use system Vulkan headers. Preserve third_party/emoji-segmenter.
[inputs]: Remove obsolete comment (LCMS is already in inputs).
| Marius Bakke | 2020-05-26 |
| * | | | | | | gnu: mesa-headers: Do not inherit outputs from Mesa.•••This is a follow-up to commit 43a8d83c08d736b613a385ff0d06941bd373b642.
* gnu/packages/gl.scm (mesa-headers)[outputs]: New field.
| Marius Bakke | 2020-05-26 |
| * | | | | | | gnu: mutter: Fix build with Mesa 20.•••* gnu/packages/gnome.scm (mutter)[arguments]: Add #:phases.
| Marius Bakke | 2020-05-26 |
| * | | | | | | gnu: nheko: Update to 0.7.1.•••* gnu/packages/messaging.scm (nheko): Update to 0.7.1.
[inputs]: Add qtdeclarative, qtgraphicaleffects and qtquickcontrols2.
Arrange qtsvg in alphabetical order.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Jonathan Brielmaier | 2020-05-26 |
| * | | | | | | gnu: mtxclient: Update to 0.3.0.•••* gnu/packages/messaging.scm (mtxclient): Update to 0.3.0.
[arguments]: Disable Pushrules test as it requires network.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Jonathan Brielmaier | 2020-05-26 |