Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vala, bump version #3679

Merged
merged 1 commit into from
Nov 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
129 changes: 0 additions & 129 deletions dev-lang/vala/patches/vala-0.42.3.patchset

This file was deleted.

83 changes: 83 additions & 0 deletions dev-lang/vala/patches/vala-0.47.1.patchset
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
From 6d90c4b62afedf5dc123194f3b06c5ad560f817a Mon Sep 17 00:00:00 2001
From: begasus <begasus@gmail.com>
Date: Wed, 27 Nov 2019 14:26:35 +0100
Subject: Fix header path for gvc.h


diff --git a/libvaladoc/gvc-compat.c b/libvaladoc/gvc-compat.c
index 9ec37e6..1ef6ba6 100644
--- a/libvaladoc/gvc-compat.c
+++ b/libvaladoc/gvc-compat.c
@@ -20,7 +20,7 @@
* Rico Tzschichholz <ricotz@ubuntu.com>
*/

-#include <gvc.h>
+#include <graphviz/gvc.h>

/* Compat-layer for Graphviz with/without cgraph support */

--
2.24.0


From f2d14c4d2598b74d81e3927baf21761ced4ba03c Mon Sep 17 00:00:00 2001
From: begasus <begasus@gmail.com>
Date: Fri, 29 Nov 2019 10:10:28 +0100
Subject: Remove dbus and gir tests


diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3a7d6d0..dac5280 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -513,46 +513,6 @@ TESTS = \
generics/bug694765-1.vala \
generics/bug694765-2.vala \
generics/bug694765-3.vala \
- dbus/basic-types.test \
- dbus/arrays.test \
- dbus/structs.test \
- dbus/errors.test \
- dbus/async.test \
- dbus/async-errors.test \
- dbus/enum-string-marshalling.vala \
- dbus/signals.test \
- dbus/filedescriptor.test \
- dbus/filedescriptor-async.test \
- dbus/filedescriptor-errors.test \
- dbus/dicts.test \
- dbus/bug596862.vala \
- dbus/bug602003.test \
- dbus/bug735437.test \
- dbus/bug782719.test \
- dbus/bug783002.test \
- dbus/bug792277.vala \
- dbus/rawvariants.test \
- gir/bug651773.test \
- gir/bug667751.test \
- gir/bug742012.test \
- gir/bug788775.test \
- gir/bug792998.test \
- gir/array-fixed-length.test \
- gir/async-result-pos.test \
- gir/async-sync-out.test \
- gir/class.test \
- gir/delegate-alias-without-target.test \
- gir/delegate-array-length-type.test \
- gir/delegate-closure-destroy-index-conflict.test \
- gir/delegate-error-pos.test \
- gir/enum.test \
- gir/errordomain.test \
- gir/instance-parameter-owned.test \
- gir/method-array-length-type.test \
- gir/parameter-array-length-type.test \
- gir/parameter-nullable-out-simple-type.test \
- gir/property-non-readable.test \
- gir/symbol-type-csuffix.test \
annotations/deprecated.vala \
annotations/description.vala \
annotations/noaccessormethod.test \
--
2.24.0

Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ programming language features to GNOME developers without imposing any \
additional runtime requirements and without using a different ABI \
compared to applications and libraries written in C."
HOMEPAGE="https://wiki.gnome.org/Projects/Vala"
COPYRIGHT="2006-2018 Jürg Billeter
2006-2018 Raffaele Sandrini"
COPYRIGHT="2006-2019 Jürg Billeter
2006-2019 Raffaele Sandrini"
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="https://download.gnome.org/sources/vala/${portVersion%.*}/vala-$portVersion.tar.xz"
CHECKSUM_SHA256="5fc73dd1e683dc7391bb96d02b2f671aa8289411a48611a05265629e0048587d"
CHECKSUM_SHA256="b694b2edc09315ac53c27767069d321705744e36d206a3ea4c2eb53d0d890e07"
PATCHES="vala-$portVersion.patchset"

ARCHITECTURES="!x86_gcc2 x86 x86_64"
Expand All @@ -24,7 +24,7 @@ fi

libVersion="0.0.0"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
portVers="${portVersion%.*}"
portVers="0.48"

PROVIDES="
vala$secondaryArchSuffix = $portVersion
Expand Down Expand Up @@ -91,9 +91,9 @@ defineDebugInfoPackage vala$secondaryArchSuffix \
"$libDir"/libvaladoc-$portVers.so.$libVersion \
"$libDir"/vala-$portVers/gen-introspect-$portVers \
"$libDir"/vala-$portVers/libvalaccodegen.so \
"$libDir"/valadoc/doclets/devhelp/libdoclet.so \
"$libDir"/valadoc/doclets/gtkdoc/libdoclet.so \
"$libDir"/valadoc/doclets/html/libdoclet.so \
"$libDir"/valadoc-$portVers/doclets/devhelp/libdoclet.so \
"$libDir"/valadoc-$portVers/doclets/gtkdoc/libdoclet.so \
"$libDir"/valadoc-$portVers/doclets/html/libdoclet.so \

BUILD()
{
Expand All @@ -115,6 +115,6 @@ INSTALL()
TEST()
{
LIBRARY_PATH="$sourceDir/vala/.libs:$sourceDir/libvaladoc/.libs\
${LIBRARY_PATH:+:$LIBRARY_PATH}" \
:$sourceDir/codegen/.libs${LIBRARY_PATH:+:$LIBRARY_PATH}" \
make check
}