Commit Graph

40912 Commits (75dabac633bb9a33efbebf859f8aa4bb3b9582b2)

Author SHA1 Message Date
Pierre Neidhardt 75dabac633
gnu: Add emacs-lisp-extra-font-lock.
* gnu/packages/emacs-xyz.scm (emacs-lisp-extra-font-lock): New variable.
2019-03-12 09:28:01 +01:00
Pierre Neidhardt b6180f93bd
gnu: emacs-suggest: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-suggest): Update to 0.7.
2019-03-12 09:24:31 +01:00
Pierre Neidhardt a922b2aee2
gnu: emacs-helm: Update to 3.1.
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.1.
2019-03-12 08:06:50 +01:00
Tobias Geerinckx-Rice 2ee05bb9d4
gnu: freedink-engine: Update to 109.6.
* gnu/packages/games.scm (freedink-engine): Update to 109.6.
2019-03-12 02:22:37 +01:00
Tobias Geerinckx-Rice 98704a8133
gnu: libmanette: Update to 0.2.2.
* gnu/packages/games.scm (libmanette): Update to 0.2.2.
2019-03-12 02:22:37 +01:00
Tobias Geerinckx-Rice a554462123
gnu: kicad-symbols: Use GIT-FILE-NAME.
* packages/engineering.scm (kicad-symbols)[source]: Use GIT-FILE-NAME.
2019-03-12 02:22:36 +01:00
Tobias Geerinckx-Rice 65bab0120b
gnu: kicad-symbols: Update to 5.0.2.
* gnu/packages/engineering.scm (kicad-symbols): Update to 5.0.2.
2019-03-12 02:22:36 +01:00
Tobias Geerinckx-Rice b13b7143d7
gnu: kicad: Don't use NAME in source URI.
* gnu/packages/engineering.scm (kicad)[source]: Hard-code NAME.
2019-03-12 02:22:36 +01:00
Tobias Geerinckx-Rice 23df8f3578
gnu: kicad: Update to 5.0.2.
* gnu/packages/engineering.scm (kicad): Update to 5.0.2.
2019-03-12 02:22:36 +01:00
Tobias Geerinckx-Rice 3d21f1ea0f
gnu: gtkwave: Update to 3.3.99.
* gnu/packages/fpga.scm (gtkwave): Update to 3.3.99.
2019-03-12 02:22:35 +01:00
Tobias Geerinckx-Rice 5cfe650b9d
gnu: python-sqlalchemy: Use HTTPS home page.
* gnu/packages/databases.scm (python-sqlalchemy)[home-page]: Use HTTPS.
2019-03-12 02:22:35 +01:00
Tobias Geerinckx-Rice 6d04f694dc
gnu: python-sqlalchemy: Update to 1.3.1.
* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.3.1.
2019-03-12 02:22:35 +01:00
Tobias Geerinckx-Rice 96ec46047b
gnu: gcompris-qt: Update to 0.96.
* gnu/packages/education.scm (gcompris-qt): Update to 0.96.
[inputs]: Add openssl.
2019-03-12 02:22:35 +01:00
Tobias Geerinckx-Rice 909404b571
gnu: python-sql: Update to 1.0.0.
* gnu/packages/databases.scm (python-sql): Update to 1.0.0.
2019-03-12 02:22:34 +01:00
Tobias Geerinckx-Rice 99e690a59a
gnu: python-pyodbc: Update to 4.0.25.
* gnu/packages/databases.scm (python-pyodbc): Update to 4.0.25.
2019-03-12 02:22:34 +01:00
Tobias Geerinckx-Rice 72b7de49b4
gnu: python-psycopg2: Update to 2.7.7.
* gnu/packages/databases.scm (python-psycopg2): Update to 2.7.7.
2019-03-12 02:22:34 +01:00
Tobias Geerinckx-Rice d49bdbca5c
gnu: perl-dbd-sqlite: Update to 1.62.
* gnu/packages/databases.scm (perl-dbd-sqlite): Update to 1.62.
2019-03-12 02:22:34 +01:00
Tobias Geerinckx-Rice 49596a5413
gnu: perl-dbd-mysql: Update to 4.050.
* gnu/packages/databases.scm (perl-dbd-mysql): Update to 4.050.
2019-03-12 02:22:33 +01:00
Tobias Geerinckx-Rice 2f813be342
gnu: perl-sql-abstract: Update to 1.86.
* gnu/packages/databases.scm (perl-sql-abstract): Update to 1.86.
2019-03-12 02:22:33 +01:00
Tobias Geerinckx-Rice 55f4282e0c
gnu: guile-colorized: Move project home.
* gnu/packages/guile-xyz.scm (guile-colorized)[source, home-page]: Update.
2019-03-12 02:22:33 +01:00
Tobias Geerinckx-Rice 1340ce2899
gnu: guile-colorized: Don't use unstable tarball.
* gnu/packages/guile-xyz.scm (guile-colorized)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-03-12 02:22:33 +01:00
Brian Leung 1bc24bbf00
gnu: Add emacs-debpaste.
* gnu/packages/emacs-xyz.scm (emacs-debpaste): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2019-03-11 23:12:26 +01:00
Brian Leung 6f93b525d3
gnu: Add emacs-xml-rpc.
* gnu/packages/emacs-xyz.scm (emacs-xml-rpc): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2019-03-11 23:12:26 +01:00
Ludovic Courtès bfc9c33930
packages: Add the channel .go files to the search path.
Until now %LOAD-COMPILED-PATH would wrongfully contain:

  CHANNEL/share/guile/site/X.Y

for each channel, thereby ignoring all the .go files of channels.  This
fixes it so that %LOAD-COMPILED-PATH instead contains:

  CHANNEL/lib/guile/X.Y/site-ccache

* guix/describe.scm (current-channel-entries): New procedure.
(package-path-entries): Change to return the %LOAD-COMPILED-PATH entries
as a second value.
* gnu/packages.scm (%package-module-path): Expect two values from
'package-path-entries' and augment %LOAD-COMPILED-PATH accordingly.
2019-03-11 23:12:26 +01:00
Ludovic Courtès 082c648d28
services: mate-desktop: Deprecate the 'mate-desktop-service' procedure.
* gnu/services/desktop.scm (mate-desktop-service): Deprecate.
* doc/guix.texi (Desktop Services): Document 'mate-desktop-service-type'
and 'mate-desktop-configuration'.  Fix spelling of "Enlightenment".
2019-03-11 23:12:26 +01:00
Ludovic Courtès 984a61624c
services: mate-desktop: Add default value.
* gnu/services/desktop.scm (mate-desktop-service-type)[default-value]:
New field.
2019-03-11 23:12:26 +01:00
Rutger Helling 7959ccac3f
gnu: swaylock: Fix indentation.
* gnu/packages/wm.scm (swaylock): Fix indentation.
2019-03-11 20:31:30 +01:00
Rutger Helling b0805973cd
gnu: Add swaylock.
* gnu/packages/wm.scm (swaylock): New variable.
2019-03-11 20:28:41 +01:00
Rutger Helling 06ae5efcf3
gnu: Add swayidle.
* gnu/packages/wm.scm (swayidle): New variable.
2019-03-11 20:28:41 +01:00
Rutger Helling 2ff844f090
gnu: Add sway.
* gnu/packages/wm.scm (sway): New variable.
2019-03-11 20:28:41 +01:00
Rutger Helling eea969cf8d
gnu: Add wlroots.
* gnu/packages/wm.scm (wlroots): New variable.
2019-03-11 20:28:41 +01:00
Pierre Neidhardt 684626763f
gnu: emacs-magit: Fix perl path in dedicated variable.
* gnu/packages/emacs-xyz.scm (emacs-magit)[arguments]: Do it.
2019-03-11 19:01:49 +01:00
Pierre Neidhardt 842e66c573
gnu: Add emacs-lorem-ipsum.
* gnu/packages/emacs-xyz.scm (emacs-lorem-ipsum): New variable.
2019-03-11 18:46:25 +01:00
Oleg Pykhalov 34e3d028b9
gnu: emacs-json-reformat: Fix test.
This patch deletes a test which tries to compare JSON objects order.

* gnu/packages/emacs-xyz.scm (emacs-json-reformat): Delete
'json-reformat-test:json-reformat-region' test.
2019-03-11 19:52:39 +03:00
Ricardo Wurmus 4948c23677
gnu: r-with-tests: Update to 3.5.3.
* gnu/packages/statistics.scm (r-with-tests): Update to 3.5.3.
2019-03-11 15:25:27 +01:00
Tobias Geerinckx-Rice e445bd1607
gnu: s6-linux-utils: Update to 2.5.0.1.
* gnu/packages/skarnet.scm (s6-linux-utils): Update to 2.5.0.1.
2019-03-11 13:25:15 +01:00
Tobias Geerinckx-Rice 8dc458bb18
gnu: s6-linux-init: Update to 0.4.0.1.
* gnu/packages/skarnet.scm (s6-linux-init): Update to 0.4.0.1.
2019-03-11 13:25:14 +01:00
Tobias Geerinckx-Rice b673d2d793
gnu: s6-portable-utils: Update to 2.2.1.3.
* gnu/packages/skarnet.scm (s6-portable-utils): Update to 2.2.1.3.
2019-03-11 13:25:14 +01:00
Tobias Geerinckx-Rice 0953b09aa8
gnu: s6-rc: Update to 0.5.0.0.
* gnu/packages/skarnet.scm (s6-rc): Update to 0.5.0.0.
2019-03-11 13:25:14 +01:00
Tobias Geerinckx-Rice 8722fd43d4
gnu: s6-networking: Update to 2.3.0.4.
* gnu/packages/skarnet.scm (s6-networking): Update to 2.3.0.4.
2019-03-11 13:25:14 +01:00
Tobias Geerinckx-Rice ce3262e9a3
gnu: s6-dns: Update to 2.3.0.2.
* gnu/packages/skarnet.scm (s6-dns): Update to 2.3.0.2.
2019-03-11 13:25:13 +01:00
Tobias Geerinckx-Rice 6954594d5c
gnu: s6: Update to 2.8.0.0.
* gnu/packages/skarnet.scm (s6): Update to 2.8.0.0.
2019-03-11 13:25:13 +01:00
Tobias Geerinckx-Rice 5c9bf737c4
gnu: execline: Update to 2.5.1.0.
* gnu/packages/skarnet.scm (execline): Update to 2.5.1.0.
2019-03-11 13:25:13 +01:00
Tobias Geerinckx-Rice a699a81b84
gnu: skalibs: Update to 2.8.0.1.
* gnu/packages/skarnet.scm (skalibs): Update to 2.8.0.1.
2019-03-11 13:25:13 +01:00
Tobias Geerinckx-Rice 5e5bd81843
gnu: picocom: Fix description.
* gnu/packages/terminals.scm (picocom)[synopsis]: Shorten.
[description]: Properly introduce.
2019-03-11 13:25:12 +01:00
Tobias Geerinckx-Rice 33238b5520
gnu: picocom: Update to 3.1.
* gnu/packages/terminals.scm (picocom): Update to 3.1.
2019-03-11 13:25:12 +01:00
Tobias Geerinckx-Rice 130c12c9b9
gnu: perl-image-exiftool: Update to 11.31.
* gnu/packages/photo.scm (perl-image-exiftool): Update to 11.31.
2019-03-11 13:25:12 +01:00
Tobias Geerinckx-Rice 0234f4af27
gnu: perl-image-exiftool: Add upstream URL.
* gnu/packages/photo.scm (perl-image-exiftool)[source]: Also download
from the home page.
2019-03-11 13:25:11 +01:00
Mark H Weaver 3edd7a3f4c
gnu: linux-libre: Update to 5.0.1.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.1.
(%linux-libre-hash): Update hash.
2019-03-11 07:14:58 -04:00
Mark H Weaver 32ede5bbf9
gnu: linux-libre@4.19: Update to 4.19.28.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.28.
(%linux-libre-4.19-hash): Update hash.
2019-03-11 07:14:01 -04:00