summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAge
...
* guix-package: Report `--search' matches in recutils format.Ludovic Courtès2013-02-01
| | | | | | | | | | | | * guix/ui.scm (fill-paragraph, string->recutils, package->recutils): New procedures. * guix-package.in (guix-package)[process-query]: Use `package->recutils' to display package meta-data. * tests/guix-package.sh: Adjust test. * tests/ui.scm: New file. * Makefile.am (TESTS): Add it. * doc/guix.texi (Invoking guix-package): Adjust `--search' documentation, and give an example.
* gnu: Add flac.Andreas Enge2013-01-31
| | | | | | * gnu/packages/oggvorbis.scm (flac): New variable. * gnu/packages/oggvorbis.scm (vorbis-tools): Add flac input. * gnu/packages/patches/flac-fix-memcmp-not-declared.patch: New file.
* gnu: Add curl.Andreas Enge2013-01-30
| | | | | * gnu/packages/curl.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add libssh2.Andreas Enge2013-01-29
| | | | | * gnu/packages/ssh.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add openldap.Andreas Enge2013-01-29
| | | | | * gnu/packages/openldap.scm: New file. * Makefile.am (MODULE): Add it.
* gnu: Add irssi.Cyril Roelandt2013-01-26
| | | | | * gnu/packages/irssi.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add zip, unzip and zziplib.Andreas Enge2013-01-26
| | | | | * gnu/packages/zip.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add TECkit.Andreas Enge2013-01-26
| | | | | | * gnu/packages/freetype.scm (teckit): New variable. * gnu/packages/patches/teckit-cstdio.patch: New file. * Makefile.am (dist_patch_DATA): Add patch.
* gnu: Add Subversion.Cyril Roelandt2013-01-25
| | | | | * gnu/packages/subversion.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add SQLite.Ludovic Courtès2013-01-25
| | | | | * gnu/packages/sqlite.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add libapr.Cyril Roelandt2013-01-25
| | | | | | * gnu/packages/libapr.scm: New file. * gnu/packages/patches/libapr-skip-getservbyname-test.patch: New file * Makefile.am: Add them
* gnu: Add poppler.Andreas Enge2013-01-24
| | | | | * gnu/packages/pdf.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add OCaml. licenses: Add QPL.Cyril Roelandt2013-01-24
| | | | | | * gnu/packages/ocaml.scm: New file. * Makefile.am (MODULES): Add it. * guix/licenses.scm: New variable.
* gnu: automake: Adjust test suite to lack of /bin/sh.Ludovic Courtès2013-01-22
| | | | | | | | | * 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.
* gnu: Add groff.Andreas Enge2013-01-21
| | | | | * gnu/packages/groff.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add netpbm.Andreas Enge2013-01-21
| | | | | * gnu/packages/netpbm.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add missing libevent patch.Ludovic Courtès2013-01-21
| | | | | * gnu/packages/patches/libevent-dns-tests.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
* gnu: Add Tor.Ludovic Courtès2013-01-20
| | | | | * gnu/packages/tor.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add libevent.Ludovic Courtès2013-01-20
| | | | | * gnu/packages/libevent.scm: New file. * Makefile.am (MODULES): Add it.
* Add GNU Screen.Cyril Roelandt2013-01-20
| | | | | * gnu/packages/screen.scm: New file. * Makefile.am (MODULES): Add it.
* distro: glib: Run the test suite; add DBus.Ludovic Courtès2013-01-19
| | | | | | | | | | | | | * 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'.
* distro: Add GLib.Nikita Karetnikov2013-01-19
| | | | | * distro/packages/glib.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add GNU Ghostscript and its dependencies libpaper and lcms.Andreas Enge2013-01-19
| | | | | * gnu/packages/ghostscrip.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add Freetype.Andreas Enge2013-01-19
| | | | | | | | licenses: Add freetype license. * gnu/packages/freetype.scm: New file. * guix/licenses.scm (freetype): New variable. * Makefile.am (MODULES): Add freetype.scm.
* gnu: Amended previous patch.Andreas Enge2013-01-18
| | | | * Makefile.am (MODULES): Add libpng.scm.
* gnu: Add libogg, libvorbis and vorbis-tools.Andreas Enge2013-01-18
| | | | | * gnu/packages/oggvorbis.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Rename (distro) to (gnu packages).Ludovic Courtès2013-01-18
| | | | | | | * distro.scm: Rename to... * gnu/packages.scm: ... this. Update all users accordingly. * Makefile.am (MODULES): Adjust accordingly. * po/POTFILES.in: Likewise.
* distro: Change the module name space to (gnu ...).Ludovic Courtès2013-01-18
| | | | | | | | | | * 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.
* distro: Add libtiff.Andreas Enge2013-01-18
| | | | | * distro/packages/libtiff.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Add file.Andreas Enge2013-01-17
| | | | | * distro/packages/file.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Add Libjpeg.Andreas Enge2013-01-17
| | | | | * distro/packages/libjpeg.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Add Indent.Andreas Enge2013-01-17
| | | | | * distro/packages/indent.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Add Expat.Ludovic Courtès2013-01-16
| | | | | * distro/packages/xml.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Add icu4c (International Components for Unicode).Andreas Enge2013-01-16
| | | | | * distro/packages/icu4c.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Add Python 2.7.3.Nikita Karetnikov2013-01-16
| | | | | * distro/packages/python.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Add patches forgotten in previous commits.Ludovic Courtès2013-01-15
| | | | | | | * distro/packages/patches/bigloo-gc-shebangs.patch, distro/packages/patches/emacs-configure-sh.patch, distro/packages/patches/procps-make-3.82.patch: New files. * Makefile.am (dist_patch_DATA): Add them.
* distro: Add Cyrus SASL.Andreas Enge2013-01-15
| | | | | * distro/packages/cyrus-sasl.scm: New file. * Makefile.am (MODULES): Add it.
* Test commit.Andreas Enge2013-01-15
| | | | * Makefile.am: alphabetical ordering
* distro: Add MIT/GNU Scheme and Bigloo.Ludovic Courtès2013-01-15
| | | | | * distro/packages/scheme.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Add GNU Emacs.Ludovic Courtès2013-01-13
| | | | | * distro/packages/emacs.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Add GNU Mailutils.Ludovic Courtès2013-01-13
| | | | | * distro/packages/mailutils.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Add GDB.Ludovic Courtès2013-01-12
| | | | | * distro/packages/gdb.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Add MySQL.Ludovic Courtès2013-01-12
| | | | | * distro/packages/mysql.scm: New file. * Makefile.am (MODULES): Add it.
* Merge branch 'core-updates'Ludovic Courtès2013-01-11
|\ | | | | | | | | Conflicts: guix/build/union.scm
| * Merge branch 'master' into core-updatesLudovic Courtès2013-01-06
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build-aux/download.scm distro/packages/autotools.scm distro/packages/base.scm distro/packages/bootstrap.scm distro/packages/lsh.scm distro/packages/make-bootstrap.scm distro/packages/ncurses.scm distro/packages/perl.scm tests/derivations.scm tests/union.scm
| * | distro: Update bootstrap binaries to an nscd-less libc.Ludovic Courtès2013-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update bootstrap binaries following changes in commit d3b5972 ("Build glibc without nscd, and with static NSS modules.") * Makefile.am (distro/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz, distro/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Update hashes. * build-aux/download.scm (file-name->uri): Update URL. * distro/packages/bootstrap.scm (%bootstrap-coreutils&co, %bootstrap-binutils, %bootstrap-glibc, %bootstrap-gcc): Update URLs and hashes.
| * | distro: Add OpenSSL.Andreas Enge2013-01-02
| | | | | | | | | | | | | | | | | | * distro/packages/openssl.scm: New file. `patch-tests' phase added by Ludovic Courtès. * Makefile.am (MODULES): Add it.
| * | distro: Update bootstrap binaries.Ludovic Courtès2012-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use bootstrap binaries that were generated with the `make-bootstrap' changes introduced in previous commit. * Makefile.am (nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA): Change Guile tarball name. (distro/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz, distro/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): New targets. (distro/packages/bootstrap/x86_64-linux/guile-bootstrap-2.0.6.tar.xz, distro/packages/bootstrap/i686-linux/guile-bootstrap-2.0.6.tar.xz): Remove. * build-aux/download.scm (file-name->uri): Use "20121219" directory. * distro/packages/bootstrap.scm (%bootstrap-guile): Update file name. (%bootstrap-coreutils&co, %bootstrap-binutils, %bootstrap-glibc, %bootstrap-gcc): Update directory name and hashes.
| * | distro: make-bootstrap: Have libc's functions search for `sh' in $PATH.Ludovic Courtès2012-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * distro/packages/make-bootstrap.scm (%glibc-with-relocatable-system, %standard-inputs-with-relocatable-glibc): New variables. (%static-inputs)[gawk]: Apply `gawk-shell.patch'. [finalize]: New procedure. Build all the packages against %STANDARD-INPUTS-WITH-RELOCATABLE-GLIBC. (%glibc-stripped): Inherit from %GLIBC-WITH-RELOCATABLE-SYSTEM. (%gcc-static, %guile-static): Build against %STANDARD-INPUTS-WITH-RELOCATABLE-GLIBC. * distro/packages/patches/gawk-shell.patch, distro/packages/patches/glibc-bootstrap-system.patch: New files. * Makefile.am (dist_patch_DATA): Add them.
* | | distro: Add GNU Aspell.Ludovic Courtès2013-01-07
| | | | | | | | | | | | | | | * distro/packages/aspell.scm: New file. * Makefile.am (MODULES): Add it.