File: README.md

package info (click to toggle)
caja-seahorse 1.18.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,876 kB
  • sloc: ansic: 4,278; xml: 469; makefile: 134; sh: 15
file content (30 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# seahorse-caja
Seahorse caja is an extension for caja which allows encryption
and decryption of OpenPGP files using GnuPG. It is integrated
into the caja right-click menu, but can also be used from the
command line. It's based on seahorse-nautilus.

Homepage: https://github.com/darkshram/seahorse-caja/

To build you will need:

* caja-devel (built with Gtk3)
* dbus-glib-devel
* gcr-devel
* gnupg2
* gpgme-devel
* gtk3-devel
* intltool
* libcryptui-devel
* libnotify-devel

Then execute:

NOCONFIGURE=1 ./autogen.sh

./configure

make

make install