mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
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>
This commit is contained in:
committed by
Koen Kooi
parent
b795bbb81c
commit
c60bf558fa
@@ -0,0 +1,20 @@
|
||||
DESCRIPTION = "Panel plugin displaying date and time and a calendar when left-clicked"
|
||||
HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
SRCREV = "e268210db6a32b2a47c03c63e5908ee3ba9461cc"
|
||||
PV = "0.6.1+gitr${SRCPV}"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
SRC_URI = "git://git.xfce.org/panel-plugins/xfce4-datetime-plugin;protocol=git;branch=master \
|
||||
file://port-to-libxfce4ui.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "e82f51ff0e75a63e5cbd139e43e094f9"
|
||||
SRC_URI[sha256sum] = "fb340c1c2170d4f33c7f278772966f3c01caaedcd4a7f58f670bf8e28580bb1b"
|
||||
|
||||
do_configure_prepend() {
|
||||
NOCONFIGURE=yes ./autogen.sh
|
||||
}
|
||||
Reference in New Issue
Block a user