[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71781] [PATCH v2 14/28] gnu: caja-extensions: update to 1.28.0.
From: |
Andy Tai |
Subject: |
[bug#71781] [PATCH v2 14/28] gnu: caja-extensions: update to 1.28.0. |
Date: |
Wed, 26 Jun 2024 01:36:34 -0700 |
* 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.
Change-Id: If48fcc79618654fd29ed6222517509224fa78e37
---
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
(string-append "--with-cajadir="
(assoc-ref %outputs "out")
"/lib/caja/extensions-2.0/"))))
@@ -882,6 +888,7 @@ (define-public caja-extensions
dbus
dbus-glib
gajim ;runtime only?
+ gstreamer
gtk+
graphicsmagick
mate-desktop
--
2.34.1
- [bug#71781] [PATCH 26/28] gnu: atril: update to 1.28.0., (continued)
- [bug#71781] [PATCH 26/28] gnu: atril: update to 1.28.0., Andy Tai, 2024/06/26
- [bug#71781] [PATCH 19/28] gnu: mate-menus: Update to 1.28.0., Andy Tai, 2024/06/26
- [bug#71781] [PATCH 23/28] gnu: pluma: update to 1.28.0., Andy Tai, 2024/06/26
- [bug#71781] [PATCH 15/28] gnu: mate-user-guide: Update to 1.28.0, Andy Tai, 2024/06/26
- [bug#71781] [PATCH 28/28] gnu: Add mozo., Andy Tai, 2024/06/26
- [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28, Andy Tai, 2024/06/26
- [bug#71781] [PATCH v2 01/28] gnu: mate-icon-theme: Update to 1.28.0., Andy Tai, 2024/06/26
- [bug#71781] [PATCH v2 05/28] gnu: mate-session-manager: Update to 1.28.0., Andy Tai, 2024/06/26
- [bug#71781] [PATCH v2 03/28] gnu: libmateweather: Update to 1.28.0., Andy Tai, 2024/06/26
- [bug#71781] [PATCH v2 06/28] gnu: mate-settings-daemon: Update to 1.28.0., Andy Tai, 2024/06/26
- [bug#71781] [PATCH v2 14/28] gnu: caja-extensions: update to 1.28.0.,
Andy Tai <=
- [bug#71781] [PATCH v2 16/28] gnu: mate-calc: Update to 1.28.0., Andy Tai, 2024/06/26
- [bug#71781] [PATCH v2 02/28] gnu: mate-desktop: Update to 1.28.2., Andy Tai, 2024/06/26
- [bug#71781] [PATCH v2 04/28] gnu: mate-terminal: Update to 1.28.1., Andy Tai, 2024/06/26
- [bug#71781] [PATCH v2 07/28] gnu: libmatemixer: Update to 1.28.0., Andy Tai, 2024/06/26
- [bug#71781] [PATCH v2 08/28] gnu: libmatekbd: update to 1.28.0., Andy Tai, 2024/06/26
- [bug#71781] [PATCH v2 09/28] gnu: mate-applets: Update to 1.28.0., Andy Tai, 2024/06/26
- [bug#71781] [PATCH v2 10/28] gnu: mate-media: Update to 1.28.1., Andy Tai, 2024/06/26
- [bug#71781] [PATCH v2 12/28] gnu: caja: Update to 1.28.0., Andy Tai, 2024/06/26
- [bug#71781] [PATCH v2 13/28] gnu: marco: Update to 1.28.1, Andy Tai, 2024/06/26
- [bug#71781] [PATCH v2 11/28] gnu: mate-panel: Update to 1.28.2., Andy Tai, 2024/06/26