aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
AgeCommit message (Collapse)Author
2015-06-23gnu: Add gnome-klotski.宋文武
* gnu/packages/gnome.scm (gnome-klotski): New variable.
2015-06-23gnu: Add gom.Mark H Weaver
* gnu/packages/gnome.scm (gom): New variable.
2015-06-23gnu: Add clutter-gst.Mark H Weaver
* gnu/packages/gnome.scm (clutter-gst): New variable.
2015-06-23gnu: Add clutter-gtk.Mark H Weaver
* gnu/packages/gnome.scm (clutter-gtk): New variable.
2015-06-23gnu: Add clutter.Mark H Weaver
* gnu/packages/gnome.scm (clutter): New variable.
2015-06-23gnu: Add cogl.Mark H Weaver
* gnu/packages/gnome.scm (cogl): New variable.
2015-06-21Merge branch 'master' into core-updatesMark H Weaver
2015-06-20gnu: totem-pl-parser: Add gobject-introspection support.Mark H Weaver
* gnu/packages/gnome.scm (totem-pl-parser)[native-inputs]: Add gobject-introspection.
2015-06-20gnu: totem-pl-parser: Move glib, gmime, and libxml2 to propagated-inputs.Mark H Weaver
* gnu/packages/gnome.scm (totem-pl-parser)[inputs]: Move glib, gmime, and libxml2 to ... [propagated-inputs]: ... here.
2015-06-19gnu: gnome-doc-utils: Add python2-libxml2 to native-inputs.Mark H Weaver
This is a followup to commit 7ce3224247d3acd559841f23d1b4b49d073b15f5. * gnu/packages/gnome.scm (gnome-doc-utils)[native-inputs]: Add python2-libxml2.
2015-06-11gnu: Add librest.宋文武
* gnu/packages/gnome.scm (librest): New variable.
2015-06-08gnu: evince: Update to 3.16.1, add more inputs.宋文武
* gnu/packages/gnome.scm (evince): Update to 3.16.1. [inputs]: Add djvulibre, libtiff, gnome-desktop and libsecret. Co-authored-by: David Hashe <david.hashe@dhashe.com>
2015-06-08gnu: geoclue: Update to 2.2.0.宋文武
* gnu/packages/gnome.scm (geoclue): Update to 2.2.0.
2015-06-05gnu: Add devhelp.宋文武
* gnu/packages/gnome.scm (devhelp): New variable.
2015-05-26Merge branch 'gtk-rebuild'宋文武
2015-05-24gnu: seahorse: Add SSH support.Ricardo Wurmus
* gnu/packages/gnome.scm (seahorse)[inputs]: Add "openssh".
2015-05-24gnu: Add seahorse.Ricardo Wurmus
* gnu/packages/gnome.scm (seahorse): New variable.
2015-05-24gnu: Add gnome-keyring.Ricardo Wurmus
* gnu/packages/gnome.scm (gnome-keyring): New variable.
2015-05-24gnu: Add GCR.Ricardo Wurmus
* gnu/packages/gnome.scm (gcr): New variable.
2015-05-23Merge branch 'master' into gtk-rebuildMark H Weaver
2015-05-23gnu: dbus-glib: Propagate inputs dbus and glib.Andreas Enge
* gnu/packages/glib.scm (dbus-glib): Propagate inputs dbus and glib. * gnu/packages/audio.scm (patchage), gnu/packages/gnuzilla.scm (icecat), gnu/packages/python.scm (python-dbus): Drop inputs dbus and glib. * gnu/packages/gnome.scm (colord, gconf, gnome-vfs, upower), gnu/packages/mail.scm (claws-mail), gnu/packages/messaging.scm (hexchat), gnu/packages/wicd.scm (wicd): Drop input dbus.
2015-05-23gnu: librsvg: Update to 2.40.9.宋文武
* gnu/packages/gnome.scm (librsvg): Update to 2.40.9.
2015-05-23gnu: Add adwaita-icon-theme.宋文武
* gnu/packages/gnome.scm (adwaita-icon-theme): New variable.
2015-05-20gnu: gconf: Propagate input glib.Andreas Enge
* gnu/packages/gnome.scm (gconf): Propagate input glib. (gnome-vfs): Drop input glib. (libgnome): Drop propagated input glib. * gnu/packages/ibus.scm (ibus): Drop input glib.
2015-05-12gnu: gnome-icon-theme: Move GTK+ and icon-naming-utils to 'native-inputs'.宋文武
* gnu/packages/gnome.scm (gnome-icon-theme): Move inputs to native-inputs.
2015-05-12gnu: gnome-icon-theme: Update to 3.12.0.宋文武
* gnu/packages/gnome.scm (gnome-icon-theme): Update to 3.12.0.
2015-05-08gnu: Add aisleriot.宋文武
* gnu/packages/gnome.scm (aisleriot): New variable.
2015-05-07gnu: Add goffice-0.8.Ricardo Wurmus
* gnu/packages/gnome.scm (goffice-0.8): New variable.
2015-05-04gnu: Add totem-pl-parser.David Hashe
* gnu/packages/gnome.scm (totem-pl-parser): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-04-22gnu: vala: Fix tests by setting 'CC'.宋文武
This fixes a regression introduced in b19d680. * gnu/packages/gnome.scm (vala)[arguments]: New field.
2015-04-22Remove all the 'CC=gcc' hacks for 'g-ir-scanner'.宋文武
* 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.
2015-04-18gnu: gnome-settings-daemon: Use wacom packages.Andy Wingo
* gnu/packages/gnome.scm (gnome-settings-daemon): Use the wacom packages. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-04-17gnu: gnome-vfs: Tolerate 'test-async-cancel' failures, take two.Mark H Weaver
* 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.
2015-04-17gnu: gnome-vfs: Expect 'test-async-cancel' failure, and clean up.Mark H Weaver
* 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.
2015-04-14gnu: Add gnome-settings-daemon.Andy Wingo
* gnu/packages/gnome.scm (gnome-settings-daemon): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2015-04-14gnu: Add libgweather.Andy Wingo
* gnu/packages/gnome.scm (libgweather): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-04-13gnu: Add upower.Andy Wingo
* 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>
2015-04-10gnu: Add missing quotes in phase names passed to 'modify-phases'.Ludovic Courtès
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.
2015-04-10gnu: gnome-themes-standard: Update to 3.16.0.宋文武
This is a followup to 12f7f4a. * gnu/packages/gnome.scm (gnome-themes-standard): Update hash.
2015-04-09gnu: Add geocode-glib.Andy Wingo
* gnu/packages/gnome.scm (geocode-glib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-04-09gnu: gnome-desktop: Update to 3.16.0.Andy Wingo
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.16.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-04-09Merge branch 'master' into core-updatesLudovic Courtès
2015-04-08gnu: Add libsecret.宋文武
* gnu/packages/gnome.scm (libsecret): New variable.
2015-04-08gnu: Add geoclue.Andy Wingo
* 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>
2015-04-08gnu: Add colord package.Andy Wingo
* gnu/packages/gnome.scm (colord): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-04-08Merge branch 'master' into core-updates宋文武
2015-04-07gnu: Add libsoup.宋文武
* gnu/packages/gnome.scm (libsoup): New variable.
2015-04-06gnu: Add glib-networking.宋文武
* gnu/packages/gnome.scm (glib-networking): New variable.
2015-04-05gnu: gnome-mines: Update to 3.16.0.宋文武
* gnu/packages/gnome.scm (gnome-mines): Update to 3.16.0.
2015-04-05gnu: gsettings-desktop-schemas: Enable GObject introspection.宋文武
* gnu/packages/gnome.scm (gsettings-desktop-schemas)[native-inputs]: Add gobject-introspection.