[Lunar-commits] <moonbase-gnome3> gnome-keyring: introduction to -gnome3
v4hn
me at v4hn.de
Tue Feb 19 02:22:44 CET 2013
commit 0a8f66ef41bf6b6c45279e06ea1630d4741432f9
Author: v4hn <me at v4hn.de>
Date: Mon, 18 Feb 2013 17:22:44 -0800
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/0a8f66ef41bf6b6c45279e06ea1630d4741432f9
gnome-keyring: introduction to -gnome3
---
core/gnome-keyring/DEPENDS | +5/-0
core/gnome-keyring/DETAILS | +17/-0
2 files changed, 22 insertions(+)
--- /dev/null
+++ b/core/gnome-keyring/DEPENDS
@@ -0,0 +1,5 @@
+depends gtk+-3
+depends libgcrypt
+depends libtasn1
+depends libcap-ng
+depends gcr
--- /dev/null
+++ b/core/gnome-keyring/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=gnome-keyring
+ VERSION=3.6.2
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+ SOURCE_VFY=sha1:6fdc4cf7959d00ab8e3a8cec456ca6f9c0126af3
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20031208
+ UPDATED=20130218
+ SHORT="The GNOME keyring services (daemon and tools)"
+
+cat << EOF
+gnome-keyring is a daemon that is used to store passwords and other
+sensitive information. 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, hence forgetting when the
+session ends.
+EOF
More information about the Lunar-commits
mailing list