diff mbox series

[meta-xfce,4/9] xfce4-panel-profiles: upgrade 1.0.15 -> 1.1.1

Message ID 20260319095547.3614749-4-peng.zhang1.cn@windriver.com
State Under Review
Headers show
Series [meta-xfce,1/9] xfce4-terminal: upgrade 1.1.4 -> 1.2.0 | expand

Commit Message

Zhang Peng March 19, 2026, 9:55 a.m. UTC
From: Zhang Peng <peng.zhang1.cn@windriver.com>

1.1.1
======
- build: Allow skip checking runtime dependencies
- Parameterize version and copyright year in man page
- Bump version in configure

https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/tags/xfce4-panel-profiles-1.1.1

Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com>
---
 ...nel-profiles_1.0.15.bb => xfce4-panel-profiles_1.1.1.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-xfce/recipes-apps/xfce4-panel-profiles/{xfce4-panel-profiles_1.0.15.bb => xfce4-panel-profiles_1.1.1.bb} (74%)
diff mbox series

Patch

diff --git a/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.15.bb b/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.1.1.bb
similarity index 74%
rename from meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.15.bb
rename to meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.1.1.bb
index 7eeaf80a67..24c96ea788 100644
--- a/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.15.bb
+++ b/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.1.1.bb
@@ -10,8 +10,8 @@  REQUIRED_DISTRO_FEATURES = "x11 gobject-introspection-data"
 
 DEPENDS += "intltool-native"
 
-SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/1.0/${BP}.tar.bz2"
-SRC_URI[sha256sum] = "56cce1a27e88a18a282d568cbc601547a5dd704f0449a75bc284f0171aebaf3b"
+SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/1.1/${BP}.tar.xz"
+SRC_URI[sha256sum] = "0126373a03778bb4894afa151de28d36bfc563ddab96d3bd7c63962350d34ba2"
 
 do_configure() {
     # special configure - no autotools...
@@ -25,4 +25,4 @@  do_install() {
 
 FILES:${PN} += "${datadir}/metainfo"
 
-RDEPENDS:${PN} += "python3-pygobject python3-pexpect"
+RDEPENDS:${PN} += "python3-pygobject python3-pexpect python3-psutil"