New package: libsecret-0.10.
This commit is contained in:
parent
c17005ad81
commit
58c4224393
|
@ -1030,3 +1030,4 @@ libgstbasevideo-1.0.so.0 gst-plugins-bad1-1.0.0_1
|
|||
libgstbasecamerabinsrc-1.0.so.0 gst-plugins-bad1-1.0.0_1
|
||||
libgstcodecparsers-1.0.so.0 gst-plugins-bad1-1.0.0_1
|
||||
libgnome-desktop-3.so.4 gnome-desktop-3.6.0_1
|
||||
libsecret-1.so.0 libsecret-0.10_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libsecret
|
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'libsecret-devel'.
|
||||
#
|
||||
depends="glib-devel libsecret>=${version}"
|
||||
short_desc="${sourcepkg} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/gtk-doc usr/share
|
||||
vmove usr/share/gir-1.0 usr/share
|
||||
vmove usr/share/vala usr/share
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
libgcrypt.so.11
|
||||
libgpg-error.so.0
|
||||
libgio-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'libsecret'
|
||||
pkgname=libsecret
|
||||
version=0.10
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
subpackages="$pkgname-devel"
|
||||
makedepends="pkg-config intltool gnome-doc-utils gobject-introspection
|
||||
glib-devel vala-devel libgcrypt-devel"
|
||||
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.10/$pkgname-${version}.tar.xz"
|
||||
checksum=4015ac83042fa408bf66ca8526709662d194fe566181db6ab3d86a6ea4ab8880
|
||||
long_desc="
|
||||
This package contains ${pkgname}, a GObject based library for accessing the
|
||||
Secret Service API."
|
Loading…
Reference in New Issue