All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Schonberg <schonm@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Jason Schonberg <schonm@gmail.com>
Subject: [meta-xfce][PATCH 10/10] xfce4-mount-plugin: upgrade 1.1.5 -> 1.2.0
Date: Sun,  5 Oct 2025 21:47:27 -0400	[thread overview]
Message-ID: <20251006014727.58960-10-schonm@gmail.com> (raw)
In-Reply-To: <20251006014727.58960-1-schonm@gmail.com>

License-Change: checksum change reflectes the change of address of the Free Software Foundation.

Patch updated with new offsets where appropariate.

Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-mount-plugin/-/tags/xfce4-mount-plugin-1.2.0
Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-mount-plugin/-/tags/xfce4-mount-plugin-1.1.7
Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-mount-plugin/-/tags/xfce4-mount-plugin-1.1.6

Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
 ...0001-check-for-fstab.h-during-configure.patch | 16 +++++++---------
 ...ugin_1.1.5.bb => xfce4-mount-plugin_1.2.0.bb} |  6 ++++--
 2 files changed, 11 insertions(+), 11 deletions(-)
 rename meta-xfce/recipes-panel-plugins/mount/{xfce4-mount-plugin_1.1.5.bb => xfce4-mount-plugin_1.2.0.bb} (59%)

diff --git a/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin/0001-check-for-fstab.h-during-configure.patch b/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin/0001-check-for-fstab.h-during-configure.patch
index 64f06cebb5..f0435238ac 100644
--- a/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin/0001-check-for-fstab.h-during-configure.patch
+++ b/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin/0001-check-for-fstab.h-during-configure.patch
@@ -23,16 +23,14 @@ diff --git a/configure.ac b/configure.ac
 index 375e64a..590b7ad 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -65,6 +65,9 @@ dnl param.h is part of libc6 on Linux, but important for old-style Unix and espe
- AC_CHECK_HEADERS([sys/param.h])
- AC_CHECK_HEADERS([sys/mount.h])
- 
+@@ -36,4 +36,7 @@ 
+ AC_PROG_INSTALL
+
 +dnl make musl happy
 +AC_CHECK_HEADERS([fstab.h])
 +
- dnl Add -traditional to output variable CC if using the GNU C compiler and ioctl does not work properly without -traditional. That usually happens when the fixed header files have not been installed on an old system. Leave here commented out to comment in if some older *NIX systems might require it as was recently written on the ML.
- dnl AC_PROG_GCC_TRADITIONAL
- 
+ dnl Initialize libtool
+ LT_PREREQ([2.2.6])
 diff --git a/panel-plugin/devices.c b/panel-plugin/devices.c
 index 797b079..d29df56 100644
 --- a/panel-plugin/devices.c
@@ -47,7 +45,7 @@ index 797b079..d29df56 100644
  #include <glib.h>
  #include <stdio.h>
  #include <stdlib.h>
-@@ -468,11 +470,12 @@ disks_new (gboolean include_NFSs, gboolean *showed_fstab_dialog, gint length)
+@@ -467,11 +469,12 @@ disks_new (gboolean include_NFSs, gboolean *showed_fstab_dialog, gint length)
  {
      GPtrArray * pdisks; /* to be returned */
      t_disk * pdisk;
@@ -61,7 +59,7 @@ index 797b079..d29df56 100644
      /* open fstab */
      if (setfsent()!=1)
      {
-@@ -526,7 +529,20 @@ disks_new (gboolean include_NFSs, gboolean *showed_fstab_dialog, gint length)
+@@ -529,7 +532,20 @@ disks_new (gboolean include_NFSs, gboolean *showed_fstab_dialog, gint length)
      } /* end for */
  
      endfsent(); /* close file */
diff --git a/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin_1.1.5.bb b/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin_1.2.0.bb
similarity index 59%
rename from meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin_1.1.5.bb
rename to meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin_1.2.0.bb
index f11e41f9bd..073b7cf86a 100644
--- a/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin_1.1.5.bb
+++ b/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin_1.2.0.bb
@@ -2,10 +2,12 @@ SUMMARY = "Mount/umount utility for the xfce panel"
 HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-mount-plugin/start"
 SECTION = "x11/application"
 LICENSE = "GPL-2.0-only"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+XFCE_COMPRESS_TYPE = "xz"
 
 inherit xfce-panel-plugin
 
 SRC_URI += "file://0001-check-for-fstab.h-during-configure.patch"
 
-SRC_URI[sha256sum] = "584cd954929e542b3da0ff8d69e0325d8838dc39e7b32a509d1074ce3bb58ec2"
+SRC_URI[sha256sum] = "adef71a83078e7dc45997e57411f8c43080a0204159a8b8db2ade0a9877e7b4c"
-- 
2.43.0



      parent reply	other threads:[~2025-10-06  1:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-06  1:47 [meta-xfce][PATCH 01/10] xfce4-battery-plugin: upgrade 1.1.6 -> 1.2.0 Jason Schonberg
2025-10-06  1:47 ` [meta-xfce][PATCH 02/10] xfce4-calculator-plugin: upgrade 0.7.3 -> 0.8.0 Jason Schonberg
2025-10-06  1:47 ` [meta-xfce][PATCH 03/10] xfce4-cpufreq-plugin: upgrade 1.2.9 -> 1.3.0 Jason Schonberg
2025-10-06  1:47 ` [meta-xfce][PATCH 04/10] xfce4-cpugraph-plugin: upgrade 1.2.11 " Jason Schonberg
2025-10-06  1:47 ` [meta-xfce][PATCH 05/10] xfce4-diskperf-plugin: upgrade 2.7.0 -> 2.8.0 Jason Schonberg
2025-10-06  1:47 ` [meta-xfce][PATCH 06/10] xfce4-eyes-plugin: upgrade 4.6.1 -> 4.7.0 Jason Schonberg
2025-10-06  1:47 ` [meta-xfce][PATCH 07/10] xfce4-fsguard-plugin: upgrade 1.1.4 -> 1.2.0 Jason Schonberg
2025-10-06  1:47 ` [meta-xfce][PATCH 08/10] xfce4-genmon-plugin: upgrade 4.2.1 -> 4.3.0 Jason Schonberg
2025-10-06  1:47 ` [meta-xfce][PATCH 09/10] xfce4-mailwatch-plugin: upgrade 1.3.2 -> 1.4.0 Jason Schonberg
2025-10-06  1:47 ` Jason Schonberg [this message]

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=20251006014727.58960-10-schonm@gmail.com \
    --to=schonm@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.