This will be used to avoid duplicated code in many XFCE related
recipes. Without that, all recipes that uses a different version then
the global XFCE release need to specify the SRC_URI making harder to
update and change the mirror to be used globaly.
LICENSE = "LGPL-2"
DEPENDS += "startup-notification"
-SRC_URI = "http://www.us.xfce.org/archive/xfce-${PV}/src/${PN}-${PV}.tar.bz2"
+XFCE_VERSION = ${PV}
+SRC_URI = "http://www.us.xfce.org/archive/xfce-${XFCE_VERSION}/src/${PN}-${PV}.tar.bz2"
inherit autotools