Age | Commit message (Expand) | Author |
2020-01-28 | gnu: Add khelpcenter....* gnu/packages/kde-systemtools.scm (khelpcenter): New variable.
| Hartmut Goebel |
2020-01-28 | gnu: Add dolphin-plugins....* gnu/packages/kde-systemtools.scm (dolphin-plugins): New variable.
| Hartmut Goebel |
2020-01-28 | gnu: Add dolphin....* gnu/packages/kde-system.scm: New file.
* gnu/local.mk: Add it.
| Hartmut Goebel |
2020-01-28 | gnu: Add baloo-widgets....* gnu/packages/kde.scm (baloo-widgets): New variable.
| Hartmut Goebel |
2020-01-28 | gnu: Cleanup KDE packages to use the update qt-build-system....* gnu/packages/kde.scm (grantleetheme): [arguments] Remove.
(kdeconnect)[arguments]<phases>{check-setup}: Remove.
libkdegames: Use qt-build-system. [arguments]: Remove.
* gnu/packages/kde-frameworks.scm (kguiaddons, kitemmodels,
kitemviews, kplotting, sonnet, kcompletion, kcrash, kdesignerplugin,
kglobalaccel, kparts, ktextwidgets, khtml, kmediaplayer): Use
qt-build-system. [arguments]: Remove.
(kpeople): Use qt-build-system. [arguments]<phases>: Remove.
(kconfigwidgets, kwidgetsaddons) Use qt-build-system.
[arguments]<phases>{check-setup}: Remove.
* gnu/packages/kde-plasma.scm (kdecoration) Use qt-build-system.
[arguments]: Remove.
(libkscreen): Use qt-build-system. [arguments]<phases>: Remove.
(libksysguard): Use qt-build-system.
[arguments]<phases>{check-setup}: Remove.
* gnu/packages/kde-utils.scm (kronometer, rsibreak): [arguments]
Remove.
| Hartmut Goebel |
2020-01-28 | guix: qt-build-system: Add phase `check-setup`....* guix/build/qt-build-system.scm (check-setup): New function.
(%standard-phases): Add as new phase `check-setup before `check.
* doc/guix.texi (Build System)[qt-build-system]: Describe the new phase.
| Hartmut Goebel |
2020-01-26 | Merge branch 'master' into staging | Marius Bakke |
2020-01-26 | Revert "gnu: Add python-pathtools."...This package was already in Guix since commit
dbcef44a0bdc5472cd49cd02d9d11a9c5ff037c9.
This reverts commit 87435943d1cf082b64fd2ee581e9db85b373ddb9.
| Marius Bakke |
2020-01-26 | Revert "gnu: Add python-iocapture."...This package was already in Guix since commit
dbcef44a0bdc5472cd49cd02d9d11a9c5ff037c9.
This reverts commit 2cb4ee2787281b0c155ab4794fa1251652251d3b.
| Marius Bakke |
2020-01-26 | Revert "gnu: Add python-argh."...This package was already in Guix since commit
db6bd842aa4a6254b185740bda36f01c83cd9779.
This reverts commit fb4db07467fb764e7df64a4aacae13eaaf7f912c.
| Marius Bakke |
2020-01-26 | guix-install.sh: Correctly treat empty or unset $XDG_DATA_DIRS...If $XDG_DATA_DIRS is unset, default value of "/usr/local/share:/usr/share"
is used according to XDG Base Directory Specification. However,
/etc/profile.d/guix.sh treats this value as empty list when appending its
own directory, so after installing Guix on the system, launchers such
as Rofi stop searching for .desktop files in /usr/share/applications/
and can't launch applications other than those installed with Guix.
This patch fixes the bug in generated /etc/profile.d/guix.sh
* etc/guix-install.sh (sys_create_init_profile): Use default value of
/usr/local/share:/usr/share/ before appending if $XDG_DATA_DIRS is not
set.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Alexander Krotov |
2020-01-26 | guix-install.sh: Create /etc/profile.d if it does not exist...* etc/guix-install.sh (sys_create_init_profile): Add code to create
/etc/profile.d if it somehow does not exist; the function still carries
on because it is possible that /etc/profile is still configured to read
the *.sh files from /etc/profile.d, if they exist.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Prafulla Giri |
2020-01-26 | guix-install.sh: Export INFOPATH to contain updated guix info-pages...* etc/guix-install.sh (sys_create_init_profile): Export INFOPATH to include
the updated info-pages from ~/.config/guix/current/share/info. This also makes
sure that both /usr/bin/info and $GUIX_PROFILE/bin/info can read guix info pages
without throwing "no menu item 'guix' in node dir(Top)" error.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Prafulla Giri |
2020-01-26 | gnu: mailutils: Add "guile3.0-mailutils" variant....* gnu/packages/mail.scm (mailutils)[arguments]: In #:configure-flags,
replace hard-coded "2.2" with the 'version-major+minor' of the "guile"
input.
(guile3.0-mailutils): New variable.
| Ludovic Courtès |
2020-01-26 | gnu: Add emacs-vterm....* gnu/packages/emacs-xyz.scm (emacs-vterm): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Joseph LaFreniere |
2020-01-26 | gnu: linux-libre: Update to 5.4.15....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.15.
(linux-libre-5.4-pristine-source): Update hash.
| Mark H Weaver |
2020-01-26 | gnu: Add missing modules....* gnu/packages/text-editors.scm: Add missing modules.
| Nicolas Goaziou |
2020-01-26 | gnu: Add qemacs....* gnu/packages/text-editors.scm (qemacs): New variable.
| Nicolas Goaziou |
2020-01-26 | gnu: Add offlate....* gnu/packages/python-xyz.scm (offlate): New variable.
| Julien Lepiller |
2020-01-26 | gnu: Add python-watchdog....* gnu/packages/python-xyz.scm (python-watchdog): New variable.
| Julien Lepiller |
2020-01-26 | gnu: Add python-argh....* gnu/packages/python-xyz.scm (python-argh): New variable.
| Julien Lepiller |
2020-01-26 | gnu: Add python-iocapture....* gnu/packages/python-xyz.scm (python-iocapture): New variable.
| Julien Lepiller |
2020-01-26 | gnu: Add python-pathtools....* gnu/packages/python-xyz.scm (python-pathtools): New variable.
| Julien Lepiller |
2020-01-26 | gnu: Add python-android-stringslib....* gnu/packages/python-xyz.scm (python-android-stringslib): New variable.
| Julien Lepiller |
2020-01-26 | gnu: Add python-gitlab....* gnu/packages/python-web.scm (python-gitlab): New variable.
| Julien Lepiller |
2020-01-26 | gnu: add python-httmock....* gnu/packages/python-check.scm (python-httmock): New variable.
| Julien Lepiller |
2020-01-26 | gnu: Add python-translation-finder....* gnu/packages/python-web.scm (python-translation-finder): New variable.
| Julien Lepiller |
2020-01-26 | gnu: Add python-codacy-coverage....* gnu/packages/python-check.scm (python-codacy-coverage): New variable.
| Julien Lepiller |
2020-01-26 | gnu: Add python-check-manifest....* gnu/packages/python-xyz.scm (python-check-manifest): New variable.
| Julien Lepiller |
2020-01-26 | gnu: Add python-pyenchant....* gnu/packages/enchant.scm (python-pyenchant): New variable.
| Julien Lepiller |
2020-01-26 | services: Fix typo in spice-vdagent-service....* gnu/services/spice.scm (spice-vdagent-service): Fix typo.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Damien Cassou |
2020-01-26 | gnu: ghmm: Fix missing module import....This is a follow-up to commit 9c2563a80b6f1d8fb8677f5314e6180ea9916aa5.
* gnu/packages/machine-learning.scm (ghmm)[arguments]: Add #:modules.
| Marius Bakke |
2020-01-26 | gnu: kobodeluxe: Provide missing dependency....* gnu/packages/games.scm (kobodeluxe)[inputs]: Add GLU.
| Marius Bakke |
2020-01-26 | gnu: freeglut@2: Override inherited package arguments....This is a follow-up to commit 5f6130473788c074536cee2d29dcb052c3140182.
* gnu/packages/gl.scm (freeglut-2.8)[arguments]: New field.
| Marius Bakke |
2020-01-26 | gnu: ir: Update to 1.3.4....* gnu/packages/audio.scm (ir): Update to 1.3.4.
[source]: Fetch via git.
[home-page]: Update.
[arguments]: Pass INSTDIR.
| Ricardo Wurmus |
2020-01-26 | gnu: libofx: Disable parallel build....* gnu/packages/finance.scm (libofx)[arguments]: Add #:parallel-build?.
| Marius Bakke |
2020-01-26 | gnu: python-xmlschema: Update to 1.1.0....* gnu/packages/xml.scm (python-xmlschema): Update to 1.1.0.
[source]: Change to GIT-FETCH.
[arguments]: Adjust test invokation.
| Marius Bakke |
2020-01-26 | gnu: python-elementpath: Update to 1.4.0....* gnu/packages/xml.scm (python-elementpath): Update to 1.4.0.
| Marius Bakke |
2020-01-26 | gnu: font-mathjax: Don't use unstable tarball....* gnu/packages/javascript.scm (font-mathjax)[source]: Download using
git-fetch.
[arguments]: Adjust for change in source.
[native-inputs]: Remove gzip, tar.
(js-mathjax)[source]: Adjust for change in source.
| Efraim Flashner |
2020-01-26 | gnu: vim-fugitive: Update to 3.2....* gnu/packages/vim.scm (vim-fugitive): Update to 3.2.
| Efraim Flashner |
2020-01-26 | gnu: Add guile3.0-gi....* gnu/packages/guile-xyz.scm (guile3.0-gi): New variable.
| Ricardo Wurmus |
2020-01-26 | gnu: guile-gi: Update to 0.2.2....* gnu/packages/guile-xyz.scm (guile-gi): Update to 0.2.2.
| Ricardo Wurmus |
2020-01-26 | gnu: freehdl: Fix build....* gnu/packages/engineering.scm (freehdl)[native-inputs]: Add gcc-5.
| Ricardo Wurmus |
2020-01-26 | gnu: public-inbox: Update to 1.2.0-0.05a06f3....* gnu/packages/mail.scm (public-inbox): Update to 1.2.0-0.05a06f3.
| 宋文武 |
2020-01-25 | gnu: cuirass: Update to 0.0.1-28.b9031db....* gnu/packages/ci.scm (cuirass): Update to 0.0.1-28.b9031db.
| Christopher Baines |
2020-01-25 | gnu: mgba: Update to 0.8.0....* gnu/packages/emulators.scm (mgba): Update to 0.8.0.
| Nicolas Goaziou |
2020-01-25 | gnu: musescore: Update to 3.4.1....* gnu/packages/music.scm (musescore): Update to 3.4.1.
[source]: Remove unnecessary snippet.
[arguments]: Do not build telemetry module.
| Nicolas Goaziou |
2020-01-25 | gnu: silkaj: Update to 0.7.6....* gnu/packages/finance.scm (silkaj): Update to 0.7.6.
[source]: Move to Pypi.
[home-page]: Update home page.
| Nicolas Goaziou |
2020-01-25 | gnu: python-duniterpy: Update to 0.56.0....* gnu/packages/finance.scm (python-duniterpy): Update to 0.56.0.
[source]: Move source to Pypi.
[arguments]: Add phase to work around a missing file. Remove phases building
documentation since they are not applicable anymore.
[native-inputs]: Remove it, since it is not applicable in Pypi package.
[inputs]: Replace "python-attr" with "python-attrs".
| Nicolas Goaziou |
2020-01-25 | gnu: Add emacs-eshell-toggle....* gnu/packages/emacs-xyz.scm (emacs-eshell-toggle): New variable.
| Brian Leung |