seahorse-nautilus: update to 3.10.0.
This commit is contained in:
parent
350bc8556e
commit
e8608c4fd3
1 changed files with 7 additions and 7 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'seahorse-nautilus'
|
||||
pkgname=seahorse-nautilus
|
||||
version=3.8.0
|
||||
version=3.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile"
|
||||
hostmakedepends="pkg-config intltool gnome-doc-utils"
|
||||
makedepends="gtk+3-devel>=3.8 nautilus-devel>=3.8 libnotify-devel
|
||||
gpgme-devel libcryptui-devel>=3.8 gcr-devel>=3.8
|
||||
libgnome-keyring-devel>=3.8 gnupg"
|
||||
makedepends="gtk+3-devel>=3.8 nautilus-devel>=3.10 libnotify-devel
|
||||
gpgme-devel libcryptui-devel>=3.10 gcr-devel>=3.10
|
||||
libgnome-keyring-devel>=3.10 gnupg"
|
||||
short_desc="A Nautilus plugin for OpenPGP file encryption/decryption"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org/projects/seahorse/"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
||||
checksum=8173ef08a700ff254fb5637a7f2138ba7625b19ed2102a82fd69f1ecb8072863
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=d54c5fbc2bade03296d39999f8412708cfa87e82bda3c5af8e0b8ad86b2fadf3
|
||||
long_desc="
|
||||
Seahorse is a GNOME application for managing encryption keys. It also
|
||||
integrates with nautilus, gedit and other places for encryption operations.
|
||||
|
@ -33,6 +33,6 @@ long_desc="
|
|||
seahorse-nautilus_package() {
|
||||
depends="gnupg desktop-file-utils"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue