mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
08307fcdcd
commit
788b3410a7
@@ -0,0 +1,39 @@
|
|||||||
|
From 9ac15a092c50bb95973d1d81200af031109ad377 Mon Sep 17 00:00:00 2001
|
||||||
|
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
|
||||||
|
Date: Sun, 3 Feb 2013 23:31:50 +0100
|
||||||
|
Subject: [PATCH 1/2] align vapi dir
|
||||||
|
MIME-Version: 1.0
|
||||||
|
Content-Type: text/plain; charset=UTF-8
|
||||||
|
Content-Transfer-Encoding: 8bit
|
||||||
|
|
||||||
|
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
||||||
|
|
||||||
|
Upstream-Status: : Inappropriate [configuration]
|
||||||
|
---
|
||||||
|
configure.ac | 10 ++--------
|
||||||
|
1 files changed, 2 insertions(+), 8 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/configure.ac b/configure.ac
|
||||||
|
index 1692ce9..f43f904 100644
|
||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -35,14 +35,8 @@ M8T_CHECK_PACKAGE([EXO], [exo-1], [0.8.0])
|
||||||
|
|
||||||
|
dnl Check for Vala
|
||||||
|
M8T_CHECK_VALA([0.16.0])
|
||||||
|
-AC_ARG_WITH([default-vapidir],
|
||||||
|
- AC_HELP_STRING([--with-default-vapidir],
|
||||||
|
- [Use default VAPI prefix from Vala installation]),
|
||||||
|
- [],
|
||||||
|
- [with_default_vapidir=no])
|
||||||
|
-if test x"$with_default_vapidir" == xno ; then
|
||||||
|
- AC_SUBST([vapidir], [${datarootdir}/vala-0.16/vapi])
|
||||||
|
-fi
|
||||||
|
+
|
||||||
|
+AC_SUBST([vapidir], [${datarootdir}/vala/vapi])
|
||||||
|
|
||||||
|
dnl Makefile outputs
|
||||||
|
AC_OUTPUT([
|
||||||
|
--
|
||||||
|
1.7.4.4
|
||||||
|
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
DESCRIPTION = "Xfce4 Vala provides bindings for the Xfce framework"
|
||||||
|
LICENSE = "LGPLv2.1"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad"
|
||||||
|
DEPENDS = "libxfce4util garcon xfconf libxfce4ui xfce4-panel exo vala xfce4-dev-tools-native"
|
||||||
|
|
||||||
|
inherit xfce
|
||||||
|
|
||||||
|
SRC_URI = " \
|
||||||
|
http://archive.xfce.org/src/bindings/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2 \
|
||||||
|
file://0001-align-vapi-dir.patch \
|
||||||
|
"
|
||||||
|
SRC_URI[md5sum] = "afcca7cb5ae84b9a9a621a352eaf59c4"
|
||||||
|
SRC_URI[sha256sum] = "7d9ee9f7f4ce88f3ebc1bd465bad1cd813fa5d268be62fc8d313cbec5345a978"
|
||||||
|
|
||||||
|
FILES_${PN} += "${datadir}/vala"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} = "vala"
|
||||||
Reference in New Issue
Block a user