GNU bug report logs -
#71781
[PATCH 00/28] Update Mate Desktop to 1.28.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Wed, 26 Jun 2024 08:08:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Am Freitag, dem 28.06.2024 um 07:05 -0700 schrieb Andy Tai:
> * gnu/packages/mate.scm (caja-extensions): Update to 1.28.0
> [arguments](configure-flags): Disable AV support as needed
> gstreamer
> components are Rust packages not in Guix at this time.
It's [arguments]<#:configure-flags> --- or [#:configure-flags] for
short. Also please don't indent the ChangeLog.
> gnu/packages/mate.scm | 11 +++++++++--
> 1 file changed, 9 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
> index b99c15dd94..6fc20181d8 100644
> --- a/gnu/packages/mate.scm
> +++ b/gnu/packages/mate.scm
> @@ -51,6 +51,7 @@ (define-module (gnu packages mate)
> #:use-module (gnu packages glib)
> #:use-module (gnu packages gnome)
> #:use-module (gnu packages gnupg)
> + #:use-module (gnu packages gstreamer)
> #:use-module (gnu packages gtk)
> #:use-module (gnu packages image)
> #:use-module (gnu packages imagemagick)
> @@ -846,14 +847,14 @@ (define-public caja
> (define-public caja-extensions
> (package
> (name "caja-extensions")
> - (version "1.26.1")
> + (version "1.28.0")
> (source
> (origin
> (method url-fetch)
> (uri (string-append "mirror://mate/" (version-major+minor
> version) "/"
> "caja-extensions-" version ".tar.xz"))
> (sha256
> - (base32
> "086mw7650n8blnr2wkg9xdb6lhwqamcbkk5575i2s90hzbiik72q"))))
> + (base32
> "0x9ikq8biaq08wzj0qqpmy8k5w7axqimigfgf7i5z0s00xg6r66j"))))
> (build-system glib-or-gtk-build-system)
> (arguments
> `(#:configure-flags (list "--enable-sendto"
> @@ -864,6 +865,11 @@ (define-public caja-extensions
> "--enable-image-converter"
> "--enable-open-terminal" "--enable-
> share"
> "--enable-wallpaper" "--enable-xattr-
> tags"
> + "--enable-av=no"
> + ; Guix does not have rust packages
> + ; gstreamer-tag-1.0
> + ; gstreamer-pbutils-1.0
> + ; so disable search for them
These lines will likely not render as expected once anyone hits C-;
You might want to add them *before* the flag, too.
Cheers
This bug report was last modified 288 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.