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 | |
Brad Bishop | 0f291cc | 2019-09-01 15:16:57 -0400 | [diff] [blame] | 9 | SRC_URI = "git://github.com/schnitzeltony/xfce4-datetime-setter.git;protocol=https \ |
| 10 | file://fix-inner-dependency.patch \ |
| 11 | " |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 12 | SRCREV = "5c7a73a3824b03b91719e05e2604b97c7a72d50f" |
| 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
Brad Bishop | 8410d61 | 2019-11-25 09:40:59 -0500 | [diff] [blame] | 16 | inherit gettext meson features_check |
Brad Bishop | 0f291cc | 2019-09-01 15:16:57 -0400 | [diff] [blame] | 17 | |
| 18 | REQUIRED_DISTRO_FEATURES = "systemd x11" |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 19 | |
| 20 | FILES_${PN} += "${datadir}/icons/hicolor" |
| 21 | |
| 22 | RDEPENDS_${PN} = "tzdata" |