1DESCRIPTION = "A fork of (early) gnome-control-center datetime panel for XFCE. \ 2It is based upon GTK3 and embedds into recent xfce4-settings." 3HOMEPAGE = "https://github.com/schnitzeltony/xfce4-datetime-setter" 4LICENSE = "GPL-2.0-only" 5LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" 6 7DEPENDS = "glib-2.0-native libxfce4ui" 8 9SRC_URI = "git://github.com/schnitzeltony/xfce4-datetime-setter.git;protocol=https;branch=master \ 10 file://fix-inner-dependency.patch \ 11 file://0001-Fix-build-with-meson-0.61.patch \ 12" 13SRCREV = "5c7a73a3824b03b91719e05e2604b97c7a72d50f" 14 15S = "${WORKDIR}/git" 16 17inherit gettext meson features_check pkgconfig 18 19REQUIRED_DISTRO_FEATURES = "systemd x11" 20 21FILES:${PN} += "${datadir}/icons/hicolor" 22 23RDEPENDS:${PN} = "tzdata" 24