~ruther/guix-local

ref: fa747b27fc972240ca3f00a1a4d36e6601d0450e guix-local/gnu/packages/linux.scm -rw-r--r-- 61.4 KiB
74dde9e9 — Jason Self 11 years ago
gnu: linux-libre: Update to 3.16.1.

* gnu/packages/linux.scm (linux-libre): Update to version 3.16.1.
66269d47 — Ludovic Courtès 11 years ago
gnu: lvm2: Upgrade, use udev, improve synopsis and description.

* gnu/packages/linux.scm (lvm2): New variable.
* gnu/packages/lvm.scm: Remove.
* gnu-system.am (GNU_SYSTEM_MODULES): Remove it.
* gnu/packages/cryptsetup.scm: Adjust accordingly.
c8c85ed7 — Jason Self 11 years ago
gnu: linux-libre: Update to 3.16.

* gnu/packages/linux.scm (linux-libre): Update to version 3.16.
0b28f158 — Mark H Weaver 11 years ago
gnu: linux-libre: Update to 3.15.9.

* gnu/packages/linux.scm (linux-libre): Update to 3.15.9.
b087d413 — Mark H Weaver 11 years ago
gnu: Add xsensors.

* gnu/packages/linux.scm (xsensors): New variable.
30016044 — Mark H Weaver 11 years ago
gnu: Add lm-sensors.

* gnu/packages/patches/lm-sensors-hwmon-attrs.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (lm-sensors): New variable.
087f67b6 — Jason Self 11 years ago
gnu: linux-libre: Update to 3.15.8.

* gnu/packages/linux.scm (linux-libre): Update to version 3.15.8.
1b13df50 — Jason Self 11 years ago
gnu: linux-libre: Update to 3.15.7.

* gnu/packages/linux.scm (linux-libre): Update to version 3.15.7.
4a8b4c25 — Ludovic Courtès 11 years ago
gnu: kmod: Install symlinks for 'insmod', 'modprobe', etc.

* gnu/packages/linux.scm (kmod)[arguments]: Add 'install-modprobe&co'
  phase.
428a62f2 — Jason Self 11 years ago
gnu: linux-libre: Update to 3.15.6.

* gnu/packages/linux.scm (linux-libre): Update to version 3.15.6.
000f7559 — David Thompson 11 years ago
gnu: Add wireless-tools.

* gnu/packages/linux.scm (wireless-tools): New variable.
f2cdcafb — Ludovic Courtès 11 years ago
gnu: kbd: Make sure unicode_{start,stop} work as expected.

* gnu/packages/linux.scm (kbd): Patch 'src/unicode_{start,stop}' to use
  'tty'.
  <phases>: Add 'post-install' phase.
88a1976c — Jason Self 11 years ago
gnu: linux-libre: Update to 3.15.5.

* gnu/packages/linux.scm (linux-libre): Update to version 3.15.5.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
c3cf9d36 — Ludovic Courtès 11 years ago
Merge branch 'bug-17853'
cda3d81e — Ludovic Courtès 11 years ago
gnu: linux-libre: Remove '--strip-all' argument.

* gnu/packages/linux.scm (linux-libre)[arguments]: Remove
  #:strip-flags, which led to unloadable modules.  This reverts
  commit 9ca7eaa1.
  [build-phase]: Add INSTALL_MOD_STRIP=1.
1650dd8a — Ludovic Courtès 11 years ago
gnu: linux-libre: Fallback to 'defconfig' when there's no config file.

* gnu/packages/linux.scm (kernel-config): Return #f rather than error
  out in the default case.
  (linux-libre)[native-inputs]: Add "kconfig" input only when
  'kernel-config' returns true.
  [build-phase]: Adjust accordingly.
9ca7eaa1 — Ludovic Courtès 11 years ago
gnu: linux-libre: Strip everything with '--strip-all'.

* gnu/packages/linux.scm (linux-libre)[arguments]: Add #:strip-flags.
a94546ec — Ludovic Courtès 11 years ago
gnu: linux-libre: Add i686 and x86_64 full-blown configs.

Thanks to Jason Self <jself@gnu.org> for the kernel configs.

* gnu/packages/linux.scm (kernel-config): New procedure.
  (linux-libre)[build-phase]: Copy it to .config.  Reduce the list of
  things appended to .config.
  [native-inputs]: Add "kconfig" input.
* gnu/packages/linux-libre-i686.conf,
  gnu/packages/linux-libre-x86_64.conf: New files, from
  <http://jxself.org/x86-32.txt> and <http://jxself.org/x86-64.txt>.
* Makefile.am (KCONFIGS): New variable.
  (nobase_dist_guilemodule_DATA): Add it.
ac47a7c2 — Ludovic Courtès 11 years ago
gnu: linux-libre: Use the GNU + Freedo boot logo.

* gnu/packages/linux.scm (%boot-logo-patch): New variable.
  (linux-libre)[build-phase]: Apply it.
  [native-inputs]: Add it.
426adbe8 — Ludovic Courtès 11 years ago
gnu: glib: Add "bin" output.

Fixes <http://bugs.gnu.org/17853>.

* gnu/packages/glib.scm (glib)[outputs]: Add "bin".
  (gobject-introspection)[native-inputs]: New field.
* gnu/packages/avahi.scm (avahi)[native-inputs]: Add glib:bin.
* gnu/packages/gnome.scm (brasero, libgnome-keyring, evince,
  gsettings-desktop-schemas, libnotify, gtkglext): Likewise.
* gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base,
  gst-plugins-base-0.10): Likewise.
* gnu/packages/gtk.scm (atk, pango, gdk-pixbuf, gtk+-2, gtk+):
  Likewise.
* gnu/packages/linux.scm (udev): Likewise.
* gnu/packages/pdf.scm (poppler): Likewise.
Next