UmVirt LFS Package info

DB commit: f64c98382982c764c3ba140bfcbbc73d93096acd
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

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.6.tar.xz
Source file size: 207124
Source file MD5-checkum: e7139fca939c50309eba74280e7048ac
Source directory: libsecret-0.21.6
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/l/libsecret-0.21.6.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/l/libsecret-0.21.6.tar.xz.md5sum
Dependances: glib, gobject-introspection, vala, libgcrypt.
Dependance of: atril, network-manager-applet, seahorse, 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.6'/"            \
    -i ../docs/reference/libsecret/meson.build &&
meson configure -D gtk_doc=true                &&
ninja

fi

Install script:
cd    bld
ninja install