aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps/xfce4-datetime-setter/xfce4-datetime-setter_3.32.2.bb
blob: d643585370e10f6d57d8bc95e40f15d7fbb78442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "A fork of (early) gnome-control-center datetime panel for XFCE. \
It is based upon GTK3 and embedds into recent xfce4-settings."
HOMEPAGE = "https://github.com/schnitzeltony/xfce4-datetime-setter"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e"

DEPENDS = "glib-2.0-native libxfce4ui"

SRC_URI = "git://github.com/schnitzeltony/xfce4-datetime-setter.git;protocol=https"
SRCREV = "5c7a73a3824b03b91719e05e2604b97c7a72d50f"

S = "${WORKDIR}/git"

inherit gettext meson distro_features_check
REQUIRED_DISTRO_FEATURES = "systemd"

FILES_${PN} += "${datadir}/icons/hicolor"

RDEPENDS_${PN} = "tzdata"