Skip to content

Commit

Permalink
seahorse, seahorse-plugins: move them from others repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Aug 18, 2013
1 parent 54cb3aa commit ed7515f
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 0 deletions.
6 changes: 6 additions & 0 deletions desktop/seahorse-plugins/BUILD
@@ -0,0 +1,6 @@
(

OPTS+=" --disable-epiphany"
default_build

) > $C_FIFO 2>&1
6 changes: 6 additions & 0 deletions 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"

15 changes: 15 additions & 0 deletions 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
9 changes: 9 additions & 0 deletions 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"
16 changes: 16 additions & 0 deletions 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

0 comments on commit ed7515f

Please sign in to comment.