[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/29: gnu: eiciel: Update to 0.10.0.
From: |
guix-commits |
Subject: |
27/29: gnu: eiciel: Update to 0.10.0. |
Date: |
Sat, 24 Feb 2024 01:30:04 -0500 (EST) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 5d09104962e7b9e18c3cc2646d5e3d6be2749a52
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Wed Feb 21 22:47:52 2024 +0100
gnu: eiciel: Update to 0.10.0.
* 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
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
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 @@ that are completely black and completely white.")
(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 @@ that are completely black and completely white.")
(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
- 25/29: gnu: folks: Update to 0.15.7., (continued)
- 25/29: gnu: folks: Update to 0.15.7., guix-commits, 2024/02/24
- 28/29: gnu: gdm: Wrap inputs to enable accessibility settings., guix-commits, 2024/02/24
- 08/29: gnu: gnome: Update synopsis and description., guix-commits, 2024/02/24
- 09/29: gnu: mm-common: Update to 1.0.6., guix-commits, 2024/02/24
- 16/29: gnu: gtk+: Update to 3.24.41., guix-commits, 2024/02/24
- 17/29: gnu: gnome-initial-setup: Update to 44.8., guix-commits, 2024/02/24
- 19/29: gnu: libgsf: Update to 1.14.52., guix-commits, 2024/02/24
- 21/29: gnu: gjs: Update to 1.76.3., guix-commits, 2024/02/24
- 23/29: gnu: gnome-bluetooth: Update to 42.8., guix-commits, 2024/02/24
- 24/29: gnu: gnome-shell: Update to 44.9., guix-commits, 2024/02/24
- 27/29: gnu: eiciel: Update to 0.10.0.,
guix-commits <=
- 10/29: gnu: glibmm-2.64: Rename and update to 2.66.6., guix-commits, 2024/02/24
- 11/29: gnu: python-pyatspi: Update to 2.46.1., guix-commits, 2024/02/24
- 26/29: gnu: libhandy: Update to 1.8.3., guix-commits, 2024/02/24
- 29/29: services: gdm: Enable wayland by default., guix-commits, 2024/02/24
- 15/29: gnu: pangomm@2.46: Update to 2.46.4., guix-commits, 2024/02/24