mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
gcr: update to 3.28.0.
Closes #12440. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
57aeef977a
commit
11582d9911
1 changed files with 9 additions and 8 deletions
|
@ -1,21 +1,20 @@
|
||||||
# Template file for 'gcr'
|
# Template file for 'gcr'
|
||||||
pkgname=gcr
|
pkgname=gcr
|
||||||
version=3.20.0
|
version=3.28.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable gir introspection) --disable-update-mime
|
configure_args="$(vopt_enable gir introspection) --disable-update-mime
|
||||||
--disable-update-icon-cache --disable-schemas-compile"
|
--disable-update-icon-cache --disable-schemas-compile"
|
||||||
hostmakedepends="automake libtool pkg-config intltool gnome-doc-utils
|
hostmakedepends="pkg-config gnome-doc-utils intltool glib-devel
|
||||||
libtasn1-tools gettext-devel gnupg perl-XML-Parser glib-devel
|
gobject-introspection vala-devel"
|
||||||
libgcrypt-devel gobject-introspection vala-devel"
|
|
||||||
makedepends="gtk+3-devel p11-kit-devel libgcrypt-devel"
|
makedepends="gtk+3-devel p11-kit-devel libgcrypt-devel"
|
||||||
depends="hicolor-icon-theme desktop-file-utils"
|
depends="hicolor-icon-theme desktop-file-utils"
|
||||||
short_desc="GNOME crypto package"
|
short_desc="GNOME crypto package"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
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"
|
homepage="http://www.gnome.org"
|
||||||
distfiles="${GNOME_SITE}/gcr/${version%.*}/gcr-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/gcr/${version%.*}/gcr-${version}.tar.xz"
|
||||||
checksum=90572c626d8a708225560c42b4421f7941315247fa1679d4ef569bde7f4bb379
|
checksum=15e175d1da7ec486d59749ba34906241c442898118ce224a7b70bf2e849faf0b
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
@ -25,9 +24,11 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
do_check() {
|
||||||
autoreconf -fi
|
# requires X11 server
|
||||||
|
:
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/10-gcr-memlock.conf 644 etc/security/limits.d
|
vinstall ${FILESDIR}/10-gcr-memlock.conf 644 etc/security/limits.d
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue