diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-03-07 11:43:33 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-03-12 11:22:40 +0100 |
commit | 788b3410a7fef7121db3067f2a6813944153f63c (patch) | |
tree | 9797774506368abebe2ed4c65f023cd888f53fa8 /meta-xfce/recipes-bindings | |
parent | 08307fcdcd38fcec8abbd9b9e169c0a17677540c (diff) | |
download | meta-openembedded-788b3410a7fef7121db3067f2a6813944153f63c.tar.gz |
xfce4-vala: initial add 4.10.2
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-bindings')
-rw-r--r-- | meta-xfce/recipes-bindings/vala/files/0001-align-vapi-dir.patch | 39 | ||||
-rw-r--r-- | meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.2.bb | 17 |
2 files changed, 56 insertions, 0 deletions
diff --git a/meta-xfce/recipes-bindings/vala/files/0001-align-vapi-dir.patch b/meta-xfce/recipes-bindings/vala/files/0001-align-vapi-dir.patch new file mode 100644 index 000000000..33c6ed300 --- /dev/null +++ b/meta-xfce/recipes-bindings/vala/files/0001-align-vapi-dir.patch | |||
@@ -0,0 +1,39 @@ | |||
1 | From 9ac15a092c50bb95973d1d81200af031109ad377 Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> | ||
3 | Date: Sun, 3 Feb 2013 23:31:50 +0100 | ||
4 | Subject: [PATCH 1/2] align vapi dir | ||
5 | MIME-Version: 1.0 | ||
6 | Content-Type: text/plain; charset=UTF-8 | ||
7 | Content-Transfer-Encoding: 8bit | ||
8 | |||
9 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | ||
10 | |||
11 | Upstream-Status: : Inappropriate [configuration] | ||
12 | --- | ||
13 | configure.ac | 10 ++-------- | ||
14 | 1 files changed, 2 insertions(+), 8 deletions(-) | ||
15 | |||
16 | diff --git a/configure.ac b/configure.ac | ||
17 | index 1692ce9..f43f904 100644 | ||
18 | --- a/configure.ac | ||
19 | +++ b/configure.ac | ||
20 | @@ -35,14 +35,8 @@ M8T_CHECK_PACKAGE([EXO], [exo-1], [0.8.0]) | ||
21 | |||
22 | dnl Check for Vala | ||
23 | M8T_CHECK_VALA([0.16.0]) | ||
24 | -AC_ARG_WITH([default-vapidir], | ||
25 | - AC_HELP_STRING([--with-default-vapidir], | ||
26 | - [Use default VAPI prefix from Vala installation]), | ||
27 | - [], | ||
28 | - [with_default_vapidir=no]) | ||
29 | -if test x"$with_default_vapidir" == xno ; then | ||
30 | - AC_SUBST([vapidir], [${datarootdir}/vala-0.16/vapi]) | ||
31 | -fi | ||
32 | + | ||
33 | +AC_SUBST([vapidir], [${datarootdir}/vala/vapi]) | ||
34 | |||
35 | dnl Makefile outputs | ||
36 | AC_OUTPUT([ | ||
37 | -- | ||
38 | 1.7.4.4 | ||
39 | |||
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" | ||