vala: update to 0.40.7.
Vala 0.40.7 =========== * Various improvements and bug fixes: - Update bugtracker links to https://gitlab.gnome.org/GNOME/vala/issues - codegen: + Handle delegate_target attribute of fields [#520] + Free generic elements of glib collections [#694765] + Fix warning for source_funcs parameter of g_source_new() + Actually treat GLib.Source as compact class + Custom abstract methods of GLib.Source are handled differently [#641] + Consistently use gpointer for delegate targets + Unify some delegate-type check patterns + Use default_init instead of base_init when registering interfaces [#699550] - girparser: Add support for bool delegate_target [#520] - girwriter: + Output deprecated="1" + construct-only properties don't have a setter method + Don't write any custom attributes [#608] - valadoc: Fix TreeBuilder.create_array() for stacked Arrays * Bindings: - glib-2.0: + Do not mark simple-type out-parameters as nullable [#634] + Make Source.attach() use the default MainContext by default + Make Bytes.slice() use the memory-efficient Bytes.from_bytes() [#638] + Fix Bytes.with_free_func() - gio-2.0: + Mark ActionEntry.parameter_type/state fields as nullable [#632] + Delegate fields of DBus*VTable do not have implicit target fields + Apply delegate_target = false on ActionEntry callbacks and make them weak [#630] + Add default to all io_priority parameters - gstreamer: Cherry-pick some fixes from 0.42, add gst-editing-services-1.0 - gtk+-3.0: Update to 3.22.30+9ac7f906 - gtk+-4.0: Update to 3.93.0+29fee2e8 - webkit2gtk-4.0: Update to 2.21.4 - Update GIR-based bindings
This commit is contained in:
parent
bd9b6b3df1
commit
1617b3cd48
3 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.43 2018/05/27 12:32:13 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.44 2018/06/24 10:58:14 wiz Exp $
|
||||
|
||||
DISTNAME= vala-0.40.6
|
||||
DISTNAME= vala-0.40.7
|
||||
CATEGORIES= lang gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.21 2018/04/17 04:20:07 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.22 2018/06/24 10:58:14 wiz Exp $
|
||||
bin/vala
|
||||
bin/vala-0.40
|
||||
bin/vala-gen-introspect
|
||||
|
@ -106,6 +106,8 @@ share/vala-0.40/vapi/goocanvas.vapi
|
|||
share/vala-0.40/vapi/graphene-1.0.deps
|
||||
share/vala-0.40/vapi/graphene-1.0.vapi
|
||||
share/vala-0.40/vapi/gsl.vapi
|
||||
share/vala-0.40/vapi/gst-editing-services-1.0.deps
|
||||
share/vala-0.40/vapi/gst-editing-services-1.0.vapi
|
||||
share/vala-0.40/vapi/gstreamer-0.10.deps
|
||||
share/vala-0.40/vapi/gstreamer-0.10.vapi
|
||||
share/vala-0.40/vapi/gstreamer-1.0.vapi
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.30 2018/05/27 12:32:13 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.31 2018/06/24 10:58:14 wiz Exp $
|
||||
|
||||
SHA1 (vala-0.40.6.tar.xz) = 140a970a518ecba44d799155deab133ed6fd5fa8
|
||||
RMD160 (vala-0.40.6.tar.xz) = e83664680503be6a5a394c68ecf335d22a85dfb5
|
||||
SHA512 (vala-0.40.6.tar.xz) = 08d609d0a3e7acbf09eb720d19e2a6869be32a57f41e8c2c0f175712ed89f927e33d6080bc62b4eddeda586d720b0b17635828633fe0787b903c6b7b6354b6a5
|
||||
Size (vala-0.40.6.tar.xz) = 3351248 bytes
|
||||
SHA1 (vala-0.40.7.tar.xz) = 79753cc2493e7dfc3113d7af43529600b670bf67
|
||||
RMD160 (vala-0.40.7.tar.xz) = 295be3f235dc451b01bdefc3d4c4bc5a218e7c46
|
||||
SHA512 (vala-0.40.7.tar.xz) = c8a53d026072e4a49b1ef27dcffb9898ac74dd5228081116fef0989eb75543b45e339e7be422faf8c52fba3676e96d0858f6d57fb232cdd074fc10be8b2c4bd4
|
||||
Size (vala-0.40.7.tar.xz) = 3359644 bytes
|
||||
SHA1 (patch-ac) = c1f2f101821db89a30512e275f0b8c6d6f7bb315
|
||||
|
|
Loading…
Reference in a new issue