[Lunar-commits] <moonbase-gnome> seahorse, seahorse-plugins: move them from others repo.
Florin Braescu
florin at lunar-linux.org
Sun Aug 18 12:18:20 CEST 2013
commit ed7515f06adf7084ff86ed072697e8676c2ee8f8
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 18 Aug 2013 03:17:42 -0700
URL: https://github.com/lunar-linux/moonbase-gnome/commit/ed7515f06adf7084ff86ed072697e8676c2ee8f8
seahorse, seahorse-plugins: move them from others repo.
---
desktop/seahorse-plugins/BUILD | +6/-0
desktop/seahorse-plugins/DEPENDS | +6/-0
desktop/seahorse-plugins/DETAILS | +15/-0
desktop/seahorse/DEPENDS | +9/-0
desktop/seahorse/DETAILS | +16/-0
5 files changed, 52 insertions(+)
--- /dev/null
+++ b/desktop/seahorse-plugins/BUILD
@@ -0,0 +1,6 @@
+(
+
+ OPTS+=" --disable-epiphany"
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/desktop/seahorse-plugins/DEPENDS
@@ -0,0 +1,6 @@
+depends seahorse
+depends libnotify
+
+optional_depends "gedit" "" "--disable-gedit" "to enable the gedit plugin"
+optional_depends "nautilus" "" "--disable-nautilus" "to enable nautilus plugin"
+
--- /dev/null
+++ b/desktop/seahorse-plugins/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=seahorse-plugins
+ MAJOR=2.30
+ VERSION=$MAJOR.1
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+ SOURCE_VFY=sha1:d06c638e839024ab623dc001b3c4e43be293ede8
+ WEB_SITE=http://live.gnome.org/Seahorse
+ ENTERED=20011123
+ UPDATED=20101202
+ SHORT="Extra functionality for seahorse"
+
+cat << EOF
+Seahorse is a tool for secure communications and data storage.
+This module contains various plugins for seahorse.
+EOF
--- /dev/null
+++ b/desktop/seahorse/DEPENDS
@@ -0,0 +1,9 @@
+depends gtk+-2
+depends gpgme
+depends libgnomeui
+depends gnome-keyring
+depends dbus-glib
+depends libnotify
+
+optional_depends "libsoup" "" "" "for HKP keyserver support"
+optional_depends "openssh" "" "" "for ssh key management"
--- /dev/null
+++ b/desktop/seahorse/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=seahorse
+ MAJOR=2.32
+ VERSION=$MAJOR.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+ SOURCE_VFY=sha1:1469884b67483c876cfe5b986a76495739927a99
+ WEB_SITE=http://live.gnome.org/Seahorse
+ ENTERED=20011123
+ UPDATED=20101118
+ SHORT="A GNOME front end for GnuPG"
+
+cat << EOF
+Seahorse is a tool for secure communications and data storage. Data
+encryption, digital signature creation, and key management can all
+be performed through a GNOME-driven GUI.
+EOF
More information about the Lunar-commits
mailing list