gnome-keyring: switch to /usr.
This commit is contained in:
parent
d0a1295614
commit
07b8aecda0
1 changed files with 4 additions and 6 deletions
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'gnome-keyring'
|
||||
pkgname=gnome-keyring
|
||||
version=3.4.1
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-pam-dir=/lib/security --disable-debug
|
||||
configure_args="--with-pam-dir=/usr/lib/security --disable-debug
|
||||
--disable-schemas-compile --with-root-certs=/etc/ssl/certs"
|
||||
# For setcap(8).
|
||||
depends="libcap-progs dconf"
|
||||
makedepends="pkg-config intltool dbus-devel gcr-devel libcap-ng-devel pam-devel libcap-devel libtasn1-devel libgcrypt-devel libtasn1-tools"
|
||||
revision=1
|
||||
short_desc="GNOME password and secret manager"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL, LGPL"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
checksum=9e90267721198cbe6ebc08f6390d24901d9c0de39b180cd2ad1bbcdd7b30b249
|
||||
long_desc="
|
||||
gnome-keyring is a program that keeps passwords and other secrets for
|
||||
|
@ -21,6 +22,3 @@ long_desc="
|
|||
The program can manage several keyrings, each with its own master
|
||||
password, and there is also a session keyring which is never stored to
|
||||
disk, but forgotten when the session ends."
|
||||
|
||||
# For setcap(8).
|
||||
|
||||
|
|
Loading…
Reference in a new issue