gcr: update to 3.6.0.
This commit is contained in:
parent
f1d3108d3d
commit
0b416b8082
2 changed files with 9 additions and 12 deletions
|
@ -1,14 +1,12 @@
|
|||
# Template file for 'gcr-devel'.
|
||||
#
|
||||
depends="glib-devel p11-kit-devel gtk+3-devel gcr>=3.4.1"
|
||||
depends="glib-devel p11-kit-devel gtk+3-devel gcr>=${version}"
|
||||
short_desc="${sourcepkg} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
replaces="gnome-keyring-devel<3.3.92"
|
||||
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -1,19 +1,20 @@
|
|||
# Template file for 'gcr'
|
||||
pkgname=gcr
|
||||
version=3.4.1
|
||||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
version=3.6.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-debug --disable-update-mime
|
||||
--disable-update-icon-cache --disable-schemas-compile"
|
||||
depends="hicolor-icon-theme desktop-file-utils"
|
||||
makedepends="which pkg-config intltool gnome-doc-utils gobject-introspection gtk+3-devel p11-kit-devel libgcrypt-devel libtasn1-tools"
|
||||
makedepends="which pkg-config intltool gnome-doc-utils gobject-introspection
|
||||
gtk+3-devel>=3.6.0_2 p11-kit-devel libgcrypt-devel libtasn1-tools"
|
||||
fulldepends="gnupg"
|
||||
revision=2
|
||||
short_desc="GNOME crypto package"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
checksum=a0812b6e9623465b0053f4b1b09f3b9316317b2c6ed69a73bc2c5b3b6b849609
|
||||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/gcr/3.6/gcr-${version}.tar.xz"
|
||||
checksum=b84e0779cf8977953e9fdfea294bfa377522ca745f75abccf8d2a2909207c090
|
||||
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
|
||||
|
@ -24,6 +25,4 @@ long_desc="
|
|||
|
||||
replaces="gnome-keyring<3.3.92"
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
|
||||
subpackages="gcr-devel"
|
||||
|
|
Loading…
Reference in a new issue