gcr: remove long_desc.
This commit is contained in:
parent
ba857e750d
commit
ffc9a2d495
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gcr'
|
||||
pkgname=gcr
|
||||
version=3.10.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-introspection --disable-update-mime
|
||||
--disable-update-icon-cache --disable-schemas-compile"
|
||||
|
@ -16,20 +16,13 @@ license="GPL-2, LGPL-2.1"
|
|||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/gcr/${version%.*}/gcr-${version}.tar.xz"
|
||||
checksum=006f4f5a54be00418346f28eac2b53f3e640e9c6aa389808cf846f861438645b
|
||||
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
|
||||
desktop.
|
||||
|
||||
GCK is a library for accessing PKCS#11 modules like smart cards, in a
|
||||
(G)object oriented way."
|
||||
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/10-gcr-memlock.conf 644 etc/security/limits.d
|
||||
}
|
||||
|
||||
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+=" - development files"
|
||||
replaces="gnome-keyring-devel<3.3.92"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue