blob: 6bcfc4ba433e39768b653292c7b4782fdfc9c909 [file] [log] [blame]
Brad Bishop26bdd442019-08-16 17:08:17 -04001DESCRIPTION = "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"
Andrew Geissler9aee5002022-03-30 16:27:02 +00004LICENSE = "GPL-2.0-only"
Brad Bishop26bdd442019-08-16 17:08:17 -04005LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e"
6
7DEPENDS = "glib-2.0-native libxfce4ui"
8
Andrew Geissler595f6302022-01-24 19:11:47 +00009SRC_URI = "git://github.com/schnitzeltony/xfce4-datetime-setter.git;protocol=https;branch=master \
Brad Bishop0f291cc2019-09-01 15:16:57 -040010 file://fix-inner-dependency.patch \
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000011 file://0001-Fix-build-with-meson-0.61.patch \
Brad Bishop0f291cc2019-09-01 15:16:57 -040012"
Brad Bishop26bdd442019-08-16 17:08:17 -040013SRCREV = "5c7a73a3824b03b91719e05e2604b97c7a72d50f"
14
15S = "${WORKDIR}/git"
16
Andrew Geissler5199d832021-09-24 16:47:35 -050017inherit gettext meson features_check pkgconfig
Brad Bishop0f291cc2019-09-01 15:16:57 -040018
19REQUIRED_DISTRO_FEATURES = "systemd x11"
Brad Bishop26bdd442019-08-16 17:08:17 -040020
Patrick Williams213cb262021-08-07 19:21:33 -050021FILES:${PN} += "${datadir}/icons/hicolor"
Brad Bishop26bdd442019-08-16 17:08:17 -040022
Patrick Williams213cb262021-08-07 19:21:33 -050023RDEPENDS:${PN} = "tzdata"