[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
86/181: gnu: gnome-boxes: Update to 42.3.
From: |
guix-commits |
Subject: |
86/181: gnu: gnome-boxes: Update to 42.3. |
Date: |
Tue, 13 Sep 2022 02:25:53 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit cad5c7543ad73b608bdb973aa99a2f78d9709796
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Sep 8 11:41:26 2022 -0400
gnu: gnome-boxes: Update to 42.3.
* gnu/packages/gnome.scm (gnome-boxes): Update to 42.3.
[source]: Delete patches field.
[configure-flags]: Use gexps.
[phases]: New argument.
[native-inputs]: Replace intltool with gettext-minimal. Delete gtk+:bin.
Sort.
[inputs]: Sort.
* gnu/packages/patches/gnome-boxes-add-guix-logo.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
---
gnu/local.mk | 1 -
gnu/packages/gnome.scm | 44 +++++++++++-----------
.../patches/gnome-boxes-add-guix-logo.patch | 32 ----------------
3 files changed, 22 insertions(+), 55 deletions(-)
diff --git a/gnu/local.mk b/gnu/local.mk
index 3ba9c21be7..8e5a1970ab 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1207,7 +1207,6 @@ dist_patch_DATA =
\
%D%/packages/patches/gmp-arm-asm-nothumb.patch \
%D%/packages/patches/gmp-faulty-test.patch \
%D%/packages/patches/gnash-fix-giflib-version.patch \
- %D%/packages/patches/gnome-boxes-add-guix-logo.patch \
%D%/packages/patches/gnome-builder-update-libportal.patch \
%D%/packages/patches/gnome-control-center-libexecdir.patch \
%D%/packages/patches/gnome-online-miners-tracker-3.patch \
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6fd4acc945..fec947b736 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11896,7 +11896,7 @@ integrate seamlessly with the GNOME desktop.")
(define-public gnome-boxes
(package
(name "gnome-boxes")
- (version "41.1")
+ (version "42.3")
(source
(origin
(method url-fetch)
@@ -11904,34 +11904,35 @@ integrate seamlessly with the GNOME desktop.")
(version-major version) "/"
"gnome-boxes-" version ".tar.xz"))
(sha256
- (base32 "1wzhm8n485cqhbai4qshgrwl05ix881g8gjshilrj6vg8p1li79h"))
- (patches
- (search-patches "gnome-boxes-add-guix-logo.patch"))))
+ (base32 "1lv0bdh935qj6wkv3ixg2pcv8yrapj79z02gw4fal3rhz3xggvsn"))))
(build-system meson-build-system)
(arguments
- `(#:glib-or-gtk? #t
- #:meson ,meson-0.60
- #:configure-flags (list "-Drdp=false"
- (string-append "-Dc_link_args=-Wl,-rpath="
- (assoc-ref %outputs "out")
- "/lib/gnome-boxes"))))
+ (list #:glib-or-gtk? #t
+ #:configure-flags #~(list "-Drdp=false"
+ (string-append "-Dc_link_args=-Wl,-rpath="
+ #$output
+ "/lib/gnome-boxes"))
+ #:phases #~(modify-phases %standard-phases
+ (add-after 'unpack 'disable-gtk-update-icon-cache
+ (lambda _
+ (setenv "DESTDIR" "/"))))))
(native-inputs
- (list `(,glib "bin") ;for glib-compile-resources
- `(,gtk+ "bin") ;for gtk-update-icon-cache
- desktop-file-utils ;for update-desktop-database
+ (list desktop-file-utils ;for update-desktop-database
+ gettext-minimal
+ `(,glib "bin") ;for glib-compile-resources
itstool
- intltool
- vala
pkg-config
- python))
+ python
+ vala))
(inputs
- (list libarchive
- glib-networking ;for TLS support
+ (list glib-networking ;for TLS support
gsettings-desktop-schemas
gtk+
gtk-vnc
gtksourceview
json-glib
+ libarchive
+ libgudev
libhandy
libosinfo
libsecret
@@ -11940,12 +11941,11 @@ integrate seamlessly with the GNOME desktop.")
libvirt
libvirt-glib
libxml2
- spice-gtk
sparql-query
- vte
- webkitgtk-with-libsoup2 ;for webkit2gtk-4.0
+ spice-gtk
tracker
- libgudev))
+ vte
+ webkitgtk-with-libsoup2)) ;for webkit2gtk-4.0
(home-page "https://wiki.gnome.org/Apps/Boxes")
(synopsis "View, access, and manage remote and virtual systems")
(description "GNOME Boxes is a simple application to view, access, and
diff --git a/gnu/packages/patches/gnome-boxes-add-guix-logo.patch
b/gnu/packages/patches/gnome-boxes-add-guix-logo.patch
deleted file mode 100644
index e570675083..0000000000
--- a/gnu/packages/patches/gnome-boxes-add-guix-logo.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Taken from upstream commit: 9091c6849652fa083297bc12645d8c57a962874a.
-
-diff --git a/data/osinfo/guix-1.3.xml b/data/osinfo/guix-1.3.xml
-new file mode 100644
-index 00000000..d4e1c167
---- /dev/null
-+++ b/data/osinfo/guix-1.3.xml
-@@ -0,0 +1,9 @@
-+<libosinfo version="0.0.1">
-+
-+ <!-- Please read README.logos for any questions about usage of product
logos in Boxes. !-->
-+
-+ <os id="http://guix.gnu.org/guix/1.3">
-+
<logo>https://gitlab.gnome.org/GNOME/gnome-boxes-logos/-/raw/master/logos/guix.svg</logo>
-+ </os>
-+
-+</libosinfo>
-diff --git a/data/osinfo/meson.build b/data/osinfo/meson.build
-index 46ff1570..d5531e60 100644
---- a/data/osinfo/meson.build
-+++ b/data/osinfo/meson.build
-@@ -7,6 +7,7 @@ osinfo_db = [
- ['freedos-1.2.xml', 'gnome-boxes/osinfo/os/freedos.org'],
- ['gnome-nightly.xml', 'gnome-boxes/osinfo/os/gnome.org'],
- ['gnome-3.38.xml', 'gnome-boxes/osinfo/os/gnome.org'],
-+ ['guix-1.3.xml', 'gnome-boxes/osinfo/os/guix.gnu.org'],
- ['manjaro-19.0.xml', 'gnome-boxes/osinfo/os/manjaro.org'],
- ['nixos-20.03.xml', 'gnome-boxes/osinfo/os/nixos.org'],
- ['opensuse-10.2.xml', 'gnome-boxes/osinfo/os/opensuse.org'],
---
-2.34.0
-
- 142/181: gnu: gfbgraph: Update to 0.2.5 and enable tests., (continued)
- 142/181: gnu: gfbgraph: Update to 0.2.5 and enable tests., guix-commits, 2022/09/13
- 176/181: gnu: gnome-maps: Update to 43.rc., guix-commits, 2022/09/13
- 178/181: gnu: gpaste: Update to 42.1., guix-commits, 2022/09/13
- 171/181: gnu: chatty: Fix indentation., guix-commits, 2022/09/13
- 43/181: gnu: mozjs: Add 91.13.0., guix-commits, 2022/09/13
- 48/181: gnu: accountsservice: Add bash-minimal to inputs., guix-commits, 2022/09/13
- 52/181: gnu: gtksourceview: Update to 5.5.1., guix-commits, 2022/09/13
- 60/181: gnu: gnome-session: Update to 42.0., guix-commits, 2022/09/13
- 64/181: gnu: gnome-disk-utility: Update to 42.0., guix-commits, 2022/09/13
- 80/181: import: gnome: Improve version handling logic., guix-commits, 2022/09/13
- 86/181: gnu: gnome-boxes: Update to 42.3.,
guix-commits <=
- 93/181: gnu: gnome-music: Update to 42.1., guix-commits, 2022/09/13
- 113/181: gnu: vte-ng: Update to 0.59.0., guix-commits, 2022/09/13
- 104/181: gnu: gupnp-av: Update to 0.14.1., guix-commits, 2022/09/13
- 109/181: gnu: drawing: Update to 1.0.1., guix-commits, 2022/09/13
- 117/181: gnu: libgnome-games-support: Update to 2.0.0., guix-commits, 2022/09/13
- 125/181: gnu: d-feet: Update to 0.3.16., guix-commits, 2022/09/13
- 119/181: gnu: grilo: Update to 0.3.15., guix-commits, 2022/09/13
- 131/181: gnu: network-manager: Update to 1.41.2., guix-commits, 2022/09/13
- 130/181: gnu: file-roller: Update to 3.42.0., guix-commits, 2022/09/13
- 91/181: gnu: gtranslator: Update to 42.0., guix-commits, 2022/09/13