libsecret: update to 0.16.
This commit is contained in:
parent
8aa841a738
commit
44a6d0a3a7
1 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libsecret'
|
||||
pkgname=libsecret
|
||||
version=0.15
|
||||
revision=2
|
||||
version=0.16
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config intltool gnome-doc-utils gobject-introspection"
|
||||
|
@ -10,15 +10,16 @@ short_desc="GObject based library for accessing the Secret Service API"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.15/$pkgname-${version}.tar.xz"
|
||||
checksum=33e728b843efbe099483376ff5a3469260ee4b6ce035c7730909ac3793cb0fb8
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.16/$pkgname-${version}.tar.xz"
|
||||
checksum=b859406c490a2011b35f5940235304315b343f2efd554800285f24b95e14f218
|
||||
|
||||
libsecret-devel_package() {
|
||||
depends="libglib-devel ${sourcepkg}-${version}_${revision}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/gtk-doc
|
||||
vmove usr/share/gir-1.0
|
||||
vmove usr/share/vala
|
||||
|
|
Loading…
Reference in a new issue