gcr: update to 3.14.0.
This commit is contained in:
parent
0bd71b8168
commit
d9103672e3
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'gcr'
|
||||
pkgname=gcr
|
||||
version=3.12.2
|
||||
revision=2
|
||||
version=3.14.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-update-mime
|
||||
configure_args="$(vopt_enable gir introspection) --disable-update-mime
|
||||
--disable-update-icon-cache --disable-schemas-compile"
|
||||
hostmakedepends="automake libtool which pkg-config intltool gnome-doc-utils
|
||||
hostmakedepends="automake libtool pkg-config intltool gnome-doc-utils
|
||||
libtasn1-tools gettext-devel gnupg perl-XML-Parser glib-devel
|
||||
libgcrypt-devel gobject-introspection vala-devel"
|
||||
makedepends="gtk+3-devel p11-kit-devel libgcrypt-devel vala-devel"
|
||||
|
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-2, LGPL-2.1"
|
||||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/gcr/${version%.*}/gcr-${version}.tar.xz"
|
||||
checksum=456e20615ab178aa92eeabdea64dcce535c10d5af189171d9375291a2447d21c
|
||||
checksum=2a2231147a01e2061f57fa9ca77557ff97bc6ceab028cee5528079f4b2fca63d
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
@ -25,13 +25,6 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
build_options_default="gir"
|
||||
fi
|
||||
|
||||
if [ "$build_option_gir" ]; then
|
||||
configure_args+=" --enable-introspection"
|
||||
makedepends+=" gobject-introspection"
|
||||
else
|
||||
configure_args+=" --disable-introspection"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
@ -42,7 +35,6 @@ post_install() {
|
|||
gcr-devel_package() {
|
||||
depends="libglib-devel p11-kit-devel gtk+3-devel gcr>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
replaces="gnome-keyring-devel<3.3.92"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
|
|
Loading…
Reference in New Issue