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'.
|
# Template file for 'libcryptui-devel'.
|
||||||
#
|
#
|
||||||
depends="glib-devel gtk+3-devel>=3.6.0_2 dbus-glib-devel libcryptui>=${version}"
|
depends="gtk+3-devel dbus-glib-devel libcryptui>=${version}"
|
||||||
short_desc="${sourcepkg} -- development files"
|
short_desc="${short_desc} -- development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,24 +1,22 @@
|
||||||
# Template file for 'libcryptui'
|
# Template file for 'libcryptui'
|
||||||
pkgname=libcryptui
|
pkgname=libcryptui
|
||||||
version=3.6.0
|
version=3.8.0
|
||||||
revision=1
|
revision=1
|
||||||
|
subpackages="$pkgname-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-update-mime-database
|
configure_args="--disable-static --disable-update-mime-database
|
||||||
--disable-schemas-compile"
|
--disable-schemas-compile"
|
||||||
depends="hicolor-icon-theme"
|
depends="hicolor-icon-theme libgnome-keyring>=3.8"
|
||||||
makedepends="pkg-config intltool dbus-glib-devel gtk+3-devel>=3.6.0_2
|
hostmakedepends="pkg-config intltool gobject-introspection"
|
||||||
gpgme-devel libnotify-devel libgnome-keyring-devel>=3.6.0
|
makedepends="libSM-devel dbus-glib-devel gtk+3-devel>=3.8 gpgme-devel
|
||||||
gobject-introspection"
|
libnotify-devel libgnome-keyring-devel>=3.8"
|
||||||
fulldepends="gnupg"
|
fulldepends="gnupg"
|
||||||
short_desc="GNOME Interface components for OpenPGP"
|
short_desc="GNOME Interface components for OpenPGP"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
||||||
checksum=0a4a747fff33acd03d1381d27454f8aa5eaca026b7475e24c4b8f8272bbe1c87
|
checksum=10eed96e33b6d7286795a7c678a5655a86ae099fb98d1f7211aa28aa636c0837
|
||||||
long_desc="
|
long_desc="
|
||||||
$pkgname is a library used for prompting for PGP keys. It's likely that this
|
$pkgname is a library used for prompting for PGP keys. It's likely that this
|
||||||
library will become deprecated in the near future."
|
library will become deprecated in the near future."
|
||||||
|
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue