diff options
| author | Zhang Peng <peng.zhang1.cn@windriver.com> | 2026-03-19 17:55:42 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-19 22:27:09 -0700 |
| commit | 35d8bf8025984ea7e28eeb4b0926b6d36c677f07 (patch) | |
| tree | 1867bfee4313a783ed2e770dff6bf9e39a06a39b | |
| parent | 172ca47bed049e83c74494c8fd56c4ea7b8ff3be (diff) | |
| download | meta-openembedded-35d8bf8025984ea7e28eeb4b0926b6d36c677f07.tar.gz | |
xfce4-panel-profiles: upgrade 1.0.15 -> 1.1.1
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.1.1.bb (renamed from meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.15.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
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 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" | |||
| 10 | 10 | ||
| 11 | DEPENDS += "intltool-native" | 11 | DEPENDS += "intltool-native" |
| 12 | 12 | ||
| 13 | SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/1.0/${BP}.tar.bz2" | 13 | SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/1.1/${BP}.tar.xz" |
| 14 | SRC_URI[sha256sum] = "56cce1a27e88a18a282d568cbc601547a5dd704f0449a75bc284f0171aebaf3b" | 14 | SRC_URI[sha256sum] = "0126373a03778bb4894afa151de28d36bfc563ddab96d3bd7c63962350d34ba2" |
| 15 | 15 | ||
| 16 | do_configure() { | 16 | do_configure() { |
| 17 | # special configure - no autotools... | 17 | # special configure - no autotools... |
| @@ -25,4 +25,4 @@ do_install() { | |||
| 25 | 25 | ||
| 26 | FILES:${PN} += "${datadir}/metainfo" | 26 | FILES:${PN} += "${datadir}/metainfo" |
| 27 | 27 | ||
| 28 | RDEPENDS:${PN} += "python3-pygobject python3-pexpect" | 28 | RDEPENDS:${PN} += "python3-pygobject python3-pexpect python3-psutil" |
