aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2015-10-07gnu: python: Add "minimal" variants.Ludovic Courtès
* gnu/packages/python.scm (python2-minimal, python-minimal): New variables. (wrap-python3): New procedure. (python-wrapper): Use it. (python-minimal-wrapper): New variable. * gnu/packages/xml.scm (libxslt)[native-inputs]: Use PYTHON-MINIMAL-WRAPPER instead of PYTHON-WRAPPER. * gnu/packages/xorg.scm (xcb-proto, libxcb, xorg-server): Likewise.
2015-10-07gnu: camlp4: Remove extra input.Efraim Flashner
* gnu/packages/ocaml.scm (camlp4)[inputs]: Removed duplicate "ocaml" entry from native-inputs.
2015-10-07gnu: gprolog: Remove armhf from supported architectures.Efraim Flashner
* gnu/packages/gprolog.scm (gprolog)[supported-systems]: Remove armhf-linux from the list of supported systems.
2015-10-07gnu: mosh: Update to 1.2.5.Efraim Flashner
* gnu/packages/ssh.scm (mosh): Update to 1.2.5.
2015-10-07gnu: python-wrapper: Improve synopsis and description.Ludovic Courtès
* gnu/packages/python.scm (python-wrapper): Add 'synopsis' field; provide literal 'description' value.
2015-10-07gnu: python: Do not retain references to build tools.Ludovic Courtès
* gnu/packages/python.scm (python-2)[arguments]: Add 'do-not-record-configure-flags' and 'do-not-record-configure-flags-in-makefile' phases.
2015-10-07gnu: enlightenment: Update to 0.19.12.Efraim Flashner
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.19.12.
2015-10-07gnu: Add r-htmlwidgets.Ricardo Wurmus
* gnu/packages/web.scm (r-htmlwidgets): New variable.
2015-10-07gnu: Add r-htmltools.Ricardo Wurmus
* gnu/packages/web.scm (r-htmltools): New variable.
2015-10-07gnu: ibus-libpinyin: Add GTK+ and Glib inputs.Ricardo Wurmus
* gnu/packages/ibus.scm (ibus-libpinyin)[inputs]: Add gtk+. [native-inputs]: Add glib:bin.
2015-10-06gnu: imagemagick: Hard-code delegate paths.Eric Bavier
If --with-frozenpaths is given, then configure will retain absolute paths discovered for delegate programs, otherwise they are discarded. * gnu/packages/imagemagick.scm (imagemagick)[arguments]: Add '--with-frozenpaths' to #:configure-flags.
2015-10-06gnu: elementary: Update to 1.15.2.Efraim Flashner
* gnu/packages/enlightenment.scm (elementary): Update to 1.15.2.
2015-10-06gnu: efl: Update to 1.15.2.Efraim Flashner
* gnu/packages/enlightenment.scm (efl): Update to 1.15.2.
2015-10-06gnu: libbluray: Remove java as native-input.Efraim Flashner
* gnu/packages/video.scm (libbluray)[inputs]: Remove "ant" and "icedtea" as native-inputs. [arguments]: Remove environmental variable "JAVA_HOME". Add configure flag to disable java.
2015-10-06gnu: gmp: Skip unreliable test.Ludovic Courtès
* gnu/packages/patches/gmp-faulty-test.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/multiprecision.scm (gmp)[source]: Use it.
2015-10-06gnu: gawk: Remove unneeded 'install-locale' phase.Ludovic Courtès
* gnu/packages/gawk.scm (gawk)[arguments]: Remove now unneeded 'install-locale' phase.
2015-10-06gnu: libdvdcss: Update to 1.3.99.Efraim Flashner
* gnu/packages/video.scm (libdvdcss): Update to 1.3.99.
2015-10-06gnu: libbluray: Upgrade to 0.9.1.Efraim Flashner
* gnu/packages/video.scm (libbluray): Upgrade to 0.9.1. [inputs]: Add "ant" and "icedtea7" to native-inputs. [arguments]: Set environment variable "JAVA_HOME".
2015-10-05gnu: glibc: Look for locale data in versioned sub-directories.Ludovic Courtès
Suggested by Mark H Weaver <mhw@netris.org>. * gnu/packages/patches/glibc-versioned-locpath.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/base.scm (glibc)[source]: Use it. [arguments]: Add explicit version sub-directory to libc_cv_localedir. [native-search-paths]: Use 'GUIX_LOCPATH' instead of 'LOCPATH'. (glibc-locales, glibc-utf8-locales): Write to a VERSION sub-directory.
2015-10-05Revert "gnu: glibc: Honor 'GUIX_LOCPATH'."Ludovic Courtès
This reverts commits fbb909ac7e947ebc8aea2c2efca7df3a78dfc3c4 and 2ebe938c2f943232955df889a72a6280c412a649.
2015-10-05gnu: wine: Update to 1.7.52, add more inputs.宋文武
* gnu/packages/wine.scm (wine): Update to 1.7.52. [inputs]: Add cups, glu and openal.
2015-10-05gnu: feh: Update to 2.14.宋文武
* gnu/packages/feh.scm (feh): Update to 2.14.
2015-10-04gnu: calibre: Update to 2.40.0.Andreas Enge
* gnu/packages/ebook.scm (calibre): Update to 2.40.0.
2015-10-04gnu: qt: Remove bundled copy of sqlite.Andreas Enge
* gnu/packages/qt.scm (qt)[source]: Add snippet to remove the bundled copy of sqlite. Partially fixes <http://bugs.gnu.org/21288>.
2015-10-04gnu: qt: Compile with system harfbuzz.Andreas Enge
* gnu/packages/qt.scm (qt)[source]: Add a snippet to remove one of the two bundled copies of harfbuzz. [arguments]: Pass a configure flag to use harfbuzz from the system. Partially fixes <http://bugs.gnu.org/21288>.
2015-10-04gnu: qt: Remove the sources of qtwebengine.Andreas Enge
* gnu/packages/qt.scm (qt)[source]: Add snippet to remove the qtwebengine code, which was already not built anymore, and drop one patch used previously only for qtwebengine. [arguments]: Drop the configuration flag "-skip qtwebengine", since deleted modules cannot be skipped. * gnu/packages/patches/qt5-runpath.patch: Delete file. * gnu-system.am (dist_patch_DATA): Unregister patch. Partially fixes <http://bugs.gnu.org/21288>.
2015-10-04gnu: Add autobuild.Mathieu Lirzin
* gnu/packages/autotools.scm (autobuild): New variable.
2015-10-04gnu: linux-libre: Update to 4.2.3.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.2.3.
2015-10-04gnu: rtorrent: Update to 0.9.6.Alex Kost
* gnu/packages/bittorrent.scm (rtorrent): Update to 0.9.6. [source]: Use new URL.
2015-10-04gnu: libtorrent: Update to 0.13.6.Alex Kost
* gnu/packages/bittorrent.scm (libtorrent): Update to 0.13.6. [source]: Use new URL. [native-inputs]: Uncomment "cppunit" (for tests). [argument]: Remove (to enable tests).
2015-10-04gnu: libtorrent, rtorrent: Update home pages.Alex Kost
* gnu/packages/bittorrent.scm (libtorrent): Update 'home-page'. (rtorrent): Likewise.
2015-10-04gnu: lirc: Update to 0.9.3.Alex Kost
* gnu/packages/lirc.scm (lirc): Update to 0.9.3. [native-inputs]: Add "libxslt".
2015-10-04gnu: qt-4: Disable webkit build.Andreas Enge
* gnu/packages/qt.scm (qt-4)[source]: Add snippet to remove the webkit code and drop one patch used previously for webkit. [arguments]: Add configure flag to disable building the webkit module. * gnu/packages/patches/qt4-tests.patch: Delete file. * gnu-system.am (dist_patch_DATA): Unregister patch. Partially fixes <http://bugs.gnu.org/21288>.
2015-10-04Use "normalized codesets" everywhere.Ludovic Courtès
In other words, change "xx_YY.UTF-8" to "xx_YY.utf8". * guix/profiles.scm (ca-certificate-bundle): Use "en_US.utf8" instead of "en_US.UTF-8". * guix/packages.scm (patch-and-repack): Likewise. * guix/build/gnu-build-system.scm (install-locale): Likewise. * guix/build-system/gnu.scm (gnu-build, gnu-cross-build): Likewise. * gnu/packages/python.scm (python-ipython): Likewise. * gnu/packages/gawk.scm (gawk): Likewise. * build-aux/hydra/demo-os.scm: Likewise. * gnu/packages/guile.scm (guile-ncurses)[arguments]: Remove 'change-locale' phase.
2015-10-04gnu: glibc-utf8-locales: Use the normalized codeset.Ludovic Courtès
* gnu/packages/base.scm (glibc-utf8-locales)[argument]: Use the normalized codeset by default.
2015-10-04gnu: commencement: Remove the tricky locale compatibility handling.Ludovic Courtès
This is made unnecessary by the use of 'GUIX_LOCPATH'. * gnu/packages/commencement.scm (locale-proof-package): Remove. (%boot5-inputs): Add on GLIBC-UTF8-LOCALES-FINAL. This reverts parts of commit 28cbc58. * gnu/packages/gawk.scm (gawk): Set 'GUIX_LOCPATH' instead of 'LOCPATH'.
2015-10-03gnu: libqtxdg: Fix download location.Andreas Enge
* gnu/packages/lxqt.scm (libqtxdg)[source]: Fix download location.
2015-10-03gnu: liblxqt: Fix download location.Andreas Enge
* gnu/packages/lxqt.scm (liblxqt)[source]: Fix download location. [description]: Fix typo.
2015-10-03gnu: Add lxqt-session.Andreas Enge
* gnu/packages/lxqt.scm (lxqt-session): New variable.
2015-10-03gnu: glibc: Look for locale data in versioned sub-directories.Ludovic Courtès
* gnu/packages/base.scm (glibc)[native-search-paths]: Add 'lib/locale/VERSION' for 'GUIX_LOCPATH'. (glibc-locales, glibc-utf8-locales): Write to a VERSION sub-directory. * guix/profiles.scm (ca-certificate-bundle): Adjust LOCPATH value accordingly.
2015-10-03gnu: Add lxqt-common.Andreas Enge
* gnu/packages/lxqt.scm (lxqt-common): New variable.
2015-10-03gnu: liblxqt: Fix download location.Andreas Enge
* gnu/packages/lxqt.scm (liblxqt)[source]: Use the .tar.xz release exclusively; drop the alternative URI for .tar.gz and correct the hash.
2015-10-03gnu: glibc: Honor 'GUIX_LOCPATH'.Ludovic Courtès
* gnu/packages/patches/glibc-guix-locpath.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/base.scm (glibc)[source]: Use it. [native-search-paths]: Use 'GUIX_LOCPATH' instead of 'LOCPATH'. * doc/guix.texi (Application Setup): Introduce the term "foreign distro". Document 'GUIX_LOCPATH'.
2015-10-03gnu: Add file-roller.David Thompson
* gnu/packages/gnome.scm (file-roller): New variable.
2015-10-03gnu: texinfo: Claim 'INFOPATH'.Ludovic Courtès
Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>. * gnu/packages/texinfo.scm (texinfo)[native-search-paths]: New field.
2015-10-03gnu: gettext: Upgrade to 0.19.6.Ludovic Courtès
* gnu/packages/gettext.scm (gnu-gettext): Update to 0.19.6.
2015-10-03gnu: coreutils: Use upstream's fix for 'tail'.Ludovic Courtès
* gnu/packages/patches/coreutils-racy-tail-test.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/base.scm (coreutils)[source]: Replace this patch with upstream's fix for 'tail'.
2015-10-03gnu: glibc: Do not abort when incompatible locale data is found.Ludovic Courtès
* gnu/packages/patches/glibc-locale-incompatibility.patch: New file. * gnu/packages/base.scm (glibc)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it.
2015-10-03gnu: vsearch: Restrict supported systems to x86_64-linux.Ben Woodcroft
* gnu/packages/bioinformatics.scm (vsearch)[supported-systems]: Restrict to x86_64-linux. Signed-off-by: Andreas Enge <andreas@enge.fr>
2015-10-02gnu: libmicrohttpd: Update to 0.9.44.Andreas Enge
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.44.