aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
Commit message (Expand)AuthorAge
* gnu: gnome-tweak-tool: Add missing inputs.•••* gnu/packages/gnome.scm (gnome-tweak-tool)[inputs]: Add gnome-desktop and libsoup. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Christopher Baines2017-01-06
* gnu: gnome-tweak-tool: Make propagated-inputs just inputs.•••* gnu/packages/gnome.scm (gnome-tweak-tool)[propagated-inputs]: Merge with... [inputs]: ... this. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Christopher Baines2017-01-06
* gnu: gnome-tweak-tool: Wrap program to set 'GI_TYPELIB_PATH'.•••* gnu/packages/gnome.scm (gnome-tweak-tool)[arguments]: Add 'wrap-program' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Christopher Baines2017-01-06
* gnu: gnome-tweak-tool: Use glib-or-gtk-build-system.•••This allows gobject introspection namespaces to be found. * gnu/packages/gnome.scm (gnome-tweak-tool)[build-system]: Set to GLIB-OR-GTK-BUILD-SYSTEM. [arguments]: Use %GLIB-OR-GTK-BUILD-SYSTEM-MODULES in #:imported-modules. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Christopher Baines2017-01-06
* gnu: arc-theme: Update to 20161119.•••* gnu/packages/gnome.scm (arc-theme): Update to 20161119. Signed-off-by: Leo Famulari <leo@famulari.name> Brandon Ludwig2017-01-03
* gnu: shotwell: Update to 0.25.2.•••* gnu/packages/gnome.scm (shotwell): Update to 0.25.2. Leo Famulari2016-12-22
* gnu: Add and use sane-backends.•••* gnu/packages/scanner.scm (sane-backends): New variable. * gnu/packages/gnome.scm (colord, simple-scan): Use it instead of 'sane-backends-minimal'. * gnu/packages/libreoffice.scm (libreoffice): Likewise. * gnu/packages/wine.scm (wine): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andy Patterson2016-12-17
* gnu: Add and use sane-backends-minimal.•••* gnu/packages/scanner.scm (sane-backends): Rename to... (sane-backends-minimal): this. Adjust name, source, synopsis and description accordingly. * gnu/packages/cups.scm (hplip): Use 'sane-backends-minimal' instead of 'sane-backends'. * gnu/packages/gnome.scm (colord, simple-scan): Likewise. * gnu/packages/libreoffice.scm (libreoffice): Likewise. * gnu/packages/wine.scm (wine): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andy Patterson2016-12-17
* gnu: gnome-settings-daemon: Add dependency on NetworkManager.•••* gnu/packages/gnome.scm (gnome-settings-daemon)[arguments]: Remove "--disable-network-manager". [inputs]: Add NETWORK-MANAGER. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Chris Marusich2016-12-15
* gnu: network-manager: Enable session tracking with elogind.•••* gnu/packages/gnome.scm (network-manager): Add configuration options "--with-systemd-logind=yes" (so we can use elogind to track login sessions) and "--with-consolekit=no" (so we don't use consolekit to track sessions, since it isn't packaged yet). Add elogind as an input, and add a snippet to replace some references to systemd with elogind. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Chris Marusich2016-12-15
* gnu: libsoup: Update to 2.56.0.•••* gnu/packages/gnome.scm (libsoup): Update to 2.56.0. Ludovic Courtès2016-12-10
* Merge remote-tracking branch 'origin/master' into stagingLudovic Courtès2016-12-09
|\
| * gnu: Add gnome-system-monitor.•••* gnu/packages/gnome.scm (gnome-system-monitor): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> rennes2016-12-08
* | Merge branch 'master' into stagingMarius Bakke2016-12-04
|\|
| * gnu: exiv2: Move to (gnu packages image).•••* gnu/packages/geeqie.scm (exiv2): Move to... * gnu/packages/image.scm: ... here. * gnu/packages/gnome.scm: Adjust the used modules. * gnu/packages/gnunet.scm: Likewise. * gnu/packages/gps.scm: Likewise. Alex Kost2016-12-04
* | Merge branch 'master' into stagingLeo Famulari2016-11-23
|\|
| * gnu: gnome-control-center: Add gdk-pixbuf input.•••* gnu/packages/gnome.scm (gnome-control-center)[inputs]: Add gdk-pixbuf. Signed-off-by: Leo Famulari <leo@famulari.name> Rene Saavedra2016-11-19
| * gnu: shotwell: Update to 0.25.0.1.•••* gnu/packages/gnome.scm (shotwell): Update to 0.25.0.1. Leo Famulari2016-11-16
* | gnu: shared-mime-info: Update to 1.7•••* gnu/packages/gnome.scm (shared-mime-info): Update to 1.7. Hartmut Goebel2016-11-21
|/
* gnu: gnome-calculator: Update to 3.22.2.•••* gnu/packages/gnome.scm (gnome-calculator): Update to 3.22.2. Ludovic Courtès2016-11-09
* Merge branch 'master' into core-updatesMark H Weaver2016-11-06
|\
| * gnu: epiphany: Update to 3.22.1.•••* gnu/packages/gnome.scm (epiphany): Update to 3.22.1. Mark H Weaver2016-11-06
* | gnu: shotwell: Fix build by including 'gtk-update-icon-cache'.•••* gnu/packages/gnome.scm (shotwell)[native-inputs]: Add gtk+:bin. Leo Famulari2016-10-31
* | Merge branch 'master' into core-updatesMark H Weaver2016-10-27
|\|
| * gnu: shotwell: Update to 0.25.0.•••* gnu/packages/gnome.scm (shotwell): Update to 0.25.0. [inputs]: Add gcr. Leo Famulari2016-10-26
* | Merge branch 'master' into core-updatesLeo Famulari2016-10-26
|\|
| * gnu: gnumeric: Use 'glib-or-gtk-build-system'.•••Reported by Pjotr Prins <pjotr.public12@thebird.nl>. * gnu/packages/gnome.scm (gnumeric)[build-systems]: Switch to GLIB-OR-GTK-BUILD-SYSTEM. 宋文武2016-10-24
* | Merge branch 'master' into core-updatesMark H Weaver2016-10-23
|\|
| * gnu: Add bluefish.•••* gnu/packages/gnome.scm (bluefish): New variable. Rene Saavedra2016-10-23
| * gnu: Add gucharmap.•••* gnu/packages/gnome.scm (gucharmap): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Rene Saavedra2016-10-19
* | gnu: network-manager-applet: Update to 1.4.2.•••* gnu/packages/gnome.scm (network-manager-applet): Update to 1.4.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ng02016-10-20
* | gnu-maintenance: GNOME updater honors 'upstream-name' package property.•••* guix/gnu-maintenance.scm (latest-gnome-release)[upstream-name]: New variable. Use it as the first argument to 'latest-ftp-release' and when constructing #:directory. * gnu/packages/gnome.scm (gconf)[properties]: New field. (network-manager)[properties]: New field. Ludovic Courtès2016-10-20
* | gnu: network-manager: Update to 1.4.2.•••* gnu/packages/gnome.scm (network-manager): Update to 1.4.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ng02016-10-20
* | gnu: libgweather: Update to 3.20.3.•••* gnu/packages/gnome.scm (libgweather): Update to 3.20.3. Ludovic Courtès2016-10-20
* | gnu: libgweather: Adjust to new timezone name.•••* gnu/packages/gnome.scm (libgweather)[arguments]: In 'pre-check' phase, update "Asia/Rangoon" timezone name. Ludovic Courtès2016-10-20
* | Merge branch 'master' into core-updatesMark H Weaver2016-10-17
|\|
| * gnu: Add xpad.•••* gnu/packages/gnome.scm (xpad): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org> Rene Saavedra2016-10-17
* | Merge branch 'master' into core-updatesMark H Weaver2016-10-12
|\|
| * gnu: gnome: Add pinentry-gnome3 to gnome•••* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add pinentry-gnome3. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Christopher Baines2016-10-10
* | Merge branch 'master' into core-updatesLudovic Courtès2016-09-30
|\|
| * gnu: Add libxml++-2.•••* gnu/packages/gnome.scm (libxml++-2): New variable. Andy Wingo2016-09-27
| * gnu: epiphany: Drop NSS and libwnck.•••These dependencies were dropped in Epiphany 3.21.x. * gnu/packages/gnome.scm (epiphany)[inputs]: Remove "nss" and "libwnck". Ricardo Wurmus2016-09-25
| * gnu: epiphany: Update to 3.22.0.•••* gnu/packages/gnome.scm (epiphany): Update to 3.22.0. Ricardo Wurmus2016-09-25
| * gnu: Add gnome-calculator.•••* gnu/packages/gnome.scm (gnome-calculator): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org> Rene Saavedra2016-09-24
| * gnu: simple-scan: Update to 3.22.0.1.•••* gnu/packages/gnome.scm (simple-scan): Update to 3.22.0.1. Tobias Geerinckx-Rice2016-09-21
| * gnu: gnome-session: Update to 3.20.2.••• * gnu/packages/gnome.scm (gnome-session): Update to 3.20.2. Signed-off-by: Leo Famulari <leo@famulari.name> Rene Saavedra2016-09-17
| * doc: "filesystem" -> "file system"•••* doc/guix.texi: "filesystem" -> "file system" * gnu/packages/admin.scm: "filesystem" -> "file system" * gnu/packages/cdrom.scm: "filesystem" -> "file system" * gnu/packages/compression.scm: "filesystem" -> "file system" * gnu/packages/disk.scm: "filesystem" -> "file system" * gnu/packages/gnome.scm: "filesystem" -> "file system" * gnu/packages/irc.scm: "filesystem" -> "file system" * gnu/packages/linux.scm: "filesystem" -> "file system" * gnu/packages/mail.scm: "filesystem" -> "file system" * gnu/packages/mpd.scm: "filesystem" -> "file system" * gnu/packages/ocaml.scm: "filesystem" -> "file system" * gnu/packages/perl.scm: "filesystem" -> "file system" * gnu/packages/python.scm: "filesystem" -> "file system" * gnu/packages/search.scm: "filesystem" -> "file system" * gnu/packages/tls.scm: "filesystem" -> "file system" * gnu/services/mail.scm: "filesystem" -> "file system" John Darrington2016-09-16
| * gnu: Add gnome-dictionary.•••* gnu/packages/gnome.scm (gnome-dictionary): New variable. 宋文武2016-09-15
| * gnu: geoclue: Update to 2.4.4.•••* gnu/packages/gnome.scm (geoclue): Update to 2.4.4. Leo Famulari2016-09-09
| * gnu: file-roller: Update to 3.20.3 [fixes CVE-2016-7162].•••* gnu/packages/gnome.scm (file-roller): Update to 3.20.3. Leo Famulari2016-09-09