all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Raghav Gururajan" <raghavgururajan@disroot.org>
To: 38952@debbugs.gnu.org
Cc: dannym@scratchpost.org
Subject: [bug#38952] gnome-boxes v3
Date: Tue, 14 Jan 2020 22:52:29 +0000	[thread overview]
Message-ID: <190c9d207ff39fb3439eefcf601b2961@disroot.org> (raw)
In-Reply-To: <e66127d15b209568c264f343669d2b93@disroot.org>

[-- Attachment #1: Type: text/plain, Size: 16 bytes --]

gnome-boxes v3

[-- Attachment #2: gnome-boxes.patch --]
[-- Type: application/octet-stream, Size: 2784 bytes --]

From 5615702859a48fc80a235911907fb634b79d9958 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Tue, 14 Jan 2020 17:48:36 -0500
Subject: [PATCH] gnu: Add gnome-boxes.

* gnu/packages/gnome.scm (gnome-boxes): New variable.
---
 gnu/packages/gnome.scm | 57 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7ce9972460..9b63f555e1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -246,6 +246,63 @@ Desktop.  It is designed to be as simple as possible and has some unique
 features to enable users to create their discs easily and quickly.")
     (license license:gpl2+)))
 
+(define-public gnome-boxes
+  (package
+   (name "gnome-boxes")
+   (version "3.32.2")
+   (source (origin
+            (method url-fetch)
+            (uri (string-append "mirror://gnome/sources/" name "/"
+                                (version-major+minor version) "/"
+                                name "-" version ".tar.xz"))
+            (sha256
+             (base32
+              "15g2w2hzh3945qcwfl3dyqnn5770lzg5cjwwzzj0lw9m98n4ljgn"))))
+   (build-system meson-build-system)
+   (arguments
+    '(#:glib-or-gtk? #t
+      #:configure-flags
+      (list "-Dsystemduserunitdir=no"
+            "-Dtmpfilesdir=no"
+            ;; Required for RUNPATH validation.
+            (string-append "-Dc_link_args=-Wl,-rpath="
+                           (assoc-ref %outputs "out") "/lib/gnome-boxes"))))
+   (native-inputs
+    `(("desktop-file-utils" ,desktop-file-utils)
+      ("gettext" ,gettext-minimal)
+      ("glib:bin" ,glib "bin")
+      ("gtk+:bin" ,gtk+ "bin")
+      ("itstool" ,itstool)
+      ("pkg-config" ,pkg-config)
+      ("vala" ,vala)))
+   (inputs
+    `(("adwaita-icon-theme" ,adwaita-icon-theme)
+      ("freerdp" ,freerdp)
+      ("govirt" ,libgovirt)
+      ("gtk-vnc" ,gtk-vnc)
+      ("json-glib" ,json-glib)
+      ("libarchive" ,libarchive)
+      ("libgudev" ,libgudev)
+      ("libosinfo" ,libosinfo)
+      ("libsecret" ,libsecret)
+      ("libusb" ,libusb)
+      ("libvirt-glib" ,libvirt-glib)
+      ("librest" ,rest)
+      ("spice-gtk" ,spice-gtk)
+      ("tracker" ,tracker)
+      ("tracker-miners" ,tracker-miners)
+      ("vte" ,vte)
+      ("webkitgtk" ,webkitgtk)))
+   (synopsis "Virtualization for GNOME desktop")
+   (description "GNOME Boxes is a simple application to view, access,
+and manage remote and virtual systems.")
+   (home-page "https://wiki.gnome.org/Apps/Boxes")
+   (license (list
+             ;; For data/icons/empty-boxes.png.
+             license:cc-by2.0
+             ;; For all others.
+             license:lgpl2+))))
+
 (define-public sushi
   (package
    (name "sushi")
-- 
2.24.1


  parent reply	other threads:[~2020-01-14 22:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <871rq59026.fsf@ambrevar.xyz>
2020-01-05 19:19 ` [bug#38952] gnu: Add gnome-boxes Raghav Gururajan
2020-01-07  5:58   ` [bug#38952] v2 Raghav Gururajan
2020-01-14 22:52   ` Raghav Gururajan [this message]
2020-03-07  0:18     ` [bug#38952] gnome-boxes v3 Raghav Gururajan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=190c9d207ff39fb3439eefcf601b2961@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=38952@debbugs.gnu.org \
    --cc=dannym@scratchpost.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.