libpeas: Bump to 1.36.0

This commit is contained in:
Tee KOBAYASHI 2023-03-20 23:31:37 +09:00 committed by xtkoba
parent 7f3aef3db1
commit 950e5088ef
4 changed files with 4 additions and 3 deletions

View File

@ -2,10 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://wiki.gnome.org/Projects/Libpeas
TERMUX_PKG_DESCRIPTION="A gobject-based plugins engine"
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_MAINTAINER="@termux"
_MAJOR_VERSION=1.34
_MAJOR_VERSION=1.36
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.0
TERMUX_PKG_SRCURL=https://download.gnome.org/sources/libpeas/${_MAJOR_VERSION}/libpeas-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=4305f715dab4b5ad3e8007daec316625e7065a94e63e25ef55eb1efb964a7bf0
TERMUX_PKG_SHA256=297cb9c2cccd8e8617623d1a3e8415b4530b8e5a893e3527bbfd1edd13237b4c
TERMUX_PKG_DEPENDS="glib, gobject-introspection, gtk3"
TERMUX_PKG_BUILD_DEPENDS="g-ir-scanner"
TERMUX_PKG_DISABLE_GIR=false

View File

@ -8,8 +8,8 @@
<interface name="IntrospectionCallable" get-type="introspection_callable_get_type">
</interface>
<interface name="IntrospectionHasPrerequisite" get-type="introspection_has_prerequisite_get_type">
<prerequisite name="IntrospectionBase"/>
<prerequisite name="IntrospectionCallable"/>
<prerequisite name="IntrospectionBase"/>
<prerequisite name="IntrospectionPrerequisite"/>
</interface>
<class name="IntrospectionPrerequisite" get-type="introspection_prerequisite_get_type" parents="PeasExtensionBase,GObject">

View File

@ -20,6 +20,7 @@
<property name="data-dir" type="gchararray" flags="225" default-value="NULL"/>
</class>
<class name="PeasExtensionSet" get-type="peas_extension_set_get_type" parents="GObject">
<implements name="GListModel"/>
<property name="engine" type="PeasEngine" flags="235"/>
<property name="extension-type" type="GType" flags="235"/>
<property name="construct-properties" type="gpointer" flags="234"/>