summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
AgeCommit message (Collapse)Author
2020-05-31gnu: Add gdl-minimal.Maxim Cournoyer
* gnu/packages/gnome.scm (gdl-minimal): New variable.
2020-05-31gnu: Add gdl.Maxim Cournoyer
* gnu/packages/gnome.scm (gdl): New variable.
2020-05-31gnu: Add libsoup-minimal.Maxim Cournoyer
* gnu/packages/gnome.scm (libsoup-minimal): New variable.
2020-05-31gnu: libsoup: Add the missing PHP dependency.Maxim Cournoyer
* gnu/packages/gnome.scm (libsoup)[native-inputs]: Add php.
2020-05-31gnu: totem: Remove python-pylint native input.Tobias Geerinckx-Rice
It's optional & runs a pointless lint check that fails with pylint 2.5. * gnu/packages/gnome.scm (totem)[native-inputs]: Remove python-pylint.
2020-05-31gnu: totem: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (totem)[source]: Hard-code NAME.
2020-05-30gnu: glade3: Update to 3.36.0.Arun Isaac
* gnu/packages/gnome.scm (glade3): Update to 3.36.0.
2020-05-29gnu: piper: Include package name in source file name.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (piper)[source]: Set FILE-NAME.
2020-05-29gnu: piper: Update to 0.5.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (piper): Update to 0.5.
2020-05-28gnu: gnome: Add gnome-boxes.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add gnome-boxes.
2020-05-28gnu: gnome-boxes: Update to 3.36.4.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gnome-boxes): Update to 3.36.4.
2020-05-26gnu: python-pyatspi: Propagate python-pygobject.Christopher Baines
As python-pygobject is required at runtime. * gnu/packages/gnome.scm (python-pyatspi)[inputs]: Move python-pygobject to… [propagated-inputs]: …here. (python2-pyatspi)[inputs]: Move python2-pygobject to… [propagated-inputs]: …here.
2020-05-26gnu: Add python2-pyatspi.Christopher Baines
This will enable updating python2-dogtail to 0.9.11. * gnu/packages/gnome.scm (python2-pyatspi): New variable.
2020-05-25gnu: dia: Update to 0.97.3-2.3cf7ec4 [fixes CVE-2019-19451].Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (dia): Update to 0.97.3-2.3cf7ec4. [build-system]: Use Meson. [inputs]: Add graphene, libxslt, poppler, and python-2. Remove freetype, gdk-pixbuf, libart-lgpl, and pango. [native-inputs]: Add appstream-glib and docbook-xsl. Remove autoconf, automake, libtool, perl, and python-wrapper.
2020-05-23gnu: gnome-shell: Use libnma.Brice Waegeneire
* gnu/packages/gnome.scm (gnome-shell)[inputs]: Add 'libnma'.
2020-05-23gnu: dconf: Appease 'guix lint'.Brice Waegeneire
* gnu/packages/gnome.scm (dconf)[homepage]: Avoid permanent redirect.
2020-05-23gnu: deja-dup: Update to 40.6.Brice Waegeneire
* gnu/packages/gnome.scm (deja-dup): Update to 40.6. [origin]: Use gitlab.gnome.org since the project migrated away from launchpad. [home-page]: Use 'wiki.gnome.org' instead of 'launchpad.net'. [build-system]: Switch to 'meson-build-system' because upstream removed cmake support. [arguments]: Enable tests. Remove arguments 'modules', 'imported-modules' and 'test-target'. Use argument 'glib-or-gtk?'. Replace configure-flags to only adjust 'RUN_PATH'. Use standard phases for 'configure' and 'check'. Adjust and rename phase 'patch-lockfile-deletion' to 'patch-paths'. Add phases 'patch-libgpg-error' and 'skip-gtk-update-icon-cache'. [inputs]: Remove 'libpeas', 'gobject-introspection'. Replace 'python-2' and 'python2-pygobject' with python-3 versions. Add 'json-glib', 'libsoup' and 'libgpg-error'. [native-inputs]: Remove 'cmake-minimal' and 'intltool'. Add 'appstream-glib','desktop-file-utils', 'glib:bin' and 'gobject-introspection'. * gnu/packages/patches/deja-dup-use-ref-keyword-for-iter.patch: Delete file.
2020-05-23gnu: upower: Enable tests.Brice Waegeneire
* gnu/packages/gnome.scm (upower)[arguments]: Enable tests and add phases 'pre-check'. [native-inputs]: Add 'python-pygobject', 'python-dbus', 'python-dbusmock' and 'umockdev'.
2020-05-22gnu: gnome-control-center: Use 'libnma'.Brice Waegeneire
* gnu/packages/gnome.scm (gnome-control-center)[inputs]: Add 'libnma'.
2020-05-22gnu: gnome-initial-setup: Use 'libnma'.Brice Waegeneire
* gnu/packages/gnome.scm (gnome-initial-setup)[inputs]: Replace 'network-manager-applet' with 'libnma'.
2020-05-22gnu: network-manager-applet: Appease guix lint.Brice Waegeneire
* gnu/packages/gnome.scm (network-manager-applet)[home-page]: Replace with permanent redirect URL.
2020-05-22gnu: network-manager-applet: Update to 1.16.0.Brice Waegeneire
* gnu/packages/gnome.scm (netowrk-manager-applet): Update to 1.16.0. [arguments]: Remove 'configure-flags'. [inputs]: Add 'libnma', remove 'iso-codes' and 'mobile-broadband-provider-info'.
2020-05-22gnu: network-manager-vpnc: Use 'libnma'.Brice Waegeneire
* gnu/packages/gnome.scm (network-manager-vpnc)[arguments]: Add configure flag '--with-libnm-glib=no'. [inputs]: Replace 'network-manager-applet' with 'libnma'.
2020-05-22gnu: network-manager-openconnect: Use libnma.Brice Waegeneire
* gnu/packages/gnome.scm (network-manager-openconnect)[native-inputs]: Replace 'network-manager-applet' by 'libnma'.
2020-05-22gnu: network-manager-openvpn: Update to 1.8.12.Brice Waegeneire
* gnu/packages/gnome.scm (network-manager-openvpn): Update to 1.8.12. [inputs]: Replace 'network-manager-applet' with 'libnma'.
2020-05-22gnu: libnma: Adjust indentation.Brice Waegeneire
* gnu/packages/gnome.scm (libnma): Adjust indentation.
2020-05-22gnu: libnma: Update inputs.Brice Waegeneire
* gnu/packages/gnome.scm (libnam)[arguments]: Remove 'glib-or-gtk?' and add phase 'patch-docbook-xml'. [native-inputs]: Add 'docboock-xml-4.3' and 'vala'. [inputs]: Remove 'adwaita'icon-theme'. squash! gnu: libnma: Update inputs and licenses.
2020-05-22gnu: libnma: Update to 1.8.28.Brice Waegeneire
* gnu/packages/gnome.scm (libnma): Update to 1.8.28.
2020-05-22gnu: network-manager: Appease guix lint.Brice Waegeneire
* gnu/packages/gnome.scm (network-manager)[home-page]: Use the permenant redirect URL. * gnu/packages/patches/nm-plugin-path.patch: Renamed to 'gnu/packages/patches/network-manager-plugin-path.patch'.
2020-05-22gnu: network-manager: Switch to meson-build-system.Brice Waegeneire
2020-05-22gnu: network-manager: Add iwd support.Brice Waegeneire
2020-05-22gnu: network-manager: Update to 1.24.0.Brice Waegeneire
* gnu/packages/gnome.scm (network-manager): Update to 1.24.0.
2020-05-22gnu: Add glabels.Vinicius Monego
* gnu/packages/gnome.scm (glabels): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-05-21gnu: cogl: Enable tests.Marius Bakke
* gnu/packages/gnome.scm (cogl)[native-inputs]: Add XORG-SERVER-FOR-TESTS. [arguments]: Remove #:tests?. Add #:disallowed-references. Add #:phases to prepare test environment.
2020-05-21gnu: cogl: Update to 1.22.6.Marius Bakke
* gnu/packages/gnome.scm (cogl): Update to 1.22.6.
2020-05-21gnu: shotwell: Update to 0.30.9.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (shotwell): Update to 0.30.9.
2020-05-19gnu: vte: Remove obsolete input.Marius Bakke
* gnu/packages/gnome.scm (vte)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
2020-05-19gnu: vte: Enable vala bindings.Danny Milosavljevic
* gnu/packages/gnome.scm (vte)[arguments]<#:configure-flags>: Add "-Dvapi=true".
2020-05-19gnu: vte: Update to 0.60.2.Ryan Prior via Guix-patches via
* gnu/packages/gnome.scm (vte): Update to 0.60.2. [arguments]<#:configure-flags>: Disable systemd. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-05-17gnu: soundconverter: Update to 3.0.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (soundconverter): Update to 3.0.2. [source]: Remove upstreamed patch. * gnu/packages/patches/soundconverter-remove-gconf-dependency.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2020-05-13mailmap: Update entries for Nikita.nikita
* .mailmap: change email and name for Nikita. * Makefile.am, 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/gtk.scm, gnu/packages/guile-wm.scm, gnu/packages/guile-xyz.scm, gnu/packages/haskell-apps.scm, gnu/packages/haskell-check.scm, gnu/packages/haskell-crypto.scm, gnu/packages/haskell-xyz.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-xyz.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: Likewise. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-05-13gnu: simple-scan: Update to 3.36.2.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (simple-scan): Update to 3.36.2.1.
2020-05-12gnu: epiphany: Enable tests.Leo Prikler
* gnu/packages/gnome.scm (epiphany)[arguments]<#:tests?>: Drop it. <#:phases>: Add disable-failing-tests and pre-check. [inputs]: Add xorg-server-for-tests. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2020-05-12gnu: epiphany: Update to 3.34.4.Leo Prikler
* gnu/packages/gnome.scm (epiphany): Update to 3.34.4. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2020-05-11gnu: libsecret: Update to 0.20.3.Marius Bakke
* gnu/packages/gnome.scm (libsecret): Update to 0.20.3.
2020-05-06Merge branch 'master' into core-updatesMarius Bakke
2020-05-06gnu: gnome-todo: Fix build.Danny Milosavljevic
* gnu/packages/patches/gnome-todo-delete-esource-duplicate.patch: New file. * gnu/packages/gnome.scm (gnome-todo)[source]: Add it. * gnu/local.mk (dist_patch_DATA): Add it.
2020-05-05Merge branch 'master' into core-updatesMarius Bakke
2020-05-04gnu: gnome-weather: Add wrapper to fix runtime failure.Marius Bakke
Fixes <https://bugs.gnu.org/41057>. Reported by sirgazil <sirgazil@zoho.com>. * gnu/packages/gnome.scm (gnome-weather)[arguments]: Add #:glib-or-gtk?. Add phase to wrap the executable with GTK+ variables.
2020-05-03gnu: network-manager-openconnect: Add missing input.Efraim Flashner
* gnu/packages/gnome.scm (network-manager-openconnect)[inputs]: Add lz4.