libcryptui: update to 3.10.0.
This commit is contained in:
parent
754c685891
commit
350bc8556e
1 changed files with 8 additions and 7 deletions
|
@ -1,37 +1,38 @@
|
|||
# Template file for 'libcryptui'
|
||||
pkgname=libcryptui
|
||||
version=3.8.0
|
||||
version=3.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-update-mime-database
|
||||
--disable-schemas-compile"
|
||||
hostmakedepends="pkg-config intltool gobject-introspection"
|
||||
makedepends="libSM-devel dbus-glib-devel gtk+3-devel>=3.8 gpgme-devel
|
||||
libnotify-devel libgnome-keyring-devel>=3.8 gnupg"
|
||||
libnotify-devel libgnome-keyring-devel>=3.10 gnupg"
|
||||
short_desc="GNOME Interface components for OpenPGP"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
||||
checksum=10eed96e33b6d7286795a7c678a5655a86ae099fb98d1f7211aa28aa636c0837
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=ceeba7ebdcda768d671e9df9332b18d4f25edd1f4d91e86a241c3c1f3ffc6332
|
||||
long_desc="
|
||||
$pkgname is a library used for prompting for PGP keys. It's likely that this
|
||||
library will become deprecated in the near future."
|
||||
|
||||
libcryptui-devel_package() {
|
||||
depends="gtk+3-devel dbus-glib-devel libcryptui>=${version}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/gir-1.0
|
||||
vmove usr/share/gtk-doc
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
libcryptui_package() {
|
||||
depends="hicolor-icon-theme libgnome-keyring>=3.8 gnupg"
|
||||
depends="hicolor-icon-theme libgnome-keyring>=3.10 gnupg"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue