diff options
Diffstat (limited to 'meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.2.bb')
-rw-r--r-- | meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.2.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.2.bb b/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.2.bb new file mode 100644 index 000000000..152335a8e --- /dev/null +++ b/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.2.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "Xfce4 Vala provides bindings for the Xfce framework" | ||
2 | LICENSE = "LGPLv2.1" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad" | ||
4 | DEPENDS = "libxfce4util garcon xfconf libxfce4ui xfce4-panel exo vala xfce4-dev-tools-native" | ||
5 | |||
6 | inherit xfce | ||
7 | |||
8 | SRC_URI = " \ | ||
9 | http://archive.xfce.org/src/bindings/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2 \ | ||
10 | file://0001-align-vapi-dir.patch \ | ||
11 | " | ||
12 | SRC_URI[md5sum] = "afcca7cb5ae84b9a9a621a352eaf59c4" | ||
13 | SRC_URI[sha256sum] = "7d9ee9f7f4ce88f3ebc1bd465bad1cd813fa5d268be62fc8d313cbec5345a978" | ||
14 | |||
15 | FILES_${PN} += "${datadir}/vala" | ||
16 | |||
17 | RDEPENDS_${PN} = "vala" | ||