mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
seahorse: update to 3.10.2.
This commit is contained in:
parent
8712addb32
commit
45466c1aff
1 changed files with 4 additions and 17 deletions
|
@ -1,30 +1,17 @@
|
||||||
# Template file for 'seahorse'
|
# Template file for 'seahorse'
|
||||||
pkgname=seahorse
|
pkgname=seahorse
|
||||||
version=3.10.1
|
version=3.10.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile
|
configure_args="--disable-schemas-compile --enable-ldap --enable-hkp"
|
||||||
--enable-ldap --enable-hkp --disable-debug"
|
|
||||||
hostmakedepends="which pkg-config intltool gnome-doc-utils itstool"
|
hostmakedepends="which pkg-config intltool gnome-doc-utils itstool"
|
||||||
makedepends="gtk+3-devel>=3.8 gcr-devel>=3.10 libsecret-devel
|
makedepends="gtk+3-devel>=3.8 gcr-devel>=3.10 libsecret-devel
|
||||||
gpgme-devel libldap-devel libsoup-devel avahi-glib-libs-devel
|
gpgme-devel libldap-devel libsoup-devel avahi-glib-libs-devel
|
||||||
openssh>=6.1p1"
|
openssh>=6.1p1"
|
||||||
depends="hicolor-icon-theme desktop-file-utils gcr>=3.10 openssh>=6.1p1"
|
depends="hicolor-icon-theme desktop-file-utils gcr>=3.10 openssh>=6.1p1"
|
||||||
short_desc="Encryption Made Easy"
|
short_desc="GNOME application for managing encryption keys"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://projects.gnome.org/seahorse/"
|
homepage="http://projects.gnome.org/seahorse/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=1df307481988c272d5648a335b2e8bb545b568a00c3f2ca2f3aa732badb46985
|
checksum=89cabf19f77a55f220bc61a3b97e4db845a0980f0f1d9c66147cc9a4ced8cd16
|
||||||
long_desc="
|
|
||||||
Seahorse is a GNOME application for managing encryption keys. It also
|
|
||||||
integrates with nautilus, gedit and other places for encryption operations.
|
|
||||||
|
|
||||||
With seahorse you can...
|
|
||||||
|
|
||||||
* Create and manage PGP keys
|
|
||||||
* Create and manage SSH keys
|
|
||||||
* Publish and retrieve keys from key servers
|
|
||||||
* Cache your passphrase so you don't have to keep typing it
|
|
||||||
* Backup your keys and keyring
|
|
||||||
* more..."
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue