Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame^] | 1 | DESCRIPTION = "A fork of (early) gnome-control-center datetime panel for XFCE. \ |
| 2 | It is based upon GTK3 and embedds into recent xfce4-settings." |
| 3 | HOMEPAGE = "https://github.com/schnitzeltony/xfce4-datetime-setter" |
| 4 | LICENSE = "GPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" |
| 6 | |
| 7 | DEPENDS = "glib-2.0-native libxfce4ui" |
| 8 | |
| 9 | SRC_URI = "git://github.com/schnitzeltony/xfce4-datetime-setter.git;protocol=https" |
| 10 | SRCREV = "5c7a73a3824b03b91719e05e2604b97c7a72d50f" |
| 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | inherit gettext meson distro_features_check |
| 15 | REQUIRED_DISTRO_FEATURES = "systemd" |
| 16 | |
| 17 | FILES_${PN} += "${datadir}/icons/hicolor" |
| 18 | |
| 19 | RDEPENDS_${PN} = "tzdata" |