diff --git a/srcpkgs/gcr/template b/srcpkgs/gcr/template index b0175661758..052ec46f703 100644 --- a/srcpkgs/gcr/template +++ b/srcpkgs/gcr/template @@ -1,21 +1,20 @@ # Template file for 'gcr' pkgname=gcr -version=3.20.0 +version=3.28.0 revision=1 build_style=gnu-configure configure_args="$(vopt_enable gir introspection) --disable-update-mime --disable-update-icon-cache --disable-schemas-compile" -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" +hostmakedepends="pkg-config gnome-doc-utils intltool glib-devel + gobject-introspection vala-devel" makedepends="gtk+3-devel p11-kit-devel libgcrypt-devel" depends="hicolor-icon-theme desktop-file-utils" short_desc="GNOME crypto package" maintainer="Juan RP " -license="GPL-2, LGPL-2.1" +license="LGPL-2.0-or-later, LGPL-2.1-or-later, GPL-2.0-or-later" homepage="http://www.gnome.org" distfiles="${GNOME_SITE}/gcr/${version%.*}/gcr-${version}.tar.xz" -checksum=90572c626d8a708225560c42b4421f7941315247fa1679d4ef569bde7f4bb379 +checksum=15e175d1da7ec486d59749ba34906241c442898118ce224a7b70bf2e849faf0b # Package build options build_options="gir" @@ -25,9 +24,11 @@ if [ -z "$CROSS_BUILD" ]; then build_options_default="gir" fi -pre_configure() { - autoreconf -fi +do_check() { + # requires X11 server + : } + post_install() { vinstall ${FILESDIR}/10-gcr-memlock.conf 644 etc/security/limits.d }