gnome3.gnome-boxes: 3.36.6 -> 3.38.0
Use tracker-2 and libhandy_0. Add appstream-glib for appstream-util. Add new dependencies: - libhandy - gtksourceview4 https://gitlab.gnome.org/GNOME/gnome-boxes/-/blob/v3.38.0/NEWS
This commit is contained in:
parent
37405d384a
commit
7e406e7420
@ -11,17 +11,20 @@
|
|||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, libxml2
|
, libxml2
|
||||||
, gtk3
|
, gtk3
|
||||||
|
, gtksourceview4
|
||||||
, gtk-vnc
|
, gtk-vnc
|
||||||
, freerdp
|
, freerdp
|
||||||
, libvirt
|
, libvirt
|
||||||
, spice-gtk
|
, spice-gtk
|
||||||
, python3
|
, python3
|
||||||
|
, appstream-glib
|
||||||
, spice-protocol
|
, spice-protocol
|
||||||
|
, libhandy_0
|
||||||
, libsoup
|
, libsoup
|
||||||
, libosinfo
|
, libosinfo
|
||||||
, systemd
|
, systemd
|
||||||
, tracker
|
, tracker_2
|
||||||
, tracker-miners
|
, tracker-miners-2
|
||||||
, vala
|
, vala
|
||||||
, libcap
|
, libcap
|
||||||
, yajl
|
, yajl
|
||||||
@ -51,16 +54,17 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-boxes";
|
pname = "gnome-boxes";
|
||||||
version = "3.36.6";
|
version = "3.38.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0c3cw90xqqcpacc2z06ljs0gg8saxizfgjzg9alhpwgz3gl4c5pg";
|
sha256 = "12x38780j52bv46q2i6468va1zww28mmy83rasbl3y8sqagmjsv9";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
appstream-glib # for appstream-util
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
gettext
|
gettext
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
@ -89,12 +93,14 @@ stdenv.mkDerivation rec {
|
|||||||
gnome3.adwaita-icon-theme
|
gnome3.adwaita-icon-theme
|
||||||
gtk-vnc
|
gtk-vnc
|
||||||
gtk3
|
gtk3
|
||||||
|
gtksourceview4
|
||||||
json-glib
|
json-glib
|
||||||
libapparmor
|
libapparmor
|
||||||
libarchive
|
libarchive
|
||||||
libcap
|
libcap
|
||||||
libcap_ng
|
libcap_ng
|
||||||
libgudev
|
libgudev
|
||||||
|
libhandy_0
|
||||||
libosinfo
|
libosinfo
|
||||||
librsvg
|
librsvg
|
||||||
libsecret
|
libsecret
|
||||||
@ -107,8 +113,8 @@ stdenv.mkDerivation rec {
|
|||||||
spice-gtk
|
spice-gtk
|
||||||
spice-protocol
|
spice-protocol
|
||||||
systemd
|
systemd
|
||||||
tracker
|
tracker_2
|
||||||
tracker-miners
|
tracker-miners-2
|
||||||
vte
|
vte
|
||||||
webkitgtk
|
webkitgtk
|
||||||
xen
|
xen
|
||||||
|
Loading…
Reference in New Issue
Block a user