~ruther/guix-local

ref: d192efae07b9eadc31c80fc0b5b4e6e222e30bec guix-local/gnu/packages/glib.scm -rw-r--r-- 5.4 KiB
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.