diff options
Diffstat (limited to 'meta-xfce/recipes-xfce/xfconf/xfconf_4.21.2.bb')
| -rw-r--r-- | meta-xfce/recipes-xfce/xfconf/xfconf_4.21.2.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.21.2.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.21.2.bb new file mode 100644 index 0000000000..fbc0cffccc --- /dev/null +++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.21.2.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "Xfce configuration daemon and utilities" | ||
| 2 | HOMEPAGE = "https://docs.xfce.org/xfce/xfconf/start" | ||
| 3 | SECTION = "x11/wm" | ||
| 4 | LICENSE = "GPL-2.0-or-later" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
| 6 | DEPENDS = "libxfce4util perl intltool-native xfce4-dev-tools-native" | ||
| 7 | |||
| 8 | XFCE_COMPRESS_TYPE = "xz" | ||
| 9 | XFCEBASEBUILDCLASS = "meson" | ||
| 10 | GTKDOC_MESON_OPTION = "gtk-doc" | ||
| 11 | |||
| 12 | inherit xfce gtk-doc gobject-introspection bash-completion vala | ||
| 13 | |||
| 14 | SRC_URI += "file://0001-build-Make-sure-gdbus-headers-are-generated-before-i.patch" | ||
| 15 | SRC_URI[sha256sum] = "99aa4366e909ba7b9f746aba48b610b9e9d2933aeb283c7fa5f37a7c3dc7a3a6" | ||
| 16 | |||
| 17 | FILES:${PN} += "${libdir}/xfce4/xfconf/xfconfd \ | ||
| 18 | ${libdir}/gio/modules/libxfconfgsettingsbackend.so \ | ||
| 19 | ${datadir}/dbus-1/services/org.xfce.Xfconf.service \ | ||
| 20 | ${systemd_user_unitdir}/xfconfd.service \ | ||
| 21 | " | ||
| 22 | |||
| 23 | PACKAGECONFIG[gsettings-backend] = "-Dgsettings-backend=true,-Dgsettings-backend=false," | ||
| 24 | |||
