summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorFuncProgLinux <softwarelibre@urutau-ltd.org>2025-09-19 16:19:01 -0600
committerIan Eure <ian@retrospec.tv>2025-09-20 19:12:09 -0700
commit514fcd5de1caba5b987968b8086353d440aad6d8 (patch)
treed6eb10f5151547f4c9fbaaf6cb937855ca100a93 /gnu
parent62cc713b0f9028c448e8a3f24262f3e9003c308c (diff)
gnu: engrampa: Update to 1.28.2.
* gnu/packages/mate.scm (engrampa): Update to 1.28.2. Change-Id: Ibb1e47b15c53413807dffbc0c14bdcd83001f463
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/mate.scm77
1 files changed, 39 insertions, 38 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 5b6ea6d21b2..286252b6ed0 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