From ed7515f06adf7084ff86ed072697e8676c2ee8f8 Mon Sep 17 00:00:00 2001 From: Florin Braescu Date: Sun, 18 Aug 2013 13:17:42 +0300 Subject: [PATCH] seahorse, seahorse-plugins: move them from others repo. --- desktop/seahorse-plugins/BUILD | 6 ++++++ desktop/seahorse-plugins/DEPENDS | 6 ++++++ desktop/seahorse-plugins/DETAILS | 15 +++++++++++++++ desktop/seahorse/DEPENDS | 9 +++++++++ desktop/seahorse/DETAILS | 16 ++++++++++++++++ 5 files changed, 52 insertions(+) create mode 100644 desktop/seahorse-plugins/BUILD create mode 100644 desktop/seahorse-plugins/DEPENDS create mode 100644 desktop/seahorse-plugins/DETAILS create mode 100644 desktop/seahorse/DEPENDS create mode 100644 desktop/seahorse/DETAILS diff --git a/desktop/seahorse-plugins/BUILD b/desktop/seahorse-plugins/BUILD new file mode 100644 index 0000000..3cf590e --- /dev/null +++ b/desktop/seahorse-plugins/BUILD @@ -0,0 +1,6 @@ +( + + OPTS+=" --disable-epiphany" + default_build + +) > $C_FIFO 2>&1 diff --git a/desktop/seahorse-plugins/DEPENDS b/desktop/seahorse-plugins/DEPENDS new file mode 100644 index 0000000..0402939 --- /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" + diff --git a/desktop/seahorse-plugins/DETAILS b/desktop/seahorse-plugins/DETAILS new file mode 100644 index 0000000..315a937 --- /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 diff --git a/desktop/seahorse/DEPENDS b/desktop/seahorse/DEPENDS new file mode 100644 index 0000000..a93666f --- /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" diff --git a/desktop/seahorse/DETAILS b/desktop/seahorse/DETAILS new file mode 100644 index 0000000..e8fdfd8 --- /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