libcryptui: update to 3.6.0.
This commit is contained in:
parent
68bd8d1db9
commit
fbd3b6e39b
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'libcryptui-devel'.
|
||||
#
|
||||
depends="GConf-devel libcryptui>=3.4.1"
|
||||
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
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -10,11 +10,9 @@ libcairo.so.2
|
|||
libdbus-glib-1.so.2
|
||||
libdbus-1.so.3
|
||||
libpthread.so.0
|
||||
librt.so.1
|
||||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libc.so.6
|
||||
libgthread-2.0.so.0
|
||||
libgpgme.so.11
|
||||
libnotify.so.4
|
||||
libgnome-keyring.so.0
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
# Template file for 'libcryptui'
|
||||
pkgname=libcryptui
|
||||
version=3.4.1
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
version=3.6.0
|
||||
revision=1
|
||||
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 gpgme-devel libnotify-devel libgnome-keyring-devel gobject-introspection"
|
||||
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"
|
||||
fulldepends="gnupg"
|
||||
revision=2
|
||||
short_desc="GNOME Interface components for OpenPGP"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
checksum=fad4addf5c5b6588f492a720edce59f925190e4cdf3672984f53b25327f10fd5
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||
checksum=0a4a747fff33acd03d1381d27454f8aa5eaca026b7475e24c4b8f8272bbe1c87
|
||||
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."
|
||||
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue