summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-panel-plugins
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-07-11 18:36:55 -0700
committerKhem Raj <raj.khem@gmail.com>2025-07-12 13:50:01 -0700
commitf7b7543253c77fd78aeafaf25170179e0cde9393 (patch)
tree8b6523e6c425531e03330104b95d0240dc99add2 /meta-xfce/recipes-panel-plugins
parentb4f3c4665ca45ac5c4347d4cd5d7547c50af9ae5 (diff)
downloadmeta-openembedded-f7b7543253c77fd78aeafaf25170179e0cde9393.tar.gz
xfce4-clipman-plugin: Upgrade to 1.7.0
Add dependency on wayland and glib-2.0 native versions, needed for configuring the plugins Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins')
-rw-r--r--meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.7.bb16
-rw-r--r--meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.7.0.bb21
2 files changed, 21 insertions, 16 deletions
diff --git a/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.7.bb b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.7.bb
deleted file mode 100644
index a54abe184f..0000000000
--- a/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.7.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1SUMMARY = "Clipman is a clipboard manager for Xfce"
2HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin/start"
3SECTION = "x11/application"
4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
6
7inherit xfce-panel-plugin
8
9DEPENDS += "xfconf xorgproto libxtst"
10
11SRC_URI[sha256sum] = "9bae27808a50e959e0912b7202ea5d651ed7401a6fc227f811d9bdaf2e44178c"
12
13PACKAGECONFIG ??= ""
14PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode"
15
16FILES:${PN} += "${datadir}/metainfo"
diff --git a/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.7.0.bb b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.7.0.bb
new file mode 100644
index 0000000000..c2e2f32d5c
--- /dev/null
+++ b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.7.0.bb
@@ -0,0 +1,21 @@
1SUMMARY = "Clipman is a clipboard manager for Xfce"
2HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin/start"
3SECTION = "x11/application"
4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
6
7inherit xfce-panel-plugin
8
9DEPENDS += "xfconf xorgproto libxtst glib-2.0-native"
10
11XFCE_COMPRESS_TYPE = "xz"
12SRC_URI[sha256sum] = "903302c3070a951d44ee17a84fa3cf21d36c6787678af8fbfc79e469fd00cb46"
13
14PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}"
15PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode"
16PACKAGECONFIG[wayland] = "--enable-wayland, --disable-wayland, wayland-native wayland"
17
18EXTRA_OECONF += "WAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner \
19 GLIB_COMPILE_RESOURCES=${STAGING_BINDIR_NATIVE}/glib-compile-resources"
20
21FILES:${PN} += "${datadir}/metainfo"