libcryptui: update to 3.6.0.

This commit is contained in:
Juan RP 2012-09-27 11:36:54 +02:00
parent 68bd8d1db9
commit fbd3b6e39b
3 changed files with 8 additions and 11 deletions

View file

@ -1,12 +1,11 @@
# Template file for 'libcryptui-devel'. # 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" short_desc="${sourcepkg} -- development files"
long_desc="${long_desc} long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
noarch=yes noarch=yes
do_install() { do_install() {

View file

@ -10,11 +10,9 @@ libcairo.so.2
libdbus-glib-1.so.2 libdbus-glib-1.so.2
libdbus-1.so.3 libdbus-1.so.3
libpthread.so.0 libpthread.so.0
librt.so.1
libgobject-2.0.so.0 libgobject-2.0.so.0
libglib-2.0.so.0 libglib-2.0.so.0
libc.so.6 libc.so.6
libgthread-2.0.so.0
libgpgme.so.11 libgpgme.so.11
libnotify.so.4 libnotify.so.4
libgnome-keyring.so.0 libgnome-keyring.so.0

View file

@ -1,24 +1,24 @@
# Template file for 'libcryptui' # Template file for 'libcryptui'
pkgname=libcryptui pkgname=libcryptui
version=3.4.1 version=3.6.0
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz" revision=1
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"
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" fulldepends="gnupg"
revision=2
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"
checksum=fad4addf5c5b6588f492a720edce59f925190e4cdf3672984f53b25327f10fd5 distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
checksum=0a4a747fff33acd03d1381d27454f8aa5eaca026b7475e24c4b8f8272bbe1c87
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."
gtk_iconcache_dirs="/usr/share/icons/hicolor" gtk_iconcache_dirs="/usr/share/icons/hicolor"
subpackages="$pkgname-devel" subpackages="$pkgname-devel"