gcr: remove long_desc.
This commit is contained in:
parent
ba857e750d
commit
ffc9a2d495
1 changed files with 2 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gcr'
|
# Template file for 'gcr'
|
||||||
pkgname=gcr
|
pkgname=gcr
|
||||||
version=3.10.1
|
version=3.10.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-introspection --disable-update-mime
|
configure_args="--enable-introspection --disable-update-mime
|
||||||
--disable-update-icon-cache --disable-schemas-compile"
|
--disable-update-icon-cache --disable-schemas-compile"
|
||||||
|
@ -16,20 +16,13 @@ license="GPL-2, LGPL-2.1"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
distfiles="${GNOME_SITE}/gcr/${version%.*}/gcr-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/gcr/${version%.*}/gcr-${version}.tar.xz"
|
||||||
checksum=006f4f5a54be00418346f28eac2b53f3e640e9c6aa389808cf846f861438645b
|
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() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/10-gcr-memlock.conf 644 etc/security/limits.d
|
vinstall ${FILESDIR}/10-gcr-memlock.conf 644 etc/security/limits.d
|
||||||
}
|
}
|
||||||
|
|
||||||
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+=" - development files"
|
short_desc+=" - development files"
|
||||||
replaces="gnome-keyring-devel<3.3.92"
|
replaces="gnome-keyring-devel<3.3.92"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue