diff options
| author | Andreas Müller <schnitzeltony@gmx.de> | 2011-10-24 19:26:57 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-25 07:02:07 +0200 |
| commit | c60bf558fa16034f7b010dc3e5862a1d3eb6c6d4 (patch) | |
| tree | b5ec73b4ceae5ca8119c4140e87e97e5441ddde5 /meta-xfce/recipes-panel-plugins/datetime/xfce4-datetime-plugin_git.bb | |
| parent | b795bbb81cc536286ae97d2f11e73e349d1a38b3 (diff) | |
| download | meta-openembedded-c60bf558fa16034f7b010dc3e5862a1d3eb6c6d4.tar.gz | |
xfce4-datetime-plugin: Initial add git (0.6.1)
Version 0.6.1 was release about 3 years ago. The patch to migrate from
libxfcegui4->libxfce4ui hopefully shall be applied mainline [1]. It would have
caused extra efforts to base the patch on 0.6.1 release.
[1] https://bugzilla.xfce.org/show_bug.cgi?id=8064
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/datetime/xfce4-datetime-plugin_git.bb')
| -rw-r--r-- | meta-xfce/recipes-panel-plugins/datetime/xfce4-datetime-plugin_git.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/datetime/xfce4-datetime-plugin_git.bb b/meta-xfce/recipes-panel-plugins/datetime/xfce4-datetime-plugin_git.bb new file mode 100644 index 0000000000..18dec9469c --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/datetime/xfce4-datetime-plugin_git.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | DESCRIPTION = "Panel plugin displaying date and time and a calendar when left-clicked" | ||
| 2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
| 5 | |||
| 6 | inherit xfce-panel-plugin | ||
| 7 | |||
| 8 | SRCREV = "e268210db6a32b2a47c03c63e5908ee3ba9461cc" | ||
| 9 | PV = "0.6.1+gitr${SRCPV}" | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | SRC_URI = "git://git.xfce.org/panel-plugins/xfce4-datetime-plugin;protocol=git;branch=master \ | ||
| 13 | file://port-to-libxfce4ui.patch \ | ||
| 14 | " | ||
| 15 | SRC_URI[md5sum] = "e82f51ff0e75a63e5cbd139e43e094f9" | ||
| 16 | SRC_URI[sha256sum] = "fb340c1c2170d4f33c7f278772966f3c01caaedcd4a7f58f670bf8e28580bb1b" | ||
| 17 | |||
| 18 | do_configure_prepend() { | ||
| 19 | NOCONFIGURE=yes ./autogen.sh | ||
| 20 | } | ||
