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'
|
# Template file for 'libsecret'
|
||||||
pkgname=libsecret
|
pkgname=libsecret
|
||||||
version=0.15
|
version=0.16
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config intltool gnome-doc-utils gobject-introspection"
|
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>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.15/$pkgname-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/0.16/$pkgname-${version}.tar.xz"
|
||||||
checksum=33e728b843efbe099483376ff5a3469260ee4b6ce035c7730909ac3793cb0fb8
|
checksum=b859406c490a2011b35f5940235304315b343f2efd554800285f24b95e14f218
|
||||||
|
|
||||||
libsecret-devel_package() {
|
libsecret-devel_package() {
|
||||||
depends="libglib-devel ${sourcepkg}-${version}_${revision}"
|
depends="libglib-devel ${sourcepkg}-${version}_${revision}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share/gtk-doc
|
vmove usr/share/gtk-doc
|
||||||
vmove usr/share/gir-1.0
|
vmove usr/share/gir-1.0
|
||||||
vmove usr/share/vala
|
vmove usr/share/vala
|
||||||
|
|
Loading…
Reference in a new issue