aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-11gnu: Add microscheme.Ricardo Wurmus
* gnu/packages/avr.scm (microscheme): New variable.
2015-11-11refresh: Avoid non-literal format string.Ludovic Courtès
Reported by Mathieu Lirzin <mthl@gnu.org>. * guix/scripts/refresh.scm (guix-refresh): Rewrite 'list-dependent?' report to avoid nested 'N_' calls.
2015-11-11gnu: Add prefix to license imports in (gnu packages avr).Ricardo Wurmus
* gnu/packages/avr.scm: Import (guix licenses) with prefix "license:".
2015-11-11gnu: ardour: Update to 4.4.Ricardo Wurmus
* gnu/packages/audio.scm (ardour): Update to 4.4.
2015-11-11gnu: Add gfortran 5.Ricardo Wurmus
* gnu/packages/gcc.scm (gfortran-5): New variable.
2015-11-11gnu: wpa-supplicant: Add fixes for CVE-2015-{5310,5314,5315,5316}.Mark H Weaver
* gnu/packages/patches/wpa-supplicant-CVE-2015-5310.patch, gnu/packages/patches/wpa-supplicant-CVE-2015-5314.patch, gnu/packages/patches/wpa-supplicant-CVE-2015-5315.patch, gnu/packages/patches/wpa-supplicant-CVE-2015-5316.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/admin.scm (wpa-supplicant-minimal)[source]: Add patches.
2015-11-11gnu: youtube-dl: Upgrade to 2015.11.10.Efraim Flashner
* gnu/packages/video.scm (youtube-dl): Upgrade to 2015.11.10.
2015-11-11gnu: linux-libre: Update to 4.2.6.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.2.6.
2015-11-10gnu: git: Update to 2.6.3.Mark H Weaver
* gnu/packages/version-control.scm (git): Update to 2.6.3. (git-manpages)[source]: Update hash.
2015-11-11ui: 'guix help COMMAND' is like 'guix COMMAND --help'.Ludovic Courtès
* guix/ui.scm (run-guix): Add ("help" COMMAND) case.
2015-11-11guix package: '--search-paths' can report combined search paths.Ludovic Courtès
Partly fixes <http://bugs.gnu.org/20255>. * guix/scripts/package.scm (search-path-environment-variables): Change 'profile' to 'profiles'; expect it to be a list. (display-search-paths): Likewise. (%default-options): Remove 'profile' entry. (%options) <--profile>: Keep previous values associated with 'profile' in RESULT. (guix-package)[process-actions, process-query]: Handle the possible lack of 'profile' pair in OPTS.
2015-11-11system: Populate /etc/shells from ACCOUNT-SERVICE-TYPE.Ludovic Courtès
* gnu/system.scm (user-shells): Remove. (operating-system-etc-service): Remove "shells" entry. (shells-file): Move to... * gnu/system/shadow.scm (shells-file): ... here. New procedure. (etc-skel): Rename to... (etc-files): ... this. Add "shells" entry. (account-service-type): Adjust accordingly.
2015-11-11gnu: torsocks: Upgrade to 2.0.0.Ludovic Courtès
* gnu/packages/tor.scm (torsocks): Update to 2.0.0. [source]: Fetch from git.torproject.org. Use 'torsocks-dns-test.patch'. [arguments, native-inputs]: New fields. [license]: Change to GPL2. * gnu/packages/patches/torsocks-dns-test.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
2015-11-10gnu: gtksourceview-2: Propagate input libxml2.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/gtk.scm (gtksourceview-2): Move libxml2 to propagated inputs.
2015-11-10gnu: Add mupen64plus-ui-console.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (mupen64plus-ui-console): New variable. * gnu/packages/patches/mupen64plus-ui-console-notice.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
2015-11-10gnu: Add mupen64plus-video-z64.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (mupen64plus-video-z64): New variable.
2015-11-10gnu: Add mupen64plus-video-rice.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (mupen64plus-video-rice): New variable.
2015-11-10gnu: Add mupen64plus-video-glide64mk2.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (mupen64plus-video-glide64mk2): New variable.
2015-11-10gnu: Add mupen64plus-video-glide64.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (mupen64plus-video-glide64): New variable.
2015-11-10gnu: Add mupen64plus-video-arachnoidTaylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (mupen64plus-video-arachnoid): New variable.
2015-11-10gnu: Add mupen64plus-rsp-z64.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (mupen64plus-rsp-z64): New variable.
2015-11-10gnu: Add mupen64plus-rsp-hle.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (mupen64plus-rsp-hle): New variable.
2015-11-10gnu: Add mupen64plus-input-sdl.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (mupen64plus-input-sdl): New variable.
2015-11-10gnu: Add mupen64plus-audio-sdl.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (mupen64plus-audio-sdl): New variable.
2015-11-10gnu: Add mupen64plus-core.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (mupen64plus-core): New variable.
2015-11-10gnu: libgweather: Update to 3.18.1, enable tests.宋文武
* gnu/packages/gnome.scm (libgweather): Update to 3.18.1. Enable tests. [native-inputs]: Add gobject-introspection.
2015-11-10gnu: telepathy-glib: Propagate inputs.宋文武
* gnu/packages/glib.scm (telepathy-glib): Propagate inputs dbus, dbus-glib and glib. Move gobject-introspection and libxslt to 'native-inputs'.
2015-11-10gnu: pspp: Use gtksourceview-2.Efraim Flashner
* gnu/packages/maths.scm (pspp)[inputs]: Use gtksourceview-2.
2015-11-09gnu: Add artanis.Mathieu Lirzin
* gnu/packages/guile.scm (artanis): New variable.
2015-11-09gnu: guile-irregex: Remove duplicate 'check deletion in modify-phasesChristopher Allan Webber
* gnu/packages/guile.scm: Remove duplicate 'check deletion in modify-phases
2015-11-09gnu: Add ruby-eventmachine.David Thompson
* gnu/packages/ruby.scm (ruby-eventmachine): New variable.
2015-11-09gnu: Add mutter.宋文武
* gnu/packages/gnome.scm (mutter): New variable.
2015-11-09gnu: Add zenity.宋文武
* gnu/packages/gnome.scm (zenity): New variable.
2015-11-09gnu: Add gedit.David Hashe
* gnu/packages/gnome.scm (gedit): New variable. Co-authored-by: 宋文武 <iyzsong@gmail.com>
2015-11-09gnu: Update libpeas.David Hashe
* gnu/packages/gnome.scm (libpeas): Update to 1.16.0.
2015-11-09gnu: Add gtksourceview.David Hashe
* gnu/packages/gtk.scm (gtksourceview): Rename to... (gtksourceview-2): ... this. (gtksourceview): Update to 3.18.1. * gnu/packages/ocaml.scm (lablgtk)[inputs]: Replace "gtksourceview" with "gtksourceview-2". Co-authored-by: 宋文武 <iyzsong@gmail.com>
2015-11-09gnu: clutter: Update to 1.24.2.宋文武
* gnu/packages/gnome.scm (clutter): Update to 1.24.2.
2015-11-09gnu: cogl: Update to 1.22.0.宋文武
* gnu/packages/gnome.scm (cogl): Update to 1.22.0.
2015-11-08gnu: Build lua-5.2 with a dynamic libraryLeo Famulari
* gnu/packages/patches/lua52-liblua-so.patch: New file. * gnu/packages/lua.scm (lua-5.2): Use lua52-liblua-so.patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-11-08gnu: Remove tabulation from luajit.Leo Famulari
* gnu/packages/lua.scm (luajit): Remove tabs. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-11-08refresh: Discard PyPI updater when Guile-JSON is missing.Ludovic Courtès
Reported by Sleep_Walker and Mathieu Lirzin <mthl@gnu.org>. * guix/scripts/refresh.scm (maybe-updater, list-updaters): New macros. (%updaters): Use 'list-updaters' instead of 'list'. Make %PYPI-UPDATER conditional.
2015-11-08gnu: Add wcalc.Efraim Flashner
* gnu/packages/maths.scm (wcalc): New variable.
2015-11-08gnu: octave: Upgrade to 4.0.0.Efraim Flashner
* gnu/packages/maths.scm (octave): Update to 4.0.0.
2015-11-08gnu: glpk: Update to 4.57.Efraim Flashner
* gnu/packages/maths.scm (glpk): Update to 4.57.
2015-11-08gnu: evince: Update to 3.18.1.宋文武
* gnu/packages/gnome.scm (evince): Update to 3.18.1.
2015-11-08gnu: Add gjs.宋文武
* gnu/packages/gnome.scm (gjs): New variable.
2015-11-08gnu: Add mozjs-24 (Mozilla SpiderMonkey 24).宋文武
* gnu/packages/gnuzilla.scm (mozjs-24): New variable.
2015-11-08gnu: Add gnome-session.宋文武
* gnu/packages/gnome.scm (gnome-session): New variable.
2015-11-08gnu: gnome-themes-standard: Update to 3.18.0.宋文武
* gnu/packages/gnome.scm (gnome-themes-standard): Update to 3.18.0.
2015-11-08gnu: gnome-desktop: Update to 3.18.1.宋文武
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.18.1. Move gsettings-desktop-schemas and gtk+ to 'propagated-inputs'. [native-inputs]: Add gobject-introspection.