All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Volk <f_l_k@t-online.de>
To: meta-virtualization@lists.yoctoproject.org
Cc: Markus Volk <f_l_k@t-online.de>
Subject: [meta-virtualization][PATCH 2/2] virt-viewer: add recipe
Date: Sun, 30 Oct 2022 17:13:33 +0100	[thread overview]
Message-ID: <20221030161333.12430-2-f_l_k@t-online.de> (raw)
In-Reply-To: <20221030161333.12430-1-f_l_k@t-online.de>

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 ...ata-meson.build-fix-for-recent-meson.patch | 44 +++++++++++++++++++
 .../virt-viewer/virt-viewer_11.0.bb           | 30 +++++++++++++
 2 files changed, 74 insertions(+)
 create mode 100644 recipes-extended/virt-viewer/virt-viewer/0001-data-meson.build-fix-for-recent-meson.patch
 create mode 100644 recipes-extended/virt-viewer/virt-viewer_11.0.bb

diff --git a/recipes-extended/virt-viewer/virt-viewer/0001-data-meson.build-fix-for-recent-meson.patch b/recipes-extended/virt-viewer/virt-viewer/0001-data-meson.build-fix-for-recent-meson.patch
new file mode 100644
index 0000000..5a4fe77
--- /dev/null
+++ b/recipes-extended/virt-viewer/virt-viewer/0001-data-meson.build-fix-for-recent-meson.patch
@@ -0,0 +1,44 @@
+From b2d3cde0ff9816c468986f2d62c67d0713a4c49e Mon Sep 17 00:00:00 2001
+From: Markus Volk <f_l_k@t-online.de>
+Date: Sat, 29 Oct 2022 15:35:23 +0200
+Subject: [PATCH] data/meson.build: fix for recent meson
+
+Signed-off-by: Markus Volk <f_l_k@t-online.de>
+
+Patch-Status: Backport
+
+---
+ data/meson.build | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/data/meson.build b/data/meson.build
+index d718491..4325108 100644
+--- a/data/meson.build
++++ b/data/meson.build
+@@ -2,7 +2,6 @@ if host_machine.system() != 'windows'
+   desktop = 'remote-viewer.desktop'
+ 
+   i18n.merge_file (
+-    desktop,
+     type: 'desktop',
+     input: desktop + '.in',
+     output: desktop,
+@@ -14,7 +13,6 @@ if host_machine.system() != 'windows'
+   mimetypes = 'virt-viewer-mime.xml'
+ 
+   i18n.merge_file (
+-    mimetypes,
+     type: 'xml',
+     input: mimetypes + '.in',
+     output: mimetypes,
+@@ -27,7 +25,6 @@ if host_machine.system() != 'windows'
+   metainfo = 'remote-viewer.appdata.xml'
+ 
+   i18n.merge_file (
+-    metainfo,
+     type: 'xml',
+     input: metainfo + '.in',
+     output: metainfo,
+-- 
+2.34.1
+
diff --git a/recipes-extended/virt-viewer/virt-viewer_11.0.bb b/recipes-extended/virt-viewer/virt-viewer_11.0.bb
new file mode 100644
index 0000000..a09f0cf
--- /dev/null
+++ b/recipes-extended/virt-viewer/virt-viewer_11.0.bb
@@ -0,0 +1,30 @@
+SUMMARY = "Virtual Machine Viewer"
+LICENSE = "GPL-2.0-only"
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
+
+# for librest support rest_0.7 would be needed
+DEPENDS = " \
+	desktop-file-utils-native \
+	glib-2.0 \
+	gtk+3 \
+	gtk-vnc \
+	libvirt \
+	libvirt-glib \
+	libxml2 \
+	spice-gtk \
+	spice-protocol \
+	vte \
+"
+
+SRC_URI = " \
+	git://gitlab.com/virt-viewer/virt-viewer.git;protocol=https;branch=master \
+	file://0001-data-meson.build-fix-for-recent-meson.patch \
+"
+
+SRCREV = "8d8923d259b79c7c9ad3560a49be81dc0f38b88b"
+S = "${WORKDIR}/git"
+
+inherit meson pkgconfig gtk-icon-cache mime mime-xdg gobject-introspection
+
+FILES:${PN} += "${datadir}"
+GIR_MESON_OPTION = ''
-- 
2.34.1



  reply	other threads:[~2022-10-30 16:13 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-30 16:13 [meta-virtualization][PATCH 1/2] libvirt-glib: add recipe Markus Volk
2022-10-30 16:13 ` Markus Volk [this message]
2022-10-31 16:04   ` [meta-virtualization][PATCH 2/2] virt-viewer: " Bruce Ashfield
2022-11-01 16:28     ` Markus Volk
2022-11-02 14:36       ` Bruce Ashfield
     [not found]       ` <1723CB4C1BEE0B79.10635@lists.yoctoproject.org>
2022-11-03 15:23         ` Bruce Ashfield
2022-11-04  7:23           ` Markus Volk
2022-11-23 14:09             ` Bruce Ashfield
2022-11-23 16:44               ` Markus Volk
2022-12-02  4:39             ` Bruce Ashfield
2022-12-02  5:37               ` Markus Volk
2022-10-31 15:59 ` [meta-virtualization][PATCH 1/2] libvirt-glib: " Bruce Ashfield

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=20221030161333.12430-2-f_l_k@t-online.de \
    --to=f_l_k@t-online.de \
    --cc=meta-virtualization@lists.yoctoproject.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.
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.