gcr: update to 3.8.0 (soname bumps).
This commit is contained in:
parent
3374757ebf
commit
3b0875292d
3 changed files with 12 additions and 14 deletions
|
@ -950,9 +950,9 @@ libcryptsetup.so.4 libcryptsetup-1.4.1_1
|
||||||
libgusb.so.2 libgusb-0.1.3_1
|
libgusb.so.2 libgusb-0.1.3_1
|
||||||
libmash-0.2.so.0 mash-0.2.0_1
|
libmash-0.2.so.0 mash-0.2.0_1
|
||||||
libudisks2.so.0 udisks2-1.93.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
|
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
|
libwacom.so.2 libwacom-0.3_1
|
||||||
libfarstream-0.1.so.0 farstream-0.1.1_1
|
libfarstream-0.1.so.0 farstream-0.1.1_1
|
||||||
libfarstream-0.2.so.2 farstream-0.2.0_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}"
|
depends="glib-devel p11-kit-devel gtk+3-devel gcr-${version}_${revision}"
|
||||||
short_desc="${sourcepkg} -- development files"
|
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"
|
replaces="gnome-keyring-devel<3.3.92"
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'gcr'
|
# Template file for 'gcr'
|
||||||
pkgname=gcr
|
pkgname=gcr
|
||||||
version=3.6.2
|
version=3.8.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-debug --disable-update-mime
|
configure_args="--disable-debug --disable-update-mime
|
||||||
--disable-update-icon-cache --disable-schemas-compile"
|
--disable-update-icon-cache --disable-schemas-compile"
|
||||||
short_desc="GNOME crypto package"
|
short_desc="GNOME crypto package"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
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.6/gcr-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/gcr/3.8/gcr-${version}.tar.xz"
|
||||||
checksum=f709db2435e3635b68d8aa212863e0a8e81b1cc33442852a5183762876c7be9b
|
checksum=3d9ff72a7d5f0c26e42f7f4195fa6f82d384e255a07cfcf00f898b18334b8650
|
||||||
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
|
||||||
|
@ -20,10 +20,13 @@ long_desc="
|
||||||
(G)object oriented way."
|
(G)object oriented way."
|
||||||
|
|
||||||
depends="hicolor-icon-theme desktop-file-utils"
|
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"
|
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"
|
replaces="gnome-keyring<3.3.92"
|
||||||
subpackages="gcr-devel"
|
subpackages="gcr-devel"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue