All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Müller" <schnitzeltony@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 08/17] remmina: upgrade 1.4.11 -> 1.4.17
Date: Sat, 22 May 2021 03:35:12 +0200	[thread overview]
Message-ID: <20210522013521.588774-8-schnitzeltony@gmail.com> (raw)
In-Reply-To: <20210522013521.588774-1-schnitzeltony@gmail.com>

* 1.4.11 fails to fetch
* do_install_append can go the only path left is metainfo and mime

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../{remmina_1.4.11.bb => remmina_1.4.17.bb}  | 40 +++++++++++--------
 1 file changed, 24 insertions(+), 16 deletions(-)
 rename meta-oe/recipes-support/remmina/{remmina_1.4.11.bb => remmina_1.4.17.bb} (56%)

diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.11.bb b/meta-oe/recipes-support/remmina/remmina_1.4.17.bb
similarity index 56%
rename from meta-oe/recipes-support/remmina/remmina_1.4.11.bb
rename to meta-oe/recipes-support/remmina/remmina_1.4.17.bb
index 38fcf45c4..ef7876786 100644
--- a/meta-oe/recipes-support/remmina/remmina_1.4.11.bb
+++ b/meta-oe/recipes-support/remmina/remmina_1.4.17.bb
@@ -3,36 +3,44 @@ HOMEPAGE = "https://remmina.org"
 SECTION = "Support"
 LICENSE = "GPLv2 & openssl"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=dab7215512044d49037272ce1ac4ea8f file://LICENSE.OpenSSL;md5=c1eb3cee0a4dea27503c531267a69769"
-DEPENDS += "openssl freerdp gtk+3 gdk-pixbuf atk libgcrypt libsodium libssh vte json-glib libsoup-2.4 libvncserver libsecret libxkbfile"
 
+DEPENDS = " \
+    glib-2.0-native \
+    openssl \
+    freerdp \
+    gtk+3 \
+    gdk-pixbuf \
+    atk \
+    libgcrypt \
+    libsodium \
+    libssh \
+    vte \
+    json-glib \
+    libsoup-2.4 \
+    libvncserver \
+    libsecret \
+    libxkbfile \
+"
 
 DEPENDS_append_libc-musl = " libexecinfo"
 LDFLAGS_append_libc-musl = " -lexecinfo"
 
-SRCREV = "6a8737111adebf571c46f35599cc62e7f7b0bd65"
-SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=rel/v1.4.11 \
-"
-
-PV .= "+git${SRCPV}"
-
+SRCREV = "0ef1621b3e16b3168213147a2bfca39da2c2668f"
+SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https"
 S = "${WORKDIR}/git"
 
-inherit cmake features_check mime-xdg
+inherit cmake features_check mime mime-xdg gtk-icon-cache
 REQUIRED_DISTRO_FEATURES = "x11"
 
 EXTRA_OECMAKE += "-DWITH_APPINDICATOR=OFF -DWITH_GETTEXT=OFF -DWITH_TRANSLATIONS=OFF"
 
-do_install_append(){
-    # We dont need the extra stuff form other desktop environments
-    rm -rf ${D}/${datadir}/xsessions
-    rm -rf ${D}/${datadir}/metainfo
-    rm -rf ${D}/${datadir}/gnome-session
-}
-
 PACKAGECONFIG[spice] = "-DWITH_SPICE=ON, -DWITH_SPICE=OFF, spice spice-protocol"
 # Switch on gtk support in avahi recipe if you want to enable avahi support
 PACKAGECONFIG[avahi] = "-DWITH_AVAHI=ON, -DWITH_AVAHI=OFF, avahi"
 
 RDEPENDS_${PN} = "bash"
 
-FILES_${PN}_append = " ${datadir}/icons/hicolor/*"
+FILES_${PN}+= " \
+    ${datadir}/metainfo \
+    ${datadir}/mime \
+"
-- 
2.31.1


  parent reply	other threads:[~2021-05-22  1:35 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-22  1:35 [PATCH 01/17] giflib: upgrade 5.1.4 -> 5.2.1 Andreas Müller
2021-05-22  1:35 ` [PATCH 02/17] gnuplot: upgrade 5.2.8 -> 5.4.1 Andreas Müller
2021-05-22  1:35 ` [PATCH 03/17] zsh: upgrade 5.4.2 -> 5.8 Andreas Müller
2021-05-22  1:35 ` [PATCH 04/17] ttf-lohit: upgrade 2 -> 2.92.1 Andreas Müller
2021-05-22  1:35 ` [PATCH 05/17] xrdp: upgrade 0.9.15 -> 0.9.16 Andreas Müller
2021-05-22  1:35 ` [PATCH 06/17] snappy: upgrade 1.1.8 -> 1.1.9 Andreas Müller
2021-05-22  1:35 ` [PATCH 07/17] redis: upgrade 6.2.2 -> 6.2.3 Andreas Müller
2021-05-22  1:35 ` Andreas Müller [this message]
2021-05-22  1:35 ` [PATCH 09/17] libpeas: upgrade 1.26.0 -> 1.30.0 Andreas Müller
2021-05-22  1:35 ` [PATCH 10/17] modemmanager: upgrade 1.16.2 -> 1.16.4 Andreas Müller
2021-05-22  1:35 ` [PATCH 11/17] mm-common: upgrade 1.0.2 -> 1.0.3 Andreas Müller
2021-05-22  1:35 ` [PATCH 12/17] protobuf: upgrade 3.15.2 -> 3.17.0 Andreas Müller
2021-05-22  1:35 ` [PATCH 13/17] protobuf-c: upgrade 1.3.3 -> 1.4.0 Andreas Müller
2021-05-22 12:44   ` [oe] " Khem Raj
2021-05-22 15:15     ` Andreas Müller
2021-05-22  1:35 ` [PATCH 14/17] qpdf: upgrade 10.2.0 -> 10.3.2 Andreas Müller
2021-05-22  1:35 ` [PATCH 15/17] libmxml: upgrade 3.1 -> 3.2 Andreas Müller
2021-05-22  1:35 ` [PATCH 16/17] libeigen: upgrade 3.3.7 -> 3.3.7 Andreas Müller
2021-05-22  8:36   ` [oe] " Jose Quaresma
2021-05-22  9:10     ` Andreas Müller
2021-05-22  1:35 ` [PATCH 17/17] libgusb: upgrade 0.3.5 -> 0.3.6 Andreas Müller
2021-05-22  2:59 ` [oe] [PATCH 01/17] giflib: upgrade 5.1.4 -> 5.2.1 Khem Raj
2021-05-22  8:28   ` Andreas Müller

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=20210522013521.588774-8-schnitzeltony@gmail.com \
    --to=schnitzeltony@gmail.com \
    --cc=openembedded-devel@lists.openembedded.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.