~ruther/guix-local

ref: f9bbf2a819d2b6fb3d56e289f8d8debc19e87a1a guix-local/gnu/packages/glib.scm -rw-r--r-- 7.4 KiB
785db4d8 — Ludovic Courtès 13 years ago
glib: Patch around prlimit(2) failure.

* gnu/packages/glib.scm (glib)[source]: Switch to mirror://gnome.
  [inputs]: Add `patch/tests-prlimit'.
  [arguments]: Add it.
* gnu/packages/patches/glib-tests-prlimit.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
71eb5c10 — Ludovic Courtès 13 years ago
gnu: Add intltool.

* guix/download.scm (%mirrors): Add `gnome' mirrors.
* gnu/packages/glib.scm (intltool): New variable.
943f33a3 — Ludovic Courtès 13 years ago
distro: glib: Run the test suite; add DBus.

* distro/packages/glib.scm: Rename to...
* gnu/packages/glib.scm: ... this.  Update module declaration
  accordingly.
  (dbus): New variable.
  (glib): Change version number to 2.34.3, and adjust URL accordingly.
  Add a "doc" output.  Add #:configure-flags, #:patches, and #:phases
  arguments. Add DBUS as an input, as well a three patches.
* Makefile.am (MODULES): Adjust to file renaming.
  (dist_patch_DATA): Add `glib-tests-timezone.patch',
  `glib-tests-homedir.patch', and `glib-tests-desktop.patch'.
3889a82e — Nikita Karetnikov 13 years ago
distro: Add GLib.

* distro/packages/glib.scm: New file.
* Makefile.am (MODULES): Add it.