summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update `eo.po'.Ludovic Courtès2013-08-15
|
* gnu: Add ripperX.Andreas Enge2013-08-07
| | | | | | * gnu/packages/mp3.scm (ripperx): New variable. * gnu/packages/patches/ripperx-libm.patch: New file. * gnu-system.am (dist_patch_DATA): Add patch.
* gnu: Add cdparanoia.Andreas Enge2013-08-07
| | | | | | * gnu/packages/cdrom.scm (cdparanoia): New variable. * gnu/packages/patches/cdparanoia-fpic.patch: New file. * gnu-system.am: Add patch.
* gnu: Add lame.Andreas Enge2013-08-07
| | | | * gnu/packages/mp3.scm (lame): New variable.
* gnu: texlive: Update to 2013.Andreas Enge2013-08-07
| | | | * gnu/packages/texlive.scm (texlive): Update to 2013.
* gnu: xorg: Install fonts into package output instead of into font-util.Andreas Enge2013-08-06
| | | | | * gnu/packages/xorg.scm (font-adobe100dpi, font-adobe75dpi, font-misc-misc, font-schumacher-misc): Add configure flag to modify FONTROOTDIR.
* gnu: fontconfig: Update to 2.10.93.Andreas Enge2013-08-05
| | | | * gnu/packages/fontutils.scm (fontconfig): Update to 2.10.93.
* gnu: harfbuzz: Update to 0.9.19.Andreas Enge2013-08-05
| | | | * gnu/packages/gtk.scm (harfbuzz): Update to 0.9.19.
* gnu: mpfrcx: Update to 0.4.2.Andreas Enge2013-08-05
| | | | * gnu/packages/algebra.scm (mpfrcx): Update to 0.4.2.
* gnu: fplll: Update to 4.0.4.Andreas Enge2013-08-05
| | | | * gnu/packages/algebra.scm (fplll): Update to 4.0.4.
* gnu: emacs: Use gtk+.Andreas Enge2013-08-05
| | | | * gnu/packages/emacs.scm (emacs): Enable input gtk+ instead of libXaw.
* gnu: fontconfig: Look for fonts in user profile.Andreas Enge2013-08-05
| | | | * gnu/packages/fontutils.scm (fontconfig): Add configure flag.
* gnu: gtk+: Synchronise description with GSRC.Andreas Enge2013-08-05
| | | | * gnu/packages/gtk.scm (gtk+): Modify description.
* gnu: Rename "libapr" to "apr" and "libaprutil" to "apr-util".Andreas Enge2013-08-05
| | | | | | | | | | | | * gnu/packages/apr.scm: Rename file from libapr.scm. * gnu/packages/patches/apr-skip-getservbyname-test.patch: Rename file from libapr-skip-getservbyname-test.patch. * gnu-system.am (GNU_SYSTEM_MODULES): Rename module libapr to apr. * gnu-system.am (dist_patch_DATA): Rename patch file. * gnu/packages/apr.scm (apr): Rename from libapr. * gnu/packages/apr.scm (apr-util): Rename from libaprutil, change input name. * gnu/packages/version-control.scm (subversion): Change input name.
* gnu: Add Xnee.Ludovic Courtès2013-07-20
| | | | | * gnu/packages/xnee.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: ddrescue: Update to 1.17.Ludovic Courtès2013-07-20
| | | | | * gnu/packages/ddrescue.scm (ddrescue): Update to 1.17. Add lzip as a native input.
* gnu: Add lzip.Ludovic Courtès2013-07-20
| | | | * gnu/packages/compression.scm (lzip): New variable.
* Update `TODO'.Ludovic Courtès2013-07-19
|
* build: Bump version to 0.4.Ludovic Courtès2013-07-19
| | | | * configure.ac: Switch to 0.4.
* doc: Improve build instructions in README and HACKING.Ludovic Courtès2013-07-19
| | | | | | | | * README (Requirements): Remove Nixpkgs. Remove mentions of building from Git. (Installation): Refer to the manual. * HACKING: List requirements for when building from Git. Remove the `dot: Command not found' error.
* Update NEWS.Ludovic Courtès2013-07-17
|
* gnu: linux-libre: Add alternate URLs.Ludovic Courtès2013-07-17
| | | | | | | | Fixes <http://bugs.gnu.org/14851>. Reported by Andreas Enge <andreas@enge.fr>. * gnu/packages/linux.scm (linux-libre-urls): New procedure. (linux-libre-headers, linux-libre): Use it.
* gnu: tzdata: Update hash.Ludovic Courtès2013-07-17
| | | | | | | Fixes <http://bugs.gnu.org/14890>. Reported by Andreas Enge <andreas@enge.fr>. * gnu/packages/base.scm (tzdata): Update hash.
* doc: Add "Adding New Packages".Ludovic Courtès2013-07-17
| | | | | | | | * doc/guix.texi (Adding New Packages): New section. (Packaging Guidelines): Make a subsection thereof. (From the Source Tarball to the Package): New subsection. (Contributing): Link to "Adding New Packages". (Package Modules): Link to modules in Guile's manual.
* build: Check the availability of i686-linux binaries.Ludovic Courtès2013-07-17
| | | | | | * build-aux/check-available-binaries.scm (%supported-systems): New variable. (native): Map over these.
* build: Provide a replacement (srfi srfi-37) when the user's one is broken.Ludovic Courtès2013-07-17
| | | | | | | | | | | * srfi/srfi-37.scm.in: New file, taken from Guile 2.0.9. * m4/guix.m4: New macro. * configure.ac: Use it. Define Automake conditional `INSTALL_SRFI_37'. * Makefile.am (nobase_nodist_guilemodule_DATA)[INSTALL_SRFI_37]: Add srfi/srfi-37.scm. (GOBJECTS)[INSTALL_SRFI_37]: Add srfi/srfi-37.go. (srfi/srfi-37.scm)[INSTALL_SRFI_37]: New target. (EXTRA_DIST): Add srfi/srfi-37.scm.in.
* doc: Mark 2.0.5 as being the minimum Guile version.Ludovic Courtès2013-07-17
| | | | | * doc/guix.texi (Requirements): Require Guile 2.0.5+. * README: Ditto.
* Update .po files.Ludovic Courtès2013-07-17
|
* Update NEWS.Ludovic Courtès2013-07-16
|
* doc: Refer to guix-devel@gnu.org.Ludovic Courtès2013-07-16
| | | | * doc/guix.texi (Contributing): Refer to guix-devel@gnu.org.
* gnu: subversion: Fetch over plain HTTP.Ludovic Courtès2013-07-16
| | | | | | * gnu/packages/version-control.scm (subversion): Use the http:// URL to work around <http://bugs.gnu.org/14884>. Reported by Mark Weaver and Andreas Enge.
* list-packages: Add links to hydra.gnu.org.Ludovic Courtès2013-07-16
| | | | | | * build-aux/list-packages.scm (package->sxml)[status]: New procedure. Use it at the end of each description. (packages->sxml): Add link to hydra.gnu.org.
* gnu: libphidget: Add "debug" output.Ludovic Courtès2013-07-16
| | | | * gnu/packages/libphidget.scm (libphidget): Add `outputs' field.
* hydra: Fix typo.Ludovic Courtès2013-07-16
| | | | * build-aux/hydra/gnu-system.scm (hydra-jobs): Use `cons', not `append'.
* hydra: Build for all the specified systems.Ludovic Courtès2013-07-16
| | | | | | | * build-aux/hydra/gnu-system.scm (hydra-jobs): Pick all the `system' keys in ARGUMENTS. [cross-jobs]: Turn into a procedure, with a `system' parameter. Build packages for all of SYSTEMS and %CROSS-TARGETS.
* hydra: Distinguish between jobs for different system types.Ludovic Courtès2013-07-16
| | | | | * build-aux/hydra/gnu-system.scm (package-job, package-cross-job): Append `.SYSTEM' to the job name.
* hydra: Honor the `system' argument.Ludovic Courtès2013-07-16
| | | | | * build-aux/hydra/gnu-system.scm (hydra-jobs): Really look up the `system' symbol in ARGUMENTS.
* gnu: libapr, libaprutil: Upgrade.Andreas Enge2013-07-16
| | | | | * gnu/packages/libapr.scm (libapr): Upgrade to 1.4.8. * gnu/packages/libapr.scm (libaprutil): Upgrade to 1.5.2.
* guix package: Allow separate install of several outputs of the same package.Ludovic Courtès2013-07-15
| | | | | | * guix/scripts/package.scm (guix-package)[process-actions](same-package?): New procedure. Use it instead of `alist-delete' when filtering out duplicate packages from the profile.
* build: Check for the availability of binaries upon "distcheck".Ludovic Courtès2013-07-15
| | | | | | * build-aux/check-available-binaries.scm: New file. * Makefile.am (EXTRA_DIST): Add it. (distcheck-hook, assert-binaries-available): New target.
* Thank the translators.Ludovic Courtès2013-07-15
|
* Add `pt_BR' translation.Ludovic Courtès2013-07-15
|
* gnu: pango, gtk+: Propagate inputs.Andreas Enge2013-07-15
| | | | | | * gnu/packages/gtk.scm (pango): Propagate input cairo. * gnu/packages/gtk.scm (gtk+): Propagate inputs atk, gdk-pixbuf and pango; drop input cairo, propagated through pango.
* Add gtk+.Andreas Enge2013-07-15
| | | | | * gnu/packages/gtk.scm (pango): Propagate input harfbuzz. * gnu/packages/gtk.scm (gtk+): New variable.
* gnu: make-bootstrap: Skip tests for the statically-linked gawk.Ludovic Courtès2013-07-14
| | | | * gnu/packages/make-bootstrap.scm (%static-inputs)[gawk]: Add #:tests? #f.
* Update `eo.po'.Ludovic Courtès2013-07-14
|
* Rename (guix web) to (guix http-client).Ludovic Courtès2013-07-14
| | | | | | | * guix/web.scm: Rename to... * guix/http-client.scm: ... this. * guix/gnu-maintenance.scm, guix/scripts/substitute-binary.scm, Makefile.am, po/POTFILES.in: Update accordingly.
* doc: Add "Building from Git" to 'HACKING'.Nikita Karetnikov2013-07-13
|
* guix package: Fix handling of `-e'.Ludovic Courtès2013-07-12
| | | | | | | | | | | | | This fixes a bug whereby a command like guix package -e '(@@ (gnu packages base) gnu-make-boot0)' would only succeed when the outputs of that package are available, and otherwise fail with "/nix/store/... is not valid". * guix/scripts/package.scm (guix-package)[process-action](package->tuple): Leave P as is in the result. Move `package->tuple' call from INSTALL* to INSTALL.
* ui: Ignore SIGPIPE and catch `system-error' exceptions.Ludovic Courtès2013-07-12
| | | | | * guix/ui.scm (initialize-guix): Call `sigaction'. (call-with-error-handling): Wrap `thunk' in a (catch 'system-error ...).