1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-13 08:30:38 +02:00
Commit Graph

41991 Commits

Author SHA1 Message Date
Tobias Geerinckx-Rice
00a82e8385 gnu: mars: Use GIT-FILE-NAME.
* gnu/packages/games.scm (mars)[source]: Use GIT-FILE-NAME.
2019-03-29 01:44:09 +01:00
Mark H Weaver
fa3c2aad65 gnu: linux-libre: Update to 5.0.5.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.5.
(%linux-libre-hash): Update hash.
2019-03-28 19:36:22 -04:00
Mark H Weaver
4bdf98f62f gnu: linux-libre@4.19: Update to 4.19.32.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.32.
(%linux-libre-4.19-hash): Update hash.
2019-03-28 19:36:19 -04:00
Mark H Weaver
8ea1d2b5bd gnu: linux-libre@4.14: Update to 4.14.109.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.109.
(%linux-libre-4.14-hash): Update hash.
2019-03-28 19:36:17 -04:00
Mark H Weaver
aa5a425c8f gnu: linux-libre@4.9: Update to 4.9.166.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.166.
2019-03-28 19:36:14 -04:00
Tobias Geerinckx-Rice
feb50ac6dc gnu: l-abbaye-des-morts: Don't use unstable tarball.
This also fixes a build failure due to the use of NAME.

* gnu/packages/games.scm (l-abbaye-des-morts)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-03-29 00:55:01 +01:00
Tobias Geerinckx-Rice
a8a96bbead gnu: prboom-plus: Don't use NAME in source URI.
* gnu/packages/games.scm (prboom-plus)[source]: Hard-code NAME.
2019-03-29 00:50:36 +01:00
Tobias Geerinckx-Rice
96848ecc16 gnu: pipewalker: Don't use NAME in source URI.
* gnu/packages/games.scm (pipewalker)[source]: Hard-code NAME.
2019-03-29 00:47:55 +01:00
Tobias Geerinckx-Rice
a544817e80 gnu: nethack: Don't use NAME in source URI.
* gnu/packages/games.scm (nethack)[source]: Hard-code NAME, not VERSION.
2019-03-29 00:46:36 +01:00
Tobias Geerinckx-Rice
dd0369f426 gnu: ltris: Don't use NAME in source URI.
* gnu/packages/games.scm (ltris)[source]: Hard-code NAME.
2019-03-29 00:43:05 +01:00
Tobias Geerinckx-Rice
9303b09a78 gnu: freedoom: Re-indent.
* gnu/packages/games.scm (freedoom): Re-indent expression.
2019-03-29 00:42:08 +01:00
Tobias Geerinckx-Rice
7c8ed74516 gnu: freedoom: Don't use unstable tarball.
* gnu/packages/games.scm (freedoom)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-03-29 00:39:58 +01:00
Tobias Geerinckx-Rice
0922354d6a gnu: cowsay: Don't use NAME in source URI.
* gnu/packages/games.scm (cowsay)[source]: Hard-code NAME.
2019-03-29 00:29:44 +01:00
Tobias Geerinckx-Rice
c0c099502b gnu: armagetron-advanced: Don't use NAME in source URI.
* gnu/packages/games.scm (armagetron-advanced)[source]: Hard-code NAME.
2019-03-29 00:28:49 +01:00
Tobias Geerinckx-Rice
69a0717c66 gnu: project-starfighter: Don't use NAME in source URI.
* gnu/packages/games.scm (project-starfighter)[source]: Hard-code NAME.
2019-03-29 00:26:45 +01:00
Ludovic Courtès
357b287b8f services: desktop: Switch to GDM.
* gnu/services/desktop.scm (%desktop-services): Replace
SLIM-SERVICE-TYPE instance with an instance of GDM-SERVICE-TYPE.
* doc/guix.texi (Keyboard Layout): Change example to mention
GDM-SERVICE-TYPE.
(X Window): Mention GDM.
(Desktop Services): Adjust references to SLiM.
2019-03-28 23:06:59 +01:00
Ludovic Courtès
971e6560eb system: Fix typo in desktop example.
The typo was introduced in 391e0d65d7.

* gnu/system/examples/desktop.tmpl: Use XFCE-DESKTOP-SERVICE-TYPE, not
XFCE-DESKTOP-SERVICE.
2019-03-28 23:06:59 +01:00
Ludovic Courtès
c9711f9347 gnu: ratpoison: Provide a .desktop file with an absolute file name.
This allows GDM to start ratpoison.  Without that GDM crashes with an
assertion failure when trying to start a ratpoison session.

* gnu/packages/ratpoison.scm (ratpoison.desktop): Remove.
(ratpoison.desktop)[arguments]: Add #:modules.
Rewrite 'install-xsession' phase such that .desktop file contains an
absolute file name.
2019-03-28 23:06:59 +01:00
Ludovic Courtès
539af7f257 pull: Truncate the list of packages displayed on completion.
Previously, if you'd run 'guix pull' after a couple of weeks, it would
fill your screen with package names, which is unhelpful.

* guix/scripts/pull.scm (ellipsis): New procedure.
(display-new/upgraded-packages): Add #:concise?.
[list->enumeration]: New procedure.
Use it instead of 'string-join'.
(display-profile-news): Pass #:concise? #t.
2019-03-28 23:06:59 +01:00
Ludovic Courtès
9f4169f6c8 pull: Factorize pretty-printing for new/upgraded package lists.
* guix/scripts/pull.scm (display-new/upgraded-packages)[pretty]: New
procedure.
Use it.
2019-03-28 23:06:58 +01:00
Ludovic Courtès
f2bf0407de packages: Reintroduce 'find-newest-available-packages'.
This is a followup to e2a903c807.

* gnu/packages.scm (find-newest-available-packages): New procedure.
2019-03-28 23:06:58 +01:00
Julien Lepiller
e8cfce439a gnu: php: Disable failing tests on armhf.
* gnu/packages/php.scm (php)[arguments]: Disable failing tests on armhf.
2019-03-28 22:59:14 +01:00
Efraim Flashner
241885347a gnu: reptyr: Enable support for aarch64-linux.
* gnu/packages/screen.scm (reptyr)[supported-systems]: Mark
aarch64-linux as supported.
2019-03-28 21:42:00 +02:00
Brian Leung
d2df92e47c gnu: Add emacs-link-hint.
* gnu/packages/emacs-xyz.scm (emacs-link-hint): New variable.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-03-28 21:31:43 +03:00
Tobias Geerinckx-Rice
40d59c4e22 gnu: dropbear: Don't use unstable tarball.
* gnu/packages/screen.scm (dropbear)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-03-28 20:19:28 +01:00
Tobias Geerinckx-Rice
cf9ab49e97 gnu: dropbear: Update to 2019.78.
* gnu/packages/ssh.scm (dropbear): Update to 2019.78.
2019-03-28 20:19:28 +01:00
Tobias Geerinckx-Rice
01307bba9c gnu: reptyr: Update to 0.7.0.
* gnu/packages/screen.scm (reptyr): Update to 0.7.0.
[source]: Remove patch.
[arguments]: Add bash completion directory name.
* gnu/packages/patches/reptyr-fix-gcc-7.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2019-03-28 20:19:28 +01:00
Tobias Geerinckx-Rice
6da31b3c7b gnu: dvdisaster: Use archived source and home page.
* gnu/packages/cdrom.scm (dvdisaster)[source, home-page]:
Use archive.org mirror.
2019-03-28 20:19:28 +01:00
Brian Leung
29e3fd3424 gnu: emacs-dired-hacks: Update to 0.0.1-1.2c12345.
* gnu/packages/emacs-xyz.scm (emacs-dired-hacks): Update to 0.0.1-1.2c12345.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-03-28 21:09:10 +03:00
Efraim Flashner
642b195a70 gnu: gzdoom: Limit supported architectures.
* gnu/packages/games.scm (gzdoom)[supported-systems]: New field.
2019-03-28 19:58:35 +02:00
Ricardo Wurmus
84ad024e2d gnu: Add r-a4.
* gnu/packages/bioconductor.scm (r-a4): New variable.
2019-03-28 18:23:23 +01:00
Ricardo Wurmus
dbfe337586 gnu: Add r-a4base.
* gnu/packages/bioconductor.scm (r-a4base): New variable.
2019-03-28 18:23:23 +01:00
Ricardo Wurmus
8e15f86139 gnu: Add r-a4reporting.
* gnu/packages/bioconductor.scm (r-a4reporting): New variable.
2019-03-28 18:23:23 +01:00
Ricardo Wurmus
b8d13e2c0e gnu: Add r-a4preproc.
* gnu/packages/bioconductor.scm (r-a4preproc): New variable.
2019-03-28 18:23:23 +01:00
Ricardo Wurmus
9ae37581e0 gnu: Add r-a4classif.
* gnu/packages/bioconductor.scm (r-a4classif): New variable.
2019-03-28 18:23:23 +01:00
Ricardo Wurmus
0ec0a5ecc9 gnu: Add r-a4core.
* gnu/packages/bioconductor.scm (r-a4core): New variable.
2019-03-28 18:23:23 +01:00
Ricardo Wurmus
a793e88c5e gnu: Add r-annaffy.
* gnu/packages/bioconductor.scm (r-annaffy): New variable.
2019-03-28 18:23:23 +01:00
Ricardo Wurmus
ce77562a9e gnu: Add r-mlinterfaces.
* gnu/packages/bioconductor.scm (r-mlinterfaces): New variable.
2019-03-28 18:23:23 +01:00
Ricardo Wurmus
409a13fe76 gnu: Add r-mpm.
* gnu/packages/cran.scm (r-mpm): New variable.
2019-03-28 18:23:23 +01:00
Ricardo Wurmus
74cada8ef1 gnu: Add r-mlbench.
* gnu/packages/cran.scm (r-mlbench): New variable.
2019-03-28 18:23:22 +01:00
Ricardo Wurmus
efba56139a gnu: Add r-threejs.
* gnu/packages/cran.scm (r-threejs): New variable.
2019-03-28 18:23:22 +01:00
Ricardo Wurmus
d59df3340b gnu: Add r-gbm.
* gnu/packages/cran.scm (r-gbm): New variable.
2019-03-28 18:23:22 +01:00
Ricardo Wurmus
8473597f80 gnu: Add r-ggvis.
* gnu/packages/cran.scm (r-ggvis): New variable.
2019-03-28 18:23:22 +01:00
Ricardo Wurmus
fe3fb4e7ef gnu: Add r-rda.
* gnu/packages/cran.scm (r-rda): New variable.
2019-03-28 18:23:22 +01:00
Ricardo Wurmus
aae0b86d35 gnu: Add r-pamr.
* gnu/packages/cran.scm (r-pamr): New variable.
2019-03-28 18:23:22 +01:00
Ricardo Wurmus
1c0c4b544d gnu: Add r-varselrf.
* gnu/packages/cran.scm (r-varselrf): New variable.
2019-03-28 18:23:22 +01:00
Efraim Flashner
1aa662b309 gnu: ogre: Don't use unstable tarball.
* gnu/packages/graphics.scm (ogre)[source]: Download using git-fetch.
2019-03-28 12:14:22 +02:00
Efraim Flashner
d5640c587f gnu: googletest: Don't use unstable tarball.
* gnu/packages/check.scm (googletest)[source]: Download using git-fetch.
* gnu/packages/crypto.scm (encfs)[arguments]: Adjust accordingly.
* gnu/packages/gnucash.scm (gnucash)[arguments]: Same.
* gnu/packages/terminals.scm (eternalterminal)[arguments]: Same.
* gnu/packages/graphics.scm (ogre)[arguments]: Same. Remove now
unnecessary custom 'pre-build phase.
2019-03-28 12:14:15 +02:00
Ricardo Wurmus
d98fb5603b gnu: hpcguix-web: Fix indentation.
* gnu/packages/web.scm (hpcguix-web): Fix indentation.
2019-03-27 23:11:20 +01:00
Efraim Flashner
d8de2c01ff gnu: emacs-emmet-mode: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-emmet-mode)[source]: Download using
git-fetch.
2019-03-27 23:05:08 +02:00