Ludovic Courtès
baa0d82a8a
gnu: libXaw: Propagate libXt.
...
* gnu/packages/xorg.scm (libxaw): Propagate libXt.
2013-04-13 22:06:47 +02:00
Ludovic Courtès
c5c555b186
gnu: Add Ratpoison.
...
* gnu/packages/ratpoison.scm: New file.
* Makefile.am (MODULES): Add it.
2013-04-12 21:58:47 +02:00
Nikita Karetnikov
865c4ef33c
gnu: shishi: Update to 1.0.2.
...
* gnu/packages/shishi.scm (shishi): Update to 1.0.2.
* gnu/packages/patches/shishi-gets-undeclared.patch: Remove it.
* Makefile.am (dist_patch_DATA): Adjust accordingly.
2013-04-12 21:58:46 +02:00
Cyril Roelandt
3fdc99da19
gnu: Python: fix the compilation of some modules from the standard library.
...
This commit enables the bz2, dbm, readline, ssl and zlib modules.
* gnu/packages/gdbm.scm: Enable the compatibility mode.
* gnu/packages/python.scm: Enable a few modules from the standard library.
* gnu/packages/patches/python-fix-dbm.patch: New file.
* Makefile.am: Add it.
2013-04-12 21:58:46 +02:00
Ludovic Courtès
04151253e3
gnu: bigloo: Add dependencies on Avahi and libphidget.
...
* gnu/packages/scheme.scm (bigloo): Add Avahi and libphidget as inputs,
and pkg-config as a native input.
2013-04-12 21:57:58 +02:00
Ludovic Courtès
f14d6b697e
gnu: Add libphidget.
...
* gnu/packages/libphidget.scm: New file.
* Makefile.am (MODULES): Add it.
2013-04-12 21:57:57 +02:00
Cyril Roelandt
1010e530d3
gnu: Add dwm.
...
* gnu/packages/dwm.scm: New file.
* Makefile.am: Add it.
2013-04-11 21:08:31 +02:00
Nikita Karetnikov
cbca6eb552
gnu: shishi: Update to 1.0.2.
...
* gnu/packages/shishi.scm (shishi): Update to 1.0.2.
* gnu/packages/patches/shishi-gets-undeclared.patch: Remove it.
* Makefile.am (dist_patch_DATA): Adjust accordingly.
2013-04-08 12:04:37 +00:00
Cyril Roelandt
4f7d8d7ee4
gnu: Python: fix the compilation of some modules from the standard library.
...
This commit enables the bz2, dbm, readline, ssl and zlib modules.
* gnu/packages/gdbm.scm: Enable the compatibility mode.
* gnu/packages/python.scm: Enable a few modules from the standard library.
* gnu/packages/patches/python-fix-dbm.patch: New file.
* Makefile.am: Add it.
2013-04-07 15:32:39 +02:00
Andreas Enge
6be960c7f7
Merge branch 'xorg' into core-updates
2013-04-04 18:49:28 +02:00
Ludovic Courtès
cf53ecf514
gnu: bigloo: Add dependencies on Avahi and libphidget.
...
* gnu/packages/scheme.scm (bigloo): Add Avahi and libphidget as inputs,
and pkg-config as a native input.
2013-04-03 14:58:49 +02:00
Andreas Enge
8dc5d0cf7e
gnu: xorg: Re-enable tests for xorg-server.
...
* gnu/packages/xorg.scm (xorg-server): Re-enable (failing) tests.
2013-04-02 12:47:39 +02:00
Ludovic Courtès
adb5f46940
gnu: Add libphidget.
...
* gnu/packages/libphidget.scm: New file.
* Makefile.am (MODULES): Add it.
2013-04-02 10:59:27 +02:00
Andreas Enge
c7f9993146
gnu: xorg: Remove inputs already available through propagation.
...
* gnu/packages/xorg.scm: Remove inputs that are available through propagation.
2013-03-31 21:16:50 +02:00
Andreas Enge
14ecc0effc
gnu: Add xpdf.
...
* gnu/packages/pdf.scm (xpdf): New variable.
* gnu/packages/patches/xpdf-constchar.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
2013-03-31 17:27:37 +02:00
Andreas Enge
141ccae8a7
gnu: lesstif: Make package usable by adding propagated input.
...
* gnu/packages/lesstif.scm (lesstif): Add propagated input printproto;
include/Xm/Print.h from lesstif includes X11/extensions/Print.h from
printproto.
2013-03-31 14:58:01 +02:00
Andreas Enge
0a92b5b30a
gnu: freetype: Make include file ft2build.h work without changing the CPATH
...
of dependent packages.
* gnu/packages/fontutils.scm (freetype): Add link include/freetype to
include/freetype2/freetype.
2013-03-31 14:50:10 +02:00
Andreas Enge
bd8c5d5b02
gnu: xorg: Add libxp and printproto, not included in X11R7.7.
...
* gnu/packages/xorg.scm (libxp, printproto): New variables.
2013-03-31 14:33:33 +02:00
Ludovic Courtès
3ee5a7d86a
gnu: perl-xml-parser: Fix URL.
...
* gnu/packages/xml.scm (perl-xml-parser): Fix URL.
2013-03-31 12:39:25 +02:00
Ludovic Courtès
9be8d7c8cb
gnu: Define `native-search-paths' for Automake, Guile, and Python.
...
* gnu/packages/autotools.scm (automake)[native-search-paths]: New field.
* gnu/packages/guile.scm (guile-1.8)[native-search-paths]: New field.
(guile-2.0)[native-search-paths]: New field.
* gnu/packages/python.scm (python)[native-search-paths]: New field.
2013-03-30 22:57:05 +01:00
Ludovic Courtès
a18eda2747
packages: Add `native-search-paths' field and honor it.
...
* guix/packages.scm (<search-path-specification>): New record type.
(search-path-specification->sexp): New procedure.
(<package>)[native-search-paths]: New field.
(package-derivation): Accumulate the search paths, and pass them
as #:search-paths toe BUILDER.
* guix/build-system/gnu.scm (gnu-build): Add #:search-paths. Compute
`implicit-search-paths'. Pass #:search-paths in BUILDER.
* guix/build-system/perl.scm (perl-build): Add #:search-paths, pass it
to BUILDER with the search paths of PERL.
* guix/build-system/cmake.scm (cmake-build): Add #:search-paths, pass it
to BUILDER.
* guix/build-system/trivial.scm (trivial-build): Add #:search-paths,
ignore it.
* guix/build/gnu-build-system.scm (set-paths): Add #:search-paths.
Remove explicit settings of CPATH, LIBRARY_PATH, and PKG_CONFIG_PATH.
Instead, walk SEARCH-PATHS and call `set-path-environment-variable'
for them.
* guix/build/perl-build-system.scm (perl-build): Remove PERL5LIB setting.
* tests/packages.scm ("search paths"): New test.
* gnu/packages/bootstrap.scm (%bootstrap-guile)[raw]: Add
#:search-paths.
(%bootstrap-gcc): Add `native-search-paths' field.
* gnu/packages/perl.scm (perl): Likewise.
* gnu/packages/pkg-config.scm (pkg-config): Likewise.
* gnu/packages/glib.scm (intltool): Remove `arguments'.
* gnu/packages/avahi.scm (avahi): Remove #:phases.
2013-03-30 22:57:03 +01:00
Andreas Enge
bc3073c8e3
gnu: xorg: Make font-adobe75dpi and font-adobe100dpi compile (not install).
...
* gnu/packages/xorg/scm (font-adobe75dpi, font-adobe100dpi): Add inputs
bdftopcf, font-util and mkfontdir.
2013-03-30 10:13:23 +01:00
Andreas Enge
84419dfd25
gnu: xorg: Add mtdev and make xf86-input-synaptics compile (not install).
...
* gnu/packages/xorg.scm (mtdev): New variable.
* gnu/packages/xorg.scm (xf86-input-synaptics): Add inputs libx11, libxi
and mtdev.
* gnu/packages/xorg.scm (libxi): Propagate input libxext.
2013-03-30 10:05:08 +01:00
Andreas Enge
7e2ec42b1a
gnu: xorg: Disable not compiling xf86-video-geode.
...
* gnu/packages/xorg.scm (xf86-video-geode): Comment out since not compiling
(assembler errors).
2013-03-30 09:42:11 +01:00
Andreas Enge
3a5d958570
gnu: xorg: Fix compilation of xorg-server.
...
* gnu/packages/xorg.scm (mesa): Propagate input libxxf86vm.
2013-03-30 09:19:24 +01:00
Andreas Enge
1f44111f83
gnu: xorg: Disable xf86-video-glide.
...
* gnu/packages/xorg.scm (xf86-video-glide): Comment variable; driver for
obsolete graphics cards, depends on libglide, last updated in 2003,
and which does not compile out of the box any more.
2013-03-30 09:00:25 +01:00
Andreas Enge
6706269ed4
gnu: xorg: Disable xf86-video-wsfb.
...
* gnu/packages/xorg.scm (xf86-video-wsfb): Comment variable, only relevant
for the frame buffer on BSD systems.
2013-03-30 08:54:53 +01:00
Andreas Enge
47038b76b2
gnu: xorg: Make xgamma compile.
...
* gnu/packages/xorg.scm (libxxf86vm): Propagate inputs libxext and
xf86vidmodeproto.
2013-03-30 08:50:39 +01:00
Andreas Enge
979bc0f49b
gnu: xorg: Make xvinfo compile.
...
* gnu/packages/xorg.scm (libxv): Propagate input videoproto.
2013-03-30 08:43:47 +01:00
Ludovic Courtès
4928e50033
Merge branch 'master' into core-updates
...
Conflicts:
Makefile.am
gnu/packages/base.scm
2013-03-29 21:44:31 +01:00
Andreas Enge
13f5ea6f46
gnu: Add lesstif.
...
* gnu/packages/lesstif.scm: New file.
* Makefile.am (MODULES): Add it.
2013-03-29 10:49:30 +01:00
Andreas Enge
917748dd6d
gnu: xorg: Make most xserver related packages compile.
...
* gnu/packages/xorg.scm (xf86-*): Add input xorg-server.
* gnu/packages/xorg.scm (xf86-video-glint, xf86-video-neomagic,
xf86-video-tga, xf86-video-trident, xf86-video-voodoo):
Add input xf86dgaproto.
* gnu/packages/xorg.scm (xf86-video-ati, xf86-video-mach64,
xf86-video-mga, xf86-video-r128, xf86-video-savage, xf86-video-tdfx):
Add inputs mesa and xf86driproto.
* gnu/packages/xorg.scm (xf86-video-i128): Add inputs libdrm and libx11.
* gnu/packages/xorg.scm (xf86-video-openchrome): Add inputs libx11, libxext,
libxvmc, mesa and xf86driproto.
* gnu/packages/xorg.scm (xf86-video-siliconmotion): Add inputs mesa,
xf86dgaproto and xf86driproto.
* gnu/packages/xorg.scm (xf86-video-vmware): Add inputs libx11 and libxext.
* gnu/packages/xorg.scm (libxvmc): Propagate input libxv.
* gnu/packages/xorg.scm (mesa): Propagate input glproto.
* gnu/packages/xorg.scm (xf86-video-geode): Correct source hash.
2013-03-28 23:54:58 +01:00
Ludovic Courtès
c415f14538
gnu: make-bootstrap: Import (gnu packages gcc).
...
* gnu/packages/make-bootstrap.scm: Import (gnu packages gcc).
2013-03-27 23:47:54 +01:00
Ludovic Courtès
5c126b645e
gnu: Add libelf.
...
* gnu/packages/gcc.scm (libelf): New variable.
2013-03-27 15:47:48 +01:00
Ludovic Courtès
832abc7687
gnu: Add ISL and CLooG.
...
* gnu/packages/gcc.scm (%gcc-infrastructure, isl, cloog): New variables.
2013-03-27 15:37:27 +01:00
Ludovic Courtès
e9c0b9446b
gnu: Move GCC to its own module.
...
* gnu/packages/base.scm (gcc-4.7): Move to...
* gnu/packages/gcc.scm: ... here. New file.
* Makefile.am (MODULES): Add it.
2013-03-27 15:13:25 +01:00
Ludovic Courtès
785db4d877
glib: Patch around prlimit(2) failure.
...
* gnu/packages/glib.scm (glib)[source]: Switch to mirror://gnome.
[inputs]: Add `patch/tests-prlimit'.
[arguments]: Add it.
* gnu/packages/patches/glib-tests-prlimit.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
2013-03-27 15:01:30 +01:00
Ludovic Courtès
7bf569186c
gnu: Add GNU cflow.
...
* gnu/packages/cflow.scm: New file.
* Makefile.am (MODULES): Add it.
2013-03-26 22:43:41 +01:00
Ludovic Courtès
47a9cb950a
gnu: Add GNU cppi.
...
* gnu/packages/cppi.scm: New file.
* Makefile.am (MODULES): Add it.
2013-03-26 22:32:18 +01:00
Cyril Roelandt
a25fe6d620
gnu: add dependencies to poppler.
...
Add libpng and zlib to the inputs.
2013-03-24 20:23:15 +01:00
Ludovic Courtès
128663e4c8
store: Really disable file name canonicalization for derivation inputs.
...
* guix/store.scm (write-contents)[call-with-binary-input-file]: Set
%FILE-PORT-NAME-CANONICALIZATION to #f.
* gnu/packages.scm (search-patch, search-bootstrap-binary): Leave
%FILE-PORT-NAME-CANONICALIZATION unchanged. This reverts 9776ebb
.
2013-03-22 23:15:34 +01:00
Andreas Enge
14a3a67364
gnu: Update mpfr to 3.1.2.
...
* gnu/packages/multiprecision.scm (mpfr): Update to 3.1.2.
2013-03-22 13:04:41 +01:00
Cyril Roelandt
b6a64843c6
gnu: Add cmake.
...
* gnu/packages/cmake.scm: New file.
* gnu/packages/patches/cmake-fix-tests.patch: New file.
* Makefile.am: Add them.
2013-03-21 19:53:29 +01:00
Ludovic Courtès
9776ebb2a5
gnu: Disable file name canonicalization in `search-*'.
...
* gnu/packages.scm (search-patch, search-bootstrap-binary): Make sure no
canonicalization occurs. This reduces the number of 'stat' system
calls.
2013-03-21 00:32:26 +01:00
Cyril Roelandt
712e6e684c
gnu: Add lua.
...
* gnu/packages/lua.scm: New file.
* Makefile.am: add it.
2013-03-19 23:27:04 +01:00
Ludovic Courtès
84a3e3b776
gnu: libgcrypt: Upgrade to 1.5.1.
...
* gnu/packages/gnupg.scm (libgcrypt): Upgrade to 1.5.1.
2013-03-19 17:54:00 +01:00
Andreas Enge
d539646af4
gnu: xorg: Enable xdriinfo.
...
* gnu/packages/xorg.scm (xdriinfo): Enable input mesa.
2013-03-17 19:02:56 +01:00
Andreas Enge
b04ac5a1e2
gnu: xorg: Arrange more inputs for x server related packages.
...
* gnu/packages/xorg.scm (xf86-input-evdev): Add input xorg-server.
* gnu/packages/xorg.scm (xorg-server): Propagate inputs and add normal and
propagated inputs.
2013-03-17 18:59:21 +01:00
Andreas Enge
c0589f7591
gnu: Add X.org as input to Texlive.
...
* gnu/packages/texlive.scm (texlive): Add x.org inputs.
2013-03-17 00:57:02 +01:00
Andreas Enge
71f4b81aa5
gnu: Add openconnect.
...
* gnu/packages/vpn.scm (openconnect): New variable.
2013-03-16 22:36:13 +01:00
Andreas Enge
5ee12e217c
gnu: xorg: Change download location for xcb related packages.
...
* gnu/packages/xorg.sm (libpthread-stubs, libxcb, xcb-proto): Replace broken
xorg mirrors by url of the xcb project.
2013-03-15 20:52:48 +01:00
Ludovic Courtès
847e7725e9
gnu: coreutils, sed: Update.
...
* gnu/packages/base.scm (sed): Update to 4.2.2.
(coreutils): Update to 8.21.
2013-03-15 18:38:47 +01:00
Ludovic Courtès
444c64b04e
gnu: binutils: Update to 2.23.1.
...
* gnu/packages/base.scm (binutils): Update to 2.23.1. Add
`--disable-werror'.
(binutils-boot0): Augment BINUTILS's configure flags.
2013-03-15 18:38:34 +01:00
Ludovic Courtès
3be9f724f5
gnu: emacs: Update to 24.3.
...
* gnu/packages/emacs.scm (emacs): Update to 24.3. Use the .xz tarball.
* gnu/packages/patches/emacs-configure-sh.patch: Adjust.
2013-03-14 17:47:26 +01:00
Ludovic Courtès
b5c56e628f
gnu: texinfo: Update to 5.1.
...
* gnu/packages/texinfo.scm (texinfo): Update to 5.1.
2013-03-14 17:32:25 +01:00
Andreas Enge
e45a608245
gnu: xorg: Add xeyes (for testing purposes).
...
* gnu/packages/xorg.scm (xeyes): New variable.
2013-03-10 13:42:40 +01:00
Andreas Enge
08dccdfd12
gnu: xorg: Make xorg-server compilable (tests still fail).
...
* gnu/packages/xorg.scm (mesa): Propagate inputs libdrm and libxdamage.
* gnu/packages/xorg.scm (xorg-server): Add input videoproto.
2013-03-10 13:31:03 +01:00
Andreas Enge
42ed9985b1
gnu: xorg: Make xkeyboard-config compile.
...
* gnu/packages/xorg.scm (xkeyboard-config): Add inputs gettext, intltool,
perl-xml-parser.
2013-03-10 13:00:57 +01:00
Andreas Enge
2b8c5f547a
gnu: Add intltool.
...
* gnu/packages/xml.scm (intltool): New variable.
* gnu/packages/xml.scm (perl-xml-parser): Fix download location.
2013-03-10 12:57:32 +01:00
Andreas Enge
68a3d0e8cd
gnu: xorg: Add old versions of mesa and libdrm.
...
* gnu/packages/xorg.scm (mesa): New variable, only version 8.0.5 compiles.
* gnu/packages/xorg.scm (libdrm-2.4.33): New variable, required by mesa 8.0.5.
2013-03-09 22:29:49 +01:00
Andreas Enge
6f52fb63ae
gnu: xorg: Propagate input.
...
* gnu/packages/xorg.scm (libxdamage): Propagate input damageproto.
2013-03-09 00:18:34 +01:00
Andreas Enge
11e3f10788
gnu: libxslt: Add zlib and libxml2 python module to inputs.
...
* gnu/packages/xml.scm (libxslt): Add input zlib and add libxml2 to PYTHONPATH.
2013-03-08 23:03:07 +01:00
Andreas Enge
322cbda7c5
gnu: libxml2: Add python support.
...
* gnu/packages/xml.scm (libxml2): Compile and install python module.
2013-03-08 22:47:01 +01:00
Ludovic Courtès
1fb78cb2c3
packages: Remove the default value for `license'.
...
* guix/packages.scm (<package>): Remove the default value for `license'.
* gnu/packages/bootstrap.scm (package-from-tarball,
%bootstrap-glibc, %bootstrap-gcc): Initialize `license'.
* tests/packages.scm (dummy-package): Likewise.
2013-03-07 00:42:18 +01:00
Andreas Enge
f8d3c99ba1
gnu: xorg: Add libdrm.
...
* gnu/packages/xorg.scm (libdrm): New variable.
2013-03-06 23:20:34 +01:00
Andreas Enge
5acf2910b8
gnu: xorg: Add pixman.
...
* gnu/packages/xorg.scm (pixman): New variable.
* gnu/packages/xorg.scm (xorg-server): Enable input pixman.
2013-03-06 22:40:03 +01:00
Andreas Enge
d92083ad99
gnu: xorg: Comment applewmproto and libapplewm, compile only on macos.
...
* gnu/packages/xorg.scm (applewmproto,libapplewm): Remove variables.
2013-03-06 22:24:08 +01:00
Andreas Enge
6eb126c5f2
gnu: xorg: Add inputs and propagated-inputs, propagate some inputs.
...
Rename two packages to avoid clashes between package names and versions.
* gnu/packages/xorg.scm (font-adobe-100dpi): Rename to font-adobe100dpi.
* gnu/packages/xorg.scm (font-adobe-75dpi): Rename to font-adobe75dpi.
* gnu/packages/xorg.scm: Add pkg-xonfig as input to several packages.
* gnu/packages/xorg.scm (encodings): Add input mkfontscale.
* gnu/packages/xorg.scm (libx11): Add inputs inputprotoi, xextproto, xtrans.
* gnu/packages/xorg.scm (libxpm): Add input gettext.
* gnu/packages/xorg.scm (libxxf86dga): Add inputs libx11, libxext, xf86dgaproto.
* gnu/packages/xorg.scm (libxxf86vm): Add inputs libx11i, libxext, xf86vidmodeproto.
* gnu/packages/xorg.scm (x11perf): Add inputs libx11i, libxfti, libxmu, libxrender.
* gnu/packages/xorg.scm (xcursor-themes): Add input xcursorgen.
* gnu/packages/xorg.scm (xdpyinfo): Add input inputproto.
* gnu/packages/xorg.scm (font-xfree86-type1): Add input mkfontdir.
* gnu/packages/xorg.scm (libx11): Add propagated inputs kbproto, libxcb.
* gnu/packages/xorg.scm (mkfontdir): Add propagated input mkfontscale.
* gnu/packages/xorg.scm (fixesproto): Propagate input xextproto.
* gnu/packages/xorg.scm (libice): Propagate input xproto.
* gnu/packages/xorg.scm (libxau): Propagate input xproto.
* gnu/packages/xorg.scm (libxaw): Propagate inputs libxext, libxmu, libxpm.
* gnu/packages/xorg.scm (libxcb): Propagate inputs libpthread-stubs, libxaui, libxdmcp.
* gnu/packages/xorg.scm (libxcursor): Propagate inputs libx11, libxfixes, libxrender, xproto.
* gnu/packages/xorg.scm (libxext): Propagate input xextproto.
* gnu/packages/xorg.scm (libxfixes): Propagate input fixesproto.
* gnu/packages/xorg.scm (libxfont): Propagate inputs fontsproto, freetype, libfontenc, xproto.
* gnu/packages/xorg.scm (libxinerama): Propagate input xineramaproto.
* gnu/packages/xorg.scm (libxrandr): Propagate inputs libxext, randrproto.
* gnu/packages/xorg.scm (libxrender): Propagate input renderproto.
* gnu/packages/xorg.scm (libxt): Propagate inputs libx11, libice, libsm.
* gnu/packages/xorg.scm (libxtst): Propagate input recordproto.
* gnu/packages/xorg.scm (xbacklight): Propagate inputs libx11, libxrandr.
* gnu/packages/xorg.scm (xkeyboard-config): Propagate inputs libx11, xkbcomp.
* gnu/packages/xorg.scm (xproto): Propagate input util-macros.
2013-03-06 22:08:52 +01:00
Nikita Karetnikov
563e8b3920
gnu: Add GNU Fdisk.
...
* gnu/packages/fdisk.scm: New file.
* Makefile.am (MODULES): Add it.
2013-03-06 20:58:48 +00:00
Nikita Karetnikov
bd5ecea637
gnu: Add w3m.
...
* gnu/packages/w3m.scm,
gnu/packages/patches/w3m-fix-compile.patch: New files.
* Makefile.am (MODULES): Add 'w3m.scm'.
(dist_patch_DATA): Add 'w3m-fix-compile.patch'.
2013-03-06 20:52:04 +00:00
Andreas Enge
48ebc134f4
gnu: xorg: Correct typo in download location.
...
* gnu/packages/xorg.scm (xf86-video-glide): Correct typo.
2013-03-06 14:38:42 +01:00
Andreas Enge
9d12d38f38
gnu: xorg: Uncomment dependencies on libxcb.
...
* gnu/packages/xorg.scm (xbacklight, xdpyinfo, xlsatoms, xlsclients,
xwininfo): Uncomment dependency on libxcb.
2013-03-06 13:28:01 +01:00
Andreas Enge
5223c82627
gnu: xorg: Add home-page, synopsis and description.
...
* gnu/packages/xorg.scm: Add home-page and (generic) synopsis and description.
2013-03-06 13:28:01 +01:00
Andreas Enge
0820a58b3c
gnu: xorg: Fix http mirror and uncomment xcb packages.
...
* guix/download.scm (%mirrors): Fix main http mirror address.
* gnu/packages/xorg.scm (libpthread-stubs, libxcb, xcb-proto): Uncomment
and add licenses.
2013-03-06 13:28:01 +01:00
Andreas Enge
dd85efda47
gnu: xorg: Downgrade package versions to those present in X11R7.7
...
* gnu/packages/xorg.scm (dri2proto, libxcb, libxrandr, randrproto,
xbacklight, xcb-proto, xorg-server):
Use the versions present in X11R7.7.
2013-03-06 13:28:01 +01:00
Andreas Enge
d385b8355d
gnu: xorg: Add licenses.
...
Comment out packages with non-free license, without license, or
not available on the ftp servers.
Remove package not present in the distribution.
* gnu/packages/xorg.scm (*): Add licenses.
* gnu/packages/xorg.scm (libxp): Remove variable of package that is not
present in the R7.7 distribution.
* gnu/packages/xorg.scm (libpthread, libxcb): Comment out variables, which
are referenced, but not present on the ftp servers.
* gnu/packages/xorg.scm (font-adobe-utopia-100dpi, font-adobe-utopia-75dpi,
font-adobe-utopia-type1, font-bh-100dpi, font-bh-75dpi,
font-bh-lucidatypewriter-100dpi, font-bh-lucidatypewriter-75dpi,
font-bh-type1, font-bitstream-100dpi, font-bitstream-75dpi,
font-daewoo-misc, font-ibm-type1, font-jis-misc, font-misc-meltho,
xf86-video-dummy):
Comment out variables, packages have non-free licenses.
* gnu/packages/xorg.scm (font-cursor-misc, xf86-video-v4l, xorg-docs):
Comment out variables, packages have no license.
2013-03-06 13:28:00 +01:00
Andreas Enge
b49317cac3
gnu: xorg: Add missing hashes.
...
* gnu/packages/xorg.scm: Add hashes to all packages.
2013-03-06 13:28:00 +01:00
Andreas Enge
88ee93f917
gnu: xorg: Transform propagated into normal inputs.
...
* gnu/packages/xorg.scm: Transform propagated into normal inputs;
allows to keep packages in alphabetical order.
2013-03-06 13:28:00 +01:00
Andreas Enge
5f1d0fb085
gnu: xorg: Add and remove packages to mirror X11R7.7/src/everything
...
* gnu/packages/xorg.scm: Remove packages not from
ftp://ftp.freedesktop.org/pub/xorg/X11R7.7/src/everything/ .
Add missing packages, for the time being with a 0 hash and
without dependencies.
Correct spelling (all lower case for package names).
2013-03-06 13:28:00 +01:00
Andreas Enge
9aea24b608
gnu: xorg: Initial import from nix.
...
* gnu/packages/xorg.scm: New module.
* Makefile.am: Add it.
2013-03-06 13:28:00 +01:00
Ludovic Courtès
c50cbfd61a
gnu: Add Avahi.
...
* gnu/packages/avahi.scm: New file.
* Makefile.am (MODULES): Add it.
2013-03-05 20:26:24 +01:00
Ludovic Courtès
ea7127b9b7
gnu: Update GnuTLS to 3.1.9.1.
...
* gnu/packages/gnutls.scm (gnutls): Update to 3.1.9.1.
2013-03-05 19:09:53 +01:00
Ludovic Courtès
71eb5c1067
gnu: Add intltool.
...
* guix/download.scm (%mirrors): Add `gnome' mirrors.
* gnu/packages/glib.scm (intltool): New variable.
2013-03-05 19:09:53 +01:00
Ludovic Courtès
7f614e49e8
gnu: glibc: Install locale data.
...
* gnu/packages/base.scm (glibc): Add `outputs' field. Pass
`--localedir' and set `libc_cv_localedir'. Add `install-locales'
phase.
2013-03-05 18:38:05 +01:00
Andreas Enge
938081b9ce
gnu: Add lsof.
...
* gnu/packages/lsof.scm: New file.
* Makefile.am (MODULES): Add it.
2013-03-05 00:14:44 +01:00
Ludovic Courtès
81eec00cb2
Merge branch 'master' into core-updates
...
Conflicts:
Makefile.am
guix/scripts/gc.scm
guix/scripts/package.scm
guix/ui.scm
tests/guix-package.sh
2013-03-04 23:27:24 +01:00
Ludovic Courtès
2a1e82bb5c
gnu: Add Perl XML::Parser.
...
* gnu/packages/xml.scm (perl-xml-parser): New variable.
2013-03-04 00:48:00 +01:00
Andreas Enge
49f24f41e3
gnu: Add vpnc.
...
* gnu/packages/vpn.scm: New file.
* Makefile.am (MODULES): Add it.
* gnu/packages/patches/vpnc-script.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
2013-03-03 14:12:57 +01:00
Ludovic Courtès
4cdbdd4439
gnu: Add libdaemon.
...
* gnu/packages/libdaemon.scm: New file.
* Makefile.am (MODULES): Add it.
2013-03-02 17:00:33 +01:00
Ludovic Courtès
431a35518f
gnu: global: Update to 6.2.8.
...
* gnu/packages/global.scm (global): Update to 6.2.8.
2013-03-01 18:34:33 +01:00
Ludovic Courtès
827d28914a
gnu: Add cross tool chain.
...
* gnu/packages/cross-base.scm: New file.
* gnu/packages/patches/gcc-cross-environment-variables.patch: New file.
* Makefile.am (MODULES): Add cross-base.scm.
(dist_patch_DATA): Add gcc-cross-environment-variables.patch.
* gnu/packages/base.scm (gcc-4.7): Use `LDFLAGS_FOR_TARGET' instead of
`LDFLAGS_FOR_BUILD', and use `-B' instead of `-L'.
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for
"mips64el-linux".
2013-02-27 20:55:42 +01:00
Ludovic Courtès
aaf4cb20ad
gnu: linux: Make `system->linux-architecture' public, and add ARM.
...
* gnu/packages/linux.scm (system->linux-architecture): Make public. Add
"arm".
2013-02-27 20:55:42 +01:00
Nikita Karetnikov
618cea694d
gnu: linux-libre-headers: Set 'ARCH' to 'mips'.
...
* gnu/packages/linux.scm (system->linux-architecture): New procedure.
(linux-libre-headers): Adjust accordingly.
2013-02-27 20:55:42 +01:00
Nikita Karetnikov
6ec8f7778f
gnu: gcc: Remove extraneous newline in 'LIB_SPEC'.
...
* gnu/packages/base.scm (gcc-4.7): Remove trailing newline when patching
'LIB_SPEC'.
2013-02-27 20:55:42 +01:00
Ludovic Courtès
3c81cdf19c
gnu: texinfo: Make Perl a propagated input.
...
* gnu/packages/texinfo.scm (texinfo): Make PERL a propagated input.
2013-02-27 20:55:41 +01:00
Mark H Weaver
ba4bcae035
gnu: guile-reader: Rename packages to avoid version number confusion.
...
* gnu/packages/guile.scm (guile-reader): Change the character preceding the
guile version number from '-' to '_' so that it will not be misinterpreted
as the package version number.
2013-02-27 20:55:40 +01:00
Ludovic Courtès
ed407c8055
gnu: texinfo: Update to 5.0.
...
* gnu/packages/texinfo.scm (texinfo): Update to 5.0.
2013-02-27 20:55:40 +01:00
Ludovic Courtès
d2474c2620
Add (gnu system vm).
...
* gnu/system/vm.scm: New file.
* Makefile.am (MODULES): Add it.
2013-02-27 20:55:40 +01:00
Ludovic Courtès
3855e242a2
gnu: Add support for Guile in Linux initrd.
...
* gnu/packages/linux-initrd.scm: New file.
2013-02-27 20:55:40 +01:00
Ludovic Courtès
106ca9d0c1
gnu: qemu-kvm: Add patch to have multiple SMB shares.
...
* gnu/packages/qemu.scm (qemu-kvm/smb-shares): New variable.
* gnu/packages/patches/qemu-multiple-smb-shares.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
2013-02-27 20:55:40 +01:00
Ludovic Courtès
99d90fc102
gnu: guile-static: Change `name' field.
...
* gnu/packages/make-bootstrap.scm (%guile-static): Add `name' field with
`-static' suffix.
2013-02-27 20:55:39 +01:00
Ludovic Courtès
9322c6822f
gnu: guile-static: Add bindings for `reboot'.
...
* gnu/packages/patches/guile-linux-syscalls.patch: Add `scm_reboot'.
2013-02-27 20:55:39 +01:00
Ludovic Courtès
e7d2c60809
gnu: qemu: Add dependency on Samba.
...
* gnu/packages/qemu.scm (qemu-kvm): Add dependency on Samba; pass
`--smbd' to ./configure.
2013-02-27 20:55:39 +01:00
Ludovic Courtès
b7e9ee3327
gnu: samba: Augment the RUNPATH of executables to point to $out/lib.
...
* gnu/packages/samba.scm (samba): Add `add-lib-to-runpath' phase, and
PatchELF as an input.
2013-02-27 20:55:39 +01:00
Nikita Karetnikov
52e6e2461f
gnu: Add GNU Parted.
...
* gnu/packages/parted.scm: New file.
* Makefile.am (MODULES): Add it.
2013-02-27 20:55:39 +01:00
Ludovic Courtès
e70a28b87e
gnu: guile-static: Add bindings for low-level Linux syscalls.
...
* gnu/packages/make-bootstrap.scm (%guile-static): Add
`guile-linux-syscalls.patch' as an input, and use it.
* gnu/packages/patches/guile-linux-syscalls.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
2013-02-27 20:55:39 +01:00
Ludovic Courtès
2e48455d27
gnu: linux-libre: Choose a config without debugging features.
...
* gnu/packages/linux.scm (linux-libre): Choose "defconfig" instead of
"allmodconfig" since the latter enables all debugging features. Add
`CONFIG_CIFS=m'.
2013-02-27 20:55:39 +01:00
Cyril Roelandt
f9c3648329
gnu: Add vim.
...
* gnu/packages/vim.scm: New file.
* Makefile.am (MODULES): Add it.
2013-02-27 20:55:39 +01:00
Mark H Weaver
854d627779
Build newest versions unless specified, and implement upgrades.
...
* gnu/packages.scm (find-newest-available-packages):
New exported procedure.
* guix-build.in (newest-available-packages, find-best-packages-by-name):
New procedures.
(find-package): Use find-best-packages-by-name, to guarantee that
if a version number is not specified, only the newest versions will
be considered.
* guix-package.in (%options): Add --upgrade/-u option.
(newest-available-packages, find-best-packages-by-name, upgradeable?):
New procedures.
(find-package): Use find-best-packages-by-name, to guarantee that
if a version number is not specified, only the newest versions will
be considered.
(process-actions): Implement upgrade option.
* doc/guix.texi (Invoking guix-package): In the description of --install,
mention that if no version number is specified, the newest available
version will be selected.
2013-02-27 20:55:39 +01:00
Mark H Weaver
9ede36f0ed
Inhibit duplicates in fold-packages.
...
* gnu/packages.scm (fold2): New procedure.
(fold-packages): Rework to suppress duplicates.
2013-02-27 20:55:38 +01:00
Ludovic Courtès
ddff766e38
gnu: guile-static: Use libgc build with `USE_LIBC_PRIVATES'.
...
* gnu/packages/make-bootstrap.scm (%guile-static): Use libgc build with
CPPFLAGS=-DUSE_LIBC_PRIVATES.
* gnu/packages/bdw-gc.scm (libgc): Add TODO to always do it.
2013-02-27 20:55:38 +01:00
Ludovic Courtès
ab744c1af5
gnu: Add missing patch for mcron.
...
* gnu/packages/patches/mcron-install.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
2013-02-27 20:55:38 +01:00
Nikita Karetnikov
922f11ad22
gnu: Add GNU Wdiff.
...
* gnu/packages/wdiff.scm: New file.
* Makefile.am (MODULES): Add it.
2013-02-27 20:55:38 +01:00
Andreas Enge
76978d4062
gnu: Add signing-party.
...
* gnu/packages/gnupg.scm (signing-party): New variable.
2013-02-27 20:55:38 +01:00
Andreas Enge
b6f5801e1c
gnu: wget: Drop manual handling of /usr/bin/env.
...
* gnu/packages/wget.scm (wget): Drop patch-/usr/bin/env phase.
2013-02-24 18:07:50 +01:00
Andreas Enge
b5c18c78c2
gnu: curl: Let patch-shebang handle /usr/bin/env.
...
* gnu/packages/curl.scm (curl): Drop manual rewriting of #!/usr/bin/env.
2013-02-24 17:54:51 +01:00
Andreas Enge
c3f9761771
gnu: openldap: Disable tests, they fail too randomly probably due to
...
timeouts in the server.
* gnu/packages/openldap.scm (openldap): Drop all tests.
2013-02-24 16:41:27 +01:00
Andreas Enge
abc00dc492
gnu: screen: Use GNU mirror.
...
* gnu/packages/screen.scm (screen): Use GNU mirror.
2013-02-23 18:39:49 +01:00
Andreas Enge
c9b940cd03
gnu: Update libpng to 1.5.14.
...
* gnu/packages/libpng.scm (libpng): Switch to version 1.5.14.
2013-02-23 16:32:41 +01:00
Ludovic Courtès
f6d7be1e47
gnu: texinfo: Make Perl a propagated input.
...
* gnu/packages/texinfo.scm (texinfo): Make PERL a propagated input.
2013-02-20 21:06:57 +01:00
Mark H Weaver
fd80c705b1
gnu: guile-reader: Rename packages to avoid version number confusion.
...
* gnu/packages/guile.scm (guile-reader): Change the character preceding the
guile version number from '-' to '_' so that it will not be misinterpreted
as the package version number.
2013-02-17 13:25:06 -05:00
Ludovic Courtès
a24b75d8e1
gnu: texinfo: Update to 5.0.
...
* gnu/packages/texinfo.scm (texinfo): Update to 5.0.
2013-02-17 15:03:06 +01:00
Ludovic Courtès
040860152e
Add (gnu system vm).
...
* gnu/system/vm.scm: New file.
* Makefile.am (MODULES): Add it.
2013-02-16 03:28:26 +01:00
Ludovic Courtès
f09d925b16
gnu: Add support for Guile in Linux initrd.
...
* gnu/packages/linux-initrd.scm: New file.
2013-02-16 03:25:59 +01:00
Ludovic Courtès
161ed5476d
gnu: qemu-kvm: Add patch to have multiple SMB shares.
...
* gnu/packages/qemu.scm (qemu-kvm/smb-shares): New variable.
* gnu/packages/patches/qemu-multiple-smb-shares.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
2013-02-16 02:09:10 +01:00
Ludovic Courtès
0228826262
gnu: guile-static: Change `name' field.
...
* gnu/packages/make-bootstrap.scm (%guile-static): Add `name' field with
`-static' suffix.
2013-02-16 00:30:25 +01:00
Ludovic Courtès
3643957260
gnu: guile-static: Add bindings for `reboot'.
...
* gnu/packages/patches/guile-linux-syscalls.patch: Add `scm_reboot'.
2013-02-16 00:29:43 +01:00
Ludovic Courtès
ffb1ee524d
gnu: qemu: Add dependency on Samba.
...
* gnu/packages/qemu.scm (qemu-kvm): Add dependency on Samba; pass
`--smbd' to ./configure.
2013-02-15 22:36:05 +01:00
Ludovic Courtès
3665b4dc60
gnu: samba: Augment the RUNPATH of executables to point to $out/lib.
...
* gnu/packages/samba.scm (samba): Add `add-lib-to-runpath' phase, and
PatchELF as an input.
2013-02-15 22:04:51 +01:00
Nikita Karetnikov
e04f30e023
gnu: Add GNU Parted.
...
* gnu/packages/parted.scm: New file.
* Makefile.am (MODULES): Add it.
2013-02-15 15:30:20 +01:00
Ludovic Courtès
6956067b04
gnu: guile-static: Add bindings for low-level Linux syscalls.
...
* gnu/packages/make-bootstrap.scm (%guile-static): Add
`guile-linux-syscalls.patch' as an input, and use it.
* gnu/packages/patches/guile-linux-syscalls.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
2013-02-15 00:52:54 +01:00
Ludovic Courtès
1dee732b81
gnu: linux-libre: Choose a config without debugging features.
...
* gnu/packages/linux.scm (linux-libre): Choose "defconfig" instead of
"allmodconfig" since the latter enables all debugging features. Add
`CONFIG_CIFS=m'.
2013-02-15 00:52:54 +01:00
Cyril Roelandt
eb4908581c
gnu: Add vim.
...
* gnu/packages/vim.scm: New file.
* Makefile.am (MODULES): Add it.
2013-02-14 11:26:04 +01:00
Mark H Weaver
dc5669cd65
Build newest versions unless specified, and implement upgrades.
...
* gnu/packages.scm (find-newest-available-packages):
New exported procedure.
* guix-build.in (newest-available-packages, find-best-packages-by-name):
New procedures.
(find-package): Use find-best-packages-by-name, to guarantee that
if a version number is not specified, only the newest versions will
be considered.
* guix-package.in (%options): Add --upgrade/-u option.
(newest-available-packages, find-best-packages-by-name, upgradeable?):
New procedures.
(find-package): Use find-best-packages-by-name, to guarantee that
if a version number is not specified, only the newest versions will
be considered.
(process-actions): Implement upgrade option.
* doc/guix.texi (Invoking guix-package): In the description of --install,
mention that if no version number is specified, the newest available
version will be selected.
2013-02-13 22:05:19 -05:00
Mark H Weaver
c2868b1e0c
Inhibit duplicates in fold-packages.
...
* gnu/packages.scm (fold2): New procedure.
(fold-packages): Rework to suppress duplicates.
2013-02-13 20:56:52 -05:00
Ludovic Courtès
e3b2cf4c7a
gnu: guile-static: Use libgc build with `USE_LIBC_PRIVATES'.
...
* gnu/packages/make-bootstrap.scm (%guile-static): Use libgc build with
CPPFLAGS=-DUSE_LIBC_PRIVATES.
* gnu/packages/bdw-gc.scm (libgc): Add TODO to always do it.
2013-02-14 01:12:24 +01:00
Ludovic Courtès
250b0404d7
gnu: Add missing patch for mcron.
...
* gnu/packages/patches/mcron-install.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
2013-02-14 01:12:24 +01:00
Nikita Karetnikov
8c3c896dbe
gnu: Add GNU Wdiff.
...
* gnu/packages/wdiff.scm: New file.
* Makefile.am (MODULES): Add it.
2013-02-13 02:18:46 +00:00
Andreas Enge
96be765ca5
gnu: Add signing-party.
...
* gnu/packages/gnupg.scm (signing-party): New variable.
2013-02-13 00:43:30 +01:00
Andreas Enge
93a6f5520c
gnu: gmp: Update to version 5.1.1.
...
* gnu/packages/multiprecision.scm (gmp): Update to version 5.1.1.
2013-02-12 22:06:47 +01:00
Ludovic Courtès
a40f1543c0
gnu: Add Samba and iniparser.
...
* gnu/packages/samba.scm: New file.
* Makefile.am (MODULES): Add it.
2013-02-12 19:36:14 +01:00
Ludovic Courtès
0e7aac44da
gnu: bigloo: Install Emacs modes.
...
* gnu/packages/scheme.scm (bigloo): Add `install-emacs-modes' phase.
2013-02-12 19:36:14 +01:00
Andreas Enge
01e11826bc
gnu: gnupg: Add optional inputs curl and openldap.
...
* gnu/packages/gnupg.scm (gnupg): Add inputs.
2013-02-12 15:15:18 +01:00
Andreas Enge
30e9cbb44e
gnu: gnupg: Patch out /bin/sh in generated file.
...
* gnu/packages/gnupg.scm (gnupg): Modify configure phase.
2013-02-12 13:47:50 +01:00
Andreas Enge
a86177d61c
gnu: Rename module 'freetype' to the more general 'fontutils'.
...
* gnu/packages/freetype.scm: Rename file to...
* gnu/packages/fontutils.scm: ...this.
* Makefile.am (MODULES): Rename module.
* gnu/packages/{ghostscript,grub,pdf,texlive}.scm: Rename dependency.
2013-02-12 13:19:26 +01:00
Ludovic Courtès
df77a46273
gnu: Add popt.
...
* gnu/packages/popt.scm (popt): New file.
* Makefile.am (MODULES): Add it.
2013-02-12 00:14:32 +01:00
Ludovic Courtès
beacfcabe7
gnu: Add Linux-Libre.
...
* gnu/packages/linux.scm (linux-libre): New variable.
2013-02-12 00:14:32 +01:00
Ludovic Courtès
57f662ad30
gnu: Add libunwind.
...
* gnu/packages/libunwind.scm: New file.
* Makefile.am (MODULES): Add it.
2013-02-12 00:14:32 +01:00
Ludovic Courtès
b4fcb735d5
gnu: Add Linux module-init-tools.
...
* gnu/packages/linux.scm (module-init-tools): New variable.
2013-02-12 00:14:32 +01:00
Andreas Enge
ea4d96c6a5
gnu: Add pius.
...
* gnu/packages/gnupg.scm (pius): New variable.
2013-02-11 23:55:18 +01:00