summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-apps/xfce4-datetime-setter/xfce4-datetime-setter_3.32.2.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-datetime-setter/xfce4-datetime-setter_3.32.2.bb b/meta-xfce/recipes-apps/xfce4-datetime-setter/xfce4-datetime-setter_3.32.2.bb
new file mode 100644
index 000000000..d64358537
--- /dev/null
+++ b/meta-xfce/recipes-apps/xfce4-datetime-setter/xfce4-datetime-setter_3.32.2.bb
@@ -0,0 +1,19 @@
1DESCRIPTION = "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
9SRC_URI = "git://github.com/schnitzeltony/xfce4-datetime-setter.git;protocol=https"
10SRCREV = "5c7a73a3824b03b91719e05e2604b97c7a72d50f"
11
12S = "${WORKDIR}/git"
13
14inherit gettext meson distro_features_check
15REQUIRED_DISTRO_FEATURES = "systemd"
16
17FILES_${PN} += "${datadir}/icons/hicolor"
18
19RDEPENDS_${PN} = "tzdata"