UmVirt LFS Package info
DB commit: f9aede95e4e5157a46ec1323bb7abf8947e8632d
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
libsecret
The libsecret package contains a GObject based library for accessing the Secret Service API.Package info
Template:
Codename: libsecret
Source file: libsecret-0.21.3.tar.xz
Source file size: 205968
Source file MD5-checkum: 47e4d26ef43c938156011ad8cab5f414
Source directory: libsecret-0.21.3
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/l/libsecret-0.21.3.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/l/libsecret-0.21.3.tar.xz.md5sum
Dependances: glib, gobject-introspection, vala, libgcrypt.
Dependance of: atril, gvfs, network-manager-applet, 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.3'/" \
-i ../docs/reference/libsecret/meson.build &&
meson configure -Dgtk_doc=true &&
ninja
fi
Install script:
cd bld
ninja install