UmVirt LFS Package info
DB commit: 48bb9ee31306c82c48dfaaad707eb4f6a926eb8a
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
libsecret
The libsecret package contains a GObject based library for accessing the Secret Service API.Package info
Codename: libsecret
Source file: libsecret-0.21.4.tar.xz
Source directory: libsecret-0.21.4
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/l/libsecret-0.21.4.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/l/libsecret-0.21.4.tar.xz.md5sum
Dependances: glib, gobject-introspection, vala, libgcrypt.
Dependance of: atril, network-manager-applet, gvfs, gcr4, evolution-data-server, gcr3, webkitgtk4, webkitgtk3.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir bld &&
cd bld &&
meson setup --prefix=/usr \
--buildtype=release \
-Dgtk_doc=false \
..
Build script:
cd bld
ninja
if [[ "$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then
sed "s/api_version_major/'0.21.4'/" \
-i ../docs/reference/libsecret/meson.build &&
meson configure -D gtk_doc=true &&
ninja
fi
Install script:
cd bld
ninja install