summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: Add gfbgraph.•••* gnu/packages/gnome.scm (gfbgraph): New variable. Leo Famulari2016-06-151-0/+33
* gnu: libchamplain: Build Vala bindings.•••* gnu/packages/gnome.scm (libchamplain)[native-inputs]: Add gobject-introspection, vala. [arguments]: New field. Leo Famulari2016-06-151-1/+5
* gnu: vala: Build Vala API (.vapi) generator.•••* gnu/packages/gnome.scm (vala)[arguments]: Pass --enable-apigen to #:configure-flags. Leo Famulari2016-06-151-1/+3
* gnu: Add folks.•••* gnu/packages/gnome.scm (folks): New variable. Leo Famulari2016-06-151-0/+36
* gnu: evolution-data-server: Build Vala bindings.•••* gnu/packages/gnome.scm (evolution-data-server)[arguments]: Add --enable-vala-bindings to #:configure-flags. [native-inputs]: Add vala. Leo Famulari2016-06-151-0/+2
* gnu: Add gnome-shell-extensions.•••* gnu/packages/gnome.scm (gnome-shell-extensions): New variable. David Thompson2016-06-131-0/+27
* gnu: Add arc-icon-theme.•••* gnu/packages/gnome.scm (arc-icon-theme): New variable. David Thompson2016-06-111-0/+32
* gnu: Add moka-icon-theme.•••* gnu/packages/gnome.scm (moka-icon-theme): New variable. David Thompson2016-06-111-0/+35
* gnu: Add arc-theme.•••* gnu/packages/gnome.scm (arc-theme): New variable. David Thompson2016-06-111-0/+33
* gnu: Add vte-ng.•••* gnu/packages/gnome.scm (vte-ng): New variable. Signed-off-by: 宋文武 <iyzsong@gmail.com> McKinley Olsen2016-06-011-0/+33
* gnu: vte-0.28: Fix CVE-2012-2738.•••* gnu/packages/gnome.scm (vte-0.28)[source]: Add patches. * gnu/packages/patches/vte-CVE-2012-2738-pt1.patch, gnu/packages/patches/vte-CVE-2012-2738-pt2.patch: New variables. * gnu/local.mk (dist_patch_DATA): Add them. Efraim Flashner2016-05-301-1/+4
* gnu: Rename texlive module to tex.•••* gnu/local.mk (GNU_SYSTEM_MODULES): Rename texlive.scm to tex.scm. * gnu/packages/texlive.scm: Rename file to tex.scm. * gnu/packages/tex.scm: Renamed from texlive.scm. * gnu/packages/algebra.scm: Adjust accordingly. * gnu/packages/docbook.scm: Likewise. * gnu/packages/engineering.scm: Likewise. * gnu/packages/gettext.scm: Likewise. * gnu/packages/gnome.scm: Likewise. * gnu/packages/lisp.scm: Likewise. * gnu/packages/maths.scm: Likewise. * gnu/packages/music.scm: Likewise. * gnu/packages/ocaml.scm: Likewise. * gnu/packages/photo.scm: Likewise. * gnu/packages/plotutils.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/scheme.scm: Likewise. Roel Janssen2016-05-261-1/+1
* gnu: Add gnome-calendar.•••* gnu/packages/gnome.scm (gnome-calendar): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Kei Yamashita2016-05-211-0/+28
* gnu: Add dia.•••* gnu/packages/gnome.scm (dia): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Roel Janssen2016-05-211-0/+51
* Update name for Kei Kebreau.•••* .mailmap: Add Kei Kebreau. * gnu/local.mk: Replace "Kei Yamashita" with "Kei Kebreau". * gnu/packages/calendar.scm: Likewise. * gnu/packages/dillo.scm: Likewise. * gnu/packages/fltk.scm: Likewise. * gnu/packages/game-development.scm: Likewise. * gnu/packages/games.scm: Likewise. * gnu/packages/gnome.scm: Likewise. * gnu/packages/gtk.scm: Likewise. * gnu/packages/music.scm: Likewise. * gnu/packages/xfce.scm: Likewise. Signed-off-by: Alex Kost <alezost@gmail.com> Kei Kebreau2016-05-191-1/+1
* gnu: Add gnome-tweak-tool.•••* gnu/packages/patches/gnome-tweak-tool-search-paths.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (gnome-tweak-tool): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Jan Nieuwenhuizen2016-05-151-0/+43
* gnu: libnotify: Add dependency on gobject-introspection.•••* gnu/packages/gnome.scm (libnotify)[native-inputs]: Add gobject-introspection. Signed-off-by: Leo Famulari <leo@famulari.name> Jan Nieuwenhuizen2016-05-151-1/+3
* Merge branch 'master' into gnome-updatesMark H Weaver2016-05-111-1/+0
|\
| * gnu: libxkbcommon: Move to (gnu packages xdisorg).•••* gnu/packages/qt.scm (libxkbcommon): Move to... * gnu/packages/xdisorg.scm (libxkbcommon): ... here. New variable. * gnu/packages/wm.scm, gnu/packages/gnome.scm, gnu/packages/games.scm: Adjust accordingly. Danny Milosavljevic2016-05-111-1/+0
* | gnu: totem: Fix build on i686.•••* gnu/packages/patches/totem-debug-format-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (totem)[source]: Add patch. Mark H Weaver2016-05-111-1/+2
* | gnu: gnome-klotski: Fix build.•••* gnu/packages/gnome.scm (gnome-klotski)[inputs]: Add libgames-support. 宋文武2016-05-081-0/+1
* | gnu: Add libgames-support.•••* gnu/packages/gnome.scm (libgames-support): New variable. 宋文武2016-05-081-0/+36
* | gnu: yelp: Add gsettings-desktop-schemas to inputs.•••* gnu/packages/gnome.scm (yelp)[inputs]: Add gsettings-desktop-schemas. 宋文武2016-05-021-1/+2
* | gnu: gom: Update to 0.3.2.•••* gnu/packages/gnome.scm (gom): Update to 0.3.2. 宋文武2016-05-021-2/+2
* | gnu: gnome: Add desktop-file-utils.•••* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add desktop-file-utils. 宋文武2016-05-021-0/+1
* | gnu: gnome: Add baobab, gnome-backgrounds and gvfs.•••* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add baobab, gnome-backgrounds and gvfs. 宋文武2016-05-021-0/+3
* | gnu: nautilus: Update to 3.20.1.•••* gnu/packages/gnome.scm (nautilus): Update to 3.20.1. 宋文武2016-05-021-2/+2
* | gnu: grilo-plugins: Update to 0.3.1.•••* gnu/packages/gnome.scm (grilo-plugins): Update to 0.3.1. [inputs]: Add nettle. 宋文武2016-05-021-2/+3
* | gnu: grilo: Update to 0.3.0.•••* gnu/packages/gnome.scm (grilo): Update to 0.3.0. 宋文武2016-05-021-2/+2
* | gnu: gedit: Enable Python Console plugin.•••* gnu/packages/gnome.scm (gedit)[arguments]: Wrap with PYTHONPATH. 宋文武2016-05-021-1/+4
* | gnu: libpeas: Add inputs.•••* gnu/packages/gnome.scm (libpeas)[inputs]: Add glade, libxml2, python and python-pygobject. 宋文武2016-05-021-5/+5
* | gnu: network-manager: Update to 1.2.0.•••* gnu/packages/gnome.scm (network-manager): Update to 1.2.0. [inputs]: Add modem-manager. 宋文武2016-05-021-4/+7
* | gnu: librsvg: Drop 'loaders.cache' file.•••This is a followup to 05c4b7e93. * gnu/packages/gnome.scm (librsvg)[arguments]: Don't install 'loaders.cache' file. * gnu/packages/gnome.scm (gnome-themes-standard), gnu/packages/key-mon.scm (keymon), gnu/packages/music.scm (solfege): Remove wrap phase for SVG support. 宋文武2016-05-021-30/+4
* | gnu: dconf-editor: Update to 3.20.1.•••* gnu/packages/gnome.scm (dconf-editor): Update to 3.20.1. 宋文武2016-05-021-2/+2
* | gnu: baobab: Update to 3.20.1.•••* gnu/packages/gnome.scm (baobab): Update to 3.20.1. 宋文武2016-05-021-2/+2
* | gnu: gnome-shell: Update to 3.20.1.•••* gnu/packages/gnome.scm (gnome-shell): Update to 3.20.1. 宋文武2016-05-021-2/+2
* | gnu: gnome-control-center: Update to 3.20.1.•••* gnu/packages/gnome.scm (gnome-control-center): Update to 3.20.1. 宋文武2016-05-021-2/+2
* | gnu: gdm: Update to 3.20.1.•••* gnu/packages/gnome.scm (gdm): Update to 3.20.1. 宋文武2016-05-021-2/+2
* | gnu: network-manager-applet: Update to 1.2.0.•••* gnu/packages/gnome.scm (network-manager-applet): Update to 1.2.0. 宋文武2016-05-021-2/+2
* | gnu: evolution-data-server: Update to 3.20.1, fix build.•••* gnu/packages/gnome.scm (evlution-data-server): Update to 3.20.1. [arguments]: Pass '--disable-google-auth' to configure. 宋文武2016-05-021-2/+3
* | gnu: gnome-online-accounts: Update to 3.20.1.•••* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.20.1. 宋文武2016-05-021-2/+2
* | gnu: mutter: Update to 3.20.1.•••* gnu/packages/gnome.scm (mutter): Update to 3.20.1. 宋文武2016-05-021-2/+2
* | gnu: gnome-session: Update to 3.20.1, fix build.•••* gnu/packages/gnome.scm (gnome-session): Update to 3.20.1. [arguments]: Remove use of systemd in 'gsm-autostart-app.c.'. 宋文武2016-05-021-2/+4
* | gnu: file-roller: Update to 3.20.1.•••* gnu/packages/gnome.scm (file-roller): Update to 3.20.1. 宋文武2016-05-021-2/+2
* | gnu: shotwell: Update to 0.22.1.•••* gnu/packages/gnome.scm (shotwell): Update to 0.22.1. 宋文武2016-05-021-2/+2
* | gnu: yelp: Update to 3.20.1.•••* gnu/packages/gnome.scm (yelp): Update to 3.20.1. 宋文武2016-05-021-2/+2
* | gnu: yelp-xsl: Update to 3.20.1.•••* gnu/packages/gnome.scm (yelp-xsl): Update to 3.20.1. 宋文武2016-05-021-2/+2
* | gnu: epiphany: Update to 3.20.1.•••* gnu/packages/gnome.scm (epiphany): Update to 3.20.1. 宋文武2016-05-021-2/+2
* | gnu: gvfs: Update to 1.28.1.•••* gnu/packages/gnome.scm (gvfs): Update to 1.28.1. 宋文武2016-05-021-2/+2
* | gnu: eog: Update to 3.20.1.•••* gnu/packages/gnome.scm (eog): Update to 3.20.1. 宋文武2016-05-021-2/+2