gcr: update to 3.4.0.
This commit is contained in:
parent
d4027c32c0
commit
d8262736f6
|
@ -12,6 +12,8 @@ Add_dependency run p11-kit-devel
|
|||
Add_dependency run gtk+3-devel
|
||||
Add_dependency run gcr ">=${version}"
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'gcr'
|
||||
pkgname=gcr
|
||||
version=3.3.92
|
||||
version=3.4.0
|
||||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-debug --disable-update-mime
|
||||
--disable-update-icon-cache --disable-schemas-compile"
|
||||
short_desc="GNOME crypto package"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
checksum=06ee57d14a00ffd514f636e91d00a2bb5c8ca9783dda3864ea6e67425bef9465
|
||||
checksum=6cb92178a04b5ea335102b43027420c200fe6a053e5e2009ffae91914a268106
|
||||
long_desc="
|
||||
GCR is a library for displaying certificates, and crypto UI, accessing
|
||||
key stores. It also provides the viewer for crypto files on the GNOME
|
||||
|
|
Loading…
Reference in New Issue