libcryptui: update to 3.8.0.
This commit is contained in:
parent
3bec5884cc
commit
bbe8a52fa6
2 changed files with 10 additions and 17 deletions
|
@ -1,12 +1,7 @@
|
|||
# Template file for 'libcryptui-devel'.
|
||||
#
|
||||
depends="glib-devel gtk+3-devel>=3.6.0_2 dbus-glib-devel libcryptui>=${version}"
|
||||
short_desc="${sourcepkg} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
noarch=yes
|
||||
depends="gtk+3-devel dbus-glib-devel libcryptui>=${version}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,24 +1,22 @@
|
|||
# Template file for 'libcryptui'
|
||||
pkgname=libcryptui
|
||||
version=3.6.0
|
||||
version=3.8.0
|
||||
revision=1
|
||||
subpackages="$pkgname-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-update-mime-database
|
||||
--disable-schemas-compile"
|
||||
depends="hicolor-icon-theme"
|
||||
makedepends="pkg-config intltool dbus-glib-devel gtk+3-devel>=3.6.0_2
|
||||
gpgme-devel libnotify-devel libgnome-keyring-devel>=3.6.0
|
||||
gobject-introspection"
|
||||
depends="hicolor-icon-theme libgnome-keyring>=3.8"
|
||||
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"
|
||||
fulldepends="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.6/$pkgname-$version.tar.xz"
|
||||
checksum=0a4a747fff33acd03d1381d27454f8aa5eaca026b7475e24c4b8f8272bbe1c87
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
||||
checksum=10eed96e33b6d7286795a7c678a5655a86ae099fb98d1f7211aa28aa636c0837
|
||||
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."
|
||||
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
|
|
Loading…
Reference in a new issue