This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 514fcd5de1 gnu: engrampa: Update to 1.28.2.
514fcd5de1 is described below

commit 514fcd5de1caba5b987968b8086353d440aad6d8
Author: FuncProgLinux <[email protected]>
AuthorDate: Fri Sep 19 16:19:01 2025 -0600

    gnu: engrampa: Update to 1.28.2.
    
    * gnu/packages/mate.scm (engrampa): Update to 1.28.2.
    
    Change-Id: Ibb1e47b15c53413807dffbc0c14bdcd83001f463
---
 gnu/packages/mate.scm | 77 ++++++++++++++++++++++++++-------------------------
 1 file changed, 39 insertions(+), 38 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 5b6ea6d21b..286252b6ed 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1498,53 +1498,54 @@ can be used as backgrounds in the MATE Desktop 
environment.")
 (define-public engrampa
   (package
     (name "engrampa")
-    (version "1.28.1")
+    (version "1.28.2")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://mate/" (version-major+minor version) "/"
-                           "engrampa-" version ".tar.xz"))
+       (uri (string-append "mirror://mate/"
+                           (version-major+minor version)
+                           "/"
+                           "engrampa-"
+                           version
+                           ".tar.xz"))
        (sha256
-        (base32 "0siqhm6vh0lwx0qh7v4asn4m15ac9g93hm97iymfw24brydlqp4w"))))
+        (base32 "1vq9mi87c0agfwysrbki155835xgv5qm2cbzld1qigs56z17g68y"))))
     (build-system glib-or-gtk-build-system)
     (arguments
-     `(#:configure-flags (list "--disable-schemas-compile"
-                               "--disable-run-in-place"
-                               "--enable-magic"
-                               "--enable-packagekit"
-                               (string-append "--with-cajadir="
-                                              (assoc-ref %outputs "out")
-                                              "/lib/caja/extensions-2.0/"))
-       #:phases
-       (modify-phases %standard-phases
-         (add-before 'install 'skip-gtk-update-icon-cache
-           ;; Don't create 'icon-theme.cache'.
-           (lambda _
-             (substitute* "data/Makefile"
-               (("gtk-update-icon-cache") "true"))
-             #t)))))
+     (list
+      #:configure-flags
+      #~(list "--disable-schemas-compile" "--disable-run-in-place"
+              "--enable-magic" "--enable-packagekit"
+              (string-append "--with-cajadir="
+                             #$output "/lib/caja/extensions-2.0/"))
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-before 'install 'skip-gtk-update-icon-cache
+            ;; Don't create 'icon-theme.cache'.
+            (lambda _
+              (substitute* "data/Makefile"
+                (("gtk-update-icon-cache")
+                 "true")) #t)))))
     (native-inputs
-     `(("gettext" ,gettext-minimal)
-       ("gtk-doc" ,gtk-doc/stable)
-       ("intltool" ,intltool)
-       ("pkg-config" ,pkg-config)
-       ("yelp-tools" ,yelp-tools)))
-    (inputs
-     (list caja
-           file
-           glib
-           gtk+
-           (librsvg-for-system)
-           json-glib
-           libcanberra
-           libx11
-           libsm
-           packagekit
-           pango))
+     (list gettext-minimal
+           gtk-doc/stable
+           intltool
+           pkg-config
+           yelp-tools))
+    (inputs (list caja
+                  file
+                  glib
+                  gtk+
+                  (librsvg-for-system)
+                  json-glib
+                  libcanberra
+                  libx11
+                  libsm
+                  packagekit
+                  pango))
     (home-page "https://mate-desktop.org/";)
     (synopsis "Archive Manager for MATE")
-    (description
-     "Engrampa is the archive manager for the MATE Desktop.")
+    (description "Engrampa is the archive manager for the MATE Desktop.")
     (license license:gpl2)))
 
 (define-public pluma

Reply via email to