Commit Graph

1825 Commits

Author SHA1 Message Date
Brice Waegeneire
415b90f24e
gnu: network-manager-applet: Propagate 'libnma'.
Fixes <https://issues.guix.info/41653>.

* gnu/packages/gnome.scm (network-manager-applet)[inputs]: Move 'libnma'
to …
[propagated-inputs]: … here.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-04 17:00:04 +03:00
Efraim Flashner
70cf011390
gnu: gdl: Don't use custom bootstrap phase.
* gnu/packages/gnome.scm (gdl)[arguments]: Remove custom boostrap phase.
(gdl-minimal)[arguments]: Don't inherit arguments from gdl.
2020-06-01 08:44:21 +03:00
Maxim Cournoyer
ca3adf2607
gnu: Add gdl-minimal.
* gnu/packages/gnome.scm (gdl-minimal): New variable.
2020-05-31 22:12:12 -04:00
Maxim Cournoyer
88e61bd4a4
gnu: Add gdl.
* gnu/packages/gnome.scm (gdl): New variable.
2020-05-31 22:12:11 -04:00
Maxim Cournoyer
43b6b45e7b
gnu: Add libsoup-minimal.
* gnu/packages/gnome.scm (libsoup-minimal): New variable.
2020-05-31 22:12:11 -04:00
Maxim Cournoyer
53c41e958f
gnu: libsoup: Add the missing PHP dependency.
* gnu/packages/gnome.scm (libsoup)[native-inputs]: Add php.
2020-05-31 22:12:11 -04:00
Tobias Geerinckx-Rice
187d02cd43
gnu: totem: Remove python-pylint native input.
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-31 00:16:13 +02:00
Tobias Geerinckx-Rice
2a9761b13b
gnu: totem: Don't use NAME in source URI.
* gnu/packages/gnome.scm (totem)[source]: Hard-code NAME.
2020-05-31 00:16:13 +02:00
Arun Isaac
031315e4f0
gnu: glade3: Update to 3.36.0.
* gnu/packages/gnome.scm (glade3): Update to 3.36.0.
2020-05-30 02:57:33 +05:30
Tobias Geerinckx-Rice
81af0de999
gnu: piper: Include package name in source file name.
* gnu/packages/gnome.scm (piper)[source]: Set FILE-NAME.
2020-05-29 08:08:16 +02:00
Tobias Geerinckx-Rice
73014984bb
gnu: piper: Update to 0.5.
* gnu/packages/gnome.scm (piper): Update to 0.5.
2020-05-29 08:08:16 +02:00
Tobias Geerinckx-Rice
897897bda3
gnu: gnome: Add gnome-boxes.
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add gnome-boxes.
2020-05-28 02:34:37 +02:00
Tobias Geerinckx-Rice
bdfd5d6f51
gnu: gnome-boxes: Update to 3.36.4.
* gnu/packages/gnome.scm (gnome-boxes): Update to 3.36.4.
2020-05-28 02:34:37 +02:00
Christopher Baines
06fe35cf0c
gnu: python-pyatspi: Propagate python-pygobject.
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-26 09:02:05 +01:00
Christopher Baines
5d31933e0b
gnu: Add python2-pyatspi.
This will enable updating python2-dogtail to 0.9.11.

* gnu/packages/gnome.scm (python2-pyatspi): New variable.
2020-05-26 09:02:05 +01:00
Tobias Geerinckx-Rice
f8687cb21e
gnu: dia: Update to 0.97.3-2.3cf7ec4 [fixes CVE-2019-19451].
* 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-25 16:51:52 +02:00
Brice Waegeneire
e24d311f9c
gnu: gnome-shell: Use libnma.
* gnu/packages/gnome.scm (gnome-shell)[inputs]: Add 'libnma'.
2020-05-23 21:47:53 +02:00
Brice Waegeneire
79d7b5277f
gnu: dconf: Appease 'guix lint'.
* gnu/packages/gnome.scm (dconf)[homepage]: Avoid permanent redirect.
2020-05-23 21:47:23 +02:00
Brice Waegeneire
899ffa1381
gnu: deja-dup: Update to 40.6.
* 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-23 21:45:50 +02:00
Brice Waegeneire
6039031a1a
gnu: upower: Enable tests.
* 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-23 21:45:43 +02:00
Brice Waegeneire
46cf343440
gnu: gnome-control-center: Use 'libnma'.
* gnu/packages/gnome.scm (gnome-control-center)[inputs]: Add 'libnma'.
2020-05-22 23:02:26 +02:00
Brice Waegeneire
8d9477b8b8
gnu: gnome-initial-setup: Use 'libnma'.
* gnu/packages/gnome.scm (gnome-initial-setup)[inputs]: Replace
'network-manager-applet' with 'libnma'.
2020-05-22 23:02:24 +02:00
Brice Waegeneire
8ce7860906
gnu: network-manager-applet: Appease guix lint.
* gnu/packages/gnome.scm (network-manager-applet)[home-page]: Replace
with permanent redirect URL.
2020-05-22 23:02:22 +02:00
Brice Waegeneire
4c29111232
gnu: network-manager-applet: Update to 1.16.0.
* 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-22 23:02:19 +02:00
Brice Waegeneire
7c43b78d2c
gnu: network-manager-vpnc: Use 'libnma'.
* gnu/packages/gnome.scm (network-manager-vpnc)[arguments]: Add
configure flag '--with-libnm-glib=no'.
[inputs]: Replace 'network-manager-applet' with 'libnma'.
2020-05-22 23:02:16 +02:00
Brice Waegeneire
4ca449c50e
gnu: network-manager-openconnect: Use libnma.
* gnu/packages/gnome.scm (network-manager-openconnect)[native-inputs]:
Replace 'network-manager-applet' by 'libnma'.
2020-05-22 22:58:00 +02:00
Brice Waegeneire
3fe368c0ff
gnu: network-manager-openvpn: Update to 1.8.12.
* gnu/packages/gnome.scm (network-manager-openvpn): Update to 1.8.12.
[inputs]: Replace 'network-manager-applet' with 'libnma'.
2020-05-22 22:57:58 +02:00
Brice Waegeneire
b1da33d965
gnu: libnma: Adjust indentation.
* gnu/packages/gnome.scm (libnma): Adjust indentation.
2020-05-22 22:57:56 +02:00
Brice Waegeneire
c25ca6b79e
gnu: libnma: Update inputs.
* 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-22 22:57:54 +02:00
Brice Waegeneire
8b554a4e5a
gnu: libnma: Update to 1.8.28.
* gnu/packages/gnome.scm (libnma): Update to 1.8.28.
2020-05-22 22:57:52 +02:00
Brice Waegeneire
8d0548fd34
gnu: network-manager: Appease guix lint.
* 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-22 22:57:47 +02:00
Brice Waegeneire
255ff74f3a
gnu: network-manager: Switch to meson-build-system. 2020-05-22 22:57:44 +02:00
Brice Waegeneire
c2f236fa92
gnu: network-manager: Add iwd support. 2020-05-22 22:57:42 +02:00
Brice Waegeneire
01c22be7bb
gnu: network-manager: Update to 1.24.0.
* gnu/packages/gnome.scm (network-manager): Update to 1.24.0.
2020-05-22 22:57:33 +02:00
Vinicius Monego
21051eb79e
gnu: Add glabels.
* gnu/packages/gnome.scm (glabels): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-05-22 17:45:19 +02:00
Marius Bakke
b4f04e0eff
gnu: cogl: Enable tests.
* 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-21 21:55:23 +02:00
Marius Bakke
29f4bb2e91
gnu: cogl: Update to 1.22.6.
* gnu/packages/gnome.scm (cogl): Update to 1.22.6.
2020-05-21 21:55:22 +02:00
Tobias Geerinckx-Rice
b82a45d804
gnu: shotwell: Update to 0.30.9.
* gnu/packages/gnome.scm (shotwell): Update to 0.30.9.
2020-05-21 06:02:11 +02:00
Marius Bakke
4684580af5
gnu: vte: Remove obsolete input.
* gnu/packages/gnome.scm (vte)[native-inputs]: Remove INTLTOOL.  Add
GETTEXT-MINIMAL.
2020-05-19 15:39:38 +02:00
Danny Milosavljevic
11491e1b1b
gnu: vte: Enable vala bindings.
* gnu/packages/gnome.scm (vte)[arguments]<#:configure-flags>: Add
"-Dvapi=true".
2020-05-19 12:49:13 +02:00
Ryan Prior via Guix-patches via
663def11df
gnu: vte: Update to 0.60.2.
* 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-19 12:49:13 +02:00
Tobias Geerinckx-Rice
7f4b45a320
gnu: soundconverter: Update to 3.0.2.
* 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-17 02:52:56 +02:00
nikita
3c986a7dc2
mailmap: Update entries for 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-13 09:30:26 +03:00
Tobias Geerinckx-Rice
f9e5313cde
gnu: simple-scan: Update to 3.36.2.1.
* gnu/packages/gnome.scm (simple-scan): Update to 3.36.2.1.
2020-05-13 00:21:47 +02:00
Leo Prikler
20710b911f
gnu: epiphany: Enable tests.
* 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-12 12:27:02 -04:00
Leo Prikler
68fdd2377c
gnu: epiphany: Update to 3.34.4.
* gnu/packages/gnome.scm (epiphany): Update to 3.34.4.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2020-05-12 12:25:41 -04:00
Marius Bakke
b05a2f62d4
gnu: libsecret: Update to 0.20.3.
* gnu/packages/gnome.scm (libsecret): Update to 0.20.3.
2020-05-11 21:55:02 +02:00
Marius Bakke
c263cfdcde
Merge branch 'master' into core-updates 2020-05-06 23:37:40 +02:00
Danny Milosavljevic
b17b29454d
gnu: gnome-todo: Fix build.
* 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-06 17:37:48 +02:00
Marius Bakke
87a40d7203
Merge branch 'master' into core-updates 2020-05-05 20:43:21 +02:00