summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
Commit message (Collapse)AuthorAge
* gnu: vala: Fix tests by setting 'CC'.宋文武2015-04-22
| | | | | | This fixes a regression introduced in b19d680. * gnu/packages/gnome.scm (vala)[arguments]: New field.
* Remove all the 'CC=gcc' hacks for 'g-ir-scanner'.宋文武2015-04-22
| | | | | | | | * gnu/packages/glib.scm (telepathy-glib)[arguments]: Remove. * gnu/packages/gtk.scm (at-spi2-core, gtk+-2): Remove #:make-flags. * gnu/packages/gnome.scm (libpeas, librsvg, vala, vte, json-glib, libxklavier, libsoup, libsecret, colord, geocode-glib, libgweather): Remove #:make-flags or the '(setenv "CC" "gcc")' phase.
* gnu: gnome-settings-daemon: Use wacom packages.Andy Wingo2015-04-18
| | | | | | * gnu/packages/gnome.scm (gnome-settings-daemon): Use the wacom packages. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnome-vfs: Tolerate 'test-async-cancel' failures, take two.Mark H Weaver2015-04-17
| | | | | | * gnu/packages/gnome.scm (gnome-vfs)[arguments]: Remove 'XFAIL_TESTS' make flag, which caused 'make check' to fail if the test unexpectedly passed. Add 'patch-test-async-cancel-to-never-fail' phase.
* gnu: gnome-vfs: Expect 'test-async-cancel' failure, and clean up.Mark H Weaver2015-04-17
| | | | | | | | * gnu/packages/gnome.scm (gnome-vfs)[arguments]: Add "XFAIL_TESTS=test-async-cancel" to make flags. Remove ignored and undocumented 'DISABLE_DEPRECATED_CFLAGS' configure flag. Simplify 'ignore-deprecations' phase and return #t. Reformat to fit within 80 columns.
* gnu: Add gnome-settings-daemon.Andy Wingo2015-04-14
| | | | | | * gnu/packages/gnome.scm (gnome-settings-daemon): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libgweather.Andy Wingo2015-04-14
| | | | | | * gnu/packages/gnome.scm (libgweather): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add upower.Andy Wingo2015-04-13
| | | | | | | | * gnu/packages/gnome.scm (upower): New variable. * gnu/packages/patches/upower-builddir.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add missing quotes in phase names passed to 'modify-phases'.Ludovic Courtès2015-04-10
| | | | | | | | | | | | | | | | This is a followup to f8503e2. * gnu/packages/gnome.scm (glib-networking): Add missing quotes before phase names passed to 'modify-phases'. (libsoup): Likewise. (gnome-terminal): Likewise. (colord): Likewise. (geoclue): Likewise. * gnu/packages/gtk.scm (at-spi2-core, at-spi2-atk): Likewise. * gnu/packages/haskell.scm (ghc-network): Likewise. * gnu/packages/imagemagick.scm (perl-image-magick): Likewise. * gnu/packages/video.scm (aalib): Likewise. * gnu/packages/web.scm (nginx): Likewise.
* gnu: gnome-themes-standard: Update to 3.16.0.宋文武2015-04-10
| | | | | | This is a followup to 12f7f4a. * gnu/packages/gnome.scm (gnome-themes-standard): Update hash.
* gnu: Add geocode-glib.Andy Wingo2015-04-09
| | | | | | * gnu/packages/gnome.scm (geocode-glib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnome-desktop: Update to 3.16.0.Andy Wingo2015-04-09
| | | | | | * gnu/packages/gnome.scm (gnome-desktop): Update to 3.16.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* Merge branch 'master' into core-updatesLudovic Courtès2015-04-09
|\
| * gnu: Add libsecret.宋文武2015-04-08
| | | | | | | | * gnu/packages/gnome.scm (libsecret): New variable.
* | gnu: Add geoclue.Andy Wingo2015-04-08
| | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (geoclue): New variable. * gnu/packages/patches/geoclue-config.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: Add colord package.Andy Wingo2015-04-08
| | | | | | | | | | | | * gnu/packages/gnome.scm (colord): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updates宋文武2015-04-08
|\|
| * gnu: Add libsoup.宋文武2015-04-07
| | | | | | | | * gnu/packages/gnome.scm (libsoup): New variable.
| * gnu: Add glib-networking.宋文武2015-04-06
| | | | | | | | * gnu/packages/gnome.scm (glib-networking): New variable.
| * gnu: gnome-mines: Update to 3.16.0.宋文武2015-04-05
| | | | | | | | * gnu/packages/gnome.scm (gnome-mines): Update to 3.16.0.
| * gnu: gsettings-desktop-schemas: Enable GObject introspection.宋文武2015-04-05
| | | | | | | | | | * gnu/packages/gnome.scm (gsettings-desktop-schemas)[native-inputs]: Add gobject-introspection.
| * gnu: gsettings-desktop-schemas: Update to 3.16.0.宋文武2015-04-05
| | | | | | | | * gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.16.0.
| * gnu: Add gnome-terminal.Andy Wingo2015-04-04
| | | | | | | | * gnu/packages/gnome.scm (gnome-terminal): New variable.
| * gnu: vte: Propagate GnuTLS.Ludovic Courtès2015-04-03
| | | | | | | | | | * gnu/packages/gnome.scm (vte): Move GNUTLS from 'inputs' to 'propagated-inputs'. Suggested by 宋文武 <iyzsong@gmail.com>.
| * gnu: vte: Update to 0.40.0.Andy Wingo2015-04-03
| | | | | | | | | | | | * gnu/packages/gnome.scm (vte): Update to 0.40.0. Add 'inputs' field. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* | utils: 'modify-phases' no longer introduces quotes.Ludovic Courtès2015-03-31
|/ | | | | | | | | | | | | | | | | | | Suggested by Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>. * guix/build/utils.scm (%modify-phases): Remove quotes. * guix/build/cmake-build-system.scm (%standard-phases): Adjust accordingly. * guix/build/glib-or-gtk-build-system.scm (%standard-phases): Likewise. * guix/build/gnu-dist.scm (%dist-phases): Likewise. * guix/build/perl-build-system.scm (%standard-phases): Likewise. * guix/build/python-build-system.scm (%standard-phases): Likewise. * guix/build/ruby-build-system.scm (%standard-phases): Likewise. * guix/build/waf-build-system.scm (%standard-phases): Likewise. * gnu/packages/bash.scm, gnu/packages/code.scm, gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/graphics.scm, gnu/packages/image.scm, gnu/packages/key-mon.scm, gnu/packages/ocr.scm, gnu/packages/plotutils.scm, gnu/packages/search.scm, gnu/packages/video.scm: Likewise.
* gnu: Add gnome-mines.宋文武2015-03-26
| | | | * gnu/packages/gnome.scm (gnome-mines): New variable.
* gnu: Add python2-rsvg.Ludovic Courtès2015-03-17
| | | | * gnu/packages/gnome.scm (python2-rsvg): New variable.
* gnu: libgnomeprint: adapt to newer freetype.Ricardo Wurmus2015-03-13
| | | | | * gnu/packages/gnome.scm (freetype): Change "freetype" to "freetype2" in snippet.
* Merge branch 'master' into core-updatesLudovic Courtès2015-02-26
|\
| * gnu: Add libgnomecanvasmm.Ricardo Wurmus2015-02-11
| | | | | | | | * gnu/packages/gnome.scm (libgnomecanvasmm): New variable.
* | gnu: Add libxklavier.宋文武2015-02-19
|/ | | | * gnu/packages/gnome.scm (libxklavier): New variable.
* gnu: Add desktop-file-utils.宋文武2015-01-30
| | | | * gnu/packages/gnome.scm (desktop-file-utils): New variable.
* gnu: Define $CC to placate 'g-ir-scanner'.Ludovic Courtès2015-01-28
| | | | | * gnu/packages/glib.scm (telepathy-glib)[arguments]: New field. * gnu/packages/gnome.scm (json-glib)[arguments]: New field.
* Merge branch 'wip-gobject-introspection'Mark H Weaver2015-01-25
|\
| * gnu: libpeas: Update to 1.12.1, add 'pre-build phase.Federico Beffa2015-01-21
| | | | | | | | | | * gnu/packages/gnome.scm (libpeas): Update to version 1.12.1 and add 'pre-build phase.
| * gnu: vte: Add 'pre-build phase.Federico Beffa2015-01-19
| | | | | | | | * gnu/packages/gnome.scm (vte): Add 'pre-build phase.
| * gnu: librsvg: Update to 2.40.6 and add 'pre-build phase.Federico Beffa2015-01-18
| | | | | | | | * gnu/packages/gnome.scm (librsvg): Update to 2.40.6 and add 'pre-build phase.
* | gnu: Make libgnomeprint{,ui} as deprecated.Ludovic Courtès2015-01-19
| | | | | | | | | | | | * gnu/packages/gnome.scm (libgnomeprint): Add comment and update 'description' to mark it as deprecated. (libgnomeprintui): Ditto.
* | gnu: Add json-glib.Andreas Enge2015-01-19
|/ | | | * gnu/packages/gnome.scm (json-glib): New variable.
* Merge branch 'master' into core-updatesMark H Weaver2015-01-13
|\
| * gnu: evince: Add inputs.Federico Beffa2015-01-12
| | | | | | | | | | | | * gnu/packages/gnome.scm (evince): Add 'dconf' and 'libcanberra' inputs. Remove custom phase 'set-mime-search-path which is now handled by glib-or-gtk-build-system.
| * gnu: dconf: Add dconf.Federico Beffa2015-01-12
| | | | | | | | * gnu/packages/gnome.scm (dconf): New variable.
* | Merge branch 'master' into core-updatesMark H Weaver2015-01-06
|\|
| * gnu: icon-naming-utils: Wrap with PERL5LIB to find XML::Simple.宋文武2015-01-02
| | | | | | | | | | | | Fixes <http://bugs.gnu.org/19367>. * gnu/packages/gnome.scm (icon-naming-utils)[arguments]: New field.
* | Merge branch 'master' into core-updatesMark H Weaver2014-12-30
|\|
| * gnu: gtkglext: Add glu to inputs.Mark H Weaver2014-12-26
| | | | | | | | * gnu/packages/gnome.scm (gtkglext): Add glu to inputs.
* | gnu: libxml2: Add search path specification.Ludovic Courtès2014-12-27
|/ | | | | | | | | * gnu/packages/xml.scm (libxml2)[native-search-paths, search-paths]: New fields. * gnu/packages/gnome.scm (gnome-doc-utils)[arguments]: Remove. * gnu/packages/gps.scm (gpscorrelate)[arguments]: Remove settings for 'XML_CATALOG_FILES' from 'configure' phase. * gnu/packages/web.scm (tinyproxy)[arguments]: Likewise.
* gnu: Add vte.宋文武2014-12-20
| | | | * gnu/packages/gnome.scm (vte, vte/gtk+-2): New variables.
* gnu: Add vala.宋文武2014-12-15
| | | | * gnu/packages/gnome.scm (vala): New variable.