[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/11: gnu: gnome-commander: Update to 1.16.1.
From: |
guix-commits |
Subject: |
11/11: gnu: gnome-commander: Update to 1.16.1. |
Date: |
Tue, 5 Dec 2023 15:03:15 -0500 (EST) |
monego pushed a commit to branch master
in repository guix.
commit 0aee90e4eaa5ecf27ad3acdcbfb53d3fc2c60112
Author: Vinicius Monego <monego@posteo.net>
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 <mail@nicolasgoaziou.fr>
;;; Copyright © 2020 Naga Malleswari <nagamalli@riseup.net>
;;; Copyright © 2020 Ryan Prior <rprior@protonmail.com>
-;;; Copyright © 2020, 2021, 2022 Vinicius Monego <monego@posteo.net>
+;;; Copyright © 2020, 2021, 2022, 2023 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2020, 2021 Brice Waegeneire <brice@waegenei.re>
;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2020, 2022 Michael Rohleder <mike@rohleder.de>
@@ -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
- 02/11: gnu: freecad: Update to 0.21.2., (continued)
- 02/11: gnu: freecad: Update to 0.21.2., guix-commits, 2023/12/05
- 03/11: gnu: python-pyqtgraph: Update to 0.13.3., guix-commits, 2023/12/05
- 04/11: gnu: python-scikit-rf: Update to 0.30.0., guix-commits, 2023/12/05
- 05/11: gnu: python-pytensor: Update to 2.18.1., guix-commits, 2023/12/05
- 01/11: gnu: python-wand: Update to 0.6.13., guix-commits, 2023/12/05
- 07/11: gnu: python-openturns: Update to 1.21.3., guix-commits, 2023/12/05
- 09/11: gnu: kdenlive: Update to 23.08.3., guix-commits, 2023/12/05
- 10/11: gnu: gerbv: Update to 2.10.0., guix-commits, 2023/12/05
- 06/11: gnu: python-pymc: Update to 5.10.0., guix-commits, 2023/12/05
- 08/11: gnu: mlt: Update to 7.22.0., guix-commits, 2023/12/05
- 11/11: gnu: gnome-commander: Update to 1.16.1.,
guix-commits <=