me
/
guix
Archived
1
0
Fork 0
Commit Graph

3108 Commits (7a2ee8524ab83fd3f22deda388f2fd0628cd7271)

Author SHA1 Message Date
raingloom 0dc83ce53b
gnu: gnome-dictionary: Fix build.
* gnu/packages/patches/gnome-dictionary-meson-i18n.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/gnome.scm (gnome-dictionary): Use it here.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Fixes: gnome-dictionary-40.0: fails configure <https://bugs.gnu.org/63687>
2023-09-16 17:46:57 +02:00
Ludovic Courtès 3f76970fda
gnu: yelp: Provide dependencies to display "man:" URIs.
Previously a command like the following one would fail to display the
expected man page:

  guix shell yelp coreutils -C \
     --expose=/tmp/.X11-unix --expose=/run/user \
     --expose=/var/run/dbus --expose=/etc/machine-id -E ^DISPLAY -- \
     /bin/sh -c \
     'export MANPATH=$GUIX_ENVIRONMENT/share/man; echo $MANPATH; yelp man:ls'

* gnu/packages/gnome.scm (yelp)[arguments]: New field.
[inputs]: Add ‘man-db’ and ‘groff-minimal’.

Reported-by: Luis Felipe <sirgazil@zoho.com>
2023-09-11 22:58:02 +02:00
宋文武 4d4bf9ab1f
gnu: sound-juicer: Update to 3.40.0.
* gnu/packages/gnome.scm (sound-juicer): Update to 3.40.0.
[arguments]<phases>: Adjust 'disable-gtk-update-icon-cache'.
Add 'wrap-program' for GST_PLUGIN_SYSTEM_PATH.
[inputs]: Add bash-minimal, for wrapper.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-01 10:57:09 -04:00
Efraim Flashner 0d70012efb
gnu: gnome-themes-extra: Build with librsvg-for-system.
* gnu/packages/gnome.scm (gnome-themes-extra)[inputs]: Replace librsvg
with librsvg-for-system.
2023-08-18 22:47:53 +03:00
Efraim Flashner df66327818
gnu: totem: Build with librsvg-for-system.
* gnu/packages/gnome.scm (totem)[inputs]: Replace librsvg with
librsvg-for-system.
2023-08-18 22:47:52 +03:00
Efraim Flashner 8f7211cafe
gnu: aisleriot: Build with librsvg-for-system.
* gnu/packages/gnome.scm (aisleriot)[inputs]: Replace librsvg with
librsvg-for-system.
2023-08-18 22:47:52 +03:00
Efraim Flashner 2d8eea832b
gnu: gnome-sudoku: Build with librsvg-for-system.
* gnu/packages/gnome.scm (gnome-sudoku)[inputs]: Replace librsvg with
librsvg-for-system.
2023-08-18 22:47:52 +03:00
Efraim Flashner cc07acea3f
gnu: gtg: Build with librsvg-for-system.
* gnu/packages/gnome.scm (gtg)[inputs]: Replace librsvg with
librsvg-for-system.
2023-08-18 22:47:52 +03:00
Efraim Flashner 43501bc00b
gnu: gtg: Add missing input.
* gnu/packages/gnome.scm (gtg)[native-inputs]: Add itstool.
2023-08-18 22:47:52 +03:00
Efraim Flashner 642ae73ec0
gnu: glabels: Build with librsvg-for-system.
* gnu/packages/gnome.scm (glabels)[inputs]: Replace librsvg with
librsvg-for-system.
2023-08-15 05:45:48 +03:00
Efraim Flashner 1df0b636e1
gnu: gthumb: Build with librsvg-for-system.
* gnu/packages/gnome.scm (gthumb)[inputs]: Replace librsvg with
librsvg-for-system.
2023-08-15 05:45:47 +03:00
Efraim Flashner d2f9abdde1
gnu: gnome-system-monitor: Build with librsvg-for-system.
* gnu/packages/gnome.scm (gnome-system-monitor)[inputs]: Replace librsvg
with librsvg-for-system.
2023-08-15 05:45:47 +03:00
Efraim Flashner 485245e7b0
gnu: gnome-control-center: Build with librsvg-for-system.
* gnu/packages/gnome.scm (gnome-control-center)[inputs]: Replace librsvg
with librsvg-for-system.
2023-08-15 05:45:47 +03:00
Efraim Flashner e60928c1f1
gnu: drawing: Build with librsvg-for-system.
* gnu/packages/gnome.scm (drawing)[inputs]: Replace librsvg with
librsvg-for-system.
2023-08-15 05:45:47 +03:00
Efraim Flashner 43c13cd790
gnu: gnome-photos: Build with librsvg-for-system.
* gnu/packages/gnome.scm (gnome-photos)[inputs]: Replace librsvg with
librsvg-for-system.
2023-08-15 05:45:47 +03:00
Efraim Flashner 565af70403
gnu: libdmapsharing: Build with librsvg-for-system.
* gnu/packages/gnome.scm (libdmapsharing)[inputs]: Replace librsvg with
librsvg-for-system.
2023-08-15 05:45:47 +03:00
Tobias Geerinckx-Rice 65eea89235
gnu: libcloudproviders: Remove redundant version field.
* gnu/packages/gnome.scm (libcloudproviders)[version]: Remove field.
2023-08-06 02:00:00 +02:00
Tobias Geerinckx-Rice 19a7a824c3
gnu: rhythmbox: Update to 3.4.7.
* gnu/packages/gnome.scm (rhythmbox): Update to 3.4.7.
[inputs]: Upgrade libsoup-minimal-2 to libsoup-minimal.
2023-08-06 02:00:00 +02:00
Tobias Geerinckx-Rice 79e8072a18
gnu: dconf: Update home page.
* gnu/packages/gnome.scm (dconf)[home-page]: Update.
2023-07-30 02:00:00 +02:00
宋文武 34b56974df
gnu: vte-ng: Remove package.
It fails to build and is not used anymore.

* gnu/packages/gnome.scm (vte-ng): Remove package.
2023-08-01 19:49:58 +08:00
Tobias Geerinckx-Rice 473d9bffb5
gnu: libxml++: Update to 5.0.3.
* gnu/packages/gnome.scm (libxml++): Update to 5.0.3.
2023-07-23 02:00:00 +02:00
John Kehayias d1804ebfc9
gnu: mutter: Fix build.
With newer versions of Mesa, a test in ensure_bits_initialized fails.  Fixed
upstream in newer versions of mutter.  See
<https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3047>.

* gnu/packages/gnome.scm (mutter)[source]: Add patch.
* gnu/packages/patches/mutter-fix-inverted-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2023-07-30 01:05:41 -04:00
Tobias Geerinckx-Rice 789f7e9a3d
gnu: fuse@3: Bind to default FUSE variable.
* gnu/packages/linux.scm (fuse): Rename this…
(fuse-2): …to this, and…
(fuse-3): …rename this…
(fuse): …to this!
(fuse-static): Rename this…
(fuse-2-static): …to this.
Adjust all users.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice 4feaefbb27
gnu: gnome-multi-writer: Fix build.
* gnu/packages/gnome.scm (gnome-multi-writer)[native-inputs]: Add gettext-minimal.
2023-07-16 02:00:07 +02:00
Tobias Geerinckx-Rice 33166500d2
gnu: gnome-multi-writer: Remove input labels.
* gnu/packages/gnome.scm (gnome-multi-writer)[native-inputs]:
Remove input labels.
2023-07-16 02:00:07 +02:00
Tobias Geerinckx-Rice e74ccdc483
gnu: evince: Update to 44.3.
* gnu/packages/gnome.scm (evince): Update to 44.3.
2023-07-16 02:00:01 +02:00
Tobias Geerinckx-Rice f8fcd6e533
gnu: evince: Parameterise source URI.
* gnu/packages/gnome.scm (evince)[source]: Use VERSION.
2023-07-16 02:00:00 +02:00
Christopher Baines 22c7ac4109
gnu: gnome: Hide devhelp-with-libsoup2.
To avoid the ambiguous package specification.

* gnu/packages/gnome.scm (devhelp-with-libsoup2): Hide package.
2023-07-17 09:07:34 +01:00
Tobias Geerinckx-Rice 34d40ea170
gnu: cambalache: Mark up description.
* gnu/packages/gnome.scm (cambalache)[description]: Use @acronym{} for buzzwords.
2023-07-02 02:00:05 +02:00
Tobias Geerinckx-Rice b6fd8e6742
gnu: cambalache: Update to 0.12.1.
* gnu/packages/gnome.scm (cambalache): Update to 0.12.1.
2023-07-02 02:00:12 +02:00
Efraim Flashner bc702a07c5
gnu: rest-next: Don't set #:tests? to #:true.
* gnu/packages/gnome.scm (rest-next)[arguments]: Rewrite to strip #:tests?
argument from the inherited package.
2023-07-09 10:43:03 +03:00
Josselin Poiret 4722496292
gnu: gnome: Remove gnome-boxes from default GNOME apps.
* gnu/packages/gnome.scm (gnome): Remove gnome-boxes from propagated-inputs,
since it is no longer a Core App in 42.
2023-07-07 21:14:09 +02:00
Liliana Marie Prikler 5abcfe7a79
gnu: cambalache: Update to 0.12.0.
* gnu/packages/gnome.scm (cambalache): Update to 0.12.0.
[arguments]<#:tests?>: Disable.
<#:phases>: Adjust ‘patch-build’ accordingly.  Add ‘fake-cc’.
[inputs]: Add gtksourceview-4 and python-pycairo.
Replace webkitgtk-with-libsoup2 with webkitgtk and webkitgtk-next.
[native-inputs]: Add weston.
2023-06-25 14:27:59 +02:00
Sughosha bf164e8d37
gnu: tracker-miners: Add search path for TRACKER_CLI_SUBCOMMANDS_DIR.
* gnu/packages/gnome.scm (tracker-miners)[native-search-paths]: New field.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-06-25 14:27:59 +02:00
Efraim Flashner d884fc9e2e
gnu: gnumeric: Use librsvg-for-system.
* gnu/packages/gnome.scm (gnumeric)[inputs]: Replace librsvg with
librsvg-for-system.
2023-06-19 16:31:35 +03:00
Zheng Junjie 713da38002
gnu: gsettings-desktop-schemas: Fix cross-compiling.
* gnu/packages/gnome.scm(gsettings-desktop-schemas)[inputs]: Add
gobject-introspection.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-04 15:02:07 +03:00
Zhu Zihao 07ac0cb722
gnu: d-feet: Fix build errors when using Meson 1.1.0.
Fix the build error:

data/meson.build:15:0: ERROR: Function does not take positional arguments.
data/meson.build:27:0: ERROR: Function does not take positional arguments.

* gnu/packages/patches/d-feet-drop-unused-meson-argument.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it here.
* gnu/packages/gnome.scm (d-feet)[source]: Use it here.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-06-04 08:20:13 +02:00
Greg Hogan 9511488941
gnu: zenity: Update to 3.44.1.
* gnu/packages/gnome.scm (zenity): Update to 3.44.1.
[native-inputs]: Add gtk+:bin.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-01 12:44:58 +03:00
Dominik Delgado Steuter e7ab908e0a
gnu: Add dialect.
* gnu/packages/gnome.scm (dialect): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-25 12:51:16 +02:00
Giovanni Biscuolo c5bc698e89
gnu: dia: Update to 0.97.3-4.b903dd8
* gnu/packages/gnome.scm (dia): Update to 0.97.3-4.b903dd8

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-05-21 22:18:46 +02:00
Liliana Marie Prikler 9d77f6562b
gnu: geary: Update to 43.0.
* gnu/packages/gnome.scm (geary): Update to 43.0.
[arguments]<#:phases>: Drop ‘disable-failing-tests’ and ‘generate-vapis’.
Rename ‘disable-postinstall-script’ to ‘skip-gtk-update-icon-cache’ and adjust
accordingly.
[inputs]: Replace folks-with-libsoup2 with folks.
Replace gnome-online-accounts-3.44 with gnome-online-accounts.
Replace webkitgtk-with-libsoup2 with webkitgtk.
[native-inputs]: Replace vala-0.52 with vala.
Add gnutls.
2023-05-21 22:18:46 +02:00
Juliana Sims 1310286dc6
gnu: geary: Remove redundant native-inputs.
* gnu/packages/gnome.scm (geary)[native-inputs]: Remove glib, gmime,
and gsettings-desktop-schemas.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-05-21 22:18:46 +02:00
Juliana Sims 7bcb72b331
gnu: geary: Use G-Expressions.
* gnu/packages/gnome.scm (geary)[arguments]: Convert to list of
G-Expressions.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-05-21 22:18:46 +02:00
Juliana Sims 8a21c038ef
gnu: geary: Fix build failure.
* gnu/packages/gnome.scm (geary)[arguments]: Disable failing test.
[native-inputs]: Use vala-0.52 instead of vala.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-05-21 22:18:46 +02:00
Efraim Flashner 0867ffbc62
gnu: librsvg-for-system: Choose librsvg based on package support.
* gnu/packages/gnome.scm (librsvg-for-system): Adjust the logic to
choose which librsvg based on which version is supported.
2023-05-07 19:29:43 +03:00
Efraim Flashner 59fffe7738
gnu: librsvg: Update to 2.54.5.
* gnu/packages/gnome.scm (librsvg): Update to 2.54.5.
2023-05-07 19:28:57 +03:00
Efraim Flashner a4aaa643eb
gnu: librsvg: Adjust test suite.
* gnu/packages/gnome.scm (librsvg)[arguments]: Add a custom phase
'loosen-test-boundaries to allow more tests to pass.
2023-05-07 19:28:57 +03:00
Maxim Cournoyer 8af2865896
gnu: network-manager: Update to 1.42.6.
* gnu/packages/gnome.scm (network-manager): Update to 1.42.6.
2023-05-06 23:19:12 -04:00
Josselin Poiret 443b5b5e80
gnu: network-manager-applet: Update to 1.32.0.
* gnu/packages/gnome.scm (network-manager-applet): Update to 1.32.0.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-05-06 23:19:12 -04:00
Josselin Poiret 1573dffd2b
libnma: Update to 1.10.6.
Fixes <https://issues.guix.gnu.org/62496> and <https://issues.guix.gnu.org/63154>.

* gnu/packages/gnome.scm (libnma): Update to 1.10.6.  Also remove general
schema that belongs to network-manager-applet.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-05-06 23:19:12 -04:00