GNU bug report logs -
#69256
[PATCH gnome-team] gnu: glibmm-2.64: Rename and update to 2.66.6.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/gnome-xyz.scm (eiciel): Update to 0.10.0.
[arguments]: Convert to a list of G-Expressions.
[#:phases]: Add 'skip-gtk-update-icon-cache.
[native-inputs]: Add glib:bin and itstool.
[inputs]: Replace glibmm-2.66 with glibmm and gtkmm-3 with gtkmm.
Change-Id: I15905fef340fc1047bc24724a8147155af961e61
---
gnu/packages/gnome-xyz.scm | 28 ++++++++++++++++++----------
1 file changed, 18 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 0784937c63..d81cf034a1 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1539,7 +1539,7 @@ (define-public postmarketos-theme
(define-public eiciel
(package
(name "eiciel")
- (version "0.9.13.1")
+ (version "0.10.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1548,19 +1548,27 @@ (define-public eiciel
(file-name (git-file-name name version))
(sha256
(base32
- "0rhhw0h1hyg5kvxhjxkdz03vylgax6912mg8j4lvcz6wlsa4wkvj"))))
+ "0lhnrxhbg80pqjy9f8yiqi7x48rb6m2cmkffv25ssjynsmdnar0s"))))
(build-system meson-build-system)
(arguments
- `(#:glib-or-gtk? #t
- #:tests? #f ; no tests
- #:configure-flags
- (list (string-append "-Dnautilus-extension-dir="
- (assoc-ref %outputs "out")
- "/lib/nautilus/site-extensions"))))
+ (list
+ #:glib-or-gtk? #t
+ #:tests? #f ; no tests
+ #:configure-flags
+ #~(list (string-append "-Dnautilus-extension-dir="
+ #$output
+ "/lib/nautilus/site-extensions"))
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'skip-gtk-update-icon-cache
+ (lambda _
+ (substitute* "meson.build"
+ (("gtk_update_icon_cache : true")
+ "gtk_update_icon_cache : false")))))))
(native-inputs
- (list gettext-minimal pkg-config))
+ (list gettext-minimal `(,glib "bin") itstool pkg-config))
(inputs
- (list acl attr glibmm-2.66 gtkmm-3 nautilus))
+ (list acl attr glibmm gtkmm nautilus))
(home-page "https://rofi.roger-ferrer.org/eiciel")
(synopsis "Manage extended file attributes")
(description "Eiciel is a plugin for nautilus to graphically edit ACL and
--
2.41.0
This bug report was last modified 1 year and 85 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.