gcr: update to 3.8.2.

This commit is contained in:
Juan RP 2013-05-05 03:35:03 +02:00
parent cfde772311
commit c98a16ef0c

View file

@ -1,6 +1,6 @@
# Template file for 'gcr' # Template file for 'gcr'
pkgname=gcr pkgname=gcr
version=3.8.1 version=3.8.2
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-debug --disable-update-mime configure_args="--disable-debug --disable-update-mime
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2, LGPL-2.1" license="GPL-2, LGPL-2.1"
homepage="http://www.gnome.org" homepage="http://www.gnome.org"
distfiles="${GNOME_SITE}/gcr/3.8/gcr-${version}.tar.xz" distfiles="${GNOME_SITE}/gcr/3.8/gcr-${version}.tar.xz"
checksum=38f158d71ce8fb14dca74928053a3edf32751e142400d1429bec5fe0f4bbb8f0 checksum=a1e615ce2cfd375f383bbdd289935a8e3e16901c3c6f032780847055e8bec2c1
long_desc=" long_desc="
GCR is a library for displaying certificates, and crypto UI, accessing GCR is a library for displaying certificates, and crypto UI, accessing
key stores. It also provides the viewer for crypto files on the GNOME key stores. It also provides the viewer for crypto files on the GNOME
@ -30,7 +30,7 @@ post_install() {
gcr-devel_package() { gcr-devel_package() {
depends="libglib-devel p11-kit-devel gtk+3-devel gcr-${version}_${revision}" depends="libglib-devel p11-kit-devel gtk+3-devel gcr-${version}_${revision}"
short_desc="${sourcepkg} -- development files" short_desc+=" - development files"
replaces="gnome-keyring-devel<3.3.92" replaces="gnome-keyring-devel<3.3.92"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
@ -44,6 +44,6 @@ gcr_package() {
replaces="gnome-keyring<3.3.92" replaces="gnome-keyring<3.3.92"
depends="hicolor-icon-theme desktop-file-utils" depends="hicolor-icon-theme desktop-file-utils"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }