gcr: update to 3.8.0 (soname bumps).
This commit is contained in:
parent
3374757ebf
commit
3b0875292d
|
@ -950,9 +950,9 @@ libcryptsetup.so.4 libcryptsetup-1.4.1_1
|
|||
libgusb.so.2 libgusb-0.1.3_1
|
||||
libmash-0.2.so.0 mash-0.2.0_1
|
||||
libudisks2.so.0 udisks2-1.93.0_1
|
||||
libgcr-3.so.1 gcr-3.3.92_1
|
||||
libgck-1.so.0 gcr-3.3.92_1
|
||||
libgcr-base-3.so.1 gcr-3.3.92_1
|
||||
libgck-1.so.0 gcr-3.8.0_1
|
||||
libgcr-ui-3.so.1 gcr-3.8.0_1
|
||||
libwacom.so.2 libwacom-0.3_1
|
||||
libfarstream-0.1.so.0 farstream-0.1.1_1
|
||||
libfarstream-0.2.so.2 farstream-0.2.0_1
|
||||
|
|
|
@ -2,12 +2,7 @@
|
|||
#
|
||||
depends="glib-devel p11-kit-devel gtk+3-devel gcr-${version}_${revision}"
|
||||
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() {
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gcr'
|
||||
pkgname=gcr
|
||||
version=3.6.2
|
||||
revision=2
|
||||
version=3.8.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-debug --disable-update-mime
|
||||
--disable-update-icon-cache --disable-schemas-compile"
|
||||
|
@ -9,8 +9,8 @@ short_desc="GNOME crypto package"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/gcr/3.6/gcr-${version}.tar.xz"
|
||||
checksum=f709db2435e3635b68d8aa212863e0a8e81b1cc33442852a5183762876c7be9b
|
||||
distfiles="${GNOME_SITE}/gcr/3.8/gcr-${version}.tar.xz"
|
||||
checksum=3d9ff72a7d5f0c26e42f7f4195fa6f82d384e255a07cfcf00f898b18334b8650
|
||||
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
|
||||
|
@ -20,10 +20,13 @@ long_desc="
|
|||
(G)object oriented way."
|
||||
|
||||
depends="hicolor-icon-theme desktop-file-utils"
|
||||
makedepends="which pkg-config intltool gnome-doc-utils gobject-introspection
|
||||
gtk+3-devel>=3.6.1 p11-kit-devel libgcrypt-devel libtasn1-tools"
|
||||
fulldepends="gnupg"
|
||||
|
||||
hostmakedepends="which pkg-config intltool gnome-doc-utils
|
||||
gobject-introspection libtasn1-tools"
|
||||
|
||||
makedepends="gtk+3-devel>=3.8.0 p11-kit-devel libgcrypt-devel"
|
||||
|
||||
replaces="gnome-keyring<3.3.92"
|
||||
subpackages="gcr-devel"
|
||||
|
||||
|
|
Loading…
Reference in New Issue