Liliana Marie Prikler
86d91c4411
gnu: evolution: Add missing input.
...
In commit e4bf10ab0bc7c397fe7cbc52aea87d5ea2dfda7d, libnotify was removed
(and the removal documented). This led to desktop notifications no longer
popping up for received emails. Re-adding libnotify fixes this.
* gnu/packages/gnome.scm (evolution)[inputs]: Add libnotify.
2022-09-28 21:28:57 +02:00
Liliana Marie Prikler
c67d462c53
gnu: gnome: Sort propagated inputs alphabetically within categories.
...
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Sort alphabetically
within categories.
2022-09-28 20:28:28 +02:00
Maxim Cournoyer
12b55f1b32
gnu: gnome: Remove input labels.
...
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Remove labels.
2022-09-28 12:59:06 -04:00
Sughosha
103d8229cb
gnu: gnome: Update propagated dependencies.
...
* gnu/packages/gnome.scm (gnome)
[propgated-inputs]: Remove gnome-terminal and gedit. And add
gnome-console and gnome-text-editor.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-09-28 12:48:40 -04:00
Maxim Cournoyer
052c1b0643
gnu: colord: Update to 1.4.6.
...
* gnu/packages/gnome.scm (colord): Update to 1.4.6.
[source]: Override inherited field.
[configure-flags]: Use gexps.
[phases]: Likewise.
[native-inputs]: Remove labels.
2022-09-27 10:05:55 -04:00
Maxim Cournoyer
1fe766fbe7
gnu: docbook-xsl-ns: Rename to docbook-xsl-1.79.1 and use gexps.
...
* gnu/packages/docbook.scm (docbook-xsl-ns): Rename to...
(docbook-xsl-1.79.1): ... this.
[source]: Adjust URL and add a comment.
[arguments]: Use gexps and adjust phases accordingly.
* gnu/packages/gnome.scm (colord)[native-inputs]: Replace docbook-xsl-ns with
docbook-xsl-1.79.1.
2022-09-27 10:05:54 -04:00
Jacob Hrbek
ddb2b632fa
gnu: gnome-boxes: Patch 'qemu-img' file name.
...
* gnu/packages/gnome.scm (gnome-boxes)[arguments]: Add
'set-qemu-file-name' phase.
[inputs]: Add QEMU-MINIMAL.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-09-26 23:29:37 +02:00
Sughosha
cb2d5063a0
gnu: Add gnome-console.
...
* gnu/packages/gnome.scm (gnome-console): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-09-21 06:26:56 +02:00
Sughosha
d6a16a1dc4
gnu: Add gnome-text-editor.
...
* gnu/packages/gnome.scm (gnome-text-editor): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-09-21 06:26:56 +02:00
Liliana Marie Prikler
e58bafcca4
gnu: evolution: Update to 3.46.0.
...
* gnu/packages/gnome.scm (evolution): Update to 3.46.0.
2022-09-19 21:13:39 +02:00
Liliana Marie Prikler
d753a528ce
gnu: evolution-data-server: Update to 3.46.0.
...
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.46.0.
2022-09-19 21:13:31 +02:00
Liliana Marie Prikler
96c7887864
gnu: gnome-todo: Update to "Endeavour" 42.0.
...
* gnu/packages/gnome.scm (gnome-todo): Deprecate and rename to...
(endeavour): ... this.
[source]: Use git origin.
* gnu/packages/patches/gnome-todo-libportal.patch: Deleted file.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
2022-09-19 20:51:13 +02:00
Marius Bakke
94827144d1
gnu: gnome-settings-daemon: Add NSS on RUNPATH.
...
* gnu/packages/gnome.scm (gnome-settings-daemon)[arguments]: Ensure NSS ends
up on RUNPATH.
2022-09-18 16:18:35 +02:00
Marius Bakke
5010801676
gnu: Explicitly use meson@0.60 in packages that don't support 0.63.
...
* gnu/packages/gnome.scm (gnome-disk-utility, gnome-screenshot,
dconf-editor)[arguments]: Add #:meson.
2022-09-18 16:18:34 +02:00
Liliana Marie Prikler
5811d876c3
gnu: polari: Add missing input.
...
* gnu/packages/gnome.scm (polari)[inputs]: Add libadwaita.
2022-09-18 16:03:22 +02:00
Liliana Marie Prikler
9a4ea7059d
gnu: gitg: Use gtksourceview-4.
...
* gnu/packages/gnome.scm (gitg)[inputs]: Replace gtksourceview with
gtksourceview-4.
2022-09-18 16:03:21 +02:00
Maxim Cournoyer
87ce7a6f71
gnu: libgovirt: Propagate glib and rest-next.
...
* gnu/packages/gnome.scm (libgovirt)
[inputs]: Move rest-next to...
[propagated-inputs]: ... here. Add glib.
2022-09-15 22:38:56 -04:00
Maxim Cournoyer
261bc8f028
gnu: nautilus: Simplify how tracker tests are disabled.
...
* gnu/packages/gnome.scm (nautilus)[source]: Remove patches field.
[phases]{disable-tracker-tests}: New phase.
* gnu/packages/patches/nautilus-disable-tracker-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
2022-09-14 22:21:41 -04:00
Michael Rohleder
6ff5b79804
gnu: gnome-mines: Fix build.
...
* gnu/packages/gnome.scm (gnome-mines)[inputs]: Replace libgnome-games-support with libgnome-games-support-1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-14 23:36:32 +02:00
Mathieu Othacehe
52f82c1af0
gnu: evince: Use poppler-next.
...
This fixes the following issue: ../evince-42.3/meson.build:416: WARNING: PDF
support is disabled since poppler-glib version >= 22.02.0 or libxml-2.0
version >= 2.5.0 not found
and restores PDF support.
* gnu/packages/gnome.scm (evince)[inputs]: Use poppler-next.
2022-09-14 18:09:13 +02:00
Maxim Cournoyer
4d15eb2368
gnu: gnome-bluetooth: Fix source URL.
...
* gnu/packages/gnome.scm (gnome-bluetooth)[source]: Fix URL.
2022-09-13 08:42:40 -04:00
Maxim Cournoyer
1d7402c4ed
gnu: gnome-screenshot: Remove meson patch.
...
* gnu/packages/gnome.scm (gnome-screenshot)
[source]: Delete patches field.
* gnu/packages/patches/gnome-screenshot-meson-0.60.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
2022-09-13 02:05:00 -04:00
Maxim Cournoyer
51ea0a7958
gnu: glade: Remove meson argument.
...
* gnu/packages/gnome.scm (glade3)[meson]: Delete argument.
2022-09-13 02:05:00 -04:00
Maxim Cournoyer
ab754956c1
gnu: Add libshumate.
...
* gnu/packages/gnome.scm (libshumate): New variable.
2022-09-13 02:04:59 -04:00
Maxim Cournoyer
1ffeeac0c1
gnu: gnome-shell: Use libsoup 3 to fix tests.
...
* gnu/packages/gnome.scm (gnome-shell)[configure-flags]: Add -Dsoup2=false.
2022-09-13 02:04:59 -04:00
Maxim Cournoyer
8465732b7c
gnu: Add folks-with-libsoup2.
...
* gnu/packages/gnome.scm (folks-with-libsoup2): New variable.
2022-09-13 02:04:58 -04:00
Maxim Cournoyer
311e627c3e
gnu: libgweather: Use geocode-glib-with-libsoup2.
...
* gnu/packages/gnome.scm (libgweather)
[propagated-inputs]: Replace geocode-glib with geocode-glib-with-libsoup2.
2022-09-13 02:04:58 -04:00
Maxim Cournoyer
042df7d4d8
gnu: gupnp-igd: Build with gupnp-1.4.
...
* gnu/packages/gnome.scm (gupnp-igd)
[arguments]: Use gexps.
[phases]: Delete trailing #t.
{patch-docbook-xml}: Use this-package-native-input.
{move-doc}: Use gexps.
[native-inputs]: Remove labels.
[propagated-inputs]: Remove gssdp, gupnp and libsoup. Add gupnp-1.4.
2022-09-13 02:04:57 -04:00
Maxim Cournoyer
e4bf10ab0b
gnu: evolution: Update to 3.45.3.
...
* gnu/packages/gnome.scm (evolution): Update to 3.45.3.
[arguments]: Use gexps.
[configure-flags]: Remove -DENABLE_LIBCRYPTUI=OFF, obsolete.
[phases]{patch-ui-module-dir}: Update phase.
[inputs]: Replace libgweather with libgweather4. Replace
webkitgtk-with-libsoup2 with webkitgtk. Remove libnotify.
2022-09-13 02:04:57 -04:00
Maxim Cournoyer
629172258d
gnu: evolution-data-server: Update to 3.45.3.
...
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.45.3.
[configure-flags]: Add -DENABLE_OAUTH2_WEBKITGTK4=OFF.
[native-inputs]: Sort.
[propagated-inputs]: Add glib, gtk and json-glib. Replace libsoup-minimal-2
with libsoup.
[inputs]: Replace libgweather with libgweather4. Replace
webkitgtk-with-libsoup2 with webkitgtk. Add pango-next.
(evolution-data-server-3.44): New variable.
2022-09-13 02:04:56 -04:00
Maxim Cournoyer
4ebd1da9eb
gnu: libsoup: Update to 3.1.4.
...
* gnu/packages/gnome.scm (libsoup): Update to 3.1.4.
[configure-flags]: Remove obsolete gtk_doc flag and use gexps.
[phases]{patch-docbook-xml}: Delete phase.
{move-doc}: Use gexps.
[native-inputs]: Delete docbook-xml and gtk_doc. Add gi-docgen.
2022-09-13 02:04:56 -04:00
Maxim Cournoyer
b060857c8e
gnu: gnome-builder: Update to 42.1.
...
* gnu/packages/gnome.scm (gnome-builder): Update to 42.1.
[source]: Remove patches field.
[configure-flags]: Remove -Dplugin_flatpak=false and
-Dplugin_update_manager=false.
[phases]{patch-meson}: Use search-input-file.
{fix-ninja}: Delete phase.
[inputs]: Ad flatpak, libhandy and libostree.
[propagated-inputs]: Replace gtksourceview with gtksourceview-4.
* gnu/packages/patches/gnome-builder-update-libportal.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
2022-09-13 02:04:56 -04:00
Maxim Cournoyer
715fb46817
gnu: sysprof: Update to 3.45.1.
...
* gnu/packages/gnome.scm (sysprof): Update to 3.45.1.
[phases]{patch-install-script}: Rename to...
{disable-post-install}: ... this, and adjust.
[inputs]: Replace glib with glib-next, gtk+ with gtk. Add libadwaita.
[native-inputs]: Replace glib:bin with glib-next:bin. Sort.
(sysprof-3.44): New variable.
(gnome-builder)[inputs]: Replace sysprof with sysprof-3.44.
2022-09-13 02:04:55 -04:00
Maxim Cournoyer
194e53b8a8
gnu: jsonrpc-glib: Update to 3.42.0.
...
* gnu/packages/gnome.scm (jsonrpc-glib): Update to 3.42.0.
[inputs, native-inputs]: Sort.
2022-09-13 02:04:55 -04:00
Maxim Cournoyer
3426fc6036
gnu: piper: Update to 0.7 and enable tests.
...
* gnu/packages/gnome.scm (piper): Update to 0.7.
[native-inputs, inputs]: Move after arguments.
[tests?]: Remove argument.
[phases]{wrap-script}: Use wrap-script. Use search-input-file. Wrap with
GUIX_PYTHONPATH.
[native-inputs]: Add appstream.
[inputs]: Add guile-3.0. Remove gtk+:bin.
2022-09-13 02:04:55 -04:00
Maxim Cournoyer
13a0224cd1
gnu: apostrophe: Update to 2.6.3.
...
* gnu/packages/gnome.scm (apostrophe): Update to 2.6.3.
[source]: Update URL.
[imported-modules, modules]: New arguments.
[phases]{python-and-gi-wrap}: Use search-input-file and site-packages.
[native-inputs]: Add bash-minimal.
[home-page]: Update URL.
2022-09-13 02:04:55 -04:00
Maxim Cournoyer
6eeb0f4eeb
gnu: setzer: Update to 0.4.8.
...
* gnu/packages/gnome.scm (setzer): Update to 0.4.8.
[imported-modules, modules]: New arguments.
[phases]{python-and-gi-wrap}: Use search-input-file.
[inputs]: Remove gtksourceview and webkitgtk; add bash-minimal, gtksourceview-4,
python-pexpect, and webkitgtk-with-libsoup2.
[native-inputs]: Remove desktop-file-utils, glib:bin, gobject-introspection,
gtk+:bin, and python-wrapper; add python.
2022-09-13 02:04:55 -04:00
Maxim Cournoyer
70f1fd9aad
gnu: polari: Update to 42.1.
...
* gnu/packages/gnome.scm (polari): Update to 42.1.
[phases]{skip-gtk-update-icon-cache}: Adjust.
{fix-desktop-file}: Punctuate comment. Use search-input-file.
{wrap-typelib}: Likewise.
[inputs]: Move field after native-inputs. Replace libsoup-minimal-2 with
libsoup. Add bash-minimal.
[native-inputs]: Replace intltool with gettext-minimal.
2022-09-13 02:04:54 -04:00
Maxim Cournoyer
6f4424282e
gnu: gnote: Update to 42.1.
...
* gnu/packages/gnome.scm (gnote): Update to 42.1.
[native-inputs]: Remove intltool; add gettext-minimal.
2022-09-13 02:04:54 -04:00
Maxim Cournoyer
57c86aaba2
gnu: libgit2-glib: Update to 1.1.0.
...
* gnu/packages/gnome.scm (libgit2-glib): Update to 1.1.0.
[inputs]: Remove glib.
[propagated-inputs]: Add glib.
2022-09-13 02:04:54 -04:00
Maxim Cournoyer
4237ccbb49
gnu: ghex: Update to 42.3.
...
* gnu/packages/gnome.scm (ghex): Update to 42.3.
[source]: Adjust URL.
[phases]{skip-gtk-update-icon-cache}: Update.
[native-inputs]: Remove labels. Replace intltool with gettext-minimal.
Remove which.
[inputs]: Replace gtk+ with gtk.
2022-09-13 02:04:54 -04:00
Maxim Cournoyer
731b56f311
gnu: sound-juicer: Update to 3.38.0.
...
* gnu/packages/gnome.scm (sound-juicer): Update to 3.38.0.
[arguments]: New field.
[native-inputs]: Sort. Replace intltool with gettext-minimal. Add glib:bin
and python.
[inputs]: Sort.
2022-09-13 02:04:53 -04:00
Maxim Cournoyer
0ef4c18fba
gnu: passwordsafe: Rename to secrets and update to 6.5.
...
* gnu/packages/gnome.scm (passwordsafe): Deprecate in favor of...
(secrets): ... this new variable. Update to 6.5.
[meson]: Remove argument.
[imported-modules, modules]: New arguments.
[phases]{disable-postinstall-script}: Patch meson.build.
{python-and-gi-wrap}: Use search-input-file.
[native-inputs]: Remove gtk+:bin.
[inputs]: replace gtk+ with gtk. Add bash-minimal, libadwaita and
python-pyotp.
[home-page]: Update URL.
[description]: Adjust for renaming.
2022-09-13 02:04:53 -04:00
Maxim Cournoyer
da4849e13b
gnu: cheese: Update to 41.1.
...
* gnu/packages/gnome.scm (cheese): Update to 41.1.
[tests?]: Remove argument.
[phases]: Delete trailing #t.
{wrap-cheese}: Use search-input-file.
[inputs]: Add bash-minimal. Move gobject-introspection to...
[native-inputs]: ... here.
2022-09-13 02:04:53 -04:00
Maxim Cournoyer
c1721e769e
gnu: lollypop: Update to 1.4.35 and enable tests.
...
* gnu/packages/gnome.scm (lollypop): Update to 1.4.35.
[tests?]: Delete argument.
[phases]{disable-gtk-update-icon-cache}: New phase.
{wrap-program}: Use search-input-file.
[native-inputs]: Remove labels. Remove gtk+:bin.
[inputs]: Remove labels. Add bash-minimal.
2022-09-13 02:04:53 -04:00
Maxim Cournoyer
db3d093546
gnu: gspell: Update to 1.11.1.
...
* gnu/packages/gnome.scm (gspell): Update to 1.11.1.
[source]: Delete patches.
[phases]{disable-problematic-tests}: New phase.
[native-inputs]: Remove labels.
* gnu/packages/patches/gspell-dash-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
2022-09-13 02:04:52 -04:00
Maxim Cournoyer
be1c940d3a
gnu: orca: Update to 42.3.
...
* gnu/packages/gnome.scm (orca): Update to 42.3.
[phases]{wrap-orca}: Use search-input-file.
[native-inputs]: Remove intltool; add gettext-minimal.
[inputs]: Add bash-minimal.
2022-09-13 02:04:52 -04:00
Maxim Cournoyer
bd9742938c
gnu: python-pyatspi: Update to 2.45.90.
...
* gnu/packages/gnome.scm (python-pyatspi): Update to 2.45.90.
2022-09-13 02:04:52 -04:00
Maxim Cournoyer
2671d0c92d
gnu: libgnomekbd: Update to 3.28.1.
...
* gnu/packages/gnome.scm (libgnomekbd): Update to 3.28.1.
2022-09-13 02:04:51 -04:00
Maxim Cournoyer
b83ce22d3e
gnu: gfbgraph: Update to 0.2.5 and enable tests.
...
* gnu/packages/gnome.scm (gfbgraph): Update to 0.2.5.
[tests?]: Delete argument.
[configure-flags]: Remove "--enable-gtk-doc" and "--enable-introspection",
which are correctly automatically detected.
[native-inputs]: Remove autoconf, automake, libtool and which.
[inputs]: Remove labels.
2022-09-13 02:04:51 -04:00