dimkr / LoginKit

A standalone logind shim - GitHub mirror

Home Page:https://git.devuan.org/pkgs-utopia-substitution/loginkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 _                _       _  ___ _
| |    ___   __ _(_)_ __ | |/ (_) |_
| |   / _ \ / _` | | '_ \| ' /| | __|
| |__| (_) | (_| | | | | | . \| | |_
|_____\___/ \__, |_|_| |_|_|\_\_|\__|
            |___/

Overview
========

LoginKit is an attempt to implement a logind
(http://www.freedesktop.org/wiki/Software/systemd) shim, which allows packages
that depend on it to work, without dependency on a specific init system.

This branch is targeted at the stock configuration of Devuan Jessie and allows
xfce4-power-manager to run without a logind dependency.

Dependencies
============

LoginKit requires GLib.

Building
========

On Debian, install libglib2.0-dev:
   apt-get install -y libglib2.0-dev

To build LoginKit:
  make

Credits and Legal Information
=============================

LoginKit is is free and unencumbered software released under the terms of the
MIT license; see COPYING for the license text. For a list of its authors and
contributors, see AUTHORS.

The ASCII art logo at the top was made using FIGlet (http://www.figlet.org/).

About

A standalone logind shim - GitHub mirror

https://git.devuan.org/pkgs-utopia-substitution/loginkit

License:MIT License


Languages

Language:C 76.2%Language:Makefile 23.8%