~ruther/guix-local

ref: df84950e44050ae98d7e77905ceda381e43a4127 guix-local/Makefile.am -rw-r--r-- 9.5 KiB
df84950e — Cyril Roelandt 13 years ago
gnu: Add libapr.

* gnu/packages/libapr.scm: New file.
* gnu/packages/patches/libapr-skip-getservbyname-test.patch: New file
* Makefile.am: Add them
135eb524 — Andreas Enge 13 years ago
gnu: Add poppler.

* gnu/packages/pdf.scm: New file.
* Makefile.am (MODULES): Add it.
d192efae — Cyril Roelandt 13 years ago
gnu: Add OCaml. licenses: Add QPL.

* gnu/packages/ocaml.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/licenses.scm: New variable.
7cd1d7bd — Ludovic Courtès 13 years ago
gnu: automake: Adjust test suite to lack of /bin/sh.

* gnu/packages/autotools.scm (autoconf-wrapper): New variable.
  (automake): Use AUTOCONF-WRAPPER instead of AUTOCONF.
  Add `automake-skip-amhello-tests.patch' as an input.
  Add #:patches and #:phases arguments.
* gnu/packages/patches/automake-skip-amhello-tests.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
23180beb — Andreas Enge 13 years ago
gnu: Add groff.

* gnu/packages/groff.scm: New file.
* Makefile.am (MODULES): Add it.
05bf6f82 — Andreas Enge 13 years ago
gnu: Add netpbm.

* gnu/packages/netpbm.scm: New file.
* Makefile.am (MODULES): Add it.
eb390519 — Ludovic Courtès 13 years ago
gnu: Add missing libevent patch.

* gnu/packages/patches/libevent-dns-tests.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
7f08437b — Ludovic Courtès 13 years ago
gnu: Add Tor.

* gnu/packages/tor.scm: New file.
* Makefile.am (MODULES): Add it.
6b32a64a — Ludovic Courtès 13 years ago
gnu: Add libevent.

* gnu/packages/libevent.scm: New file.
* Makefile.am (MODULES): Add it.
6c3a7204 — Cyril Roelandt 13 years ago
Add GNU Screen.

* gnu/packages/screen.scm: New file.
* Makefile.am (MODULES): Add it.
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.
bf4018fb — Andreas Enge 13 years ago
gnu: Add GNU Ghostscript and its dependencies libpaper and lcms.

* gnu/packages/ghostscrip.scm: New file.
* Makefile.am (MODULES): Add it.
b387a1c5 — Andreas Enge 13 years ago
gnu: Add Freetype.
licenses: Add freetype license.

* gnu/packages/freetype.scm: New file.
* guix/licenses.scm (freetype): New variable.
* Makefile.am (MODULES): Add freetype.scm.
23f339dd — Andreas Enge 13 years ago
gnu: Amended previous patch.

* Makefile.am (MODULES): Add libpng.scm.
6a06172b — Andreas Enge 13 years ago
gnu: Add libogg, libvorbis and vorbis-tools.

* gnu/packages/oggvorbis.scm: New file.
* Makefile.am (MODULES): Add it.
59a43334 — Ludovic Courtès 13 years ago
distro: Rename (distro) to (gnu packages).

* distro.scm: Rename to...
* gnu/packages.scm: ... this.  Update all users accordingly.
* Makefile.am (MODULES): Adjust accordingly.
* po/POTFILES.in: Likewise.
1ffa7090 — Ludovic Courtès 13 years ago
distro: Change the module name space to (gnu ...).

* distro: Rename to...
* gnu: ... this.  Update module names accordingly.
* Makefile.am: Adjust accordingly.
* po/POTFILES.in: Likewise.
* distro.scm: Search for files under /gnu/packages instead of
  /distro/packages.
* gnu/packages/base.scm (ld-wrapper-boot3): Likewise.
082b3c6a — Andreas Enge 13 years ago
distro: Add libtiff.

* distro/packages/libtiff.scm: New file.
* Makefile.am (MODULES): Add it.
f2499672 — Andreas Enge 13 years ago
distro: Add file.

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