mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
xfce4-vala: update to 4.10.3
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
c4828167f7
commit
473f5b3396
@@ -1,39 +0,0 @@
|
|||||||
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
|
|
||||||
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
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"
|
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
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"
|
||||||
|
SRC_URI[md5sum] = "0bbb1d6e473e0fe9b335b7b1b49d8a71"
|
||||||
|
SRC_URI[sha256sum] = "07a8f2b7c09fcdd3d86e0c52adea3c58ca011d0142a93997a01b4af77260ae7b"
|
||||||
|
|
||||||
|
FILES_${PN} += "${datadir}/vala-*/vapi"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} = "vala"
|
||||||
Reference in New Issue
Block a user