summaryrefslogtreecommitdiff
path: root/gnu-system.am
Commit message (Collapse)AuthorAge
...
| * gnu: Add autogen packageEric Bavier2013-10-16
| | | | | | | | | | | | | | * gnu/package/autogen.scm: New file * gnu-system.am: Add it Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: kde: Add module and automoc4 package.Andreas Enge2013-10-13
| | | | | | | | | | * gnu/packages/kde.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| * gnu: qt: Add patch to distribution.Andreas Enge2013-10-12
| | | | | | | | * gnu-system.am (dist_patch_DATA): Add qt patch.
| * gnu: Add GNU acct.Nikita Karetnikov2013-10-11
| | | | | | | | | | * gnu/packages/acct.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* | gnu: make: Update to 4.0, with Guile support.Ludovic Courtès2013-10-16
| | | | | | | | | | | | | | | | | | | | * gnu/packages/base.scm (gnu-make): Update to 4.0. Add Guile as an input. (gnu-make-boot0): Patch 'build.sh' so it does not attempt to build 'guile.c'. (gnu-make-final): New variable. (%final-inputs): Use it. (glibc): Add 'glibc-make-4.0.patch'. * gnu/packages/patches/glibc-make-4.0.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
* | gnu: tar: Update to 1.17.Ludovic Courtès2013-10-10
|/ | | | | | | * gnu/packages/base.scm (tar): Update to 1.17. Remove 'arguments' and 'inputs'. * gnu/packages/patches/tar-gets-undeclared.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove 'tar-gets-undeclared.patch'.
* gnu: Add freeglut, glu, and FTGL.Joshua S. Grant2013-10-05
| | | | | | | * gnu/packages/gl.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add PulseAudio and related libraries.Ludovic Courtès2013-10-04
| | | | | * gnu/packages/pulseaudio.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add libxkbcommon.Andreas Enge2013-10-04
| | | | | * gnu/packages/qt.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add libcanberra.Andreas Enge2013-10-02
| | | | | * gnu/packages/libcanberra.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* Add httpdAljosha Papsch2013-09-29
| | | | | | | * gnu/packages/web.scm (httpd): New variable * gnu-system.am (GNU_SYSTEM_MODULES): Add it Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add SWIG.Ludovic Courtès2013-09-29
| | | | | * gnu/packages/swig.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add Skribilo.Ludovic Courtès2013-09-28
| | | | | * gnu/packages/skribilo.scm (skribilo): New variable. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: m4: Upgrade to 1.4.17.Ludovic Courtès2013-09-25
| | | | | | | * gnu/packages/m4.scm (m4): Upgrade to 1.4.17. Remove 'm4-s_isdir.patch' and 'm4-gets-undeclared.patch'. * gnu/packages/patches/m4-s_isdir.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly.
* Merge branch 'master' into core-updatesLudovic Courtès2013-09-23
|\
| * gnu: Rename module mailutils to mail.Andreas Enge2013-09-22
| | | | | | | | | | * gnu/packages/mail.scm: Rename from gnu/packages/mailutils.scm. * gnu-system.am: Rename the module.
| * gnu: Add gnome-doc-utils.Andreas Enge2013-09-22
| | | | | | | | | | * gnu/packages/gnome.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add module.
| * gnu: Add gstreamer.Andreas Enge2013-09-22
| | | | | | | | | | * gnu/packages/gstreamer.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add module.
| * gnu: QEMU images boots into dmd.Ludovic Courtès2013-09-21
| | | | | | | | | | | | | | | | | | * gnu/system/dmd.scm: New file. * gnu/system/vm.scm (system-qemu-image): Define dmd services. [populate]: Make var/log and etc/group. [boot]: Execute dmd directly. Add dmd and etc-group as inputs; add the inputs of dmd services. * gnu-system.am (GNU_SYSTEM_MODULES): Add gnu/system/dmd.scm.
| * gnu: gnutls: Upgrade to 3.2.4.Ludovic Courtès2013-09-13
| | | | | | | | | | | | | | * gnu/packages/gnutls.scm (gnutls): Update to 3.2.4; remove 'arguments' field, remove "patch/fix-tests" from the inputs. * gnu/packages/patches/gnutls-fix-tests-on-32-bits-system.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly.
| * gnu: avahi, dbus: Use /var as $localstatedir.Ludovic Courtès2013-09-11
| | | | | | | | | | | | | | | | | | | | * gnu/packages/avahi.scm (avahi): Pass '--localstatedir'; add 'patch/localstatedir'. * gnu/packages/glib.scm (dbus): Pass '--localstatedir' and '--with-session-socket-dir'; add 'patch/localstatedir'. * gnu/packages/patches/avahi-localstatedir.patch, gnu/packages/patches/dbus-localstatedir.patch: New files. * gnu-system.am (dist_patch_DATA): Add them.
| * gnu: Move helper code to (gnu system …) modules.Ludovic Courtès2013-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/grub.scm (<menu-entry>, grub-configuration-file): Move to... * gnu/system/grub.scm: ... here. New file. * gnu/packages/linux.scm (<pam-service>, <pam-entry>, pam-service->configuration, pam-service->directory, %pam-other-services, unix-pam-service): Move to... * gnu/system/linux.scm: ... here. New file. * gnu/system/vm.scm (passwd-file): Move to... * gnu/system/shadow.scm: ... here. New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add gnu/system/{grub,linux,shadow}.scm.
* | gnu: glibc: Fix 'ldd' on x86_64.Ludovic Courtès2013-09-15
|/ | | | | | | | | Reported by Cyril Roelandt at <https://lists.gnu.org/archive/html/guix-devel/2013-09/msg00136.html>. * gnu/packages/patches/glibc-ldd-x86_64.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/base.scm (glibc): Use it.
* gnu: Add yasm.Andreas Enge2013-08-31
| | | | | * gnu/packages/yasm.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add module.
* gnu: hop: Allow compilation with Bigloo 4.0b.Ludovic Courtès2013-08-30
| | | | | | | | | Fixes <http://bugs.gnu.org/15194>. Reported by Mark H Weaver <mhw@netris.org>. * gnu/packages/patches/hop-bigloo-4.0b.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/scheme.scm (hop): Use it.
* gnu: Add Guix.Ludovic Courtès2013-08-24
| | | | | * gnu/packages/package-management.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add units.Andreas Enge2013-08-24
| | | | | * gnu/packages/maths.scm: New module. * gnu-system.am (GNU_SYSTEM_MODULES): Add module.
* gnu: Add libextractor.Andreas Enge2013-08-24
| | | | | | * gnu/packages/gnunet.scm: New module. * gnu-system.am (GNU_SYSTEM_MODULES): Add module. * THANKS: Thank Christian Grothoff for help with debugging.
* gnu: Add gkrellm.Andreas Enge2013-08-24
| | | | | * gnu/packages/gkrellm.scm: New module. * gnu/packages/gnu-system.am (GNU_SYSTEM_MODULES): Add module.
* gnu: Add Valgrind.Ludovic Courtès2013-08-24
| | | | | | | * gnu/packages/valgrind.scm, gnu/packages/patches/valgrind-glibc.patch: New files. * gnu-system.am (GNU_SYSTEM_MODULES): Add valgrind.scm. (dist_patch_DATA): Add valgrind-glibc.patch.
* gnu: Add GNU lightning.Ludovic Courtès2013-08-24
| | | | | * gnu/packages/lightning.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Move non-X11 fonts from module xorg to fonts.Andreas Enge2013-08-20
| | | | | | | | | * gnu/packages/fonts.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add module fonts. * gnu/packages/xorg.scm (font-bitstream-vera-ttf): Move this... * gnu/packages/fonts.scm (ttf-bitstream-vera): ...to this. * gnu/packages/xorg.scm (freefont-ttf): Move this... * gnu/packages/fonts.scm (freefont-ttf): ...to this.
* gnu: Add exiv2 and Geeqie.Ludovic Courtès2013-08-20
| | | | | * gnu/packages/geeqie.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add GNU Ocrad.Ludovic Courtès2013-08-19
| | | | | * gnu/packages/ocrad.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* 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: 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: plotutils: Allow compilation with newer libpng.Ludovic Courtès2013-07-12
| | | | | | | * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/patches/plotutils-libpng-jmpbuf.patch: New file. * gnu/packages/plotutils.scm (plotutils): Add `plotutils-libpng-jmpbuf.patch' as an input, and apply it.
* Merge branch 'core-updates'Ludovic Courtès2013-07-09
|\
| * gnu: gettext: Upgrade to 0.18.3.Ludovic Courtès2013-07-08
| | | | | | | | | | | | * gnu/packages/gettext.scm (gettext): Upgrade to 0.18.3. Remove patch. Change `patch-tests' phase to use (which "sh'); keep it regardless of whether we're cross compiling.
* | gnu: Add noweb.Ludovic Courtès2013-07-03
| | | | | | | | | | * gnu/packages/noweb.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* | gnu: Add GNU Rush.Ludovic Courtès2013-06-29
| | | | | | | | | | * gnu/packages/rush.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* | gnutls: fix the test-suite for 32 bits systems.Cyril Roelandt2013-06-28
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/gnutls-fix-tests-on-32-bits-system.patch: New file. * gnu-system.am: Add it here... * gnu/packages/gnutls.scm (gnutls): ... and use it here. Thanks to Nikos Mavrogiannopoulos for providing this patch: http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/6778
* | gnu: lsh: Upgrade to 2.1.Ludovic Courtès2013-06-27
|/ | | | | | | | | * gnu/packages/lsh.scm (lsh): Upgrade to 2.1. Add Nettle as an input. Remove now unneeded patches. * gnu/packages/patches/lsh-guile-compat.patch, gnu/packages/patches/lsh-no-root-login.patch, gnu/packages/patches/lsh-pam-service-name.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove them.
* build: Split Makefile.am into two parts.Ludovic Courtès2013-06-19
* Makefile.am (MODULES): Move gnu/* to gnu-system.am. (patchdir, dist_patch_DATA, bootstrapdir, bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir, dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA, nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA, install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE, gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz, gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to... * gnu-system.am: ... here. New file.