Commit graph

1314 commits

Author SHA1 Message Date
Marius Bakke
57df83e07d
Merge branch 'staging' into core-updates 2019-05-25 00:25:15 +02:00
Marius Bakke
ddb4062784
Merge branch 'master' into staging 2019-05-24 22:44:51 +02:00
Vagrant Cascadian
3ad7544664
gnu: python2-rsvg: Fix typo "This package".
* gnu/packages/gnome (python2-rsvg)[description]: Fix typo.
2019-05-22 18:08:14 -07:00
Marius Bakke
6acf6cec7d
gnu: libnotify: Don't build 'libnotify.a'.
* gnu/packages/gnome.scm (libnotify)[arguments]: New field.
2019-05-21 17:25:54 +02:00
Uko Kokņevičs
7ef08efa21
gnu: libnotify: Propagate required inputs.
libnotify doesn't propagate other needed libraries for linking against
it resulting in pkg-config errors like

> Package gdk-pixbuf-2.0 was not found in the pkg-config search path.
> Perhaps you should add the directory containing `gdk-pixbuf-2.0.pc'
> to the PKG_CONFIG_PATH environment variable

* gnu/packages/gnome.scm (libnotify)[inputs]: Move GLIB and GDK-PIXBUF ...
[propagated-inputs]: ... here.  New field.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-05-21 17:25:54 +02:00
Marius Bakke
b1d81ba043
gnu: libsoup: Update to 2.66.2.
* gnu/packages/gnome.scm (libsoup): Update to 2.66.2.
2019-05-21 17:25:54 +02:00
Florian Pelz
3e9c80b27a
gnu: network-manager-applet: Patch libnma for modem support.
* gnu/packages/gnome.scm (network-manager-applet): Patch libnma to load
iso-codes and mobile-broadband-provider-info from the store and not require
them in the profile.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-05-16 13:30:32 +02:00
Timothy Sample
a430a3501a
gnu: gdm: Fix configuration file discovery.
The configuration file loading code moved to a new file in version 2.28.

* gnu/package/gnome.scm (gdm)[arguments]: Change the pre-configure phase
to patch configuration file discovery into the 'gdm-settings.c' file.
2019-05-12 20:01:35 -04:00
Tobias Geerinckx-Rice
4088d809c0
gnu: upower: Update to 0.99.10.
* gnu/packages/gnome.scm (upower): Update to 0.99.10.
* gnu/packages/patches/upower-builddir.patch: Adapt.
2019-05-11 19:55:39 +02:00
Ricardo Wurmus
d13f3a033e
gnu: gnome-tweak-tool: Update to 3.28.1.
Fixes <https://bugs.gnu.org/35597>.

* gnu/packages/gnome.scm (gnome-tweak-tool): Deprecate and rename...
(gnome-tweaks): ...to this.  Update to 3.28.1.
[build-system]: Use meson-build-system.
[arguments]: Adjust configure flags; pass glib-or-gtk? flag; remove custom
phases that are now provided by the meson-build-system; add phases "wrap" and
"wrap-gi-typelib".
[native-inputs]: Remove meson-for-build and ninja.
[home-page]: Update.
[description]: Use "Tweaks" instead of "Tweak Tool".
* gnu/packages/patches/gnome-tweak-tool-search-paths.patch: Rename file...
* gnu/packages/patches/gnome-tweaks-search-paths.patch: ...to this.
* gnu/local.mk (dist_patch_DATA): Update patch file name.
2019-05-10 13:31:32 +02:00
Marius Bakke
8d1644a1f5
gnu: libgsf: Update to 1.14.46.
* gnu/packages/gnome.scm (libgsf): Update to 1.14.46.
2019-05-08 23:32:54 +02:00
Ludovic Courtès
341225ac6c
gnu: gnome-control-center: Patch file name of 'nm-connection-editor'.
* gnu/packages/gnome.scm (gnome-control-center)[argument]: In
'patch-paths' phase, provide absolute file name to
'nm-connection-editor' in panels/network/*.c
2019-05-07 15:46:53 +02:00
Ludovic Courtès
1df38cfcc7
gnu: gnome-control-center: Patch file name of 'gkbd-keyboard-display'.
Fixes <https://bugs.gnu.org/35605>.
Reported by sirgazil <sirgazil@zoho.com>.

* gnu/packages/gnome.scm (gnome-control-center)[arguments]: In
'patch-paths' phase, patch "cc-region-panel.cc" and provide it with the
absolute file name of 'gkbd-keyboard-display'.
2019-05-07 15:46:53 +02:00
Brendan Tildesley
dcfa0acd7b
Correct email and license info for Brendan Tildesley.
* gnu/packages/audio.scm: Correct email and license info.
* gnu/packages/ebook.scm: Correct email and license info.
* gnu/packages/fonts.scm: Correct email and license info.
* gnu/packages/freedesktop.scm: Correct email and license info.
* gnu/packages/gnome.scm: Correct email and license info.
* gnu/packages/linux.scm: Correct email and license info.
* gnu/packages/lxde.scm: Correct email and license info.
* gnu/packages/python-web.scm: Correct email and license info.
* gnu/packages/python-xyz.scm: Correct email and license info.
* gnu/packages/python.scm: Correct email and license info.
* gnu/packages/video.scm: Correct email and license info.
* gnu/packages/web.scm: Correct email and license info.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05 17:16:51 +02:00
Ludovic Courtès
746ac457cc
Merge branch 'version-1.0.0' 2019-05-02 15:32:30 +02:00
Marius Bakke
3b458d5462
Merge branch 'master' into core-updates 2019-05-01 23:11:41 +02:00
Marius Bakke
03c59a2525
gnu: vte-ng: Update to 0.56.2.a.
* gnu/packages/gnome.scm (vte-ng): Update to 0.56.2.a.
[native-inputs]: Add GCC-7.
[arguments]: Add GCC7 workaround.
2019-05-01 22:15:02 +02:00
Ludovic Courtès
094aaa1a1e
gnu: gexiv2: Skip failing test on 32-bit platforms.
* gnu/packages/gnome.scm (gexiv2)[arguments]: New field.
2019-04-30 18:29:10 +02:00
Timothy Sample
5aafccebbe
gnu: gdm: Avoid selecting the placeholder session.
This fixes <https://bugs.gnu.org/35484>.

* gnu/packages/gnome.scm (gdm)[arguments]: Modify the pre-configure phase to
patch GDM to only select the placeholder session if there are no others.
2019-04-29 23:04:27 -04:00
Timothy Sample
e8c6e771c1
gnu: gdm: Avoid selecting the placeholder session.
This fixes <https://bugs.gnu.org/35484>.

* gnu/packages/gnome.scm (gdm)[arguments]: Modify the pre-configure phase to
patch GDM to only select the placeholder session if there are no others.
2019-04-29 20:54:43 -04:00
Ludovic Courtès
7d62fa206b
Merge branch 'staging' 2019-04-28 14:45:35 +02:00
Ricardo Wurmus
c5db31d414
gnu: gnome-shell: Add gdk-pixbuf+svg to inputs.
* gnu/packages/gnome.scm (gnome-shell)[inputs]: Add gdk-pixbuf+svg.
2019-04-27 22:57:03 +02:00
Timothy Sample
8caa458953
gnu: gdm: Install a placeholder desktop entry.
This fixes <https://bugs.gnu.org/35068>.

* gnu/packages/gnome.scm (gdm)[arguments]: Add a phase that installs a
placeholder desktop entry file.

Co-authored-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-04-26 13:57:39 -04:00
Ricardo Wurmus
cd8dce8ac4
gnu: gnome-shell: Add gdk-pixbuf+svg to inputs.
Fixes <https://bugs.gnu.org/34124>.

* gnu/packages/gnome.scm (gnome-shell)[inputs]: Add gdk-pixbuf+svg.
[arguments]: Add the lib directory of gdk-pixbuf+svg to the LD_LIBRARY_PATH
wrapper of the gnome-shell executable.
2019-04-25 15:30:07 +02:00
Marius Bakke
f5961dd585
Merge branch 'master' into staging 2019-04-17 00:08:34 +02:00
Tobias Geerinckx-Rice
dd3266ecde
gnu: epiphany: Don't use NAME in source URI.
* gnu/packages/gnome.scm (epiphany)[source]: Hard-code NAME.
2019-04-16 22:40:04 +02:00
Tobias Geerinckx-Rice
5b249625c1
gnu: eolie: Update to 0.9.60.
* gnu/packages/gnome.scm (eolie): Update to 0.9.60.
2019-04-16 22:40:04 +02:00
Marius Bakke
46d072f02a
gnu: libsoup: Update to 2.66.1.
* gnu/packages/gnome.scm (libsoup): Update to 2.66.1.
2019-04-09 19:46:50 +02:00
Marius Bakke
ba00235a96
Merge branch 'master' into staging 2019-04-08 00:54:01 +02:00
Ludovic Courtès
aff0cce917
gnu: Move nss & co. to nss.scm.
* gnu/packages/gnuzilla.scm (nspr, nss): Move to...
* gnu/packages/nss.scm: ... here.  New file.
* gnu/packages/chromium.scm, gnu/packages/disk.scm,
gnu/packages/freedesktop.scm, gnu/packages/gnome.scm,
gnu/packages/gnunet.scm, gnu/packages/java.scm,
gnu/packages/libreoffice.scm, gnu/packages/linux.scm,
gnu/packages/mate.scm, gnu/packages/openldap.scm,
gnu/packages/package-management.scm, gnu/packages/password-utils.scm,
gnu/packages/polkit.scm, gnu/packages/qt.scm,
gnu/packages/sssd.scm, gnu/packages/storage.scm,
gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/xml.scm: Adjust
accordingly.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add nss.scm.
2019-04-04 17:47:02 +02:00
Ludovic Courtès
d6fda4d3d1
gnu: gnome-shell: Add dependency on libgnomekbd.
This fixes the "Show keyboard layout" button in the keyboard layout
switcher.

* gnu/packages/gnome.scm (gnome-shell)[arguments]: In
'record-absolute-file-names' phase, record file name of
'gkbd-keyboard-display'.
[inputs]: Add LIBGNOMEKBD.
2019-04-01 23:21:02 +02:00
Ludovic Courtès
2472cdec25
gnu: gnome-shell: Store absolute file name of 'ibus-daemon'.
* gnu/packages/gnome.scm (gnome-shell)[arguments]: Add
'record-absolute-file-names' phase.
2019-04-01 23:20:56 +02:00
Marius Bakke
c1124207cb
gnu: evolution-data-server: Remove obsolete phase.
This is a fixup for the merge of da43d1c ("gnu: evolution-data-server: Add
'libedataserverui' output.") and bb10e7c ("gnu: evolution-data-server: Update
to 3.28.3.") in 571fb00.

* gnu/packages/gnome.scm (evolution-data-server)[arguments]: Remove phase that
is no longer needed since version 3.28.2.
2019-04-01 01:32:39 +02:00
Marius Bakke
571fb008a5
Merge branch 'master' into staging 2019-04-01 00:02:39 +02:00
Timothy Sample
398747f8f1
gnu: gnome-shell: Remove gnome-control-center from inputs.
* gnu/packages/gnome.scm (gnome-shell)[inputs]: Remove
gnome-control-center.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-03-30 15:19:32 +01:00
Timothy Sample
da43d1cb32
gnu: evolution-data-server: Add 'libedataserverui' output.
gnu/packages/gnome.scm (evolution-data-server)[outputs]: Add
'libedataserverui'.
[arguments]: Add phases so that only libedataserverui is linked with
WebKitGTK, and that it is moved to its own output.
(evolution, gnome-calendar, gnome-todo)[inputs]: Add libedataserverui.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-03-30 15:19:31 +01:00
Timothy Sample
14c297fde1
gnu: gnome-online-accounts: Split off 'lib' output.
gnu/packages/gnome.scm (gnome-online-accounts)[outputs]: Add 'lib'.
[arguments]: Set the 'libdir' path to the 'out' output, and add a phase
to ensure that libgoa gets installed in the 'lib' output.
(evolution-data-server, gfbgraph, gnome-calendar, gnome-control-center,
gnome-todo, libgdata, libzapojit): Use the 'lib' output of
gnome-online-accounts.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-03-30 15:19:31 +01:00
Marius Bakke
8c14f7f8a7
Merge branch 'staging' into core-updates 2019-03-23 23:16:55 +01:00
Marius Bakke
f67417a1b4
gnu: librsvg: Restore version 2.40.20.
* gnu/packages/gnome.scm (librsvg): Downgrade to 2.40.20.
(librsvg-next): New public variable.
2019-03-23 22:55:00 +01:00
Marius Bakke
0b4504f605
gnu: gnome-shell: Use the test-only Xorg variant for tests.
* gnu/packages/gnome.scm (gnome-shell)[native-inputs]: Change XORG-SERVER to
XORG-SERVER-FOR-TESTS.
2019-03-23 22:54:59 +01:00
Marius Bakke
081850816f
Merge branch 'master' into staging 2019-03-21 23:18:54 +01:00
ng0
47956fa0c2
Correct name and email address for ng0.
* .mailmap, Makefile.am, doc/guix.de.texi, doc/guix.fr.texi,
doc/guix.texi, etc/completion/fish/guix.fish,
gnu/packages/accessibility.scm, gnu/packages/admin.scm,
gnu/packages/audio.scm, gnu/packages/autotools.scm,
gnu/packages/cdrom.scm, gnu/packages/check.scm,
gnu/packages/cinnamon.scm, gnu/packages/compression.scm,
gnu/packages/crypto.scm, gnu/packages/databases.scm,
gnu/packages/django.scm, gnu/packages/dns.scm, gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm, gnu/packages/emacs.scm,
gnu/packages/enlightenment.scm, gnu/packages/erlang.scm,
gnu/packages/fonts.scm, gnu/packages/fontutils.scm,
gnu/packages/forth.scm, gnu/packages/fvwm.scm, gnu/packages/games.scm,
gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm,
gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/gtk.scm,
gnu/packages/guile-wm.scm,gnu/packages/guile-xyz.scm,
gnu/packages/haskell-check.scm, gnu/packages/haskell-crypto.scm,
gnu/packages/haskell.scm, gnu/packages/image-viewers.scm,
gnu/packages/image.scm, gnu/packages/irc.scm,
gnu/packages/language.scm, gnu/packages/libcanberra.scm,
gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lolcode.scm,
gnu/packages/lxde.scm, gnu/packages/lxqt.scm, gnu/packages/mail.scm,
gnu/packages/markup.scm, gnu/packages/mate.scm, gnu/packages/maths.scm,
gnu/packages/mc.scm, gnu/packages/messaging.scm, gnu/packages/music.scm,
gnu/packages/ncurses.scm, gnu/packages/networking.scm,
gnu/packages/nickle.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm,
gnu/packages/perl-check.scm, gnu/packages/perl.scm,
gnu/packages/python-compression.scm, gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm, gnu/packages/python-xyz.scm,
gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/ruby.scm,
gnu/packages/rust.scm, gnu/packages/scheme.scm,
gnu/packages/serialization.scm, gnu/packages/shells.scm,
gnu/packages/ssh.scm, gnu/packages/suckless.scm, gnu/packages/tbb.scm,
gnu/packages/telephony.scm, gnu/packages/text-editors.scm,
gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm,
gnu/packages/tor.scm, gnu/packages/version-control.scm,
gnu/packages/video.scm, gnu/packages/vim.scm, gnu/packages/web.scm,
gnu/packages/wm.scm, gnu/packages/xdisorg.scm, gnu/packages/xfce.scm,
gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/services/certbot.scm,
gnu/services/desktop.scm, gnu/services/version-control.scm,
gnu/services/web.scm, guix/import/hackage.scm, guix/licenses.scm:
Correct name and email address for ng0.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2019-03-18 15:05:08 +01:00
Ricardo Wurmus
23dbe62158
gnu: evolution: Actually fix licenses.
* gnu/packages/gnome.scm (evolution)[license]: Use LPGL2.1.
2019-03-16 23:18:06 +01:00
Ricardo Wurmus
92cfe66004
gnu: evolution: Fix typo.
* gnu/packages/gnome.scm (evolution)[license]: Fix typo.
2019-03-16 23:16:37 +01:00
Ricardo Wurmus
7d3bb43370
gnu: Add evolution.
* gnu/packages/gnome.scm (evolution): New variable.
2019-03-16 23:14:53 +01:00
Ludovic Courtès
11e1df56e2
gnu: gnome-shell: Remove references to Inkscape and more.
The reference to Inkscape was introduced in commit
45fef894eb.

* gnu/packages/gnome.scm (gnome-shell)[arguments]: Add
 #:disallowed-references and #:modules.  Replace the 'glib-or-gtk-wrap'
 phase.
2019-03-15 23:27:59 +01:00
Tobias Geerinckx-Rice
39c0a3fdb7
gnu: aisleriot: Update to 3.22.8.
* gnu/packages/gnome.scm (aisleriot): Update to 3.22.8.
2019-03-15 22:40:06 +01:00
Tobias Geerinckx-Rice
e43f622a96
gnu: aisleriot: Don't use NAME in source URI.
* gnu/packages/gnome.scm (aisleriot)[source]: Hard-code NAME.
2019-03-15 22:40:05 +01:00
Marius Bakke
81382e3f6d
gnu: meson: Update to 0.50.0.
* gnu/packages/build-tools.scm (meson): Update to 0.50.0.
* gnu/packages/patches/at-spi2-core-meson-compat.patch,
gnu/packages/patches/totem-meson-compat.patch: New files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/gnome.scm (totem)[source](patches): Add totem-meson.compat.patch.
* gnu/packages/gtk.scm (at-spi2-core)[source](patches): New field.
2019-03-15 16:03:59 +01:00
Marius Bakke
ebebee94f3
gnu: gjs: Use the test-only Xorg variant for tests.
* gnu/packages/gnome.scm (gjs)[native-inputs]: Change XORG-SERVER to
XORG-SERVER-FOR-TESTS.
2019-03-15 01:11:21 +01:00
Marius Bakke
1e33331cce
gnu: dconf: Update to 0.32.0.
* gnu/packages/gnome.scm (dconf): Update to 0.32.0.
[native-inputs]: Add BASH-COMPLETION.
2019-03-14 19:40:10 +01:00
Marius Bakke
19008a22d1
Merge branch 'staging' into core-updates 2019-03-14 16:30:19 +01:00
Marius Bakke
ebfe259f66
Merge branch 'master' into staging 2019-03-14 15:06:06 +01:00
Marius Bakke
72663b4822
gnu: WebKitGTK: Update to 2.24.0.
* gnu/packages/webkit.scm (webkitgtk-2.22): Rename to ...
(webkitgtk-2.24): ... this.  Update to 2.24.0.
[inputs]: Add OPENJPEG.
* gnu/packages/gnome.scm (eolie, epiphany)[inputs]: Adjust accordingly.
* gnu/packages/web-browsers.scm (next-gtk-webkit)[inputs]: Likewise.
2019-03-14 14:44:00 +01:00
Marius Bakke
eccaa8bf8d
gnu: libsoup: Update to 2.66.0.
* gnu/packages/gnome.scm (libsoup): Update to 2.66.0.
[build-system]: Change to MESON-BUILD-SYSTEM.
[arguments]: Adjust accordingly.
[native-inputs]: Add GTK-DOC.
[inputs]: Add MIT-KRB5.  Move SQLITE and LIBPSL ...
[propagated-inputs]: ... here.
2019-03-14 14:44:00 +01:00
Ludovic Courtès
59e8044588
Remove traces of "GuixSD".
* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Remove
mentions of "GuixSD".
* gnu/bootloader/grub.scm (install-grub-efi): Likewise.
* gnu/build/vm.scm (make-iso9660-image): Change default #:volume-id to
"Guix_image".
(initialize-hard-disk): Search for the "Guix_image" label.
* gnu/ci.scm (system-test-jobs, tarball-jobs): Remove "GuixSD".
* gnu/installer/newt/welcome.scm (run-welcome-page): Likewise.
* gnu/packages/audio.scm (supercollider)[description]: Likewise.
* gnu/packages/curl.scm (curl): Likewise.
* gnu/packages/emacs.scm (emacs): Likewise.
* gnu/packages/gnome.scm (network-manager): Likewise.
* gnu/packages/julia.scm (julia): Likewise.
* gnu/packages/linux.scm (alsa-plugins): Likewise.
(powertop, wireless-regdb): Likewise.
* gnu/packages/package-management.scm (guix): Likewise.
* gnu/packages/polkit.scm (polkit): Likewise.
* gnu/packages/tex.scm (texlive-bin): Likewise.
* gnu/services/base.scm (file-systems->fstab): Likewise.
* gnu/services/cups.scm (%cups-activation): Likewise.
* gnu/services/mail.scm (%dovecot-activation): Likewise.
* gnu/services/messaging.scm (prosody-configuration)[log]: Likewise.
* gnu/system/examples/vm-image.tmpl (vm-image-motd): Likewise.
* gnu/system/install.scm (installation-os)[file-systems]: Change root
file system label to "Guix_image".
* gnu/system/mapped-devices.scm (check-device-initrd-modules):
Remove "GuixSD".
* gnu/system/vm.scm (system-docker-image): Likewise.
(system-disk-image)[root-label]: Change to "Guix_image".
* gnu/tests/install.scm (run-install): Remove "GuixSD".
* guix/modules.scm (guix-module-name?): Likewise.
* nix/libstore/optimise-store.cc: Likewise.
2019-03-13 23:12:43 +01:00
Ludovic Courtès
45fef894eb
gnu: gnome-shell: Avoid top-level reference to inkscape.
Fixes <https://bugs.gnu.org/34806>.
Reported by Marius Bakke <mbakke@fastmail.com>.

* gnu/packages/gnome.scm (gnome-shell)[source](snippet): Remove
reference to INKSCAPE.  Instead, simply copy the SVG file to
data/theme.
[arguments]: Add 'convert-logo-to-png' phase.
[native-inputs]: Add INKSCAPE.
2019-03-10 23:41:33 +01:00
Marius Bakke
96ab233df7
Merge branch 'staging' into core-updates 2019-03-10 18:47:02 +01:00
Ricardo Wurmus
2b0c755d19
gnu: gnome-shell: Update to 3.28.2.
* gnu/packages/gnome.scm (gnome-shell): Update to 3.28.2.
[source]: Update snippet.
[build-system]: Use meson-build-system.
[arguments]: Disable systemd; add build phases "fix-keysdir" and "pre-check";
remove "rebuild-css" phase; remove custom "install" phase; wrap also with
LD_LIBRARY_PATH.
[native-inputs]: Add desktop-file-utils, sassc, and xorg-server.
[inputs]: Remove readline.
2019-03-09 08:48:25 +01:00
Ricardo Wurmus
4d0e085bea
gnu: gnome-settings-daemon: Ensure RUNPATH contains library subdir.
* gnu/packages/gnome.scm (gnome-settings-daemon)[arguments]: Pass configure
flag to add $out/lib/gnome-settings-daemon-3.0 to RUNPATH.
2019-03-07 13:44:25 +01:00
Ricardo Wurmus
34c44a34ab
gnu: eog: Ensure RUNPATH contains output library directory.
* gnu/packages/gnome.scm (eog)[arguments]: Pass configure flag to add
$out/lib/eog to RUNPATH.
2019-03-07 13:44:25 +01:00
Ricardo Wurmus
294ff39d27
gnu: dconf-editor: Update to 3.28.0.
* gnu/packages/gnome.scm (dconf-editor): Update to 3.28.0.
[build-system]: Use meson-build-system.
[native-inputs]: Add gtk+:bin and vala.
2019-03-07 13:44:25 +01:00
Ricardo Wurmus
9f475e3c3f
gnu: network-manager-applet: Update to 1.8.14.
* gnu/packages/gnome.scm (network-manager-applet): Update to 1.8.14.
2019-03-07 13:44:25 +01:00
Ricardo Wurmus
0310eb966b
gnu: network-manager-openvpn: Update to 1.8.4.
* gnu/packages/gnome.scm (network-manager-openvpn): Update to 1.8.4.
2019-03-07 13:44:25 +01:00
Ricardo Wurmus
fc984c8596
gnu: gnome-online-accounts: Update to 3.28.0.
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.28.0.
2019-03-07 13:44:25 +01:00
Ricardo Wurmus
bb10e7c817
gnu: evolution-data-server: Update to 3.28.3.
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.28.3.
2019-03-07 13:44:25 +01:00
Ricardo Wurmus
0a76f2bd3b
gnu: gdm: Update to 3.28.2.
* gnu/packages/gnome.scm (gdm): Update to 3.28.2.
2019-03-07 13:44:24 +01:00
Ricardo Wurmus
59dac02602
gnu: gnome-control-center: Update to 3.28.2.
* gnu/packages/gnome.scm (gnome-control-center): Update to 3.28.2.
[build-system]: Use meson-build-system.
[arguments]: Add configure flags.
[native-inputs]: Add gkt+:bin.
2019-03-07 13:44:24 +01:00
Ricardo Wurmus
caf6c3637b
gnu: nautilus: Update to 3.28.1.
* gnu/packages/gnome.scm (nautilus): Update to 3.28.1.
[inputs]: Add gexiv2.
2019-03-07 13:44:24 +01:00
Ricardo Wurmus
fd3b117173
gnu: gnome-bluetooth: Update to 3.28.0.
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.28.0.
[build-system]: Use meson-build-system.
[native-inputs]: Add gtk+:bin.
2019-03-07 13:44:24 +01:00
Ricardo Wurmus
c8bdf589c9
gnu: tracker: Update to 2.0.4.
* gnu/packages/gnome.scm (tracker): Update to 2.0.4.
[arguments]: Add phases "disable-broken-tests" and "pre-check"; enable tests.
[inputs]: Remove nettle, add python.
2019-03-07 13:44:24 +01:00
Ricardo Wurmus
8356aefafc
gnu: gnome-screenshot: Update to 3.26.0.
* gnu/packages/gnome.scm (gnome-screenshot): Update to 3.26.0.
[build-system]: Use meson-build-system.
[native-inputs]: Add gtk+:bin, desktop-file-utils, and appstream-glib.
2019-03-07 13:43:17 +01:00
Ricardo Wurmus
80d1e4c0f7
gnu: gnome-clocks: Update to 3.28.0.
* gnu/packages/gnome.scm (gnome-clocks): Update to 3.28.0.
2019-03-07 13:43:17 +01:00
Ricardo Wurmus
9f3c6c8825
gnu: gnome-todo: Update to 3.28.1.
* gnu/packages/gnome.scm (gnome-todo): Update to 3.28.1.
* gnu/local.mk (dist_patch_DATA): Remove patch.
* gnu/packages/patches/gnome-todo-libical-compat.patch: Remove file.
2019-03-07 13:43:17 +01:00
Ricardo Wurmus
a286b5ebda
gnu: gnome-calendar: Update to 3.28.2.
* gnu/packages/gnome.scm (gnome-calendar): Update to 3.28.2.
[inputs]: Add libdazzle, libgweather, and geoclue.
2019-03-07 13:42:30 +01:00
Ricardo Wurmus
100f625b83
gnu: gnome-shell-extensions: Update to 3.28.1.
* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 3.28.1.
[build-system]: Use meson-build-system.
[arguments]: Adjust.
2019-03-07 13:42:30 +01:00
Ricardo Wurmus
4a3f6e02a1
gnu: libgnomekbd: Update to 3.26.0.
* gnu/packages/gnome.scm (libgnomekbd): Update to 3.26.0.
2019-03-07 13:42:30 +01:00
Ricardo Wurmus
112e908323
gnu: gnome-calculator: Update to 3.28.2.
* gnu/packages/gnome.scm (gnome-calculator): Update to 3.28.2.
[inputs]: Add glib and libxml2; replace gtksourceview with gtksourceview-3.
2019-03-07 13:42:30 +01:00
Ricardo Wurmus
c60063ea56
gnu: gucharmap: Update to 10.0.4.
* gnu/packages/gnome.scm (gucharmap): Update to 10.0.4.
[arguments]: Add phase "prepare-unicode-data".
[native-inputs]: Add unicode files.
2019-03-07 13:42:30 +01:00
Ricardo Wurmus
4985d9aa93
gnu: gnome-system-monitor: Update to 3.28.2.
* gnu/packages/gnome.scm (gnome-system-monitor): Update to 3.28.2.
[native-inputs]: Add polkit.
[inputs]: Add libwnck.
2019-03-07 13:42:30 +01:00
Ricardo Wurmus
84548bd7fa
gnu: python-pyatspi: Update to 2.26.0.
* gnu/packages/gnome.scm (python-pyatspi): Update to 2.26.0.
2019-03-07 13:42:30 +01:00
Ricardo Wurmus
5055d385ff
gnu: mutter: Update to 3.28.2.
* gnu/packages/gnome.scm (mutter): Update to 3.28.2.
2019-03-07 13:42:30 +01:00
Ricardo Wurmus
f8e2b57781
gnu: zenity: Update to 3.28.1.
* gnu/packages/gnome.scm (zenity): Update to 3.28.1.
2019-03-07 13:42:30 +01:00
Ricardo Wurmus
df27807185
gnu: gnome-session: Update to 3.28.1.
* gnu/packages/gnome.scm (gnome-session): Update to 3.28.1.
[build-system]: Use meson-build-system.
[arguments]: Adjust "pre-configure" phase; update configure flags.
[native-inputs]: Add libxml2, docbook-xsl, docbook-xml, and xmlto.
2019-03-07 13:42:30 +01:00
Ricardo Wurmus
45f80fce92
gnu: network-manager: Update to 1.10.10.
* gnu/packages/gnome.scm (network-manager): Update to 1.10.10.
[arguments]: Add phase "delete-failing-tests"; use INVOKE in the install
phase.
2019-03-07 13:42:30 +01:00
Ricardo Wurmus
6a19f03e8b
gnu: cheese: Propagate more inputs.
* gnu/packages/gnome.scm (cheese)[inputs]: Move clutter, libcanberra, and
gstreamer from here...
[propagated-inputs]: ...to here.
2019-03-07 13:42:29 +01:00
Ricardo Wurmus
870a4e70ec
gnu: orca: Update to 3.28.1.
* gnu/packages/gnome.scm (orca): Update to 3.28.1.
2019-03-07 13:42:29 +01:00
Ricardo Wurmus
7271781738
gnu: gjs: Update to 1.52.3.
* gnu/packages/gnome.scm (gjs): Update to 1.52.3.
[propagated-inputs]: Replace mozjs-38 with mozjs-52.
2019-03-07 13:42:29 +01:00
Ricardo Wurmus
5dd12afcfb
gnu: devhelp: Update to 3.28.1.
* gnu/packages/gnome.scm (devhelp): Update to 3.28.1.
[native-inputs]: Add itstool.
2019-03-07 13:42:29 +01:00
Ricardo Wurmus
8c0fab36d8
gnu: gnome-mines: Update to 3.28.0.
* gnu/packages/gnome.scm (gnome-mines): Update to 3.28.0.
[build-system]: Use meson-build-system.
[arguments]: Delete "bootstrap" phase; remove "patch-/bin/true" phase.
[native-inputs]: Add glib:bin, vala, yeld, and appstream-glib; remove libxml2.
2019-03-07 13:42:29 +01:00
Ricardo Wurmus
d953418aee
gnu: librsvg: Build Vala bindings.
* gnu/packages/gnome.scm (librsvg)[arguments]: Enable building of Vala
bindings.
[native-inputs]: Add vala.
2019-03-07 13:42:29 +01:00
Ricardo Wurmus
0ab9f949da
gnu: gvfs: Update to 1.36.2.
* gnu/packages/gnome.scm (gvfs): Update to 1.36.2.
[arguments]: Add phase "remove-broken-autogen-script".
[native-inputs]: Add autoconf, automake, gettext-minimal, gtk-doc, and
libtool.
[inputs]: Add libimobiledevice.
2019-03-07 13:41:29 +01:00
Ricardo Wurmus
ab35cc6e5b
gnu: gnome-keyring: Update to 3.28.2.
* gnu/packages/gnome.scm (gnome-keyring): Update to 3.28.2.
[arguments]: Replace "pre-check" phase with "fix-/bin/sh-reference".
[inputs]: Add openssh.
2019-03-07 13:41:29 +01:00
Ricardo Wurmus
dd7a244614
gnu: libgnome-games-support: Update to 1.4.1.
* gnu/packages/gnome.scm (libgnome-games-support): Update to 1.4.1.
2019-03-07 13:41:29 +01:00
Ricardo Wurmus
b78f511817
gnu: libgudev: Update to 232.
* gnu/packages/gnome.scm (libgudev): Update to 232.
[arguments]: Add configure flags to cut recursive dependency.
2019-03-07 13:41:28 +01:00
Ricardo Wurmus
61fb581fbb
gnu: eog: Update to 3.28.2.
* gnu/packages/gnome.scm (eog): Update to 3.28.2.
[build-system]: Use meson-build-system.
[native-inptus]: Add gtk+:bin.
2019-03-07 13:41:28 +01:00
Ricardo Wurmus
1e9b19dd1f
gnu: totem-pl-parser: Update to 3.26.1.
* gnu/packages/gnome.scm (totem-pl-parser): Update to 3.26.1.
[build-system]: Use meson-build-system.
[inputs]: Move libarchive and libgcrypt from here...
[propagated-inputs]: ...to here.
2019-03-07 13:41:28 +01:00
Ricardo Wurmus
e644f9fa49
gnu: gnome-settings-daemon: Update to 3.28.1.
* gnu/packages/gnome.scm (gnome-settings-daemon): Update to 3.28.1.
[build-system]: Use meson-build-system.
[arguments]: Override udev rules directory with configure flags.
[native-inputs]: Add glib:bin.
[inputs]: Add alsa-lib, colord, and wayland.
2019-03-07 13:41:28 +01:00
Ricardo Wurmus
cf6cbc34f5
gnu: libgweather: Update to 3.28.2.
* gnu/packages/gnome.scm (libgweather): Update to 3.28.2.
[build-system]: Use meson-build-system.
[arguments]: Disable tests; adjust configure flags; remove custom build
phases.
[inputs]: Move libsoup and geocode-glib from here...
[propagated-inputs]: ...to here.
2019-03-07 13:41:28 +01:00
Ricardo Wurmus
a7dd0c02cc
gnu: geocode-glib: Update to 3.26.0.
* gnu/packages/gnome.scm (geocode-glib): Update to 3.26.0.
[build-system]: Use meson-build-system.
[arguments]: Enable tests; add phase "set-locales".
[native-inputs]: Add glibc-locales, gettext-minimal, and gtk-doc.
2019-03-07 13:41:28 +01:00