[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/74: gnu: file-roller: Update to 3.28.0.
From: |
guix-commits |
Subject: |
11/74: gnu: file-roller: Update to 3.28.0. |
Date: |
Fri, 30 Nov 2018 09:07:14 -0500 (EST) |
rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit 9711056e6e58f691c680ac0668c7743f44eb1c12
Author: Ricardo Wurmus <address@hidden>
Date: Sun Aug 5 13:51:58 2018 +0200
gnu: file-roller: Update to 3.28.0.
* gnu/packages/gnome.scm (file-roller): Update to 3.28.0.
[build-system]: Use meson-build-system.
[native-inputs]: Add desktop-file-utils, gtk+:bin, and glib:bin.
[arguments]: Remove.
---
gnu/packages/gnome.scm | 22 ++++++++--------------
1 file changed, 8 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f05845b..877349a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4496,7 +4496,7 @@ share them with others via social networking and more.")
(define-public file-roller
(package
(name "file-roller")
- (version "3.26.2")
+ (version "3.28.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4504,20 +4504,14 @@ share them with others via social networking and more.")
name "-" version ".tar.xz"))
(sha256
(base32
- "19d8pc5z2xzhnicgaysxmwx3ghwzl4cw8kygd6nsw69g3j77nrry"))))
- (build-system glib-or-gtk-build-system)
- (arguments
- '(#:phases
- (modify-phases %standard-phases
- (add-before 'install 'skip-gtk-update-icon-cache
- (lambda _
- ;; Don't create 'icon-theme.cache'
- (substitute* (find-files "data" "^Makefile$")
- (("gtk-update-icon-cache") (which "true")))
- #t)))))
+ "15pn2m80x45bzibig4zrqybnbr0n1f9wpqx7f2p6difldns3jwf1"))))
+ (build-system meson-build-system)
(native-inputs
- `(("intltool" ,intltool)
- ("pkg-config" ,pkg-config)))
+ `(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
+ ("intltool" ,intltool)
+ ("pkg-config" ,pkg-config)
+ ("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
+ ("glib:bin" ,glib "bin")))
;; TODO: Add libnautilus.
(inputs
`(("gtk+" ,gtk+)
- 54/74: gnu: Add libdazzle., (continued)
- 54/74: gnu: Add libdazzle., guix-commits, 2018/11/30
- 58/74: gnu: gnome-screenshot: Update to 3.26.0., guix-commits, 2018/11/30
- 40/74: gnu: devhelp: Update to 3.28.1., guix-commits, 2018/11/30
- 50/74: gnu: gucharmap: Update to 10.0.4., guix-commits, 2018/11/30
- 70/74: gnu: libimobiledevice: Do not hardcode Python version., guix-commits, 2018/11/30
- 61/74: gnu: nautilus: Update to 3.28.1., guix-commits, 2018/11/30
- 62/74: gnu: gnome-control-center: Update to 3.28.2., guix-commits, 2018/11/30
- 47/74: gnu: mutter: Update to 3.28.2., guix-commits, 2018/11/30
- 65/74: gnu: gnome-online-accounts: Update to 3.28.0., guix-commits, 2018/11/30
- 14/74: gnu: Add libplist., guix-commits, 2018/11/30
- 11/74: gnu: file-roller: Update to 3.28.0.,
guix-commits <=
- 19/74: gnu: libproxy: Remove network-manager., guix-commits, 2018/11/30
- 22/74: gnu: gsettings-desktop-schemas: Update to 3.28.0., guix-commits, 2018/11/30
- 23/74: gnu: adwaita-icon-theme: Update to 3.28.0., guix-commits, 2018/11/30
- 24/74: gnu: glade3: Update to 3.22.1., guix-commits, 2018/11/30
- 28/74: gnu: five-or-more: Update to 3.28.0., guix-commits, 2018/11/30
- 03/74: gnu: gtksourceview: Update to 4.0.2., guix-commits, 2018/11/30
- 04/74: gnu: Add gtksourceview-3., guix-commits, 2018/11/30
- 29/74: gnu: geocode-glib: Update to 3.26.0., guix-commits, 2018/11/30
- 25/74: gnu: goffice: Update to 0.10.41., guix-commits, 2018/11/30
- 07/74: gnu: at-spi2-core: Update to 2.28.0., guix-commits, 2018/11/30