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'.
|
# 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"
|
short_desc="${sourcepkg} -- development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
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
|
noarch=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'gcr'
|
# Template file for 'gcr'
|
||||||
pkgname=gcr
|
pkgname=gcr
|
||||||
version=3.4.1
|
version=3.6.0
|
||||||
homepage="http://www.gnome.org"
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
|
||||||
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"
|
||||||
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 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"
|
fulldepends="gnupg"
|
||||||
revision=2
|
|
||||||
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"
|
||||||
checksum=a0812b6e9623465b0053f4b1b09f3b9316317b2c6ed69a73bc2c5b3b6b849609
|
homepage="http://www.gnome.org"
|
||||||
|
distfiles="${GNOME_SITE}/gcr/3.6/gcr-${version}.tar.xz"
|
||||||
|
checksum=b84e0779cf8977953e9fdfea294bfa377522ca745f75abccf8d2a2909207c090
|
||||||
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
|
||||||
|
@ -24,6 +25,4 @@ long_desc="
|
||||||
|
|
||||||
replaces="gnome-keyring<3.3.92"
|
replaces="gnome-keyring<3.3.92"
|
||||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="gcr-devel"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue