aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesLudovic Courtès2016-06-17
|\
| * services: dicod: Add 'interfaces' configuration field.Ludovic Courtès2016-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | This makes 'dicod' listen on 'localhost' by default, whereas it was previously listening on all the interfaces, which is not a good default security-wise. * gnu/services/dict.scm (<dicod-configuration>)[interfaces]: New field. (dicod-configuration-file)[database->text]: New procedure, with code formerly in 'dicod-configuration->text'. [dicod-configuration->text]: Rename to... [configuration->text]: ... this. Honor 'interfaces'. * doc/guix.texi (Various Services): Document 'interfaces'.
| * gnu: libqtxdg: Move qtbase to propagated-inputs.Efraim Flashner2016-06-17
| | | | | | | | | | | | | | * gnu/packages/lxqt.scm (libqtxdg)[inputs]: Move qtbase ... [propagated-inputs]: ... to here. This is a follow-up to aa450b2bc41b0cedbebc4f8c0a51867a436cf02b.
| * gnu: enlightenment: Update to 0.20.9.Efraim Flashner2016-06-17
| | | | | | | | | | * gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.9. [home-page]: Use https.
| * gnu: python-efl: Rebuild generated C files.Efraim Flashner2016-06-17
| | | | | | | | | | | | * gnu/packages/enlightenment.scm (python-efl)[arguments]: Replace 'build phase to set 'ENABLE_CYTHON=1'. [native-inputs]: python-cython.
| * gnu: Add python-bz2file.Ben Woodcroft2016-06-17
| | | | | | | | | | * gnu/packages/python.scm (python-bz2file, python2-bz2file): New variables.
| * gnu: gnupg: Update to 2.1.13.ng02016-06-16
| | | | | | | | | | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.1.13. Signed-off-by: Leo Famulari <leo@famulari.name>
| * utils: 'current-source-directory' returns the absolute directory name.Ludovic Courtès2016-06-16
| | | | | | | | | | * guix/utils.scm (current-source-directory): When FILE-NAME is relative, use 'search-path' to determine the absolute file name.
| * utils: 'current-source-directory' is now purely an expansion-time thing.Ludovic Courtès2016-06-16
| | | | | | | | | | * guix/utils.scm (extract-directory): Remove. (current-source-directory): Rewrite as a 'syntax-case' macro.
| * doc: Recommend against marketing phrases in descriptions.Ludovic Courtès2016-06-16
| | | | | | | | | | * doc/guix.texi (Synopses and Descriptions): Add note about marketing phrases.
| * gnu: lxqt-common: Add missing inputs.Efraim Flashner2016-06-16
| | | | | | | | | | * gnu/packages/lxqt.scm (lxqt-common)[inputs]: Add qtbase, qttools, qtx11extras.
| * gnu: lxqt-session: Add missing inputs.Efraim Flashner2016-06-16
| | | | | | | | | | * gnu/packages/lxqt.scm (lxqt-session)[inputs]: Add qtbase, qttools, qtx11extras.
| * gnu: liblxqt: Add missing inputs.Efraim Flashner2016-06-16
| | | | | | | | | | * gnu/packages/lxqt.scm (liblxqt)[inputs]: Add qtbase, qttools, qtx11extras.
| * gnu: libqtxdg: Build with qtbase.Efraim Flashner2016-06-16
| | | | | | | | | | * gnu/packages/lxqt.scm (libqtxdg)[propagated-inputs]: Remove qt. [inputs]: Add qtbase.
| * gnu: lxqt: Update uris.Efraim Flashner2016-06-16
| | | | | | | | | | | | * gnu/packages/lxqt.scm (libqtxdg, liblxqt, lxqt-common, lxqt-session)[source]: Project tarballs have been replaced with Github archive tarballs.
| * gnu: starman: Update to 0.4014.Efraim Flashner2016-06-16
| | | | | | | | * gnu/packages/web.scm (starman): Update to 0.4014.
| * gnu: calibre: Build with qtbase.Efraim Flashner2016-06-16
| | | | | | | | | | * gnu/packages/ebook.scm (calibre)[inputs]: Remove qt, add qtbase. [native-inputs]: Remove qt, add qtbase.
| * gnu: avidemux: Build with modular qt.Efraim Flashner2016-06-16
| | | | | | | | * gnu/packages/video.scm (avidemux)[inputs]: Remove qt, add qtbase, qttools.
| * gnu: avidemux: Use 'modify-phases'.Efraim Flashner2016-06-16
| | | | | | | | * gnu/packages/video.scm (avidemux)[arguments]: Use 'modify-phases'.
| * gnu: avidemux: Add hardware acceleration support.Efraim Flashner2016-06-16
| | | | | | | | * gnu/packages/video.scm (avidemux)[inputs]: Add libva, libvdpau.
| * gnu: libressl: Update to 2.3.6.Efraim Flashner2016-06-16
| | | | | | | | * gnu/packages/tls.scm (libressl): Update to 2.3.6.
| * gnu: openntpd: Update to 6.0p1.Efraim Flashner2016-06-16
| | | | | | | | * gnu/packages/ntp.scm (openntpd): Update to 6.0p1.
| * gnu: scribus: Build with modular qt.Efraim Flashner2016-06-16
| | | | | | | | | | * gnu/packages/scribus.scm (scribus)[inputs]: Remove qt, add qtbase, qtdeclarative, qttools.
| * gnu: alsa-modular-synth: Build with modular qt.Efraim Flashner2016-06-16
| | | | | | | | | | * gnu/packages/audio.scm (alsa-modular-synth)[inputs]: Remove qt, add qtbase, qttools.
| * gnu: drumstick: Build with modular qt.Efraim Flashner2016-06-16
| | | | | | | | * gnu/packages/music.scm (drumstick)[inputs]: Remove qt, add qtbase, qtsvg.
| * gnu: vmpk: Build with modular qt.Efraim Flashner2016-06-16
| | | | | | | | | | * gnu/packages/music.scm (vmpk)[inputs]: Remove qt, add qtbase, qtsvg, qttools, qtx11extras.
| * gnu: synthv1: Build with modular qt.Efraim Flashner2016-06-16
| | | | | | | | * gnu/packages/music.scm (synthv1)[inputs]: Remove qt, add qtbase, qttools.
| * gnu: powertabeditor: Build with qtbase.Efraim Flashner2016-06-16
| | | | | | | | * gnu/packages/music.scm (powertabeditor)[inputs]: Remove qt, add qtbase.
| * gnu: gpsbabel: Build with modular qt.Efraim Flashner2016-06-16
| | | | | | | | * gnu/packages/gps.scm (gpsbabel)[inputs]: Remove qt, add qtbase, qttools.
| * gnu: bitcoin-core: Update to 0.12.1.Efraim Flashner2016-06-16
| | | | | | | | * gnu/packages/finance.scm (bitcoin-core): Update to 0.12.1.
| * gnu: v4l-utils: Update to 1.10.1.Efraim Flashner2016-06-16
| | | | | | | | * gnu/packages/video.scm (v4l-utils): Update to 1.10.1.
| * gnu: v4l-utils: Build with qtbase.Efraim Flashner2016-06-16
| | | | | | | | * gnu/packages/video.scm (v4l-utils)[inputs]: Remove qt, add qtbase.
| * gnu: obs: Build with modular qt.Efraim Flashner2016-06-16
| | | | | | | | * gnu/packages/video.scm (obs)[inputs]: Remove qt, add qtbase, qtx11extras.
| * gnu: services: Add mysql-service.宋文武2016-06-16
| | | | | | | | | | | | | | | | * gnu/services/database.scm (<mysql-configuration>): New record type. (%mysql-accounts, mysql-service-type): New variables. (mysql-configuration-file, %mysql-activation, mysql-shepherd-services) (mysql-services): New procedures. * doc/guix.texi (Database Services): Document it.
| * gnu: mariadb: Update to 10.1.14.宋文武2016-06-16
| | | | | | | | * gnu/packages/databases.scm (mariadb): Update to 10.1.14.
| * packages: Disambiguate 'modules' and 'imported-modules' in <origin>.Ludovic Courtès2016-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | The two mistakes made here (confusion between 'modules' and 'imported-modules') were canceling each other. * guix/packages.scm (patch-and-repack): Use IMPORTED-MODULES, not MODULES, as the base of the module list passed as #:modules to 'gexp->derivation'. (origin->derivation): Pass IMPORTED-MODULES, not MODULES, as the #:imported-modules argument of 'patch-and-repack'. * gnu/packages/engineering.scm (fastcap)[source]: Add 'imported-modules' field.
| * gnu: Add awesome.Carlo Zancanaro2016-06-16
| | | | | | | | | | | | | | | | * gnu/packages/wm.scm (awesome): New variable. * gnu/packages/patches/awesome-reproducible-png.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: perl-test-simple: Update to 1.302026.ng02016-06-16
| | | | | | | | | | | | * gnu/packages/perl.scm (perl-test-simple): Update to 1.302026. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Avoid #:prefix when importing (gnu packages …).Ludovic Courtès2016-06-16
| | | | | | | | | | * gnu/packages/lsh.scm: Remove #:prefix for (gnu packages compression). Add #:prefix for (guix licenses).
| * gexp: Add 'local-file' file name resolution test.Ludovic Courtès2016-06-16
| | | | | | | | * tests/gexp.scm ("local-file, relative file name"): New test.
| * gexp: Add #:select? parameter to 'local-file'.Ludovic Courtès2016-06-16
| | | | | | | | | | | | | | | | | | * guix/gexp.scm (<local-file>)[select?]: New field. (true): New procedure. (%local-file): Add #:select? and honor it. (local-file): Likewise. * tests/gexp.scm ("local-file, #:select?"): New test. * doc/guix.texi (G-Expressions): Adjust accordingly.
| * gexp: Move 'current-source-directory' to (guix utils).Ludovic Courtès2016-06-16
| | | | | | | | | | | | * guix/gexp.scm (extract-directory, current-source-directory): Move to... * guix/utils.scm (extract-directory, current-source-directory): ... here. New procedures.
| * doc: Fix typos.Ludovic Courtès2016-06-16
| | | | | | | | | | | | | | | | Reported by ozzloy on #guix. * doc/guix.texi (package Reference): Add missing space. (G-Expressions, Invoking guix build): (Common Build Options): Fix typos.
| * gnu: avidemux: Update to 2.6.12.Andreas Enge2016-06-15
| | | | | | | | | | * gnu/packages/video.scm (avidemux): Update to 2.6.12. [arguments]: Adapt version number of bundled ffmpeg.
| * gnu: offlineimap: Update to 6.7.0.1.Efraim Flashner2016-06-15
| | | | | | | | * gnu/packages/mail.scm (offlineimap): Update to 6.7.0.1.
| * gnu: oxygen-icons: Build with qtbase.Efraim Flashner2016-06-15
| | | | | | | | | | * gnu/packages/kde-frameworks.scm (oxygen-icons)[inputs]: Remove qt, add qtbase.
| * gnu: Add gnome-maps.Leo Famulari2016-06-15
| | | | | | | | | | * gnu/packages/geo.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| * gnu: Add gfbgraph.Leo Famulari2016-06-15
| | | | | | | | * gnu/packages/gnome.scm (gfbgraph): New variable.
| * gnu: libchamplain: Build Vala bindings.Leo Famulari2016-06-15
| | | | | | | | | | | | * gnu/packages/gnome.scm (libchamplain)[native-inputs]: Add gobject-introspection, vala. [arguments]: New field.
| * gnu: vala: Build Vala API (.vapi) generator.Leo Famulari2016-06-15
| | | | | | | | | | * gnu/packages/gnome.scm (vala)[arguments]: Pass --enable-apigen to #:configure-flags.