monego pushed a commit to branch master
in repository guix.

commit 0aee90e4eaa5ecf27ad3acdcbfb53d3fc2c60112
Author: Vinicius Monego <[email protected]>
AuthorDate: Sun Jan 29 07:26:59 2023 -0300

    gnu: gnome-commander: Update to 1.16.1.
    
    * gnu/packages/gnome.scm (gnome-commander): Update to 1.16.1.
    [build-system]: Switch to meson-build-system.
    [arguments]: Add #:glib-or-gtk?.
    [native-inputs]: Add gtk+-2:bin.
    
    Change-Id: I4badc000d0c2d8525fd3f8f1748d8fabe610c8a9
---
 gnu/packages/gnome.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7364655d25..9131e4e5f5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -51,7 +51,7 @@
 ;;; Copyright © 2020, 2021 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2020 Naga Malleswari <[email protected]>
 ;;; Copyright © 2020 Ryan Prior <[email protected]>
-;;; Copyright © 2020, 2021, 2022 Vinicius Monego <[email protected]>
+;;; Copyright © 2020, 2021, 2022, 2023 Vinicius Monego <[email protected]>
 ;;; Copyright © 2020, 2021 Brice Waegeneire <[email protected]>
 ;;; Copyright © 2020 Arun Isaac <[email protected]>
 ;;; Copyright © 2020, 2022 Michael Rohleder <[email protected]>
@@ -1894,7 +1894,7 @@ either on a local, or remote machine via a number of 
methods.")
 (define-public gnome-commander
   (package
     (name "gnome-commander")
-    (version "1.14.3")
+    (version "1.16.1")
     (source
      (origin
        (method url-fetch)
@@ -1902,8 +1902,10 @@ either on a local, or remote machine via a number of 
methods.")
                            (version-major+minor version)  "/"
                            "gnome-commander-" version ".tar.xz"))
        (sha256
-        (base32 "0yzx9slg632iflw9p96nlh9i50dhacq7hrzpkj8b48mr1zkxrn3q"))))
-    (build-system glib-or-gtk-build-system)
+        (base32 "1cyh20nz2f81rb6di99idvw4xjn969mjhj3n2q17kzjhlv20079z"))))
+    (build-system meson-build-system)
+    (arguments
+     `(#:glib-or-gtk? #t))
     (native-inputs
      (list desktop-file-utils
            flex
@@ -1911,6 +1913,7 @@ either on a local, or remote machine via a number of 
methods.")
            `(,glib "bin")
            gobject-introspection
            googletest
+           `(,gtk+-2 "bin")
            intltool
            itstool
            libtool

Reply via email to