blob: 92317c83fccd73b1c029580452498b347d2d2b1a [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"
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e"
6
7DEPENDS = "glib-2.0-native libxfce4ui"
8
Brad Bishop0f291cc2019-09-01 15:16:57 -04009SRC_URI = "git://github.com/schnitzeltony/xfce4-datetime-setter.git;protocol=https \
10 file://fix-inner-dependency.patch \
11"
Brad Bishop26bdd442019-08-16 17:08:17 -040012SRCREV = "5c7a73a3824b03b91719e05e2604b97c7a72d50f"
13
14S = "${WORKDIR}/git"
15
Andrew Geissler5199d832021-09-24 16:47:35 -050016inherit gettext meson features_check pkgconfig
Brad Bishop0f291cc2019-09-01 15:16:57 -040017
18REQUIRED_DISTRO_FEATURES = "systemd x11"
Brad Bishop26bdd442019-08-16 17:08:17 -040019
Patrick Williams213cb262021-08-07 19:21:33 -050020FILES:${PN} += "${datadir}/icons/hicolor"
Brad Bishop26bdd442019-08-16 17:08:17 -040021
Patrick Williams213cb262021-08-07 19:21:33 -050022RDEPENDS:${PN} = "tzdata"