1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 15:25:54 +02:00
Commit Graph

42505 Commits

Author SHA1 Message Date
Tobias Geerinckx-Rice 468c2402c7 gnu: console-setup: Update to 1.194.
* gnu/packages/xorg.scm (console-setup): Update to 1.194.
2019-12-03 01:52:44 +01:00
Tobias Geerinckx-Rice c6df2f5817 gnu: xclock: Don't use NAME in source URI.
* gnu/packages/xorg.scm (xclock)[source]: Hard-code NAME.
2019-12-03 01:52:44 +01:00
Tobias Geerinckx-Rice fb0f4ab8ed gnu: xclock: Update to 1.0.9.
* gnu/packages/xorg.scm (xclock): Update to 1.0.9.
2019-12-03 01:52:44 +01:00
Tobias Geerinckx-Rice c93bd94c49 gnu: soundtouch: Use HTTPS home page.
* gnu/packages/audio.scm (soundtouch)[home-page]: Use HTTPS.
2019-12-03 01:52:44 +01:00
Tobias Geerinckx-Rice b1d13e40fe gnu: snd: Update to 19.9.
* gnu/packages/audio.scm (snd): Update to 19.9.
2019-12-03 01:52:43 +01:00
Alex Griffin 13125c5afe gnu: Remove python2-socksipychain.
* gnu/packages/python-xyz.scm (python2-socksipychain): Remove variable.
2019-12-02 09:45:33 -06:00
Alex Griffin 8c655deb7d gnu: pagekite: Update to 1.5.0.191126.
* gnu/packages/networking.scm (pagekite): Update to 1.5.0.191126.
[source]: Fetch from GitHub.
[arguments]: Build with Python 3.
[inputs]: Add python-six.
2019-12-02 09:45:32 -06:00
Alex Griffin d97cdff18e gnu: python-socksipychain: Update to 2.1.0.
* gnu/packages/python-xyz.scm (python-socksipychain): Update to 2.1.0.
2019-12-02 09:45:31 -06:00
Ricardo Wurmus ec1224a73b gnu: python-scipy: Move to (gnu packages python-science).
* gnu/packages/python-xyz.scm (python-scipy, python2-scipy): Move these from
here...
* gnu/packages/python-science.scm (python-scipy, python2-scipy): ...to here.
* gnu/packages/bioinformatics.scm, gnu/packages/machine-learning.scm,
gnu/packages/statistics.scm: Adjust module imports.
2019-12-02 15:25:17 +01:00
Ricardo Wurmus ca7c365312 gnu: python-scikit-image: Move to (gnu packages python-science).
* gnu/packages/python-xyz.scm (python-scikit-image, python2-scikit-image):
Move these two from here...
* gnu/packages/python-science.scm: ...to this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2019-12-02 15:25:12 +01:00
Efraim Flashner 5fbdd917b7 gnu: python-pillow: Update to 6.2.1.
* gnu/packages/python-xyz.scm (python-pillow): Update to 6.2.1.
2019-12-02 15:12:50 +02:00
Efraim Flashner 0c4e1c5fbf gnu: python-pillow: Sort inputs alphabetically.
* gnu/packages/python-xyz.scm (python-pillow)[inputs]: Sort
alphabetically.
2019-12-02 15:12:49 +02:00
Efraim Flashner 979d8464d4 gnu: python-pillow: Make check phase conditional.
* gnu/packages/python-xyz.scm (python-pillow)[arguments]: Wrap custom
'check phase in check for 'tests?'.
2019-12-02 15:12:49 +02:00
Efraim Flashner 61b77ff307 gnu: python-pillow: Replace check phase.
* gnu/packages/python-xyz.scm (python-pillow)[arguments]: Since 'check
always come after 'install, replace 'check phase rather than recreate it.
2019-12-02 15:12:46 +02:00
Brett Gilio c07c0acf19 gnu: Add emacs-telega.
* gnu/packages/emacs-xyz.scm (emacs-telega): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-12-02 12:24:43 +01:00
Ludovic Courtès e1b88fde12 gnu: android-libselinux: Avoid top-level references to 'libsellinux'.
* gnu/packages/android.scm (android-libselinux)[synopsis]
[description, license]: Remove references to 'libsellinux'.
2019-12-02 11:32:17 +01:00
Ludovic Courtès 8804215462 gnu: 0ad-data: Avoid top-level references to 'font-bitstream-vera'.
* gnu/packages/games.scm (0ad-data)[license]: Avoid references to
'font-bitstream-vera'.
2019-12-02 11:20:27 +01:00
Ludovic Courtès a72aab9f71 gnu: stress-make: Avoid top-level reference to 'gnu-make'.
* gnu/packages/debug.scm (stress-make)[license]: Hard-code GPL3+ instead
of referring to 'gnu-make'.
2019-12-02 11:16:31 +01:00
Ludovic Courtès abad22dd4a gnu: gajim: Avoid top-level reference to 'python'.
This fixes a circular dependency due to this top-level reference to
'python' as discussed in <https://bugs.gnu.org/38326>.

* gnu/packages/messaging.scm (gajim)[native-search-paths]: Remove
reference to 'python'.  Hard-code the Python version instead.
2019-12-02 11:14:09 +01:00
Guillaume Le Vaillant 66977719a6 gnu: Add q5go.
* gnu/packages/games.scm (q5go): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-12-02 10:19:30 +01:00
Brett Gilio f45968cbab gnu: Add emacs-org-present.
* gnu/packages/emacs-xyz.scm (emacs-org-present): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-12-02 10:19:30 +01:00
Brett Gilio bdc11c0f3a gnu: Add emacs-doom-modeline.
* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-12-02 10:19:30 +01:00
Brett Gilio c4c59b08fe gnu: Add emacs-shrink-path.
* gnu/packages/emacs-xyz.scm (emacs-shrink-path): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-12-02 10:19:30 +01:00
Brett Gilio 5005b6a1c9 gnu: ccls: Update to 0.20190823.5.
* gnu/packages/cpp.scm (ccls): Update to 0.20190823.5.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-12-02 10:19:30 +01:00
Daniel Schäfer ad54d6c99f gnu: Add ipcalc.
* gnu/packages/networking.scm (ipcalc): New variable.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2019-12-02 09:07:07 +01:00
Mark H Weaver b3cea86ac8 gnu: linux-libre@4.19: Update to 4.19.87.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.87.
(linux-libre-4.19-pristine-source): Update hash.
2019-12-01 20:50:28 -05:00
Mark H Weaver eac9ddfaf3 gnu: linux-libre@4.14: Update to 4.14.157.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.157.
(linux-libre-4.14-pristine-source): Update hash.
2019-12-01 20:49:20 -05:00
Nicolas Goaziou 6177b14bcf gnu: scummvm: Update to 2.1.0.
* gnu/packages/emulators.scm (scummvm): Update to 2.1.0.
2019-12-01 22:04:52 +01:00
Nicolas Goaziou 6610b04998 gnu: snap: Update to 5.3.8.
* gnu/packages/education.scm (snap): Update to 5.3.8.
2019-12-01 21:40:48 +01:00
Nicolas Goaziou 8ab624f991 gnu: mame: Update to 0.216.
* gnu/packages/emulators.scm (mame): Update to 0.216.
2019-12-01 21:35:22 +01:00
Leo Famulari b4cb5d7a48 gnu: WireGuard: Update to 0.0.20191127.
* gnu/packages/vpn.scm (wireguard): Update to 0.0.20191127.
2019-12-01 15:26:50 -05:00
Nicolas Goaziou c114e35024 gnu: giac: Update to 1.5.0-75.
* gnu/packages/algebra.scm (giac): Update to 1.5.0-75.
2019-12-01 21:24:20 +01:00
Nicolas Goaziou 363359f8de gnu: grammalecte: Update to 1.6.0.
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.6.0.
2019-12-01 21:23:46 +01:00
Nicolas Goaziou faaffb902d gnu: fet: Update to 5.41.0.
* gnu/packages/education.scm (fet): Update to 5.41.0.
2019-12-01 21:18:19 +01:00
Nicolas Goaziou d7d23c86f8 gnu: asymptote: Update to 2.61.
* gnu/packages/plotutils.scm (asymptote): Update to 2.61.
2019-12-01 21:17:37 +01:00
Hartmut Goebel d733a469d7 gnu: Remove dependency on Python 2 for some Qt packages.
* gnu/packages/qt.scm (qtbase, qtmultimedia) [native-inputs]: Replace
  python-2 by python.
  (qtdeclarative)[native-inputs]: Replace python-2 by python, add
  python-wrapper.
2019-12-01 20:35:06 +01:00
Hartmut Goebel 34e31612e2 gnu: quaternion: Use qt-build-system.
* gnu/packages/display-managers.scm (quaternion): Use qt-build-sytem.
  [arguments]<modules, imported-modules, phases>: Remove.
2019-12-01 20:24:47 +01:00
Hartmut Goebel e185e900e5 gnu: kdeconnect: Use qt-build-system.
* gnu/packages/display-managers.scm (kdeconnect): Use qt-build-sytem.
  [arguments]<modules, imported-modules>: Remove. <phases>: Base
  on phases from qt-build-system. {wrap-executable}: Remove.
2019-12-01 20:24:47 +01:00
Hartmut Goebel 7d796d8068 gnu: ktouch: Use qt-build-system.
* gnu/packages/display-managers.scm (ktouch): Use qt-build-sytem.
  [arguments]<modules, imported-modules>: Remove. <phases>: Base
  on phases from qt-build-system. {wrap-executables}: Remove.
2019-12-01 20:24:47 +01:00
Hartmut Goebel 2f57e34bf3 gnu: sddm: Use qt-build-system.
* gnu/packages/display-managers.scm (sddm): Use qt-build-sytem.
  [arguments]<modules, imported-modules>: Remove. <phases>: Base
  on phases from qt-build-system. {wrap-programs}: Remove.
2019-12-01 20:24:47 +01:00
Tobias Geerinckx-Rice 39c746f081 gnu: bs1770gain: Update to 0.6.5.
* gnu/packages/audio.scm (bs1770gain): Update to 0.6.5.
[source]: Adjust snippet for upstream BS gain.
2019-12-01 16:01:46 +01:00
Pierre Neidhardt 5b0289870a gnu: jami: Fix wrapper.
* gnu/packages/telephony.scm (jami)[arguments]: Wrap around jami-gnome instead
  of gnome-ring.
  [synopsis]: Make it more sensible.
2019-12-01 13:37:16 +01:00
Pierre Neidhardt a83855ffad gnu: libring: Update to 20191101.
* gnu/packages/telephony.scm (libring)[inputs]: Replace restbed with restinio,
  add asio.
2019-12-01 13:37:16 +01:00
Pierre Neidhardt fbcd60dd15 gnu: pjproject-jami: Update to 2.9
* gnu/packages/telephony.scm (pjproject-jami)[arguments]: Fix flags, make
  files writable, update patch set.
2019-12-01 13:37:16 +01:00
Pierre Neidhardt de65f3f1bb gnu: jami: Update to 20191101.3.67671e7.
* gnu/packages/telephony.scm (jami): Update to 20191101.3.67671e7.
2019-12-01 13:37:16 +01:00
Pierre Neidhardt 5dc8cad52c gnu: pjproject: Update to 2.9.
* gnu/packages/telephony.scm (pjproject): Update to 2.9.
2019-12-01 13:37:16 +01:00
Jan Wielkiewicz 4fe8a9f2d1 gnu: opendht: Update to 2.0.0beta2.
* gnu/packages/networking.scm (opendht): Update to 2.0.0beta2.
2019-12-01 13:37:16 +01:00
Pierre Neidhardt 13d79b6471 gnu: Add restinio.
* gnu/packages/networking.scm (restinio): New variable.
2019-12-01 13:37:16 +01:00
Jan Wielkiewicz 27bcdfcd65 gnu: Add sobjectizer.
* gnu/packages/cpp.scm (sobjectizer): New variable.
2019-12-01 13:37:16 +01:00
Jan Wielkiewicz d83bb7973b gnu: Add resample.
* gnu/packages/audio.scm (resample): New variable.
2019-12-01 13:36:40 +01:00