Nikita Karetnikov
3220c2f41e
gnu: gcc-4.8: Upgrade to 4.8.2.
...
* gnu/packages/gcc.scm (gcc-4.8): Upgrade to 4.8.2.
2013-10-28 18:42:09 +00:00
Andreas Enge
fdf3cb4cc0
gnu: mesa: Update URI.
...
* gnu/packages/xorg.scm (mesa): Update URI.
2013-10-26 15:09:42 +02:00
Andreas Enge
5f6265298e
gnu: lzip: Update to 1.15.
...
* gnu/packages/compression.scm (lzip): Update to 1.15.
2013-10-26 15:03:27 +02:00
David Thompson
c3c516ea00
gnu: Add libmikmod.
...
* gnu/packages/sdl.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2013-10-26 14:15:45 +02:00
Eric Bavier
fa58ca4376
gnu: Add Pem.
...
* gnu/packages/pem.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2013-10-26 01:23:00 +02:00
Andreas Enge
b357faace7
gnu: Add sharutils.
...
* gnu/packages/compression.scm (sharutils): New variable.
2013-10-26 00:28:32 +02:00
Andreas Enge
13fbda90d9
gnu: rsync: Update to 3.1.0.
...
* gnu/packages/rsync.scm (rsync): Update to 3.1.0.
2013-10-25 22:44:51 +02:00
Andreas Enge
89059aa193
gnu: qt: Correct source uri.
...
* gnu/packages/qt.scm (qt-4): Correct source uri (reported by
Cyril Roelandt <tipecaml@gmail.com>).
2013-10-23 23:33:36 +02:00
Andreas Enge
b92eee75b1
gnu: Add GLPK.
...
* gnu/packages/maths.scm (glpk): New variable.
2013-10-22 20:24:33 +02:00
Ludovic Courtès
d038cac12a
gnu: Add GNU Alive.
...
* gnu/packages/system.scm (alive): New variable.
2013-10-19 00:07:28 +02:00
Ludovic Courtès
02c72d1671
build: Build the bootstrap-graph.{png,eps,pdf} under $(top_srcdir).
...
Fixes <http://bugs.gnu.org/15640 >.
Reported by Eric Bavier <ericbavier@gmail.com>.
* doc.am (EXTRA_DIST): Add doc/images/bootstrap-graph.pdf to the
distribution.
(pdf-local, info-local, ps-local): Prepend $(top_srcdir) to the image
file names.
2013-10-18 22:05:39 +02:00
Ludovic Courtès
a433c52593
gnu: dfc: Add missing input.
...
* gnu/packages/system.scm (dfc): Add 'native-inputs' field.
2013-10-18 00:25:06 +02:00
Ludovic Courtès
93a3d8f609
gnu: glib: Work around test failure in 'gio/tests/network-address.c'.
...
* gnu/packages/patches/glib-tests-newnet.patch: New file.
* gnu/packages/glib.scm (glib): Use it.
* gnu-system.am (dist_patch_DATA): Add it.
2013-10-17 23:50:32 +02:00
Ludovic Courtès
96e424672a
gnu: evince: Set search path for MIME info.
...
* gnu/packages/gnome.scm (evince): Add #:phases argument. Remove "perl"
and "perl-xml-parser" inputs since they are not directly needed; move
"intltool" to 'native-inputs'.
2013-10-17 23:50:31 +02:00
Ludovic Courtès
9167f8e6f9
gnu: Add shared-mime-info.
...
* gnu/packages/gnome.scm (shared-mime-info): New variable.
2013-10-17 23:50:31 +02:00
Ludovic Courtès
515e68782f
gnu: Add SCons.
...
* gnu/packages/python.scm (scons): New variable.
2013-10-17 23:50:31 +02:00
Nikita Karetnikov
7df7a74e23
doc: Improve the copyright notice.
2013-10-17 13:21:10 +00:00
Andreas Enge
418e82b507
gnu: harfbuzz: Update to 0.9.22.
...
* gnu/packages/gtk.scm (harfbuzz): Update to 0.9.22; should solve the test
problems on i686.
2013-10-16 10:44:56 +02:00
Ludovic Courtès
eeb70957e8
Update 'AUTHORS'.
2013-10-16 00:13:40 +02:00
Eric Bavier
d911258976
gnu: Add autogen package
...
* gnu/package/autogen.scm: New file
* gnu-system.am: Add it
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-10-16 00:12:27 +02:00
Ludovic Courtès
dfb52abbd6
Remove weirdnesses caused by 'letrec*' behavior of record field initializers.
...
* gnu/packages/bootstrap.scm (package-from-tarball): Remove '*' from
parameter names. Adjust accordingly.
* gnu/packages/linux-initrd.scm (expression->initrd): Use 'name'
directly, removing the 'name*' alias.
* gnu/packages/linux.scm (linux-libre-headers, linux-libre): Rename
'version*' to 'version'.
2013-10-15 23:42:58 +02:00
Ludovic Courtès
59fbeb8cae
records: define-record-type*: Field bindings are bound with 'let*'.
...
* guix/records.scm (define-record-type*): Wrap field bindings in a
'let*', not in a 'letrec*', which turned out to be pointlessly
inconvenient.
* tests/records.scm: Adjust test names accordingly.
2013-10-15 23:31:22 +02:00
Ludovic Courtès
70a9c72028
build: Add 'clean-go' target.
...
* Makefile.am (clean-go): New phony target.
2013-10-15 23:25:08 +02:00
Ludovic Courtès
b2ba65c897
guix package: '--search' matches against package names.
...
* guix/scripts/package.scm (find-packages-by-description): Return
packages whose name matches RX.
2013-10-15 22:59:50 +02:00
Ludovic Courtès
3c1d9799b8
Thank Jeffrin and David.
2013-10-14 23:18:54 +02:00
David Thompson
15e82fb2c0
gnu: Add libtheora.
...
* gnu/packages/oggvorbis.scm (libtheora): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-10-14 23:17:38 +02:00
Ludovic Courtès
749b90a519
gnu: subversion, cmake: Clean up descriptions.
...
* gnu/packages/cmake.scm (cmake): Simplify the synopsis.
* gnu/packages/version-control.scm (subversion): Remove "open-source"
from the description.
2013-10-14 09:48:52 +02:00
Ludovic Courtès
c1354b90e9
gnu: Add libgnome-keyring and Evince.
...
* gnu/packages/gnome.scm (libgnome-keyring, evince): New variables.
2013-10-13 22:50:11 +02:00
Ludovic Courtès
8db824ba31
gnu: poppler: Build the poppler-glib bindings.
...
* gnu/packages/pdf.scm (poppler): Add Cairo and GLib as inputs.
2013-10-13 22:50:11 +02:00
Ludovic Courtès
cc20a22a09
gnu: Add dogtail.
...
* gnu/packages/python.scm (python2-dogtail): New variable.
2013-10-13 22:50:11 +02:00
Ludovic Courtès
178f77b2d2
pull: Compile modules correctly regardless of the compilation order.
...
* guix/scripts/pull.scm (unpack)[builder]: Work around
<http://bugs.gnu.org/15602 >.
2013-10-13 22:50:11 +02:00
Andreas Enge
973d9f1d1c
gnu: kde: Add module and automoc4 package.
...
* gnu/packages/kde.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2013-10-13 18:18:57 +02:00
Andreas Enge
e78fd4ca63
guix: Make cmake build system aware of usual paths.
...
* guix/build/cmake-build-system.scm (configure): Set CMAKE_LIBRARY_PATH to
LIBRARY_PATH and CMAKE_INCLUDE_PATH to CPATH.
2013-10-13 18:02:49 +02:00
Andreas Enge
6eac909b45
gnu: cmake: Update patch to work with new system.
...
* gnu/packages/patches/cmake-fix-tests.patch: Update to work with -p1.
* gnu/packages/cmake.scm (cmake): Drop patch flag -p0.
2013-10-13 17:00:18 +02:00
Andreas Enge
487da56570
gnu: gsl: Update to 1.16.
...
* gnu/packages/maths.scm (gsl): Update to 1.16, disable parallel tests
leading to a failure in vector.
2013-10-13 16:26:12 +02:00
Andreas Enge
a58a7c926b
gnu: gtk+: Update to 3.10.1.
...
* gnu/packages/gtk.scm (gtk+): Update to 3.10.1, drop no longer needed
configure flag.
2013-10-13 13:03:09 +02:00
Ludovic Courtès
52af657aee
pull: Simplify the builder.
...
* guix/scripts/pull.scm (unpack)[builder]: Use 'copy-recursively' and
'copy-file' instead of 'file-system-fold'.
2013-10-13 01:14:21 +02:00
Ludovic Courtès
ab5d72ad2b
doc: Document "guix pull --url".
...
* doc/guix.texi (Invoking guix pull): Add --url.
2013-10-13 01:14:21 +02:00
Andreas Enge
8ab00475fb
gnu: qt: Add patch to distribution.
...
* gnu-system.am (dist_patch_DATA): Add qt patch.
2013-10-12 23:34:22 +02:00
Ludovic Courtès
b646c3dd37
gnu: qemu-with-multiple-smb-shares: Fix typo.
...
* gnu/packages/qemu.scm (qemu/smb-shares): Turn 'patches' into a list.
2013-10-12 22:29:32 +02:00
Ludovic Courtès
b421cebd6a
build-system/perl: Lazily resolve (gnu packages perl).
...
* guix/build-system/perl.scm (default-perl): New procedure.
(perl-build): Use it.
2013-10-12 22:29:32 +02:00
Ludovic Courtès
0ad7da1e90
pull: Add '--url' option.
...
* guix/scripts/pull.scm (%default-options): Add 'tarball-url' pair.
(%options, show-help): Add '--url'.
(guix-pull): Honor it.
2013-10-12 22:29:32 +02:00
Ludovic Courtès
d8907ac43f
download: Support 'file://' URLs.
...
* guix/download.scm (download-to-store): When URL has a 'file' scheme or
no scheme, use 'add-to-store' directly.
2013-10-12 22:29:31 +02:00
Ludovic Courtès
39e9f95d05
guix: Add missing call to 'bindtextdomain'.
...
* scripts/guix.in (config-lookup): Add "localedir" entry.
(run-guix-main): Add call to 'bindtextdomain'.
* guix/ui.scm (initialize-guix): Use %GETTEXT-DOMAIN instead of a
literal.
2013-10-12 22:29:31 +02:00
Andreas Enge
f854a8c133
gnu: Add gp2c.
...
* gnu/packages/algebra.scm (gp2c): New variable.
2013-10-12 19:46:14 +02:00
Andreas Enge
1e9ed0e3dc
gnu: Add Qt 4.8.5.
...
* gnu/packages/qt.scm (qt-4): New variable.
* gnu/packages/patches/qt4-tests.patch: New file, patch dropping tests
requiring a running X server.
2013-10-12 14:50:14 +02:00
Arne Babenhauserheide
5151c2e1f4
gnu: Add Mercurial.
...
* gnu/packages/version-control.scm (mercurial): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-10-11 22:18:47 +02:00
Ludovic Courtès
1a75f8d939
gnu-maintenance: Adjust URL of package description file.
...
* guix/gnu-maintenance.scm (%package-description-url): Adjust to the
new URL.
2013-10-11 22:18:47 +02:00
Nikita Karetnikov
f349fa02de
gnu: Add GNU acct.
...
* gnu/packages/acct.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2013-10-11 12:18:28 +00:00
Cyril Roelandt
9fb0bc1572
gnu: Valgrind: make it work with glibc 2.18.
...
* gnu/packages/patches/valgrind-glibc.patch: update it.
2013-10-11 00:22:57 +02:00